@cxbuilder/flow-config 2.2.1 → 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.
- package/.jsii +4541 -52
- package/CHANGELOG.md +7 -0
- package/dist/backend/Static/static/assets/index-B2g8mXr2.css +1 -0
- package/dist/backend/Static/static/assets/index-Bec3vm1B.js +278 -0
- package/dist/backend/Static/static/index.html +2 -2
- package/dist/infrastructure/FlowConfigStack.js +1 -1
- package/dist/infrastructure/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
- package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +50 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/node_modules/@aws-sdk/client-cloudformation/README.md +16 -95
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +6429 -12746
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +520 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/errors.js +407 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -792
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +2725 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +61 -61
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +27 -27
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +21 -21
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +15 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +15 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +25 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -19
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +16 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +16 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +26 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +10 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +26 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +25 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +9 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +13 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +10 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +10 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +16 -14
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +38 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +11 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +11 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +17 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +14 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +33 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +34 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +1200 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/errors.d.ts +413 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3431 -1931
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +382 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +37 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +15 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +669 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/errors.d.ts +264 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +485 -784
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +386 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +45 -44
- package/node_modules/@aws-sdk/client-connect/README.md +387 -263
- package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +18268 -18605
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +118 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/ConnectClient.js +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ActivateEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateAnalyticsDataSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateApprovedOriginCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateBotCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateContactWithUserCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateDefaultVocabularyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateEmailAddressAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateInstanceStorageConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLambdaFunctionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateLexBotCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateQueueQuickConnectsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateSecurityProfilesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateTrafficDistributionGroupUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateUserProficienciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateWorkspaceCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchAssociateAnalyticsDataSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchCreateDataTableValueCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDeleteDataTableValueCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDescribeDataTableValueCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchDisassociateAnalyticsDataSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetAttachedFileMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchGetFlowAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchPutContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/BatchUpdateDataTableValueCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ClaimPhoneNumberCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CompleteAttachedFileUploadCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateAgentStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowModuleVersionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateContactFlowVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableAttributeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateDataTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEmailAddressCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateHoursOfOperationOverrideCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateIntegrationAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateParticipantCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePersistentContactAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePredefinedAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePromptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreatePushNotificationRegistrationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateQuickConnectCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRoutingProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateRuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateSecurityProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTaskTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateTrafficDistributionGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUseCaseCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateUserHierarchyGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateViewVersionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateVocabularyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspaceCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/CreateWorkspacePageCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeactivateEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteAttachedFileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactEvaluationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowModuleVersionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteContactFlowVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableAttributeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteDataTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEmailAddressCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteHoursOfOperationOverrideCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteIntegrationAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePredefinedAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePromptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeletePushNotificationRegistrationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteQuickConnectCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRoutingProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteSecurityProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTaskTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteTrafficDistributionGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUseCaseCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteUserHierarchyGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteViewVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteVocabularyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspaceMediaCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DeleteWorkspacePageCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAgentStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAuthenticationProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactEvaluationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeContactFlowModuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableAttributeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeDataTableCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEmailAddressCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeHoursOfOperationOverrideCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeInstanceStorageConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePhoneNumberCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePredefinedAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribePromptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeQuickConnectCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRoutingProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeRuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeSecurityProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeTrafficDistributionGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyGroupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeUserHierarchyStructureCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeViewCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeVocabularyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeWorkspaceCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateAnalyticsDataSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateApprovedOriginCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateBotCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateEmailAddressAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLambdaFunctionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateLexBotCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityKeyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateSecurityProfilesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateTrafficDistributionGroupUserCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateUserProficienciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateWorkspaceCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DismissUserContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/EvaluateDataTableValuesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetAttachedFileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetContactMetricsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentMetricDataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetCurrentUserDataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEffectiveHoursOfOperationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFederationTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetFlowAssociationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetMetricDataV2Command.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetPromptFileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTaskTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetTrafficDistributionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportPhoneNumberCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ImportWorkspaceMediaCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAgentStatusesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAnalyticsDataLakeDataSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListApprovedOriginsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAssociatedContactsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAuthenticationProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListBotsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactEvaluationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleAliasesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModuleVersionsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowModulesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactFlowsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListContactReferencesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableAttributesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablePrimaryValuesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTableValuesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDataTablesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListDefaultVocabulariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEntitySecurityProfilesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListEvaluationFormsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListFlowAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationOverridesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListHoursOfOperationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstanceStorageConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListInstancesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListIntegrationAssociationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLambdaFunctionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListLexBotsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPhoneNumbersV2Command.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPredefinedAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListPromptsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueueQuickConnectsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQuickConnectsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRealtimeContactAnalysisSegmentsV2Command.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileManualAssignmentQueuesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfileQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRoutingProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListRulesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityKeysCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileApplicationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfileFlowModulesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilePermissionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListSecurityProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTaskTemplatesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupUsersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListTrafficDistributionGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUseCasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserHierarchyGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUserProficienciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListUsersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewVersionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListViewsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspaceMediaCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacePagesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListWorkspacesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/MonitorContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/PauseContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/PutUserStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReleasePhoneNumberCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ReplicateInstanceCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ResumeContactRecordingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAgentStatusesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactEvaluationsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowModulesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactFlowsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchContactsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchDataTablesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEmailAddressesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchEvaluationFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationOverridesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchHoursOfOperationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPredefinedAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchPromptsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchQuickConnectsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchResourceTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchRoutingProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchSecurityProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUserHierarchyGroupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchUsersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchViewsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchVocabulariesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspaceAssociationsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SearchWorkspacesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendChatIntegrationEventCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SendOutboundEmailCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartAttachedFileUploadCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartChatContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactEvaluationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactMediaProcessingCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactRecordingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartContactStreamingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEmailContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundChatContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundEmailContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartOutboundVoiceContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartScreenSharingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartTaskContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartWebRTCContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactMediaProcessingCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactRecordingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StopContactStreamingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SubmitContactEvaluationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/SuspendContactRecordingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/TransferContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagContactCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAgentStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAuthenticationProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactEvaluationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowContentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleAliasCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleContentCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactFlowNameCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactRoutingDataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateContactScheduleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableAttributeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTableMetadataCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateDataTablePrimaryValuesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEmailAddressMetadataCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateEvaluationFormCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateHoursOfOperationOverrideCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateInstanceStorageConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantAuthenticationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateParticipantRoleConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePhoneNumberMetadataCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePredefinedAttributeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdatePromptCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueMaxContactsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueNameCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueOutboundEmailConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQueueStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateQuickConnectNameCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileNameCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateRuleCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateSecurityProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTaskTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateTrafficDistributionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserHierarchyStructureCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserIdentityInfoCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserPhoneConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserProficienciesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserRoutingProfileCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateUserSecurityProfilesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewContentCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateViewMetadataCommand.js +3 -10
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceMetadataCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspacePageCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceThemeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateWorkspaceVisibilityCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +59 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-es/index.js +7 -1
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +1186 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/errors.js +389 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_0.js +1 -787
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_1.js +1 -539
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_2.js +1 -456
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_3.js +1 -69
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/EvaluateDataTableValuesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListContactFlowModuleAliasesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListContactFlowModuleVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTableAttributesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTablePrimaryValuesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTableValuesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListDataTablesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListEntitySecurityProfilesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListSecurityProfileFlowModulesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListWorkspacePagesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListWorkspacesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchDataTablesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchViewsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchWorkspaceAssociationsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/SearchWorkspacesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +22 -6
- package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-connect/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +10060 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +426 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +81 -25
- package/node_modules/@aws-sdk/client-connect/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ActivateEvaluationFormCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateAnalyticsDataSetCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateApprovedOriginCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateBotCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateContactWithUserCommand.d.ts +133 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateDefaultVocabularyCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateEmailAddressAliasCommand.d.ts +186 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateFlowCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateInstanceStorageConfigCommand.d.ts +11 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLambdaFunctionCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateLexBotCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateQueueQuickConnectsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateRoutingProfileQueuesCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityKeyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateSecurityProfilesCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateTrafficDistributionGroupUserCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateUserProficienciesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateWorkspaceCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchAssociateAnalyticsDataSetCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchCreateDataTableValueCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDeleteDataTableValueCommand.d.ts +144 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDescribeDataTableValueCommand.d.ts +140 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchDisassociateAnalyticsDataSetCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetFlowAssociationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchPutContactCommand.d.ts +27 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchUpdateDataTableValueCommand.d.ts +147 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ClaimPhoneNumberCommand.d.ts +13 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CompleteAttachedFileUploadCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateAgentStatusCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactCommand.d.ts +37 -12
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleAliasCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleCommand.d.ts +9 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowModuleVersionCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactFlowVersionCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableAttributeCommand.d.ts +135 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateDataTableCommand.d.ts +119 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEmailAddressCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +164 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateHoursOfOperationOverrideCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateInstanceCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateIntegrationAssociationCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateParticipantCommand.d.ts +16 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePersistentContactAssociationCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePredefinedAttributeCommand.d.ts +33 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePromptCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreatePushNotificationRegistrationCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQueueCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQuickConnectCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRoutingProfileCommand.d.ts +13 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +16 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateSecurityProfileCommand.d.ts +30 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTaskTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTrafficDistributionGroupCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUseCaseCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateUserHierarchyGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +13 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspaceCommand.d.ts +191 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateWorkspacePageCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeactivateEvaluationFormCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteAttachedFileCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactEvaluationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleAliasCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowModuleVersionCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteContactFlowVersionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableAttributeCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteDataTableCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEmailAddressCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteEvaluationFormCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteHoursOfOperationOverrideCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteInstanceCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteIntegrationAssociationCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePredefinedAttributeCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePromptCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeletePushNotificationRegistrationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQueueCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteQuickConnectCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRoutingProfileCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteRuleCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteSecurityProfileCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTaskTemplateCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteTrafficDistributionGroupCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUseCaseCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteUserHierarchyGroupCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteViewVersionCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteVocabularyCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspaceMediaCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DeleteWorkspacePageCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAgentStatusCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAuthenticationProfileCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +133 -18
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +230 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowCommand.d.ts +13 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleAliasCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactFlowModuleCommand.d.ts +15 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableAttributeCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeDataTableCommand.d.ts +117 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEmailAddressCommand.d.ts +10 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +159 -12
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeHoursOfOperationOverrideCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeInstanceStorageConfigCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePhoneNumberCommand.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePredefinedAttributeCommand.d.ts +29 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribePromptCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQueueCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeQuickConnectCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRoutingProfileCommand.d.ts +15 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeSecurityProfileCommand.d.ts +23 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTrafficDistributionGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserCommand.d.ts +9 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyGroupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeUserHierarchyStructureCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeViewCommand.d.ts +9 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeVocabularyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeWorkspaceCommand.d.ts +187 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateAnalyticsDataSetCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateApprovedOriginCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateBotCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateEmailAddressAliasCommand.d.ts +186 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateFlowCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateInstanceStorageConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLambdaFunctionCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateLexBotCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +10 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateQueueQuickConnectsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateRoutingProfileQueuesCommand.d.ts +14 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityKeyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateSecurityProfilesCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateTrafficDistributionGroupUserCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateUserProficienciesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateWorkspaceCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DismissUserContactCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/EvaluateDataTableValuesCommand.d.ts +129 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetAttachedFileCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetContactMetricsCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentMetricDataCommand.d.ts +61 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetCurrentUserDataCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEffectiveHoursOfOperationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFederationTokenCommand.d.ts +11 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetFlowAssociationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataCommand.d.ts +27 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +56 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTrafficDistributionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportPhoneNumberCommand.d.ts +19 -19
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ImportWorkspaceMediaCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAgentStatusesCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataAssociationsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAnalyticsDataLakeDataSetsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListApprovedOriginsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAssociatedContactsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAuthenticationProfilesCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListBotsCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +19 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleAliasesCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModuleVersionsCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowModulesCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowVersionsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactFlowsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactReferencesCommand.d.ts +13 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableAttributesCommand.d.ts +138 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablePrimaryValuesCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTableValuesCommand.d.ts +131 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDataTablesCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListDefaultVocabulariesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEntitySecurityProfilesCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormVersionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListEvaluationFormsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListFlowAssociationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationOverridesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListHoursOfOperationsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceAttributesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstanceStorageConfigsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListInstancesCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListIntegrationAssociationsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLambdaFunctionsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListLexBotsCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersCommand.d.ts +13 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPhoneNumbersV2Command.d.ts +13 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPredefinedAttributesCommand.d.ts +22 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListPromptsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueQuickConnectsCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueuesCommand.d.ts +10 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQuickConnectsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRealtimeContactAnalysisSegmentsV2Command.d.ts +11 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfileQueuesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRoutingProfilesCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityKeysCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileApplicationsCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfileFlowModulesCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilePermissionsCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListSecurityProfilesCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTaskTemplatesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupUsersCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTrafficDistributionGroupsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUseCasesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserHierarchyGroupsCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUserProficienciesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListUsersCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewVersionsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListViewsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspaceMediaCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacePagesCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListWorkspacesCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/MonitorContactCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/PauseContactCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/PutUserStatusCommand.d.ts +9 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReleasePhoneNumberCommand.d.ts +14 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ReplicateInstanceCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ResumeContactRecordingCommand.d.ts +11 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAgentStatusesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +8 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +244 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowModulesCommand.d.ts +13 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactFlowsCommand.d.ts +24 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +173 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchDataTablesCommand.d.ts +168 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEmailAddressesCommand.d.ts +11 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +223 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +30 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +10 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchRoutingProfilesCommand.d.ts +15 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchSecurityProfilesCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUserHierarchyGroupsCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchUsersCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchViewsCommand.d.ts +173 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchVocabulariesCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspaceAssociationsCommand.d.ts +154 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchWorkspacesCommand.d.ts +158 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendChatIntegrationEventCommand.d.ts +14 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SendOutboundEmailCommand.d.ts +9 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartAttachedFileUploadCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartChatContactCommand.d.ts +30 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactEvaluationCommand.d.ts +15 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactMediaProcessingCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactRecordingCommand.d.ts +17 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartContactStreamingCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEmailContactCommand.d.ts +17 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundChatContactCommand.d.ts +46 -19
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundEmailContactCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +39 -18
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartScreenSharingCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTaskContactCommand.d.ts +32 -27
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartWebRTCContactCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactCommand.d.ts +12 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactMediaProcessingCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactRecordingCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StopContactStreamingCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SubmitContactEvaluationCommand.d.ts +17 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SuspendContactRecordingCommand.d.ts +14 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagContactCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/TransferContactCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagContactCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UntagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAuthenticationProfileCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactAttributesCommand.d.ts +16 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactCommand.d.ts +22 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactEvaluationCommand.d.ts +15 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowContentCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowMetadataCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleAliasCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleContentCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowModuleMetadataCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactFlowNameCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +16 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactScheduleCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableAttributeCommand.d.ts +135 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTableMetadataCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateDataTablePrimaryValuesCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEmailAddressMetadataCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +161 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateHoursOfOperationOverrideCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceAttributeCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateInstanceStorageConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantAuthenticationCommand.d.ts +15 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateParticipantRoleConfigCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberCommand.d.ts +13 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePhoneNumberMetadataCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePredefinedAttributeCommand.d.ts +33 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdatePromptCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueHoursOfOperationCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueMaxContactsCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueNameCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundCallerConfigCommand.d.ts +11 -12
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueOutboundEmailConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQueueStatusCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectConfigCommand.d.ts +9 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateQuickConnectNameCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileAgentAvailabilityTimerCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileConcurrencyCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileNameCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRoutingProfileQueuesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRuleCommand.d.ts +16 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateSecurityProfileCommand.d.ts +30 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTaskTemplateCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTrafficDistributionCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyGroupNameCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserHierarchyStructureCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserIdentityInfoCommand.d.ts +10 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserPhoneConfigCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserProficienciesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserRoutingProfileCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateUserSecurityProfilesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewContentCommand.d.ts +13 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateViewMetadataCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceMetadataCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspacePageCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceThemeCommand.d.ts +173 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateWorkspaceVisibilityCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +59 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +17 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/models/ConnectServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +2442 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/errors.d.ts +417 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +2456 -2000
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +3255 -2869
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +4216 -3643
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +4206 -1546
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/EvaluateDataTableValuesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetCurrentMetricDataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetCurrentUserDataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetMetricDataPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/GetMetricDataV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAgentStatusesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListApprovedOriginsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAuthenticationProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListBotsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactEvaluationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModuleAliasesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModuleVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowModulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactFlowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListContactReferencesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTableAttributesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTablePrimaryValuesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTableValuesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDataTablesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListDefaultVocabulariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEntitySecurityProfilesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEvaluationFormVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListEvaluationFormsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListFlowAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListHoursOfOperationOverridesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListHoursOfOperationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstanceAttributesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstanceStorageConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListIntegrationAssociationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListLambdaFunctionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListLexBotsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPredefinedAttributesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListPromptsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQueueQuickConnectsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListQuickConnectsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRealtimeContactAnalysisSegmentsV2Paginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfileQueuesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRoutingProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityKeysPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfileApplicationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfilePermissionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListSecurityProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTaskTemplatesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTrafficDistributionGroupUsersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListTrafficDistributionGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUseCasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUserHierarchyGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUserProficienciesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListViewVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListViewsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListWorkspacePagesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListWorkspacesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchAgentStatusesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactFlowModulesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactFlowsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchContactsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchDataTablesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchHoursOfOperationOverridesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchHoursOfOperationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchPredefinedAttributesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchPromptsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchQueuesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchQuickConnectsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchResourceTagsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchRoutingProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchSecurityProfilesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchUserHierarchyGroupsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchUsersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchViewsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchVocabulariesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchWorkspaceAssociationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/SearchWorkspacesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +22 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +1471 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +1011 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +359 -5
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateContactWithUserCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateEmailAddressAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateSecurityProfilesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateWorkspaceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchCreateDataTableValueCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDeleteDataTableValueCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchDescribeDataTableValueCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/BatchUpdateDataTableValueCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateContactFlowModuleVersionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableAttributeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateDataTableCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateWorkspacePageCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowModuleVersionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteContactFlowVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableAttributeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteDataTableCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEmailAddressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteEvaluationFormCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteHoursOfOperationOverrideCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteIntegrationAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeletePredefinedAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspaceMediaCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DeleteWorkspacePageCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactFlowModuleAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableAttributeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeDataTableCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateEmailAddressAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateSecurityProfilesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateWorkspaceCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/EvaluateDataTableValuesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetContactMetricsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ImportWorkspaceMediaCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleAliasesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowModuleVersionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactFlowsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListContactReferencesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableAttributesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablePrimaryValuesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTableValuesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDataTablesCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListDefaultVocabulariesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEntitySecurityProfilesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormVersionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListEvaluationFormsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListFlowAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationOverridesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListHoursOfOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstanceStorageConfigsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListIntegrationAssociationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLambdaFunctionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListLexBotsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListRoutingProfileManualAssignmentQueuesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListSecurityProfileFlowModulesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspaceMediaCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacePagesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactEvaluationsCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchDataTablesCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchViewsCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspaceAssociationsCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchWorkspacesCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartContactMediaProcessingCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundEmailContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartScreenSharingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartTaskContactCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactMediaProcessingCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactRecordingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StopContactStreamingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SubmitContactEvaluationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SuspendContactRecordingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/TransferContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAuthenticationProfileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactEvaluationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowContentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleAliasCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleContentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowModuleMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactFlowNameCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableAttributeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTableMetadataCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateDataTablePrimaryValuesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEmailAddressMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateHoursOfOperationOverrideCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateInstanceStorageConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantAuthenticationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateParticipantRoleConfigCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceMetadataCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspacePageCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceThemeCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateWorkspaceVisibilityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +59 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +7 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/ConnectServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +1465 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/errors.d.ts +240 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +563 -764
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +568 -922
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +840 -788
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +905 -220
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/EvaluateDataTableValuesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListContactFlowModuleAliasesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListContactFlowModuleVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTableAttributesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTablePrimaryValuesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTableValuesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListDataTablesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListEntitySecurityProfilesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListRoutingProfileManualAssignmentQueuesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListSecurityProfileFlowModulesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListWorkspacePagesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchDataTablesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchViewsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchWorkspaceAssociationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/SearchWorkspacesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +22 -6
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +1476 -0
- package/node_modules/@aws-sdk/client-connect/package.json +42 -43
- package/node_modules/@aws-sdk/client-dynamodb/README.md +1 -63
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +4503 -5459
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +5 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +4 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +4 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +240 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -674
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +10 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2373 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +11 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +13 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +23 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +19 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +21 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +31 -19
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +17 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +21 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +23 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +31 -23
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +17 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +15 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +7 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +47 -45
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +19 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +24 -20
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +6 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +17 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +17 -13
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +21 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +23 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +27 -17
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +29 -18
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +19 -10
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +26 -18
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +47 -45
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +8 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +7 -3
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -9
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +22 -16
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +21 -11
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +41 -23
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +23 -21
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +21 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +27 -15
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +576 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +804 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +236 -1339
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +9 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +10 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +318 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +4 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +17 -14
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +306 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +65 -558
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +14 -5
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -4
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +323 -0
- package/node_modules/@aws-sdk/client-dynamodb/package.json +47 -45
- package/node_modules/@aws-sdk/client-lambda/README.md +109 -127
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +5764 -6370
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +34 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +4 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +16 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -10
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/commands/index.js +17 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +343 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +683 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/models_0.js +1 -929
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/GetDurableExecutionHistoryPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/GetDurableExecutionStatePaginator.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListDurableExecutionsByFunctionPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/ListFunctionVersionsByCapacityProviderPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/pagination/index.js +8 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +2658 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/index.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +122 -66
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +31 -78
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +7 -20
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +8 -27
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +190 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +162 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +68 -121
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +54 -50
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +126 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +59 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +11 -11
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +123 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +259 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +152 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +63 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +29 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +29 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +31 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +8 -14
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +32 -57
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +26 -34
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +37 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +29 -16
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -11
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +33 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +30 -25
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -12
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +30 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -10
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +7 -17
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -14
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +136 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +100 -124
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +29 -38
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +48 -35
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +5 -66
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +687 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +668 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +3405 -4257
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/index.d.ts +8 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +391 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +314 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +105 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +8 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +60 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +416 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +409 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +818 -985
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/GetDurableExecutionHistoryPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/GetDurableExecutionStatePaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/pagination/index.d.ts +8 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +396 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/index.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/package.json +48 -45
- package/node_modules/@aws-sdk/client-polly/README.md +1 -14
- package/node_modules/@aws-sdk/client-polly/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-polly/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-cjs/index.js +1138 -1661
- package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-polly/dist-cjs/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-polly/dist-es/PollyClient.js +4 -2
- package/node_modules/@aws-sdk/client-polly/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/DeleteLexiconCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/DescribeVoicesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/GetLexiconCommand.js +3 -10
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/GetSpeechSynthesisTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/ListLexiconsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/ListSpeechSynthesisTasksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/PutLexiconCommand.js +3 -10
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/StartSpeechSynthesisTaskCommand.js +3 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/commands/SynthesizeSpeechCommand.js +3 -10
- package/node_modules/@aws-sdk/client-polly/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-polly/dist-es/models/enums.js +179 -0
- package/node_modules/@aws-sdk/client-polly/dist-es/models/errors.js +253 -0
- package/node_modules/@aws-sdk/client-polly/dist-es/models/models_0.js +1 -447
- package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-polly/dist-es/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-polly/dist-es/schemas/schemas_0.js +397 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/Polly.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/PollyClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-polly/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-polly/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/DeleteLexiconCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/DescribeVoicesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/GetLexiconCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/ListLexiconsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/PutLexiconCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +7 -5
- package/node_modules/@aws-sdk/client-polly/dist-types/commands/SynthesizeSpeechCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-polly/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-polly/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/models/PollyServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/models/enums.d.ts +243 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/models/errors.d.ts +283 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/models/models_0.d.ts +2 -548
- package/node_modules/@aws-sdk/client-polly/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/pagination/ListSpeechSynthesisTasksPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/schemas/schemas_0.d.ts +55 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/PollyClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/PollyServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/enums.d.ts +188 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/errors.d.ts +167 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/models_0.d.ts +10 -364
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
- package/node_modules/@aws-sdk/client-polly/package.json +42 -41
- package/node_modules/@aws-sdk/client-sns/README.md +1 -48
- package/node_modules/@aws-sdk/client-sns/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-sns/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-cjs/index.js +2416 -4684
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-sns/dist-cjs/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/SNSClient.js +4 -2
- package/node_modules/@aws-sdk/client-sns/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/AddPermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ConfirmSubscriptionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreatePlatformEndpointCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/CreateTopicCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteEndpointCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeletePlatformApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/DeleteTopicCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetEndpointAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/GetTopicAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListOriginationNumbersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListPlatformApplicationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListSubscriptionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/ListTopicsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/OptInPhoneNumberCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishBatchCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PublishCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/RemovePermissionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetEndpointAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSMSAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SetTopicAttributesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/SubscribeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/TagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UnsubscribeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/UntagResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sns/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/index.js +4 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/models/enums.js +29 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/models/errors.js +415 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/models/models_0.js +1 -493
- package/node_modules/@aws-sdk/client-sns/dist-es/pagination/index.js +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-sns/dist-es/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/client-sns/dist-es/schemas/schemas_0.js +1054 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/SNS.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/SNSClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/AddPermissionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CheckIfPhoneNumberIsOptedOutCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ConfirmSubscriptionCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformApplicationCommand.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreatePlatformEndpointCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateSMSSandboxPhoneNumberCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/CreateTopicCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteEndpointCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeletePlatformApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteSMSSandboxPhoneNumberCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/DeleteTopicCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetDataProtectionPolicyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetEndpointAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetPlatformApplicationAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSMSSandboxAccountStatusCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetSubscriptionAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/GetTopicAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListEndpointsByPlatformApplicationCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListOriginationNumbersCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPhoneNumbersOptedOutCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListPlatformApplicationsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSMSSandboxPhoneNumbersCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsByTopicCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListSubscriptionsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTagsForResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/ListTopicsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/OptInPhoneNumberCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishBatchCommand.d.ts +32 -16
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PublishCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/PutDataProtectionPolicyCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/RemovePermissionCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetEndpointAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetPlatformApplicationAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSMSAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetSubscriptionAttributesCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SetTopicAttributesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/SubscribeCommand.d.ts +6 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/TagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UnsubscribeCommand.d.ts +5 -8
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/UntagResourceCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/commands/VerifySMSSandboxPhoneNumberCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-sns/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-sns/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/models/SNSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/models/enums.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/models/errors.d.ts +436 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/models/models_0.d.ts +166 -585
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListEndpointsByPlatformApplicationPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListOriginationNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPhoneNumbersOptedOutPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListPlatformApplicationsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSMSSandboxPhoneNumbersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsByTopicPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/pagination/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.shared.d.ts +7 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/schemas/schemas_0.d.ts +162 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/SNSClient.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/SNSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/enums.d.ts +36 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/errors.d.ts +244 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/models_0.d.ts +6 -311
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/schemas/schemas_0.d.ts +166 -0
- package/node_modules/@aws-sdk/client-sns/package.json +43 -40
- package/node_modules/@aws-sdk/client-sso/README.md +1 -9
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +405 -610
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +5 -8
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +27 -20
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -75
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +3 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +6 -9
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +152 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -10
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -77
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +7 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -48
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/client-sso/package.json +40 -39
- package/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +2193 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +39 -66
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +273 -365
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1803 -1667
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +122 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +49 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +7 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +7 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +36 -44
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +25 -61
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +70 -37
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +115 -61
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +31 -42
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +38 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +40 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +29 -73
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +24 -23
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +38 -21
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +61 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +10 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +13 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +17 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +10 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +11 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +3 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +47 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +13 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +13 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +12 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/package.json +16 -18
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -12
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +19 -17
- package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +127 -124
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +19 -17
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +16 -25
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +2 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -8
- package/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/dynamodb-codec/package.json +61 -0
- package/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +50 -131
- package/node_modules/@aws-sdk/endpoint-cache/package.json +4 -3
- package/node_modules/@aws-sdk/lib-dynamodb/README.md +71 -0
- package/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +804 -1012
- package/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +4 -2
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/lib-dynamodb/package.json +14 -12
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +170 -211
- package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +11 -10
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
- package/node_modules/@aws-sdk/middleware-host-header/package.json +9 -8
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +20 -67
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +15 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -11
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +344 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +481 -854
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +460 -931
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +43 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +114 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +133 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +4 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +22 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +186 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +11 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +21 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +7 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +23 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +10 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +123 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +11 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +13 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +9 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +13 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +20 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +17 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +13 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +17 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +49 -37
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +44 -100
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +13 -10
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -220
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +13 -11
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +18 -290
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +9 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/package.json +5 -4
- package/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +296 -337
- package/node_modules/@aws-sdk/util-dynamodb/package.json +6 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +398 -433
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +46 -37
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +46 -37
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +10 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +14 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +4 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +6 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +50 -94
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +10 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +106 -155
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +13 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +28 -80
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +1 -3
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +2 -2
- package/node_modules/@smithy/abort-controller/package.json +3 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +172 -214
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
- package/node_modules/@smithy/config-resolver/package.json +7 -5
- package/node_modules/@smithy/core/dist-cjs/index.js +308 -413
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1010 -880
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +251 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +808 -799
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +585 -733
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +664 -686
- package/node_modules/@smithy/core/dist-es/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +109 -54
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +41 -19
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +57 -22
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +36 -6
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +246 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +125 -37
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +52 -101
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +38 -12
- package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +27 -11
- package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -14
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -12
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -13
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +153 -189
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -12
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -19
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
- package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +18 -2
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -1
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +15 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +48 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +15 -6
- package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +39 -28
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -4
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -4
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +18 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +15 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +48 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +14 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +6 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +39 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +6 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +7 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +6 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
- package/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/node_modules/@smithy/core/event-streams.js +6 -0
- package/node_modules/@smithy/core/package.json +34 -20
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +372 -459
- package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +3 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +2 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +2 -1
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +1 -0
- package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +2 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +1 -1
- package/node_modules/@smithy/eventstream-codec/package.json +5 -4
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +51 -97
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +1 -0
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-browser/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +4 -33
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +3 -2
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +44 -80
- package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +1 -0
- package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-node/package.json +4 -3
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +120 -171
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +2 -0
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +2 -2
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +1 -1
- package/node_modules/@smithy/eventstream-serde-universal/package.json +8 -5
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +190 -238
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -4
- package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +4 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +3 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
- package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/hash-node/package.json +5 -4
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
- package/node_modules/@smithy/invalid-dependency/package.json +3 -2
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/middleware-content-length/package.json +6 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +226 -257
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +13 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +3 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +6 -3
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +5 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +327 -394
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +6 -2
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
- package/node_modules/@smithy/middleware-retry/package.json +13 -13
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +92 -118
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
- package/node_modules/@smithy/middleware-serde/package.json +6 -5
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/middleware-stack/package.json +3 -2
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/node-config-provider/package.json +5 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +694 -768
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +31 -16
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +11 -8
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +3 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -4
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +3 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +5 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -3
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +5 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +3 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
- package/node_modules/@smithy/node-http-handler/package.json +6 -5
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
- package/node_modules/@smithy/property-provider/package.json +3 -2
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/protocol-http/package.json +3 -2
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-builder/package.json +4 -3
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/querystring-parser/package.json +3 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +70 -102
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +5 -3
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/service-error-classification/package.json +3 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +177 -189
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +7 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +3 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +1 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/package.json +6 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +525 -651
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +1 -1
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -8
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +563 -714
- package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
- package/node_modules/@smithy/smithy-client/dist-es/command.js +23 -20
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
- package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
- package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +3 -3
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/package.json +8 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
- package/node_modules/@smithy/types/dist-es/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
- package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +97 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +17 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +149 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +37 -62
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +116 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/types/package.json +2 -1
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
- package/node_modules/@smithy/url-parser/package.json +4 -3
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +16 -24
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
- package/node_modules/@smithy/util-base64/package.json +7 -6
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
- package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
- package/node_modules/@smithy/util-body-length-node/package.json +5 -4
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
- package/node_modules/@smithy/util-buffer-from/package.json +6 -5
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
- package/node_modules/@smithy/util-config-provider/package.json +5 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +9 -22
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +435 -507
- package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +15 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +25 -2
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +6 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +7 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +6 -5
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
- package/node_modules/@smithy/util-middleware/package.json +3 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +260 -340
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +4 -1
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +17 -8
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +5 -3
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +7 -4
- package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +7 -3
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
- package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +78 -97
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
- package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
- package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +5 -0
- package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
- package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +1 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +13 -12
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +165 -171
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +4 -3
- package/node_modules/@smithy/uuid/LICENSE +201 -0
- package/node_modules/@smithy/uuid/README.md +10 -0
- package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
- package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
- package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
- package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
- package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
- package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
- package/node_modules/@smithy/uuid/package.json +66 -0
- package/node_modules/bowser/CHANGELOG.md +1 -1
- package/node_modules/bowser/README.md +2 -4
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +71 -6
- package/node_modules/bowser/package.json +8 -3
- package/node_modules/bowser/src/constants.js +71 -18
- package/node_modules/bowser/src/parser-browsers.js +394 -0
- package/node_modules/bowser/src/parser-os.js +12 -0
- package/node_modules/bowser/src/parser-platforms.js +259 -1
- package/node_modules/bowser/src/parser.js +20 -5
- package/node_modules/bowser/src/utils.js +33 -15
- package/node_modules/fast-xml-parser/CHANGELOG.md +77 -0
- package/node_modules/fast-xml-parser/README.md +39 -52
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +36 -20
- package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
- package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
- package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
- package/node_modules/fast-xml-parser/src/fxp.d.ts +52 -9
- package/node_modules/fast-xml-parser/src/fxp.js +11 -8
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-parser/src/util.js +14 -18
- package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
- package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +104 -0
- package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
- package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
- package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
- package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
- package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
- package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
- package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
- package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
- package/node_modules/fast-xml-parser/src/validator.js +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +17 -13
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +288 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +28 -23
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
- package/node_modules/strnum/.github/SECURITY.md +5 -0
- package/node_modules/strnum/CHANGELOG.md +11 -0
- package/node_modules/strnum/README.md +6 -0
- package/node_modules/strnum/algo.stflow +84 -0
- package/node_modules/strnum/package.json +2 -1
- package/node_modules/strnum/strnum.js +53 -35
- package/node_modules/strnum/strnum.test.js +9 -1
- package/node_modules/strnum/test.js +9 -0
- package/node_modules/yaml/README.md +2 -20
- package/node_modules/yaml/browser/dist/compose/compose-collection.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +2 -2
- package/node_modules/yaml/browser/dist/errors.js +1 -1
- package/node_modules/yaml/browser/dist/nodes/Alias.js +1 -1
- package/node_modules/yaml/browser/dist/parse/parser.js +2 -2
- package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/dist/compose/compose-collection.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-block-seq.js +1 -1
- package/node_modules/yaml/dist/compose/resolve-flow-collection.js +2 -2
- package/node_modules/yaml/dist/errors.js +1 -1
- package/node_modules/yaml/dist/nodes/Alias.js +1 -1
- package/node_modules/yaml/dist/parse/parser.js +2 -2
- package/node_modules/yaml/dist/stringify/stringifyNumber.js +1 -1
- package/node_modules/yaml/dist/stringify/stringifyPair.js +1 -1
- package/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/node_modules/yaml/package.json +5 -4
- package/package.json +24 -24
- package/dist/backend/Static/static/assets/index-SZuscj14.css +0 -1
- package/dist/backend/Static/static/assets/index-s-cirXNx.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +0 -74
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +0 -8903
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +0 -2274
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +0 -794
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +0 -379
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
- package/node_modules/@aws-sdk/client-connect/dist-es/models/index.js +0 -4
- package/node_modules/@aws-sdk/client-connect/dist-es/protocols/Aws_restJson1.js +0 -10370
- package/node_modules/@aws-sdk/client-connect/dist-types/models/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/protocols/Aws_restJson1.d.ts +0 -2540
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -3389
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +0 -3094
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/protocols/Aws_json1_0.d.ts +0 -515
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/protocols/Aws_restJson1.js +0 -3176
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/protocols/Aws_restJson1.d.ts +0 -614
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -824
- package/node_modules/@aws-sdk/client-polly/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-polly/dist-es/protocols/Aws_restJson1.js +0 -672
- package/node_modules/@aws-sdk/client-polly/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/protocols/Aws_restJson1.d.ts +0 -83
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-polly/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -116
- package/node_modules/@aws-sdk/client-sns/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-es/protocols/Aws_query.js +0 -2938
- package/node_modules/@aws-sdk/client-sns/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/protocols/Aws_query.d.ts +0 -380
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -509
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -1
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/EventStreamSerdeConfig.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
- package/node_modules/@types/uuid/LICENSE +0 -21
- package/node_modules/@types/uuid/README.md +0 -15
- package/node_modules/@types/uuid/index.d.mts +0 -12
- package/node_modules/@types/uuid/index.d.ts +0 -86
- package/node_modules/@types/uuid/package.json +0 -54
- package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
- package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
- package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
- package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
- package/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
- package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
- package/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
- package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
- package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
- package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
- package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
- package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
- package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
- package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
- package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
- package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
- package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
- package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
- package/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/uuid/README.md +0 -466
- package/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
- package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
- package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
- package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
- package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
- package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
- package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
- package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
- package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
- package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
- package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
- package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
- package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
- package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
- package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
- package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
- package/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/uuid/dist/esm-browser/native.js +0 -4
- package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/uuid/dist/esm-node/native.js +0 -4
- package/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/uuid/dist/native-browser.js +0 -11
- package/node_modules/uuid/dist/native.js +0 -15
- package/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/uuid/package.json +0 -135
- package/node_modules/uuid/wrapper.mjs +0 -10
- /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
- /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/ts3.4/{protocols → request-builder}/requestBuilder.d.ts +0 -0
- /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
var c5=Object.defineProperty;var s5=(e,t,l)=>t in e?c5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:l}):e[t]=l;var Ba=(e,t,l)=>s5(e,typeof t!="symbol"?t+"":t,l);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))a(i);new MutationObserver(i=>{for(const s of i)if(s.type==="childList")for(const u of s.addedNodes)u.tagName==="LINK"&&u.rel==="modulepreload"&&a(u)}).observe(document,{childList:!0,subtree:!0});function l(i){const s={};return i.integrity&&(s.integrity=i.integrity),i.referrerPolicy&&(s.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?s.credentials="include":i.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function a(i){if(i.ep)return;i.ep=!0;const s=l(i);fetch(i.href,s)}})();function rg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Kf={exports:{}},Pc={};/**
|
|
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 T1;function u5(){if(T1)return Pc;T1=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function l(a,i,s){var u=null;if(s!==void 0&&(u=""+s),i.key!==void 0&&(u=""+i.key),"key"in i){s={};for(var h in i)h!=="key"&&(s[h]=i[h])}else s=i;return i=s.ref,{$$typeof:e,type:a,key:u,ref:i!==void 0?i:null,props:s}}return Pc.Fragment=t,Pc.jsx=l,Pc.jsxs=l,Pc}var E1;function d5(){return E1||(E1=1,Kf.exports=u5()),Kf.exports}var z=d5(),Jf={exports:{}},Ye={};/**
|
|
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 D1;function f5(){if(D1)return Ye;D1=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),u=Symbol.for("react.context"),h=Symbol.for("react.forward_ref"),f=Symbol.for("react.suspense"),g=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),b=Symbol.for("react.activity"),x=Symbol.iterator;function k(R){return R===null||typeof R!="object"?null:(R=x&&R[x]||R["@@iterator"],typeof R=="function"?R:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,y={};function C(R,X,te){this.props=R,this.context=X,this.refs=y,this.updater=te||S}C.prototype.isReactComponent={},C.prototype.setState=function(R,X){if(typeof R!="object"&&typeof R!="function"&&R!=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,R,X,"setState")},C.prototype.forceUpdate=function(R){this.updater.enqueueForceUpdate(this,R,"forceUpdate")};function E(){}E.prototype=C.prototype;function N(R,X,te){this.props=R,this.context=X,this.refs=y,this.updater=te||S}var D=N.prototype=new E;D.constructor=N,w(D,C.prototype),D.isPureReactComponent=!0;var T=Array.isArray;function P(){}var I={H:null,A:null,T:null,S:null},H=Object.prototype.hasOwnProperty;function q(R,X,te){var ie=te.ref;return{$$typeof:e,type:R,key:X,ref:ie!==void 0?ie:null,props:te}}function L(R,X){return q(R.type,X,R.props)}function O(R){return typeof R=="object"&&R!==null&&R.$$typeof===e}function j(R){var X={"=":"=0",":":"=2"};return"$"+R.replace(/[=:]/g,function(te){return X[te]})}var V=/\/+/g;function U(R,X){return typeof R=="object"&&R!==null&&R.key!=null?j(""+R.key):X.toString(36)}function ne(R){switch(R.status){case"fulfilled":return R.value;case"rejected":throw R.reason;default:switch(typeof R.status=="string"?R.then(P,P):(R.status="pending",R.then(function(X){R.status==="pending"&&(R.status="fulfilled",R.value=X)},function(X){R.status==="pending"&&(R.status="rejected",R.reason=X)})),R.status){case"fulfilled":return R.value;case"rejected":throw R.reason}}throw R}function M(R,X,te,ie,pe){var be=typeof R;(be==="undefined"||be==="boolean")&&(R=null);var re=!1;if(R===null)re=!0;else switch(be){case"bigint":case"string":case"number":re=!0;break;case"object":switch(R.$$typeof){case e:case t:re=!0;break;case v:return re=R._init,M(re(R._payload),X,te,ie,pe)}}if(re)return pe=pe(R),re=ie===""?"."+U(R,0):ie,T(pe)?(te="",re!=null&&(te=re.replace(V,"$&/")+"/"),M(pe,X,te,"",function(ve){return ve})):pe!=null&&(O(pe)&&(pe=L(pe,te+(pe.key==null||R&&R.key===pe.key?"":(""+pe.key).replace(V,"$&/")+"/")+re)),X.push(pe)),1;re=0;var de=ie===""?".":ie+":";if(T(R))for(var Y=0;Y<R.length;Y++)ie=R[Y],be=de+U(ie,Y),re+=M(ie,X,te,be,pe);else if(Y=k(R),typeof Y=="function")for(R=Y.call(R),Y=0;!(ie=R.next()).done;)ie=ie.value,be=de+U(ie,Y++),re+=M(ie,X,te,be,pe);else if(be==="object"){if(typeof R.then=="function")return M(ne(R),X,te,ie,pe);throw X=String(R),Error("Objects are not valid as a React child (found: "+(X==="[object Object]"?"object with keys {"+Object.keys(R).join(", ")+"}":X)+"). If you meant to render a collection of children, use an array instead.")}return re}function $(R,X,te){if(R==null)return R;var ie=[],pe=0;return M(R,ie,"","",function(be){return X.call(te,be,pe++)}),ie}function oe(R){if(R._status===-1){var X=R._result;X=X(),X.then(function(te){(R._status===0||R._status===-1)&&(R._status=1,R._result=te)},function(te){(R._status===0||R._status===-1)&&(R._status=2,R._result=te)}),R._status===-1&&(R._status=0,R._result=X)}if(R._status===1)return R._result.default;throw R._result}var Q=typeof reportError=="function"?reportError:function(R){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var X=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof R=="object"&&R!==null&&typeof R.message=="string"?String(R.message):String(R),error:R});if(!window.dispatchEvent(X))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",R);return}console.error(R)},se={map:$,forEach:function(R,X,te){$(R,function(){X.apply(this,arguments)},te)},count:function(R){var X=0;return $(R,function(){X++}),X},toArray:function(R){return $(R,function(X){return X})||[]},only:function(R){if(!O(R))throw Error("React.Children.only expected to receive a single React element child.");return R}};return Ye.Activity=b,Ye.Children=se,Ye.Component=C,Ye.Fragment=l,Ye.Profiler=i,Ye.PureComponent=N,Ye.StrictMode=a,Ye.Suspense=f,Ye.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=I,Ye.__COMPILER_RUNTIME={__proto__:null,c:function(R){return I.H.useMemoCache(R)}},Ye.cache=function(R){return function(){return R.apply(null,arguments)}},Ye.cacheSignal=function(){return null},Ye.cloneElement=function(R,X,te){if(R==null)throw Error("The argument must be a React element, but you passed "+R+".");var ie=w({},R.props),pe=R.key;if(X!=null)for(be in X.key!==void 0&&(pe=""+X.key),X)!H.call(X,be)||be==="key"||be==="__self"||be==="__source"||be==="ref"&&X.ref===void 0||(ie[be]=X[be]);var be=arguments.length-2;if(be===1)ie.children=te;else if(1<be){for(var re=Array(be),de=0;de<be;de++)re[de]=arguments[de+2];ie.children=re}return q(R.type,pe,ie)},Ye.createContext=function(R){return R={$$typeof:u,_currentValue:R,_currentValue2:R,_threadCount:0,Provider:null,Consumer:null},R.Provider=R,R.Consumer={$$typeof:s,_context:R},R},Ye.createElement=function(R,X,te){var ie,pe={},be=null;if(X!=null)for(ie in X.key!==void 0&&(be=""+X.key),X)H.call(X,ie)&&ie!=="key"&&ie!=="__self"&&ie!=="__source"&&(pe[ie]=X[ie]);var re=arguments.length-2;if(re===1)pe.children=te;else if(1<re){for(var de=Array(re),Y=0;Y<re;Y++)de[Y]=arguments[Y+2];pe.children=de}if(R&&R.defaultProps)for(ie in re=R.defaultProps,re)pe[ie]===void 0&&(pe[ie]=re[ie]);return q(R,be,pe)},Ye.createRef=function(){return{current:null}},Ye.forwardRef=function(R){return{$$typeof:h,render:R}},Ye.isValidElement=O,Ye.lazy=function(R){return{$$typeof:v,_payload:{_status:-1,_result:R},_init:oe}},Ye.memo=function(R,X){return{$$typeof:g,type:R,compare:X===void 0?null:X}},Ye.startTransition=function(R){var X=I.T,te={};I.T=te;try{var ie=R(),pe=I.S;pe!==null&&pe(te,ie),typeof ie=="object"&&ie!==null&&typeof ie.then=="function"&&ie.then(P,Q)}catch(be){Q(be)}finally{X!==null&&te.types!==null&&(X.types=te.types),I.T=X}},Ye.unstable_useCacheRefresh=function(){return I.H.useCacheRefresh()},Ye.use=function(R){return I.H.use(R)},Ye.useActionState=function(R,X,te){return I.H.useActionState(R,X,te)},Ye.useCallback=function(R,X){return I.H.useCallback(R,X)},Ye.useContext=function(R){return I.H.useContext(R)},Ye.useDebugValue=function(){},Ye.useDeferredValue=function(R,X){return I.H.useDeferredValue(R,X)},Ye.useEffect=function(R,X){return I.H.useEffect(R,X)},Ye.useEffectEvent=function(R){return I.H.useEffectEvent(R)},Ye.useId=function(){return I.H.useId()},Ye.useImperativeHandle=function(R,X,te){return I.H.useImperativeHandle(R,X,te)},Ye.useInsertionEffect=function(R,X){return I.H.useInsertionEffect(R,X)},Ye.useLayoutEffect=function(R,X){return I.H.useLayoutEffect(R,X)},Ye.useMemo=function(R,X){return I.H.useMemo(R,X)},Ye.useOptimistic=function(R,X){return I.H.useOptimistic(R,X)},Ye.useReducer=function(R,X,te){return I.H.useReducer(R,X,te)},Ye.useRef=function(R){return I.H.useRef(R)},Ye.useState=function(R){return I.H.useState(R)},Ye.useSyncExternalStore=function(R,X,te){return I.H.useSyncExternalStore(R,X,te)},Ye.useTransition=function(){return I.H.useTransition()},Ye.version="19.2.3",Ye}var I1;function lg(){return I1||(I1=1,Jf.exports=f5()),Jf.exports}var _=lg();const d=rg(_);var eh={exports:{}},Ac={},oh={exports:{}},th={};/**
|
|
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 P1;function h5(){return P1||(P1=1,(function(e){function t(M,$){var oe=M.length;M.push($);e:for(;0<oe;){var Q=oe-1>>>1,se=M[Q];if(0<i(se,$))M[Q]=$,M[oe]=se,oe=Q;else break e}}function l(M){return M.length===0?null:M[0]}function a(M){if(M.length===0)return null;var $=M[0],oe=M.pop();if(oe!==$){M[0]=oe;e:for(var Q=0,se=M.length,R=se>>>1;Q<R;){var X=2*(Q+1)-1,te=M[X],ie=X+1,pe=M[ie];if(0>i(te,oe))ie<se&&0>i(pe,te)?(M[Q]=pe,M[ie]=oe,Q=ie):(M[Q]=te,M[X]=oe,Q=X);else if(ie<se&&0>i(pe,oe))M[Q]=pe,M[ie]=oe,Q=ie;else break e}}return $}function i(M,$){var oe=M.sortIndex-$.sortIndex;return oe!==0?oe:M.id-$.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var s=performance;e.unstable_now=function(){return s.now()}}else{var u=Date,h=u.now();e.unstable_now=function(){return u.now()-h}}var f=[],g=[],v=1,b=null,x=3,k=!1,S=!1,w=!1,y=!1,C=typeof setTimeout=="function"?setTimeout:null,E=typeof clearTimeout=="function"?clearTimeout:null,N=typeof setImmediate<"u"?setImmediate:null;function D(M){for(var $=l(g);$!==null;){if($.callback===null)a(g);else if($.startTime<=M)a(g),$.sortIndex=$.expirationTime,t(f,$);else break;$=l(g)}}function T(M){if(w=!1,D(M),!S)if(l(f)!==null)S=!0,P||(P=!0,j());else{var $=l(g);$!==null&&ne(T,$.startTime-M)}}var P=!1,I=-1,H=5,q=-1;function L(){return y?!0:!(e.unstable_now()-q<H)}function O(){if(y=!1,P){var M=e.unstable_now();q=M;var $=!0;try{e:{S=!1,w&&(w=!1,E(I),I=-1),k=!0;var oe=x;try{o:{for(D(M),b=l(f);b!==null&&!(b.expirationTime>M&&L());){var Q=b.callback;if(typeof Q=="function"){b.callback=null,x=b.priorityLevel;var se=Q(b.expirationTime<=M);if(M=e.unstable_now(),typeof se=="function"){b.callback=se,D(M),$=!0;break o}b===l(f)&&a(f),D(M)}else a(f);b=l(f)}if(b!==null)$=!0;else{var R=l(g);R!==null&&ne(T,R.startTime-M),$=!1}}break e}finally{b=null,x=oe,k=!1}$=void 0}}finally{$?j():P=!1}}}var j;if(typeof N=="function")j=function(){N(O)};else if(typeof MessageChannel<"u"){var V=new MessageChannel,U=V.port2;V.port1.onmessage=O,j=function(){U.postMessage(null)}}else j=function(){C(O,0)};function ne(M,$){I=C(function(){M(e.unstable_now())},$)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(M){M.callback=null},e.unstable_forceFrameRate=function(M){0>M||125<M?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):H=0<M?Math.floor(1e3/M):5},e.unstable_getCurrentPriorityLevel=function(){return x},e.unstable_next=function(M){switch(x){case 1:case 2:case 3:var $=3;break;default:$=x}var oe=x;x=$;try{return M()}finally{x=oe}},e.unstable_requestPaint=function(){y=!0},e.unstable_runWithPriority=function(M,$){switch(M){case 1:case 2:case 3:case 4:case 5:break;default:M=3}var oe=x;x=M;try{return $()}finally{x=oe}},e.unstable_scheduleCallback=function(M,$,oe){var Q=e.unstable_now();switch(typeof oe=="object"&&oe!==null?(oe=oe.delay,oe=typeof oe=="number"&&0<oe?Q+oe:Q):oe=Q,M){case 1:var se=-1;break;case 2:se=250;break;case 5:se=1073741823;break;case 4:se=1e4;break;default:se=5e3}return se=oe+se,M={id:v++,callback:$,priorityLevel:M,startTime:oe,expirationTime:se,sortIndex:-1},oe>Q?(M.sortIndex=oe,t(g,M),l(f)===null&&M===l(g)&&(w?(E(I),I=-1):w=!0,ne(T,oe-Q))):(M.sortIndex=se,t(f,M),S||k||(S=!0,P||(P=!0,j()))),M},e.unstable_shouldYield=L,e.unstable_wrapCallback=function(M){var $=x;return function(){var oe=x;x=$;try{return M.apply(this,arguments)}finally{x=oe}}}})(th)),th}var A1;function g5(){return A1||(A1=1,oh.exports=h5()),oh.exports}var rh={exports:{}},Gt={};/**
|
|
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 z1;function m5(){if(z1)return Gt;z1=1;var e=lg();function t(f){var g="https://react.dev/errors/"+f;if(1<arguments.length){g+="?args[]="+encodeURIComponent(arguments[1]);for(var v=2;v<arguments.length;v++)g+="&args[]="+encodeURIComponent(arguments[v])}return"Minified React error #"+f+"; visit "+g+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function l(){}var a={d:{f:l,r:function(){throw Error(t(522))},D:l,C:l,L:l,m:l,X:l,S:l,M:l},p:0,findDOMNode:null},i=Symbol.for("react.portal");function s(f,g,v){var b=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:i,key:b==null?null:""+b,children:f,containerInfo:g,implementation:v}}var u=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function h(f,g){if(f==="font")return"";if(typeof g=="string")return g==="use-credentials"?g:""}return Gt.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=a,Gt.createPortal=function(f,g){var v=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!g||g.nodeType!==1&&g.nodeType!==9&&g.nodeType!==11)throw Error(t(299));return s(f,g,null,v)},Gt.flushSync=function(f){var g=u.T,v=a.p;try{if(u.T=null,a.p=2,f)return f()}finally{u.T=g,a.p=v,a.d.f()}},Gt.preconnect=function(f,g){typeof f=="string"&&(g?(g=g.crossOrigin,g=typeof g=="string"?g==="use-credentials"?g:"":void 0):g=null,a.d.C(f,g))},Gt.prefetchDNS=function(f){typeof f=="string"&&a.d.D(f)},Gt.preinit=function(f,g){if(typeof f=="string"&&g&&typeof g.as=="string"){var v=g.as,b=h(v,g.crossOrigin),x=typeof g.integrity=="string"?g.integrity:void 0,k=typeof g.fetchPriority=="string"?g.fetchPriority:void 0;v==="style"?a.d.S(f,typeof g.precedence=="string"?g.precedence:void 0,{crossOrigin:b,integrity:x,fetchPriority:k}):v==="script"&&a.d.X(f,{crossOrigin:b,integrity:x,fetchPriority:k,nonce:typeof g.nonce=="string"?g.nonce:void 0})}},Gt.preinitModule=function(f,g){if(typeof f=="string")if(typeof g=="object"&&g!==null){if(g.as==null||g.as==="script"){var v=h(g.as,g.crossOrigin);a.d.M(f,{crossOrigin:v,integrity:typeof g.integrity=="string"?g.integrity:void 0,nonce:typeof g.nonce=="string"?g.nonce:void 0})}}else g==null&&a.d.M(f)},Gt.preload=function(f,g){if(typeof f=="string"&&typeof g=="object"&&g!==null&&typeof g.as=="string"){var v=g.as,b=h(v,g.crossOrigin);a.d.L(f,v,{crossOrigin:b,integrity:typeof g.integrity=="string"?g.integrity:void 0,nonce:typeof g.nonce=="string"?g.nonce:void 0,type:typeof g.type=="string"?g.type:void 0,fetchPriority:typeof g.fetchPriority=="string"?g.fetchPriority:void 0,referrerPolicy:typeof g.referrerPolicy=="string"?g.referrerPolicy:void 0,imageSrcSet:typeof g.imageSrcSet=="string"?g.imageSrcSet:void 0,imageSizes:typeof g.imageSizes=="string"?g.imageSizes:void 0,media:typeof g.media=="string"?g.media:void 0})}},Gt.preloadModule=function(f,g){if(typeof f=="string")if(g){var v=h(g.as,g.crossOrigin);a.d.m(f,{as:typeof g.as=="string"&&g.as!=="script"?g.as:void 0,crossOrigin:v,integrity:typeof g.integrity=="string"?g.integrity:void 0})}else a.d.m(f)},Gt.requestFormReset=function(f){a.d.r(f)},Gt.unstable_batchedUpdates=function(f,g){return f(g)},Gt.useFormState=function(f,g,v){return u.H.useFormState(f,g,v)},Gt.useFormStatus=function(){return u.H.useHostTransitionStatus()},Gt.version="19.2.3",Gt}var H1;function cx(){if(H1)return rh.exports;H1=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),rh.exports=m5(),rh.exports}var R1;function p5(){if(R1)return Ac;R1=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 e=g5(),t=lg(),l=cx();function a(o){var r="https://react.dev/errors/"+o;if(1<arguments.length){r+="?args[]="+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)r+="&args[]="+encodeURIComponent(arguments[n])}return"Minified React error #"+o+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function i(o){return!(!o||o.nodeType!==1&&o.nodeType!==9&&o.nodeType!==11)}function s(o){var r=o,n=o;if(o.alternate)for(;r.return;)r=r.return;else{o=r;do r=o,(r.flags&4098)!==0&&(n=r.return),o=r.return;while(o)}return r.tag===3?n:null}function u(o){if(o.tag===13){var r=o.memoizedState;if(r===null&&(o=o.alternate,o!==null&&(r=o.memoizedState)),r!==null)return r.dehydrated}return null}function h(o){if(o.tag===31){var r=o.memoizedState;if(r===null&&(o=o.alternate,o!==null&&(r=o.memoizedState)),r!==null)return r.dehydrated}return null}function f(o){if(s(o)!==o)throw Error(a(188))}function g(o){var r=o.alternate;if(!r){if(r=s(o),r===null)throw Error(a(188));return r!==o?null:o}for(var n=o,c=r;;){var m=n.return;if(m===null)break;var p=m.alternate;if(p===null){if(c=m.return,c!==null){n=c;continue}break}if(m.child===p.child){for(p=m.child;p;){if(p===n)return f(m),o;if(p===c)return f(m),r;p=p.sibling}throw Error(a(188))}if(n.return!==c.return)n=m,c=p;else{for(var B=!1,A=m.child;A;){if(A===n){B=!0,n=m,c=p;break}if(A===c){B=!0,c=m,n=p;break}A=A.sibling}if(!B){for(A=p.child;A;){if(A===n){B=!0,n=p,c=m;break}if(A===c){B=!0,c=p,n=m;break}A=A.sibling}if(!B)throw Error(a(189))}}if(n.alternate!==c)throw Error(a(190))}if(n.tag!==3)throw Error(a(188));return n.stateNode.current===n?o:r}function v(o){var r=o.tag;if(r===5||r===26||r===27||r===6)return o;for(o=o.child;o!==null;){if(r=v(o),r!==null)return r;o=o.sibling}return null}var b=Object.assign,x=Symbol.for("react.element"),k=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),w=Symbol.for("react.fragment"),y=Symbol.for("react.strict_mode"),C=Symbol.for("react.profiler"),E=Symbol.for("react.consumer"),N=Symbol.for("react.context"),D=Symbol.for("react.forward_ref"),T=Symbol.for("react.suspense"),P=Symbol.for("react.suspense_list"),I=Symbol.for("react.memo"),H=Symbol.for("react.lazy"),q=Symbol.for("react.activity"),L=Symbol.for("react.memo_cache_sentinel"),O=Symbol.iterator;function j(o){return o===null||typeof o!="object"?null:(o=O&&o[O]||o["@@iterator"],typeof o=="function"?o:null)}var V=Symbol.for("react.client.reference");function U(o){if(o==null)return null;if(typeof o=="function")return o.$$typeof===V?null:o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case w:return"Fragment";case C:return"Profiler";case y:return"StrictMode";case T:return"Suspense";case P:return"SuspenseList";case q:return"Activity"}if(typeof o=="object")switch(o.$$typeof){case S:return"Portal";case N:return o.displayName||"Context";case E:return(o._context.displayName||"Context")+".Consumer";case D:var r=o.render;return o=o.displayName,o||(o=r.displayName||r.name||"",o=o!==""?"ForwardRef("+o+")":"ForwardRef"),o;case I:return r=o.displayName||null,r!==null?r:U(o.type)||"Memo";case H:r=o._payload,o=o._init;try{return U(o(r))}catch{}}return null}var ne=Array.isArray,M=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,$=l.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,oe={pending:!1,data:null,method:null,action:null},Q=[],se=-1;function R(o){return{current:o}}function X(o){0>se||(o.current=Q[se],Q[se]=null,se--)}function te(o,r){se++,Q[se]=o.current,o.current=r}var ie=R(null),pe=R(null),be=R(null),re=R(null);function de(o,r){switch(te(be,r),te(pe,o),te(ie,null),r.nodeType){case 9:case 11:o=(o=r.documentElement)&&(o=o.namespaceURI)?Qv(o):0;break;default:if(o=r.tagName,r=r.namespaceURI)r=Qv(r),o=Kv(r,o);else switch(o){case"svg":o=1;break;case"math":o=2;break;default:o=0}}X(ie),te(ie,o)}function Y(){X(ie),X(pe),X(be)}function ve(o){o.memoizedState!==null&&te(re,o);var r=ie.current,n=Kv(r,o.type);r!==n&&(te(pe,o),te(ie,n))}function xe(o){pe.current===o&&(X(ie),X(pe)),re.current===o&&(X(re),Tc._currentValue=oe)}var we,He;function Be(o){if(we===void 0)try{throw Error()}catch(n){var r=n.stack.trim().match(/\n( *(at )?)/);we=r&&r[1]||"",He=-1<n.stack.indexOf(`
|
|
42
|
+
at`)?" (<anonymous>)":-1<n.stack.indexOf("@")?"@unknown:0:0":""}return`
|
|
43
|
+
`+we+o+He}var le=!1;function ae(o,r){if(!o||le)return"";le=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var c={DetermineComponentFrameRoot:function(){try{if(r){var me=function(){throw Error()};if(Object.defineProperty(me.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(me,[])}catch(ce){var ee=ce}Reflect.construct(o,[],me)}else{try{me.call()}catch(ce){ee=ce}o.call(me.prototype)}}else{try{throw Error()}catch(ce){ee=ce}(me=o())&&typeof me.catch=="function"&&me.catch(function(){})}}catch(ce){if(ce&&ee&&typeof ce.stack=="string")return[ce.stack,ee.stack]}return[null,null]}};c.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var m=Object.getOwnPropertyDescriptor(c.DetermineComponentFrameRoot,"name");m&&m.configurable&&Object.defineProperty(c.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var p=c.DetermineComponentFrameRoot(),B=p[0],A=p[1];if(B&&A){var F=B.split(`
|
|
44
|
+
`),J=A.split(`
|
|
45
|
+
`);for(m=c=0;c<F.length&&!F[c].includes("DetermineComponentFrameRoot");)c++;for(;m<J.length&&!J[m].includes("DetermineComponentFrameRoot");)m++;if(c===F.length||m===J.length)for(c=F.length-1,m=J.length-1;1<=c&&0<=m&&F[c]!==J[m];)m--;for(;1<=c&&0<=m;c--,m--)if(F[c]!==J[m]){if(c!==1||m!==1)do if(c--,m--,0>m||F[c]!==J[m]){var fe=`
|
|
46
|
+
`+F[c].replace(" at new "," at ");return o.displayName&&fe.includes("<anonymous>")&&(fe=fe.replace("<anonymous>",o.displayName)),fe}while(1<=c&&0<=m);break}}}finally{le=!1,Error.prepareStackTrace=n}return(n=o?o.displayName||o.name:"")?Be(n):""}function _e(o,r){switch(o.tag){case 26:case 27:case 5:return Be(o.type);case 16:return Be("Lazy");case 13:return o.child!==r&&r!==null?Be("Suspense Fallback"):Be("Suspense");case 19:return Be("SuspenseList");case 0:case 15:return ae(o.type,!1);case 11:return ae(o.type.render,!1);case 1:return ae(o.type,!0);case 31:return Be("Activity");default:return""}}function Ne(o){try{var r="",n=null;do r+=_e(o,n),n=o,o=o.return;while(o);return r}catch(c){return`
|
|
47
|
+
Error generating stack: `+c.message+`
|
|
48
|
+
`+c.stack}}var ke=Object.prototype.hasOwnProperty,Pe=e.unstable_scheduleCallback,Le=e.unstable_cancelCallback,Ke=e.unstable_shouldYield,qe=e.unstable_requestPaint,ye=e.unstable_now,Ae=e.unstable_getCurrentPriorityLevel,Re=e.unstable_ImmediatePriority,We=e.unstable_UserBlockingPriority,wo=e.unstable_NormalPriority,To=e.unstable_LowPriority,Ro=e.unstable_IdlePriority,rt=e.log,Yo=e.unstable_setDisableYieldValue,ot=null,Je=null;function xo(o){if(typeof rt=="function"&&Yo(o),Je&&typeof Je.setStrictMode=="function")try{Je.setStrictMode(ot,o)}catch{}}var Do=Math.clz32?Math.clz32:$t,ko=Math.log,Ct=Math.LN2;function $t(o){return o>>>=0,o===0?32:31-(ko(o)/Ct|0)|0}var ir=256,Kr=262144,Jr=4194304;function yt(o){var r=o&42;if(r!==0)return r;switch(o&-o){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:return o&261888;case 262144:case 524288:case 1048576:case 2097152:return o&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return o&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return o}}function Kl(o,r,n){var c=o.pendingLanes;if(c===0)return 0;var m=0,p=o.suspendedLanes,B=o.pingedLanes;o=o.warmLanes;var A=c&134217727;return A!==0?(c=A&~p,c!==0?m=yt(c):(B&=A,B!==0?m=yt(B):n||(n=A&~o,n!==0&&(m=yt(n))))):(A=c&~p,A!==0?m=yt(A):B!==0?m=yt(B):n||(n=c&~o,n!==0&&(m=yt(n)))),m===0?0:r!==0&&r!==m&&(r&p)===0&&(p=m&-m,n=r&-r,p>=n||p===32&&(n&4194048)!==0)?r:m}function Mr(o,r){return(o.pendingLanes&~(o.suspendedLanes&~o.pingedLanes)&r)===0}function Ot(o,r){switch(o){case 1:case 2:case 4:case 8:case 64:return r+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 r+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 kl(){var o=Jr;return Jr<<=1,(Jr&62914560)===0&&(Jr=4194304),o}function wl(o){for(var r=[],n=0;31>n;n++)r.push(o);return r}function yl(o,r){o.pendingLanes|=r,r!==268435456&&(o.suspendedLanes=0,o.pingedLanes=0,o.warmLanes=0)}function Wd(o,r,n,c,m,p){var B=o.pendingLanes;o.pendingLanes=n,o.suspendedLanes=0,o.pingedLanes=0,o.warmLanes=0,o.expiredLanes&=n,o.entangledLanes&=n,o.errorRecoveryDisabledLanes&=n,o.shellSuspendCounter=0;var A=o.entanglements,F=o.expirationTimes,J=o.hiddenUpdates;for(n=B&~n;0<n;){var fe=31-Do(n),me=1<<fe;A[fe]=0,F[fe]=-1;var ee=J[fe];if(ee!==null)for(J[fe]=null,fe=0;fe<ee.length;fe++){var ce=ee[fe];ce!==null&&(ce.lane&=-536870913)}n&=~me}c!==0&&bs(o,c,0),p!==0&&m===0&&o.tag!==0&&(o.suspendedLanes|=p&~(B&~r))}function bs(o,r,n){o.pendingLanes|=r,o.suspendedLanes&=~r;var c=31-Do(r);o.entangledLanes|=r,o.entanglements[c]=o.entanglements[c]|1073741824|n&261930}function xs(o,r){var n=o.entangledLanes|=r;for(o=o.entanglements;n;){var c=31-Do(n),m=1<<c;m&r|o[c]&r&&(o[c]|=r),n&=~m}}function ji(o,r){var n=r&-r;return n=(n&42)!==0?1:Cn(n),(n&(o.suspendedLanes|r))!==0?0:n}function Cn(o){switch(o){case 2:o=1;break;case 8:o=4;break;case 32:o=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:o=128;break;case 268435456:o=134217728;break;default:o=0}return o}function xr(o){return o&=-o,2<o?8<o?(o&134217727)!==0?32:268435456:8:2}function _s(){var o=$.p;return o!==0?o:(o=window.event,o===void 0?32:k1(o.type))}function ks(o,r){var n=$.p;try{return $.p=o,r()}finally{$.p=n}}var _r=Math.random().toString(36).slice(2),ct="__reactFiber$"+_r,$o="__reactProps$"+_r,el="__reactContainer$"+_r,ol="__reactEvents$"+_r,Gi="__reactListeners$"+_r,Nn="__reactHandles$"+_r,Tn="__reactResources$"+_r,En="__reactMarker$"+_r;function Dn(o){delete o[ct],delete o[$o],delete o[ol],delete o[Gi],delete o[Nn]}function Jl(o){var r=o[ct];if(r)return r;for(var n=o.parentNode;n;){if(r=n[el]||n[ct]){if(n=r.alternate,r.child!==null||n!==null&&n.child!==null)for(o=a1(o);o!==null;){if(n=o[ct])return n;o=a1(o)}return r}o=n,n=o.parentNode}return null}function tl(o){if(o=o[ct]||o[el]){var r=o.tag;if(r===5||r===6||r===13||r===31||r===26||r===27||r===3)return o}return null}function Sl(o){var r=o.tag;if(r===5||r===26||r===27||r===6)return o.stateNode;throw Error(a(33))}function kr(o){var r=o[Tn];return r||(r=o[Tn]={hoistableStyles:new Map,hoistableScripts:new Map}),r}function gt(o){o[En]=!0}var ws=new Set,Or={};function rl(o,r){ea(o,r),ea(o+"Capture",r)}function ea(o,r){for(Or[o]=r,o=0;o<r.length;o++)ws.add(r[o])}var Vd=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]*$"),ys={},Ss={};function In(o){return ke.call(Ss,o)?!0:ke.call(ys,o)?!1:Vd.test(o)?Ss[o]=!0:(ys[o]=!0,!1)}function oa(o,r,n){if(In(r))if(n===null)o.removeAttribute(r);else{switch(typeof n){case"undefined":case"function":case"symbol":o.removeAttribute(r);return;case"boolean":var c=r.toLowerCase().slice(0,5);if(c!=="data-"&&c!=="aria-"){o.removeAttribute(r);return}}o.setAttribute(r,""+n)}}function Pn(o,r,n){if(n===null)o.removeAttribute(r);else{switch(typeof n){case"undefined":case"function":case"symbol":case"boolean":o.removeAttribute(r);return}o.setAttribute(r,""+n)}}function jr(o,r,n,c){if(c===null)o.removeAttribute(n);else{switch(typeof c){case"undefined":case"function":case"symbol":case"boolean":o.removeAttribute(n);return}o.setAttributeNS(r,n,""+c)}}function jt(o){switch(typeof o){case"bigint":case"boolean":case"number":case"string":case"undefined":return o;case"object":return o;default:return""}}function Fi(o){var r=o.type;return(o=o.nodeName)&&o.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function De(o,r,n){var c=Object.getOwnPropertyDescriptor(o.constructor.prototype,r);if(!o.hasOwnProperty(r)&&typeof c<"u"&&typeof c.get=="function"&&typeof c.set=="function"){var m=c.get,p=c.set;return Object.defineProperty(o,r,{configurable:!0,get:function(){return m.call(this)},set:function(B){n=""+B,p.call(this,B)}}),Object.defineProperty(o,r,{enumerable:c.enumerable}),{getValue:function(){return n},setValue:function(B){n=""+B},stopTracking:function(){o._valueTracker=null,delete o[r]}}}}function uo(o){if(!o._valueTracker){var r=Fi(o)?"checked":"value";o._valueTracker=De(o,r,""+o[r])}}function Zt(o){if(!o)return!1;var r=o._valueTracker;if(!r)return!0;var n=r.getValue(),c="";return o&&(c=Fi(o)?o.checked?"true":"false":o.value),o=c,o!==n?(r.setValue(o),!0):!1}function mt(o){if(o=o||(typeof document<"u"?document:void 0),typeof o>"u")return null;try{return o.activeElement||o.body}catch{return o.body}}var wr=/[\n"\\]/g;function St(o){return o.replace(wr,function(r){return"\\"+r.charCodeAt(0).toString(16)+" "})}function ll(o,r,n,c,m,p,B,A){o.name="",B!=null&&typeof B!="function"&&typeof B!="symbol"&&typeof B!="boolean"?o.type=B:o.removeAttribute("type"),r!=null?B==="number"?(r===0&&o.value===""||o.value!=r)&&(o.value=""+jt(r)):o.value!==""+jt(r)&&(o.value=""+jt(r)):B!=="submit"&&B!=="reset"||o.removeAttribute("value"),r!=null?al(o,B,jt(r)):n!=null?al(o,B,jt(n)):c!=null&&o.removeAttribute("value"),m==null&&p!=null&&(o.defaultChecked=!!p),m!=null&&(o.checked=m&&typeof m!="function"&&typeof m!="symbol"),A!=null&&typeof A!="function"&&typeof A!="symbol"&&typeof A!="boolean"?o.name=""+jt(A):o.removeAttribute("name")}function yr(o,r,n,c,m,p,B,A){if(p!=null&&typeof p!="function"&&typeof p!="symbol"&&typeof p!="boolean"&&(o.type=p),r!=null||n!=null){if(!(p!=="submit"&&p!=="reset"||r!=null)){uo(o);return}n=n!=null?""+jt(n):"",r=r!=null?""+jt(r):n,A||r===o.value||(o.value=r),o.defaultValue=r}c=c??m,c=typeof c!="function"&&typeof c!="symbol"&&!!c,o.checked=A?o.checked:!!c,o.defaultChecked=!!c,B!=null&&typeof B!="function"&&typeof B!="symbol"&&typeof B!="boolean"&&(o.name=B),uo(o)}function al(o,r,n){r==="number"&&mt(o.ownerDocument)===o||o.defaultValue===""+n||(o.defaultValue=""+n)}function pt(o,r,n,c){if(o=o.options,r){r={};for(var m=0;m<n.length;m++)r["$"+n[m]]=!0;for(n=0;n<o.length;n++)m=r.hasOwnProperty("$"+o[n].value),o[n].selected!==m&&(o[n].selected=m),m&&c&&(o[n].defaultSelected=!0)}else{for(n=""+jt(n),r=null,m=0;m<o.length;m++){if(o[m].value===n){o[m].selected=!0,c&&(o[m].defaultSelected=!0);return}r!==null||o[m].disabled||(r=o[m])}r!==null&&(r.selected=!0)}}function Uo(o,r,n){if(r!=null&&(r=""+jt(r),r!==o.value&&(o.value=r),n==null)){o.defaultValue!==r&&(o.defaultValue=r);return}o.defaultValue=n!=null?""+jt(n):""}function st(o,r,n,c){if(r==null){if(c!=null){if(n!=null)throw Error(a(92));if(ne(c)){if(1<c.length)throw Error(a(93));c=c[0]}n=c}n==null&&(n=""),r=n}n=jt(r),o.defaultValue=n,c=o.textContent,c===n&&c!==""&&c!==null&&(o.value=c),uo(o)}function vt(o,r){if(r){var n=o.firstChild;if(n&&n===o.lastChild&&n.nodeType===3){n.nodeValue=r;return}}o.textContent=r}var Nt=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 Sr(o,r,n){var c=r.indexOf("--")===0;n==null||typeof n=="boolean"||n===""?c?o.setProperty(r,""):r==="float"?o.cssFloat="":o[r]="":c?o.setProperty(r,n):typeof n!="number"||n===0||Nt.has(r)?r==="float"?o.cssFloat=n:o[r]=(""+n).trim():o[r]=n+"px"}function qa(o,r,n){if(r!=null&&typeof r!="object")throw Error(a(62));if(o=o.style,n!=null){for(var c in n)!n.hasOwnProperty(c)||r!=null&&r.hasOwnProperty(c)||(c.indexOf("--")===0?o.setProperty(c,""):c==="float"?o.cssFloat="":o[c]="");for(var m in r)c=r[m],r.hasOwnProperty(m)&&n[m]!==c&&Sr(o,m,c)}else for(var p in r)r.hasOwnProperty(p)&&Sr(o,p,r[p])}function qi(o){if(o.indexOf("-")===-1)return!1;switch(o){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 Xd=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"]]),Yd=/^[\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 An(o){return Yd.test(""+o)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":o}function Gr(){}var Ui=null;function $d(o){return o=o.target||o.srcElement||window,o.correspondingUseElement&&(o=o.correspondingUseElement),o.nodeType===3?o.parentNode:o}var zn=null,Hn=null;function Zg(o){var r=tl(o);if(r&&(o=r.stateNode)){var n=o[$o]||null;e:switch(o=r.stateNode,r.type){case"input":if(ll(o,n.value,n.defaultValue,n.defaultValue,n.checked,n.defaultChecked,n.type,n.name),r=n.name,n.type==="radio"&&r!=null){for(n=o;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll('input[name="'+St(""+r)+'"][type="radio"]'),r=0;r<n.length;r++){var c=n[r];if(c!==o&&c.form===o.form){var m=c[$o]||null;if(!m)throw Error(a(90));ll(c,m.value,m.defaultValue,m.defaultValue,m.checked,m.defaultChecked,m.type,m.name)}}for(r=0;r<n.length;r++)c=n[r],c.form===o.form&&Zt(c)}break e;case"textarea":Uo(o,n.value,n.defaultValue);break e;case"select":r=n.value,r!=null&&pt(o,!!n.multiple,r,!1)}}}var Zd=!1;function Qg(o,r,n){if(Zd)return o(r,n);Zd=!0;try{var c=o(r);return c}finally{if(Zd=!1,(zn!==null||Hn!==null)&&(du(),zn&&(r=zn,o=Hn,Hn=zn=null,Zg(r),o)))for(r=0;r<o.length;r++)Zg(o[r])}}function Wi(o,r){var n=o.stateNode;if(n===null)return null;var c=n[$o]||null;if(c===null)return null;n=c[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(c=!c.disabled)||(o=o.type,c=!(o==="button"||o==="input"||o==="select"||o==="textarea")),o=!c;break e;default:o=!1}if(o)return null;if(n&&typeof n!="function")throw Error(a(231,r,typeof n));return n}var Bl=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Qd=!1;if(Bl)try{var Vi={};Object.defineProperty(Vi,"passive",{get:function(){Qd=!0}}),window.addEventListener("test",Vi,Vi),window.removeEventListener("test",Vi,Vi)}catch{Qd=!1}var ta=null,Kd=null,Bs=null;function Kg(){if(Bs)return Bs;var o,r=Kd,n=r.length,c,m="value"in ta?ta.value:ta.textContent,p=m.length;for(o=0;o<n&&r[o]===m[o];o++);var B=n-o;for(c=1;c<=B&&r[n-c]===m[p-c];c++);return Bs=m.slice(o,1<c?1-c:void 0)}function Cs(o){var r=o.keyCode;return"charCode"in o?(o=o.charCode,o===0&&r===13&&(o=13)):o=r,o===10&&(o=13),32<=o||o===13?o:0}function Ns(){return!0}function Jg(){return!1}function Qt(o){function r(n,c,m,p,B){this._reactName=n,this._targetInst=m,this.type=c,this.nativeEvent=p,this.target=B,this.currentTarget=null;for(var A in o)o.hasOwnProperty(A)&&(n=o[A],this[A]=n?n(p):p[A]);return this.isDefaultPrevented=(p.defaultPrevented!=null?p.defaultPrevented:p.returnValue===!1)?Ns:Jg,this.isPropagationStopped=Jg,this}return b(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Ns)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Ns)},persist:function(){},isPersistent:Ns}),r}var Ua={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(o){return o.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Ts=Qt(Ua),Xi=b({},Ua,{view:0,detail:0}),nw=Qt(Xi),Jd,e0,Yi,Es=b({},Xi,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:t0,button:0,buttons:0,relatedTarget:function(o){return o.relatedTarget===void 0?o.fromElement===o.srcElement?o.toElement:o.fromElement:o.relatedTarget},movementX:function(o){return"movementX"in o?o.movementX:(o!==Yi&&(Yi&&o.type==="mousemove"?(Jd=o.screenX-Yi.screenX,e0=o.screenY-Yi.screenY):e0=Jd=0,Yi=o),Jd)},movementY:function(o){return"movementY"in o?o.movementY:e0}}),em=Qt(Es),iw=b({},Es,{dataTransfer:0}),cw=Qt(iw),sw=b({},Xi,{relatedTarget:0}),o0=Qt(sw),uw=b({},Ua,{animationName:0,elapsedTime:0,pseudoElement:0}),dw=Qt(uw),fw=b({},Ua,{clipboardData:function(o){return"clipboardData"in o?o.clipboardData:window.clipboardData}}),hw=Qt(fw),gw=b({},Ua,{data:0}),om=Qt(gw),mw={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},pw={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"},vw={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function bw(o){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(o):(o=vw[o])?!!r[o]:!1}function t0(){return bw}var xw=b({},Xi,{key:function(o){if(o.key){var r=mw[o.key]||o.key;if(r!=="Unidentified")return r}return o.type==="keypress"?(o=Cs(o),o===13?"Enter":String.fromCharCode(o)):o.type==="keydown"||o.type==="keyup"?pw[o.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:t0,charCode:function(o){return o.type==="keypress"?Cs(o):0},keyCode:function(o){return o.type==="keydown"||o.type==="keyup"?o.keyCode:0},which:function(o){return o.type==="keypress"?Cs(o):o.type==="keydown"||o.type==="keyup"?o.keyCode:0}}),_w=Qt(xw),kw=b({},Es,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),tm=Qt(kw),ww=b({},Xi,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:t0}),yw=Qt(ww),Sw=b({},Ua,{propertyName:0,elapsedTime:0,pseudoElement:0}),Bw=Qt(Sw),Cw=b({},Es,{deltaX:function(o){return"deltaX"in o?o.deltaX:"wheelDeltaX"in o?-o.wheelDeltaX:0},deltaY:function(o){return"deltaY"in o?o.deltaY:"wheelDeltaY"in o?-o.wheelDeltaY:"wheelDelta"in o?-o.wheelDelta:0},deltaZ:0,deltaMode:0}),Nw=Qt(Cw),Tw=b({},Ua,{newState:0,oldState:0}),Ew=Qt(Tw),Dw=[9,13,27,32],r0=Bl&&"CompositionEvent"in window,$i=null;Bl&&"documentMode"in document&&($i=document.documentMode);var Iw=Bl&&"TextEvent"in window&&!$i,rm=Bl&&(!r0||$i&&8<$i&&11>=$i),lm=" ",am=!1;function nm(o,r){switch(o){case"keyup":return Dw.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function im(o){return o=o.detail,typeof o=="object"&&"data"in o?o.data:null}var Rn=!1;function Pw(o,r){switch(o){case"compositionend":return im(r);case"keypress":return r.which!==32?null:(am=!0,lm);case"textInput":return o=r.data,o===lm&&am?null:o;default:return null}}function Aw(o,r){if(Rn)return o==="compositionend"||!r0&&nm(o,r)?(o=Kg(),Bs=Kd=ta=null,Rn=!1,o):null;switch(o){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return rm&&r.locale!=="ko"?null:r.data;default:return null}}var zw={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 cm(o){var r=o&&o.nodeName&&o.nodeName.toLowerCase();return r==="input"?!!zw[o.type]:r==="textarea"}function sm(o,r,n,c){zn?Hn?Hn.push(c):Hn=[c]:zn=c,r=bu(r,"onChange"),0<r.length&&(n=new Ts("onChange","change",null,n,c),o.push({event:n,listeners:r}))}var Zi=null,Qi=null;function Hw(o){Wv(o,0)}function Ds(o){var r=Sl(o);if(Zt(r))return o}function um(o,r){if(o==="change")return r}var dm=!1;if(Bl){var l0;if(Bl){var a0="oninput"in document;if(!a0){var fm=document.createElement("div");fm.setAttribute("oninput","return;"),a0=typeof fm.oninput=="function"}l0=a0}else l0=!1;dm=l0&&(!document.documentMode||9<document.documentMode)}function hm(){Zi&&(Zi.detachEvent("onpropertychange",gm),Qi=Zi=null)}function gm(o){if(o.propertyName==="value"&&Ds(Qi)){var r=[];sm(r,Qi,o,$d(o)),Qg(Hw,r)}}function Rw(o,r,n){o==="focusin"?(hm(),Zi=r,Qi=n,Zi.attachEvent("onpropertychange",gm)):o==="focusout"&&hm()}function Lw(o){if(o==="selectionchange"||o==="keyup"||o==="keydown")return Ds(Qi)}function Mw(o,r){if(o==="click")return Ds(r)}function Ow(o,r){if(o==="input"||o==="change")return Ds(r)}function jw(o,r){return o===r&&(o!==0||1/o===1/r)||o!==o&&r!==r}var cr=typeof Object.is=="function"?Object.is:jw;function Ki(o,r){if(cr(o,r))return!0;if(typeof o!="object"||o===null||typeof r!="object"||r===null)return!1;var n=Object.keys(o),c=Object.keys(r);if(n.length!==c.length)return!1;for(c=0;c<n.length;c++){var m=n[c];if(!ke.call(r,m)||!cr(o[m],r[m]))return!1}return!0}function mm(o){for(;o&&o.firstChild;)o=o.firstChild;return o}function pm(o,r){var n=mm(o);o=0;for(var c;n;){if(n.nodeType===3){if(c=o+n.textContent.length,o<=r&&c>=r)return{node:n,offset:r-o};o=c}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=mm(n)}}function vm(o,r){return o&&r?o===r?!0:o&&o.nodeType===3?!1:r&&r.nodeType===3?vm(o,r.parentNode):"contains"in o?o.contains(r):o.compareDocumentPosition?!!(o.compareDocumentPosition(r)&16):!1:!1}function bm(o){o=o!=null&&o.ownerDocument!=null&&o.ownerDocument.defaultView!=null?o.ownerDocument.defaultView:window;for(var r=mt(o.document);r instanceof o.HTMLIFrameElement;){try{var n=typeof r.contentWindow.location.href=="string"}catch{n=!1}if(n)o=r.contentWindow;else break;r=mt(o.document)}return r}function n0(o){var r=o&&o.nodeName&&o.nodeName.toLowerCase();return r&&(r==="input"&&(o.type==="text"||o.type==="search"||o.type==="tel"||o.type==="url"||o.type==="password")||r==="textarea"||o.contentEditable==="true")}var Gw=Bl&&"documentMode"in document&&11>=document.documentMode,Ln=null,i0=null,Ji=null,c0=!1;function xm(o,r,n){var c=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;c0||Ln==null||Ln!==mt(c)||(c=Ln,"selectionStart"in c&&n0(c)?c={start:c.selectionStart,end:c.selectionEnd}:(c=(c.ownerDocument&&c.ownerDocument.defaultView||window).getSelection(),c={anchorNode:c.anchorNode,anchorOffset:c.anchorOffset,focusNode:c.focusNode,focusOffset:c.focusOffset}),Ji&&Ki(Ji,c)||(Ji=c,c=bu(i0,"onSelect"),0<c.length&&(r=new Ts("onSelect","select",null,r,n),o.push({event:r,listeners:c}),r.target=Ln)))}function Wa(o,r){var n={};return n[o.toLowerCase()]=r.toLowerCase(),n["Webkit"+o]="webkit"+r,n["Moz"+o]="moz"+r,n}var Mn={animationend:Wa("Animation","AnimationEnd"),animationiteration:Wa("Animation","AnimationIteration"),animationstart:Wa("Animation","AnimationStart"),transitionrun:Wa("Transition","TransitionRun"),transitionstart:Wa("Transition","TransitionStart"),transitioncancel:Wa("Transition","TransitionCancel"),transitionend:Wa("Transition","TransitionEnd")},s0={},_m={};Bl&&(_m=document.createElement("div").style,"AnimationEvent"in window||(delete Mn.animationend.animation,delete Mn.animationiteration.animation,delete Mn.animationstart.animation),"TransitionEvent"in window||delete Mn.transitionend.transition);function Va(o){if(s0[o])return s0[o];if(!Mn[o])return o;var r=Mn[o],n;for(n in r)if(r.hasOwnProperty(n)&&n in _m)return s0[o]=r[n];return o}var km=Va("animationend"),wm=Va("animationiteration"),ym=Va("animationstart"),Fw=Va("transitionrun"),qw=Va("transitionstart"),Uw=Va("transitioncancel"),Sm=Va("transitionend"),Bm=new Map,u0="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(" ");u0.push("scrollEnd");function Fr(o,r){Bm.set(o,r),rl(r,[o])}var Is=typeof reportError=="function"?reportError:function(o){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var r=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof o=="object"&&o!==null&&typeof o.message=="string"?String(o.message):String(o),error:o});if(!window.dispatchEvent(r))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",o);return}console.error(o)},Br=[],On=0,d0=0;function Ps(){for(var o=On,r=d0=On=0;r<o;){var n=Br[r];Br[r++]=null;var c=Br[r];Br[r++]=null;var m=Br[r];Br[r++]=null;var p=Br[r];if(Br[r++]=null,c!==null&&m!==null){var B=c.pending;B===null?m.next=m:(m.next=B.next,B.next=m),c.pending=m}p!==0&&Cm(n,m,p)}}function As(o,r,n,c){Br[On++]=o,Br[On++]=r,Br[On++]=n,Br[On++]=c,d0|=c,o.lanes|=c,o=o.alternate,o!==null&&(o.lanes|=c)}function f0(o,r,n,c){return As(o,r,n,c),zs(o)}function Xa(o,r){return As(o,null,null,r),zs(o)}function Cm(o,r,n){o.lanes|=n;var c=o.alternate;c!==null&&(c.lanes|=n);for(var m=!1,p=o.return;p!==null;)p.childLanes|=n,c=p.alternate,c!==null&&(c.childLanes|=n),p.tag===22&&(o=p.stateNode,o===null||o._visibility&1||(m=!0)),o=p,p=p.return;return o.tag===3?(p=o.stateNode,m&&r!==null&&(m=31-Do(n),o=p.hiddenUpdates,c=o[m],c===null?o[m]=[r]:c.push(r),r.lane=n|536870912),p):null}function zs(o){if(50<kc)throw kc=0,wf=null,Error(a(185));for(var r=o.return;r!==null;)o=r,r=o.return;return o.tag===3?o.stateNode:null}var jn={};function Ww(o,r,n,c){this.tag=o,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=c,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function sr(o,r,n,c){return new Ww(o,r,n,c)}function h0(o){return o=o.prototype,!(!o||!o.isReactComponent)}function Cl(o,r){var n=o.alternate;return n===null?(n=sr(o.tag,r,o.key,o.mode),n.elementType=o.elementType,n.type=o.type,n.stateNode=o.stateNode,n.alternate=o,o.alternate=n):(n.pendingProps=r,n.type=o.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=o.flags&65011712,n.childLanes=o.childLanes,n.lanes=o.lanes,n.child=o.child,n.memoizedProps=o.memoizedProps,n.memoizedState=o.memoizedState,n.updateQueue=o.updateQueue,r=o.dependencies,n.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},n.sibling=o.sibling,n.index=o.index,n.ref=o.ref,n.refCleanup=o.refCleanup,n}function Nm(o,r){o.flags&=65011714;var n=o.alternate;return n===null?(o.childLanes=0,o.lanes=r,o.child=null,o.subtreeFlags=0,o.memoizedProps=null,o.memoizedState=null,o.updateQueue=null,o.dependencies=null,o.stateNode=null):(o.childLanes=n.childLanes,o.lanes=n.lanes,o.child=n.child,o.subtreeFlags=0,o.deletions=null,o.memoizedProps=n.memoizedProps,o.memoizedState=n.memoizedState,o.updateQueue=n.updateQueue,o.type=n.type,r=n.dependencies,o.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),o}function Hs(o,r,n,c,m,p){var B=0;if(c=o,typeof o=="function")h0(o)&&(B=1);else if(typeof o=="string")B=Zy(o,n,ie.current)?26:o==="html"||o==="head"||o==="body"?27:5;else e:switch(o){case q:return o=sr(31,n,r,m),o.elementType=q,o.lanes=p,o;case w:return Ya(n.children,m,p,r);case y:B=8,m|=24;break;case C:return o=sr(12,n,r,m|2),o.elementType=C,o.lanes=p,o;case T:return o=sr(13,n,r,m),o.elementType=T,o.lanes=p,o;case P:return o=sr(19,n,r,m),o.elementType=P,o.lanes=p,o;default:if(typeof o=="object"&&o!==null)switch(o.$$typeof){case N:B=10;break e;case E:B=9;break e;case D:B=11;break e;case I:B=14;break e;case H:B=16,c=null;break e}B=29,n=Error(a(130,o===null?"null":typeof o,"")),c=null}return r=sr(B,n,r,m),r.elementType=o,r.type=c,r.lanes=p,r}function Ya(o,r,n,c){return o=sr(7,o,c,r),o.lanes=n,o}function g0(o,r,n){return o=sr(6,o,null,r),o.lanes=n,o}function Tm(o){var r=sr(18,null,null,0);return r.stateNode=o,r}function m0(o,r,n){return r=sr(4,o.children!==null?o.children:[],o.key,r),r.lanes=n,r.stateNode={containerInfo:o.containerInfo,pendingChildren:null,implementation:o.implementation},r}var Em=new WeakMap;function Cr(o,r){if(typeof o=="object"&&o!==null){var n=Em.get(o);return n!==void 0?n:(r={value:o,source:r,stack:Ne(r)},Em.set(o,r),r)}return{value:o,source:r,stack:Ne(r)}}var Gn=[],Fn=0,Rs=null,ec=0,Nr=[],Tr=0,ra=null,nl=1,il="";function Nl(o,r){Gn[Fn++]=ec,Gn[Fn++]=Rs,Rs=o,ec=r}function Dm(o,r,n){Nr[Tr++]=nl,Nr[Tr++]=il,Nr[Tr++]=ra,ra=o;var c=nl;o=il;var m=32-Do(c)-1;c&=~(1<<m),n+=1;var p=32-Do(r)+m;if(30<p){var B=m-m%5;p=(c&(1<<B)-1).toString(32),c>>=B,m-=B,nl=1<<32-Do(r)+m|n<<m|c,il=p+o}else nl=1<<p|n<<m|c,il=o}function p0(o){o.return!==null&&(Nl(o,1),Dm(o,1,0))}function v0(o){for(;o===Rs;)Rs=Gn[--Fn],Gn[Fn]=null,ec=Gn[--Fn],Gn[Fn]=null;for(;o===ra;)ra=Nr[--Tr],Nr[Tr]=null,il=Nr[--Tr],Nr[Tr]=null,nl=Nr[--Tr],Nr[Tr]=null}function Im(o,r){Nr[Tr++]=nl,Nr[Tr++]=il,Nr[Tr++]=ra,nl=r.id,il=r.overflow,ra=o}var It=null,Zo=null,vo=!1,la=null,Er=!1,b0=Error(a(519));function aa(o){var r=Error(a(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw oc(Cr(r,o)),b0}function Pm(o){var r=o.stateNode,n=o.type,c=o.memoizedProps;switch(r[ct]=o,r[$o]=c,n){case"dialog":ho("cancel",r),ho("close",r);break;case"iframe":case"object":case"embed":ho("load",r);break;case"video":case"audio":for(n=0;n<yc.length;n++)ho(yc[n],r);break;case"source":ho("error",r);break;case"img":case"image":case"link":ho("error",r),ho("load",r);break;case"details":ho("toggle",r);break;case"input":ho("invalid",r),yr(r,c.value,c.defaultValue,c.checked,c.defaultChecked,c.type,c.name,!0);break;case"select":ho("invalid",r);break;case"textarea":ho("invalid",r),st(r,c.value,c.defaultValue,c.children)}n=c.children,typeof n!="string"&&typeof n!="number"&&typeof n!="bigint"||r.textContent===""+n||c.suppressHydrationWarning===!0||$v(r.textContent,n)?(c.popover!=null&&(ho("beforetoggle",r),ho("toggle",r)),c.onScroll!=null&&ho("scroll",r),c.onScrollEnd!=null&&ho("scrollend",r),c.onClick!=null&&(r.onclick=Gr),r=!0):r=!1,r||aa(o,!0)}function Am(o){for(It=o.return;It;)switch(It.tag){case 5:case 31:case 13:Er=!1;return;case 27:case 3:Er=!0;return;default:It=It.return}}function qn(o){if(o!==It)return!1;if(!vo)return Am(o),vo=!0,!1;var r=o.tag,n;if((n=r!==3&&r!==27)&&((n=r===5)&&(n=o.type,n=!(n!=="form"&&n!=="button")||Lf(o.type,o.memoizedProps)),n=!n),n&&Zo&&aa(o),Am(o),r===13){if(o=o.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(a(317));Zo=l1(o)}else if(r===31){if(o=o.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(a(317));Zo=l1(o)}else r===27?(r=Zo,xa(o.type)?(o=Ff,Ff=null,Zo=o):Zo=r):Zo=It?Ir(o.stateNode.nextSibling):null;return!0}function $a(){Zo=It=null,vo=!1}function x0(){var o=la;return o!==null&&(or===null?or=o:or.push.apply(or,o),la=null),o}function oc(o){la===null?la=[o]:la.push(o)}var _0=R(null),Za=null,Tl=null;function na(o,r,n){te(_0,r._currentValue),r._currentValue=n}function El(o){o._currentValue=_0.current,X(_0)}function k0(o,r,n){for(;o!==null;){var c=o.alternate;if((o.childLanes&r)!==r?(o.childLanes|=r,c!==null&&(c.childLanes|=r)):c!==null&&(c.childLanes&r)!==r&&(c.childLanes|=r),o===n)break;o=o.return}}function w0(o,r,n,c){var m=o.child;for(m!==null&&(m.return=o);m!==null;){var p=m.dependencies;if(p!==null){var B=m.child;p=p.firstContext;e:for(;p!==null;){var A=p;p=m;for(var F=0;F<r.length;F++)if(A.context===r[F]){p.lanes|=n,A=p.alternate,A!==null&&(A.lanes|=n),k0(p.return,n,o),c||(B=null);break e}p=A.next}}else if(m.tag===18){if(B=m.return,B===null)throw Error(a(341));B.lanes|=n,p=B.alternate,p!==null&&(p.lanes|=n),k0(B,n,o),B=null}else B=m.child;if(B!==null)B.return=m;else for(B=m;B!==null;){if(B===o){B=null;break}if(m=B.sibling,m!==null){m.return=B.return,B=m;break}B=B.return}m=B}}function Un(o,r,n,c){o=null;for(var m=r,p=!1;m!==null;){if(!p){if((m.flags&524288)!==0)p=!0;else if((m.flags&262144)!==0)break}if(m.tag===10){var B=m.alternate;if(B===null)throw Error(a(387));if(B=B.memoizedProps,B!==null){var A=m.type;cr(m.pendingProps.value,B.value)||(o!==null?o.push(A):o=[A])}}else if(m===re.current){if(B=m.alternate,B===null)throw Error(a(387));B.memoizedState.memoizedState!==m.memoizedState.memoizedState&&(o!==null?o.push(Tc):o=[Tc])}m=m.return}o!==null&&w0(r,o,n,c),r.flags|=262144}function Ls(o){for(o=o.firstContext;o!==null;){if(!cr(o.context._currentValue,o.memoizedValue))return!0;o=o.next}return!1}function Qa(o){Za=o,Tl=null,o=o.dependencies,o!==null&&(o.firstContext=null)}function Pt(o){return zm(Za,o)}function Ms(o,r){return Za===null&&Qa(o),zm(o,r)}function zm(o,r){var n=r._currentValue;if(r={context:r,memoizedValue:n,next:null},Tl===null){if(o===null)throw Error(a(308));Tl=r,o.dependencies={lanes:0,firstContext:r},o.flags|=524288}else Tl=Tl.next=r;return n}var Vw=typeof AbortController<"u"?AbortController:function(){var o=[],r=this.signal={aborted:!1,addEventListener:function(n,c){o.push(c)}};this.abort=function(){r.aborted=!0,o.forEach(function(n){return n()})}},Xw=e.unstable_scheduleCallback,Yw=e.unstable_NormalPriority,bt={$$typeof:N,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function y0(){return{controller:new Vw,data:new Map,refCount:0}}function tc(o){o.refCount--,o.refCount===0&&Xw(Yw,function(){o.controller.abort()})}var rc=null,S0=0,Wn=0,Vn=null;function $w(o,r){if(rc===null){var n=rc=[];S0=0,Wn=Tf(),Vn={status:"pending",value:void 0,then:function(c){n.push(c)}}}return S0++,r.then(Hm,Hm),r}function Hm(){if(--S0===0&&rc!==null){Vn!==null&&(Vn.status="fulfilled");var o=rc;rc=null,Wn=0,Vn=null;for(var r=0;r<o.length;r++)(0,o[r])()}}function Zw(o,r){var n=[],c={status:"pending",value:null,reason:null,then:function(m){n.push(m)}};return o.then(function(){c.status="fulfilled",c.value=r;for(var m=0;m<n.length;m++)(0,n[m])(r)},function(m){for(c.status="rejected",c.reason=m,m=0;m<n.length;m++)(0,n[m])(void 0)}),c}var Rm=M.S;M.S=function(o,r){xv=ye(),typeof r=="object"&&r!==null&&typeof r.then=="function"&&$w(o,r),Rm!==null&&Rm(o,r)};var Ka=R(null);function B0(){var o=Ka.current;return o!==null?o:Go.pooledCache}function Os(o,r){r===null?te(Ka,Ka.current):te(Ka,r.pool)}function Lm(){var o=B0();return o===null?null:{parent:bt._currentValue,pool:o}}var Xn=Error(a(460)),C0=Error(a(474)),js=Error(a(542)),Gs={then:function(){}};function Mm(o){return o=o.status,o==="fulfilled"||o==="rejected"}function Om(o,r,n){switch(n=o[n],n===void 0?o.push(r):n!==r&&(r.then(Gr,Gr),r=n),r.status){case"fulfilled":return r.value;case"rejected":throw o=r.reason,Gm(o),o;default:if(typeof r.status=="string")r.then(Gr,Gr);else{if(o=Go,o!==null&&100<o.shellSuspendCounter)throw Error(a(482));o=r,o.status="pending",o.then(function(c){if(r.status==="pending"){var m=r;m.status="fulfilled",m.value=c}},function(c){if(r.status==="pending"){var m=r;m.status="rejected",m.reason=c}})}switch(r.status){case"fulfilled":return r.value;case"rejected":throw o=r.reason,Gm(o),o}throw en=r,Xn}}function Ja(o){try{var r=o._init;return r(o._payload)}catch(n){throw n!==null&&typeof n=="object"&&typeof n.then=="function"?(en=n,Xn):n}}var en=null;function jm(){if(en===null)throw Error(a(459));var o=en;return en=null,o}function Gm(o){if(o===Xn||o===js)throw Error(a(483))}var Yn=null,lc=0;function Fs(o){var r=lc;return lc+=1,Yn===null&&(Yn=[]),Om(Yn,o,r)}function ac(o,r){r=r.props.ref,o.ref=r!==void 0?r:null}function qs(o,r){throw r.$$typeof===x?Error(a(525)):(o=Object.prototype.toString.call(r),Error(a(31,o==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":o)))}function Fm(o){function r(Z,W){if(o){var K=Z.deletions;K===null?(Z.deletions=[W],Z.flags|=16):K.push(W)}}function n(Z,W){if(!o)return null;for(;W!==null;)r(Z,W),W=W.sibling;return null}function c(Z){for(var W=new Map;Z!==null;)Z.key!==null?W.set(Z.key,Z):W.set(Z.index,Z),Z=Z.sibling;return W}function m(Z,W){return Z=Cl(Z,W),Z.index=0,Z.sibling=null,Z}function p(Z,W,K){return Z.index=K,o?(K=Z.alternate,K!==null?(K=K.index,K<W?(Z.flags|=67108866,W):K):(Z.flags|=67108866,W)):(Z.flags|=1048576,W)}function B(Z){return o&&Z.alternate===null&&(Z.flags|=67108866),Z}function A(Z,W,K,ge){return W===null||W.tag!==6?(W=g0(K,Z.mode,ge),W.return=Z,W):(W=m(W,K),W.return=Z,W)}function F(Z,W,K,ge){var Me=K.type;return Me===w?fe(Z,W,K.props.children,ge,K.key):W!==null&&(W.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===H&&Ja(Me)===W.type)?(W=m(W,K.props),ac(W,K),W.return=Z,W):(W=Hs(K.type,K.key,K.props,null,Z.mode,ge),ac(W,K),W.return=Z,W)}function J(Z,W,K,ge){return W===null||W.tag!==4||W.stateNode.containerInfo!==K.containerInfo||W.stateNode.implementation!==K.implementation?(W=m0(K,Z.mode,ge),W.return=Z,W):(W=m(W,K.children||[]),W.return=Z,W)}function fe(Z,W,K,ge,Me){return W===null||W.tag!==7?(W=Ya(K,Z.mode,ge,Me),W.return=Z,W):(W=m(W,K),W.return=Z,W)}function me(Z,W,K){if(typeof W=="string"&&W!==""||typeof W=="number"||typeof W=="bigint")return W=g0(""+W,Z.mode,K),W.return=Z,W;if(typeof W=="object"&&W!==null){switch(W.$$typeof){case k:return K=Hs(W.type,W.key,W.props,null,Z.mode,K),ac(K,W),K.return=Z,K;case S:return W=m0(W,Z.mode,K),W.return=Z,W;case H:return W=Ja(W),me(Z,W,K)}if(ne(W)||j(W))return W=Ya(W,Z.mode,K,null),W.return=Z,W;if(typeof W.then=="function")return me(Z,Fs(W),K);if(W.$$typeof===N)return me(Z,Ms(Z,W),K);qs(Z,W)}return null}function ee(Z,W,K,ge){var Me=W!==null?W.key:null;if(typeof K=="string"&&K!==""||typeof K=="number"||typeof K=="bigint")return Me!==null?null:A(Z,W,""+K,ge);if(typeof K=="object"&&K!==null){switch(K.$$typeof){case k:return K.key===Me?F(Z,W,K,ge):null;case S:return K.key===Me?J(Z,W,K,ge):null;case H:return K=Ja(K),ee(Z,W,K,ge)}if(ne(K)||j(K))return Me!==null?null:fe(Z,W,K,ge,null);if(typeof K.then=="function")return ee(Z,W,Fs(K),ge);if(K.$$typeof===N)return ee(Z,W,Ms(Z,K),ge);qs(Z,K)}return null}function ce(Z,W,K,ge,Me){if(typeof ge=="string"&&ge!==""||typeof ge=="number"||typeof ge=="bigint")return Z=Z.get(K)||null,A(W,Z,""+ge,Me);if(typeof ge=="object"&&ge!==null){switch(ge.$$typeof){case k:return Z=Z.get(ge.key===null?K:ge.key)||null,F(W,Z,ge,Me);case S:return Z=Z.get(ge.key===null?K:ge.key)||null,J(W,Z,ge,Me);case H:return ge=Ja(ge),ce(Z,W,K,ge,Me)}if(ne(ge)||j(ge))return Z=Z.get(K)||null,fe(W,Z,ge,Me,null);if(typeof ge.then=="function")return ce(Z,W,K,Fs(ge),Me);if(ge.$$typeof===N)return ce(Z,W,K,Ms(W,ge),Me);qs(W,ge)}return null}function Ee(Z,W,K,ge){for(var Me=null,yo=null,Ie=W,to=W=0,mo=null;Ie!==null&&to<K.length;to++){Ie.index>to?(mo=Ie,Ie=null):mo=Ie.sibling;var So=ee(Z,Ie,K[to],ge);if(So===null){Ie===null&&(Ie=mo);break}o&&Ie&&So.alternate===null&&r(Z,Ie),W=p(So,W,to),yo===null?Me=So:yo.sibling=So,yo=So,Ie=mo}if(to===K.length)return n(Z,Ie),vo&&Nl(Z,to),Me;if(Ie===null){for(;to<K.length;to++)Ie=me(Z,K[to],ge),Ie!==null&&(W=p(Ie,W,to),yo===null?Me=Ie:yo.sibling=Ie,yo=Ie);return vo&&Nl(Z,to),Me}for(Ie=c(Ie);to<K.length;to++)mo=ce(Ie,Z,to,K[to],ge),mo!==null&&(o&&mo.alternate!==null&&Ie.delete(mo.key===null?to:mo.key),W=p(mo,W,to),yo===null?Me=mo:yo.sibling=mo,yo=mo);return o&&Ie.forEach(function(Sa){return r(Z,Sa)}),vo&&Nl(Z,to),Me}function Fe(Z,W,K,ge){if(K==null)throw Error(a(151));for(var Me=null,yo=null,Ie=W,to=W=0,mo=null,So=K.next();Ie!==null&&!So.done;to++,So=K.next()){Ie.index>to?(mo=Ie,Ie=null):mo=Ie.sibling;var Sa=ee(Z,Ie,So.value,ge);if(Sa===null){Ie===null&&(Ie=mo);break}o&&Ie&&Sa.alternate===null&&r(Z,Ie),W=p(Sa,W,to),yo===null?Me=Sa:yo.sibling=Sa,yo=Sa,Ie=mo}if(So.done)return n(Z,Ie),vo&&Nl(Z,to),Me;if(Ie===null){for(;!So.done;to++,So=K.next())So=me(Z,So.value,ge),So!==null&&(W=p(So,W,to),yo===null?Me=So:yo.sibling=So,yo=So);return vo&&Nl(Z,to),Me}for(Ie=c(Ie);!So.done;to++,So=K.next())So=ce(Ie,Z,to,So.value,ge),So!==null&&(o&&So.alternate!==null&&Ie.delete(So.key===null?to:So.key),W=p(So,W,to),yo===null?Me=So:yo.sibling=So,yo=So);return o&&Ie.forEach(function(i5){return r(Z,i5)}),vo&&Nl(Z,to),Me}function Oo(Z,W,K,ge){if(typeof K=="object"&&K!==null&&K.type===w&&K.key===null&&(K=K.props.children),typeof K=="object"&&K!==null){switch(K.$$typeof){case k:e:{for(var Me=K.key;W!==null;){if(W.key===Me){if(Me=K.type,Me===w){if(W.tag===7){n(Z,W.sibling),ge=m(W,K.props.children),ge.return=Z,Z=ge;break e}}else if(W.elementType===Me||typeof Me=="object"&&Me!==null&&Me.$$typeof===H&&Ja(Me)===W.type){n(Z,W.sibling),ge=m(W,K.props),ac(ge,K),ge.return=Z,Z=ge;break e}n(Z,W);break}else r(Z,W);W=W.sibling}K.type===w?(ge=Ya(K.props.children,Z.mode,ge,K.key),ge.return=Z,Z=ge):(ge=Hs(K.type,K.key,K.props,null,Z.mode,ge),ac(ge,K),ge.return=Z,Z=ge)}return B(Z);case S:e:{for(Me=K.key;W!==null;){if(W.key===Me)if(W.tag===4&&W.stateNode.containerInfo===K.containerInfo&&W.stateNode.implementation===K.implementation){n(Z,W.sibling),ge=m(W,K.children||[]),ge.return=Z,Z=ge;break e}else{n(Z,W);break}else r(Z,W);W=W.sibling}ge=m0(K,Z.mode,ge),ge.return=Z,Z=ge}return B(Z);case H:return K=Ja(K),Oo(Z,W,K,ge)}if(ne(K))return Ee(Z,W,K,ge);if(j(K)){if(Me=j(K),typeof Me!="function")throw Error(a(150));return K=Me.call(K),Fe(Z,W,K,ge)}if(typeof K.then=="function")return Oo(Z,W,Fs(K),ge);if(K.$$typeof===N)return Oo(Z,W,Ms(Z,K),ge);qs(Z,K)}return typeof K=="string"&&K!==""||typeof K=="number"||typeof K=="bigint"?(K=""+K,W!==null&&W.tag===6?(n(Z,W.sibling),ge=m(W,K),ge.return=Z,Z=ge):(n(Z,W),ge=g0(K,Z.mode,ge),ge.return=Z,Z=ge),B(Z)):n(Z,W)}return function(Z,W,K,ge){try{lc=0;var Me=Oo(Z,W,K,ge);return Yn=null,Me}catch(Ie){if(Ie===Xn||Ie===js)throw Ie;var yo=sr(29,Ie,null,Z.mode);return yo.lanes=ge,yo.return=Z,yo}finally{}}}var on=Fm(!0),qm=Fm(!1),ia=!1;function N0(o){o.updateQueue={baseState:o.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function T0(o,r){o=o.updateQueue,r.updateQueue===o&&(r.updateQueue={baseState:o.baseState,firstBaseUpdate:o.firstBaseUpdate,lastBaseUpdate:o.lastBaseUpdate,shared:o.shared,callbacks:null})}function ca(o){return{lane:o,tag:0,payload:null,callback:null,next:null}}function sa(o,r,n){var c=o.updateQueue;if(c===null)return null;if(c=c.shared,(Co&2)!==0){var m=c.pending;return m===null?r.next=r:(r.next=m.next,m.next=r),c.pending=r,r=zs(o),Cm(o,null,n),r}return As(o,c,r,n),zs(o)}function nc(o,r,n){if(r=r.updateQueue,r!==null&&(r=r.shared,(n&4194048)!==0)){var c=r.lanes;c&=o.pendingLanes,n|=c,r.lanes=n,xs(o,n)}}function E0(o,r){var n=o.updateQueue,c=o.alternate;if(c!==null&&(c=c.updateQueue,n===c)){var m=null,p=null;if(n=n.firstBaseUpdate,n!==null){do{var B={lane:n.lane,tag:n.tag,payload:n.payload,callback:null,next:null};p===null?m=p=B:p=p.next=B,n=n.next}while(n!==null);p===null?m=p=r:p=p.next=r}else m=p=r;n={baseState:c.baseState,firstBaseUpdate:m,lastBaseUpdate:p,shared:c.shared,callbacks:c.callbacks},o.updateQueue=n;return}o=n.lastBaseUpdate,o===null?n.firstBaseUpdate=r:o.next=r,n.lastBaseUpdate=r}var D0=!1;function ic(){if(D0){var o=Vn;if(o!==null)throw o}}function cc(o,r,n,c){D0=!1;var m=o.updateQueue;ia=!1;var p=m.firstBaseUpdate,B=m.lastBaseUpdate,A=m.shared.pending;if(A!==null){m.shared.pending=null;var F=A,J=F.next;F.next=null,B===null?p=J:B.next=J,B=F;var fe=o.alternate;fe!==null&&(fe=fe.updateQueue,A=fe.lastBaseUpdate,A!==B&&(A===null?fe.firstBaseUpdate=J:A.next=J,fe.lastBaseUpdate=F))}if(p!==null){var me=m.baseState;B=0,fe=J=F=null,A=p;do{var ee=A.lane&-536870913,ce=ee!==A.lane;if(ce?(go&ee)===ee:(c&ee)===ee){ee!==0&&ee===Wn&&(D0=!0),fe!==null&&(fe=fe.next={lane:0,tag:A.tag,payload:A.payload,callback:null,next:null});e:{var Ee=o,Fe=A;ee=r;var Oo=n;switch(Fe.tag){case 1:if(Ee=Fe.payload,typeof Ee=="function"){me=Ee.call(Oo,me,ee);break e}me=Ee;break e;case 3:Ee.flags=Ee.flags&-65537|128;case 0:if(Ee=Fe.payload,ee=typeof Ee=="function"?Ee.call(Oo,me,ee):Ee,ee==null)break e;me=b({},me,ee);break e;case 2:ia=!0}}ee=A.callback,ee!==null&&(o.flags|=64,ce&&(o.flags|=8192),ce=m.callbacks,ce===null?m.callbacks=[ee]:ce.push(ee))}else ce={lane:ee,tag:A.tag,payload:A.payload,callback:A.callback,next:null},fe===null?(J=fe=ce,F=me):fe=fe.next=ce,B|=ee;if(A=A.next,A===null){if(A=m.shared.pending,A===null)break;ce=A,A=ce.next,ce.next=null,m.lastBaseUpdate=ce,m.shared.pending=null}}while(!0);fe===null&&(F=me),m.baseState=F,m.firstBaseUpdate=J,m.lastBaseUpdate=fe,p===null&&(m.shared.lanes=0),ga|=B,o.lanes=B,o.memoizedState=me}}function Um(o,r){if(typeof o!="function")throw Error(a(191,o));o.call(r)}function Wm(o,r){var n=o.callbacks;if(n!==null)for(o.callbacks=null,o=0;o<n.length;o++)Um(n[o],r)}var $n=R(null),Us=R(0);function Vm(o,r){o=Ml,te(Us,o),te($n,r),Ml=o|r.baseLanes}function I0(){te(Us,Ml),te($n,$n.current)}function P0(){Ml=Us.current,X($n),X(Us)}var ur=R(null),Dr=null;function ua(o){var r=o.alternate;te(ut,ut.current&1),te(ur,o),Dr===null&&(r===null||$n.current!==null||r.memoizedState!==null)&&(Dr=o)}function A0(o){te(ut,ut.current),te(ur,o),Dr===null&&(Dr=o)}function Xm(o){o.tag===22?(te(ut,ut.current),te(ur,o),Dr===null&&(Dr=o)):da()}function da(){te(ut,ut.current),te(ur,ur.current)}function dr(o){X(ur),Dr===o&&(Dr=null),X(ut)}var ut=R(0);function Ws(o){for(var r=o;r!==null;){if(r.tag===13){var n=r.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||jf(n)||Gf(n)))return r}else if(r.tag===19&&(r.memoizedProps.revealOrder==="forwards"||r.memoizedProps.revealOrder==="backwards"||r.memoizedProps.revealOrder==="unstable_legacy-backwards"||r.memoizedProps.revealOrder==="together")){if((r.flags&128)!==0)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===o)break;for(;r.sibling===null;){if(r.return===null||r.return===o)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var Dl=0,eo=null,Lo=null,xt=null,Vs=!1,Zn=!1,tn=!1,Xs=0,sc=0,Qn=null,Qw=0;function lt(){throw Error(a(321))}function z0(o,r){if(r===null)return!1;for(var n=0;n<r.length&&n<o.length;n++)if(!cr(o[n],r[n]))return!1;return!0}function H0(o,r,n,c,m,p){return Dl=p,eo=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,M.H=o===null||o.memoizedState===null?Dp:Z0,tn=!1,p=n(c,m),tn=!1,Zn&&(p=$m(r,n,c,m)),Ym(o),p}function Ym(o){M.H=fc;var r=Lo!==null&&Lo.next!==null;if(Dl=0,xt=Lo=eo=null,Vs=!1,sc=0,Qn=null,r)throw Error(a(300));o===null||_t||(o=o.dependencies,o!==null&&Ls(o)&&(_t=!0))}function $m(o,r,n,c){eo=o;var m=0;do{if(Zn&&(Qn=null),sc=0,Zn=!1,25<=m)throw Error(a(301));if(m+=1,xt=Lo=null,o.updateQueue!=null){var p=o.updateQueue;p.lastEffect=null,p.events=null,p.stores=null,p.memoCache!=null&&(p.memoCache.index=0)}M.H=Ip,p=r(n,c)}while(Zn);return p}function Kw(){var o=M.H,r=o.useState()[0];return r=typeof r.then=="function"?uc(r):r,o=o.useState()[0],(Lo!==null?Lo.memoizedState:null)!==o&&(eo.flags|=1024),r}function R0(){var o=Xs!==0;return Xs=0,o}function L0(o,r,n){r.updateQueue=o.updateQueue,r.flags&=-2053,o.lanes&=~n}function M0(o){if(Vs){for(o=o.memoizedState;o!==null;){var r=o.queue;r!==null&&(r.pending=null),o=o.next}Vs=!1}Dl=0,xt=Lo=eo=null,Zn=!1,sc=Xs=0,Qn=null}function qt(){var o={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return xt===null?eo.memoizedState=xt=o:xt=xt.next=o,xt}function dt(){if(Lo===null){var o=eo.alternate;o=o!==null?o.memoizedState:null}else o=Lo.next;var r=xt===null?eo.memoizedState:xt.next;if(r!==null)xt=r,Lo=o;else{if(o===null)throw eo.alternate===null?Error(a(467)):Error(a(310));Lo=o,o={memoizedState:Lo.memoizedState,baseState:Lo.baseState,baseQueue:Lo.baseQueue,queue:Lo.queue,next:null},xt===null?eo.memoizedState=xt=o:xt=xt.next=o}return xt}function Ys(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function uc(o){var r=sc;return sc+=1,Qn===null&&(Qn=[]),o=Om(Qn,o,r),r=eo,(xt===null?r.memoizedState:xt.next)===null&&(r=r.alternate,M.H=r===null||r.memoizedState===null?Dp:Z0),o}function $s(o){if(o!==null&&typeof o=="object"){if(typeof o.then=="function")return uc(o);if(o.$$typeof===N)return Pt(o)}throw Error(a(438,String(o)))}function O0(o){var r=null,n=eo.updateQueue;if(n!==null&&(r=n.memoCache),r==null){var c=eo.alternate;c!==null&&(c=c.updateQueue,c!==null&&(c=c.memoCache,c!=null&&(r={data:c.data.map(function(m){return m.slice()}),index:0})))}if(r==null&&(r={data:[],index:0}),n===null&&(n=Ys(),eo.updateQueue=n),n.memoCache=r,n=r.data[r.index],n===void 0)for(n=r.data[r.index]=Array(o),c=0;c<o;c++)n[c]=L;return r.index++,n}function Il(o,r){return typeof r=="function"?r(o):r}function Zs(o){var r=dt();return j0(r,Lo,o)}function j0(o,r,n){var c=o.queue;if(c===null)throw Error(a(311));c.lastRenderedReducer=n;var m=o.baseQueue,p=c.pending;if(p!==null){if(m!==null){var B=m.next;m.next=p.next,p.next=B}r.baseQueue=m=p,c.pending=null}if(p=o.baseState,m===null)o.memoizedState=p;else{r=m.next;var A=B=null,F=null,J=r,fe=!1;do{var me=J.lane&-536870913;if(me!==J.lane?(go&me)===me:(Dl&me)===me){var ee=J.revertLane;if(ee===0)F!==null&&(F=F.next={lane:0,revertLane:0,gesture:null,action:J.action,hasEagerState:J.hasEagerState,eagerState:J.eagerState,next:null}),me===Wn&&(fe=!0);else if((Dl&ee)===ee){J=J.next,ee===Wn&&(fe=!0);continue}else me={lane:0,revertLane:J.revertLane,gesture:null,action:J.action,hasEagerState:J.hasEagerState,eagerState:J.eagerState,next:null},F===null?(A=F=me,B=p):F=F.next=me,eo.lanes|=ee,ga|=ee;me=J.action,tn&&n(p,me),p=J.hasEagerState?J.eagerState:n(p,me)}else ee={lane:me,revertLane:J.revertLane,gesture:J.gesture,action:J.action,hasEagerState:J.hasEagerState,eagerState:J.eagerState,next:null},F===null?(A=F=ee,B=p):F=F.next=ee,eo.lanes|=me,ga|=me;J=J.next}while(J!==null&&J!==r);if(F===null?B=p:F.next=A,!cr(p,o.memoizedState)&&(_t=!0,fe&&(n=Vn,n!==null)))throw n;o.memoizedState=p,o.baseState=B,o.baseQueue=F,c.lastRenderedState=p}return m===null&&(c.lanes=0),[o.memoizedState,c.dispatch]}function G0(o){var r=dt(),n=r.queue;if(n===null)throw Error(a(311));n.lastRenderedReducer=o;var c=n.dispatch,m=n.pending,p=r.memoizedState;if(m!==null){n.pending=null;var B=m=m.next;do p=o(p,B.action),B=B.next;while(B!==m);cr(p,r.memoizedState)||(_t=!0),r.memoizedState=p,r.baseQueue===null&&(r.baseState=p),n.lastRenderedState=p}return[p,c]}function Zm(o,r,n){var c=eo,m=dt(),p=vo;if(p){if(n===void 0)throw Error(a(407));n=n()}else n=r();var B=!cr((Lo||m).memoizedState,n);if(B&&(m.memoizedState=n,_t=!0),m=m.queue,U0(Jm.bind(null,c,m,o),[o]),m.getSnapshot!==r||B||xt!==null&&xt.memoizedState.tag&1){if(c.flags|=2048,Kn(9,{destroy:void 0},Km.bind(null,c,m,n,r),null),Go===null)throw Error(a(349));p||(Dl&127)!==0||Qm(c,r,n)}return n}function Qm(o,r,n){o.flags|=16384,o={getSnapshot:r,value:n},r=eo.updateQueue,r===null?(r=Ys(),eo.updateQueue=r,r.stores=[o]):(n=r.stores,n===null?r.stores=[o]:n.push(o))}function Km(o,r,n,c){r.value=n,r.getSnapshot=c,ep(r)&&op(o)}function Jm(o,r,n){return n(function(){ep(r)&&op(o)})}function ep(o){var r=o.getSnapshot;o=o.value;try{var n=r();return!cr(o,n)}catch{return!0}}function op(o){var r=Xa(o,2);r!==null&&tr(r,o,2)}function F0(o){var r=qt();if(typeof o=="function"){var n=o;if(o=n(),tn){xo(!0);try{n()}finally{xo(!1)}}}return r.memoizedState=r.baseState=o,r.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Il,lastRenderedState:o},r}function tp(o,r,n,c){return o.baseState=n,j0(o,Lo,typeof c=="function"?c:Il)}function Jw(o,r,n,c,m){if(Js(o))throw Error(a(485));if(o=r.action,o!==null){var p={payload:m,action:o,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(B){p.listeners.push(B)}};M.T!==null?n(!0):p.isTransition=!1,c(p),n=r.pending,n===null?(p.next=r.pending=p,rp(r,p)):(p.next=n.next,r.pending=n.next=p)}}function rp(o,r){var n=r.action,c=r.payload,m=o.state;if(r.isTransition){var p=M.T,B={};M.T=B;try{var A=n(m,c),F=M.S;F!==null&&F(B,A),lp(o,r,A)}catch(J){q0(o,r,J)}finally{p!==null&&B.types!==null&&(p.types=B.types),M.T=p}}else try{p=n(m,c),lp(o,r,p)}catch(J){q0(o,r,J)}}function lp(o,r,n){n!==null&&typeof n=="object"&&typeof n.then=="function"?n.then(function(c){ap(o,r,c)},function(c){return q0(o,r,c)}):ap(o,r,n)}function ap(o,r,n){r.status="fulfilled",r.value=n,np(r),o.state=n,r=o.pending,r!==null&&(n=r.next,n===r?o.pending=null:(n=n.next,r.next=n,rp(o,n)))}function q0(o,r,n){var c=o.pending;if(o.pending=null,c!==null){c=c.next;do r.status="rejected",r.reason=n,np(r),r=r.next;while(r!==c)}o.action=null}function np(o){o=o.listeners;for(var r=0;r<o.length;r++)(0,o[r])()}function ip(o,r){return r}function cp(o,r){if(vo){var n=Go.formState;if(n!==null){e:{var c=eo;if(vo){if(Zo){o:{for(var m=Zo,p=Er;m.nodeType!==8;){if(!p){m=null;break o}if(m=Ir(m.nextSibling),m===null){m=null;break o}}p=m.data,m=p==="F!"||p==="F"?m:null}if(m){Zo=Ir(m.nextSibling),c=m.data==="F!";break e}}aa(c)}c=!1}c&&(r=n[0])}}return n=qt(),n.memoizedState=n.baseState=r,c={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ip,lastRenderedState:r},n.queue=c,n=Np.bind(null,eo,c),c.dispatch=n,c=F0(!1),p=$0.bind(null,eo,!1,c.queue),c=qt(),m={state:r,dispatch:null,action:o,pending:null},c.queue=m,n=Jw.bind(null,eo,m,p,n),m.dispatch=n,c.memoizedState=o,[r,n,!1]}function sp(o){var r=dt();return up(r,Lo,o)}function up(o,r,n){if(r=j0(o,r,ip)[0],o=Zs(Il)[0],typeof r=="object"&&r!==null&&typeof r.then=="function")try{var c=uc(r)}catch(B){throw B===Xn?js:B}else c=r;r=dt();var m=r.queue,p=m.dispatch;return n!==r.memoizedState&&(eo.flags|=2048,Kn(9,{destroy:void 0},ey.bind(null,m,n),null)),[c,p,o]}function ey(o,r){o.action=r}function dp(o){var r=dt(),n=Lo;if(n!==null)return up(r,n,o);dt(),r=r.memoizedState,n=dt();var c=n.queue.dispatch;return n.memoizedState=o,[r,c,!1]}function Kn(o,r,n,c){return o={tag:o,create:n,deps:c,inst:r,next:null},r=eo.updateQueue,r===null&&(r=Ys(),eo.updateQueue=r),n=r.lastEffect,n===null?r.lastEffect=o.next=o:(c=n.next,n.next=o,o.next=c,r.lastEffect=o),o}function fp(){return dt().memoizedState}function Qs(o,r,n,c){var m=qt();eo.flags|=o,m.memoizedState=Kn(1|r,{destroy:void 0},n,c===void 0?null:c)}function Ks(o,r,n,c){var m=dt();c=c===void 0?null:c;var p=m.memoizedState.inst;Lo!==null&&c!==null&&z0(c,Lo.memoizedState.deps)?m.memoizedState=Kn(r,p,n,c):(eo.flags|=o,m.memoizedState=Kn(1|r,p,n,c))}function hp(o,r){Qs(8390656,8,o,r)}function U0(o,r){Ks(2048,8,o,r)}function oy(o){eo.flags|=4;var r=eo.updateQueue;if(r===null)r=Ys(),eo.updateQueue=r,r.events=[o];else{var n=r.events;n===null?r.events=[o]:n.push(o)}}function gp(o){var r=dt().memoizedState;return oy({ref:r,nextImpl:o}),function(){if((Co&2)!==0)throw Error(a(440));return r.impl.apply(void 0,arguments)}}function mp(o,r){return Ks(4,2,o,r)}function pp(o,r){return Ks(4,4,o,r)}function vp(o,r){if(typeof r=="function"){o=o();var n=r(o);return function(){typeof n=="function"?n():r(null)}}if(r!=null)return o=o(),r.current=o,function(){r.current=null}}function bp(o,r,n){n=n!=null?n.concat([o]):null,Ks(4,4,vp.bind(null,r,o),n)}function W0(){}function xp(o,r){var n=dt();r=r===void 0?null:r;var c=n.memoizedState;return r!==null&&z0(r,c[1])?c[0]:(n.memoizedState=[o,r],o)}function _p(o,r){var n=dt();r=r===void 0?null:r;var c=n.memoizedState;if(r!==null&&z0(r,c[1]))return c[0];if(c=o(),tn){xo(!0);try{o()}finally{xo(!1)}}return n.memoizedState=[c,r],c}function V0(o,r,n){return n===void 0||(Dl&1073741824)!==0&&(go&261930)===0?o.memoizedState=r:(o.memoizedState=n,o=kv(),eo.lanes|=o,ga|=o,n)}function kp(o,r,n,c){return cr(n,r)?n:$n.current!==null?(o=V0(o,n,c),cr(o,r)||(_t=!0),o):(Dl&42)===0||(Dl&1073741824)!==0&&(go&261930)===0?(_t=!0,o.memoizedState=n):(o=kv(),eo.lanes|=o,ga|=o,r)}function wp(o,r,n,c,m){var p=$.p;$.p=p!==0&&8>p?p:8;var B=M.T,A={};M.T=A,$0(o,!1,r,n);try{var F=m(),J=M.S;if(J!==null&&J(A,F),F!==null&&typeof F=="object"&&typeof F.then=="function"){var fe=Zw(F,c);dc(o,r,fe,gr(o))}else dc(o,r,c,gr(o))}catch(me){dc(o,r,{then:function(){},status:"rejected",reason:me},gr())}finally{$.p=p,B!==null&&A.types!==null&&(B.types=A.types),M.T=B}}function ty(){}function X0(o,r,n,c){if(o.tag!==5)throw Error(a(476));var m=yp(o).queue;wp(o,m,r,oe,n===null?ty:function(){return Sp(o),n(c)})}function yp(o){var r=o.memoizedState;if(r!==null)return r;r={memoizedState:oe,baseState:oe,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Il,lastRenderedState:oe},next:null};var n={};return r.next={memoizedState:n,baseState:n,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Il,lastRenderedState:n},next:null},o.memoizedState=r,o=o.alternate,o!==null&&(o.memoizedState=r),r}function Sp(o){var r=yp(o);r.next===null&&(r=o.alternate.memoizedState),dc(o,r.next.queue,{},gr())}function Y0(){return Pt(Tc)}function Bp(){return dt().memoizedState}function Cp(){return dt().memoizedState}function ry(o){for(var r=o.return;r!==null;){switch(r.tag){case 24:case 3:var n=gr();o=ca(n);var c=sa(r,o,n);c!==null&&(tr(c,r,n),nc(c,r,n)),r={cache:y0()},o.payload=r;return}r=r.return}}function ly(o,r,n){var c=gr();n={lane:c,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null},Js(o)?Tp(r,n):(n=f0(o,r,n,c),n!==null&&(tr(n,o,c),Ep(n,r,c)))}function Np(o,r,n){var c=gr();dc(o,r,n,c)}function dc(o,r,n,c){var m={lane:c,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null};if(Js(o))Tp(r,m);else{var p=o.alternate;if(o.lanes===0&&(p===null||p.lanes===0)&&(p=r.lastRenderedReducer,p!==null))try{var B=r.lastRenderedState,A=p(B,n);if(m.hasEagerState=!0,m.eagerState=A,cr(A,B))return As(o,r,m,0),Go===null&&Ps(),!1}catch{}finally{}if(n=f0(o,r,m,c),n!==null)return tr(n,o,c),Ep(n,r,c),!0}return!1}function $0(o,r,n,c){if(c={lane:2,revertLane:Tf(),gesture:null,action:c,hasEagerState:!1,eagerState:null,next:null},Js(o)){if(r)throw Error(a(479))}else r=f0(o,n,c,2),r!==null&&tr(r,o,2)}function Js(o){var r=o.alternate;return o===eo||r!==null&&r===eo}function Tp(o,r){Zn=Vs=!0;var n=o.pending;n===null?r.next=r:(r.next=n.next,n.next=r),o.pending=r}function Ep(o,r,n){if((n&4194048)!==0){var c=r.lanes;c&=o.pendingLanes,n|=c,r.lanes=n,xs(o,n)}}var fc={readContext:Pt,use:$s,useCallback:lt,useContext:lt,useEffect:lt,useImperativeHandle:lt,useLayoutEffect:lt,useInsertionEffect:lt,useMemo:lt,useReducer:lt,useRef:lt,useState:lt,useDebugValue:lt,useDeferredValue:lt,useTransition:lt,useSyncExternalStore:lt,useId:lt,useHostTransitionStatus:lt,useFormState:lt,useActionState:lt,useOptimistic:lt,useMemoCache:lt,useCacheRefresh:lt};fc.useEffectEvent=lt;var Dp={readContext:Pt,use:$s,useCallback:function(o,r){return qt().memoizedState=[o,r===void 0?null:r],o},useContext:Pt,useEffect:hp,useImperativeHandle:function(o,r,n){n=n!=null?n.concat([o]):null,Qs(4194308,4,vp.bind(null,r,o),n)},useLayoutEffect:function(o,r){return Qs(4194308,4,o,r)},useInsertionEffect:function(o,r){Qs(4,2,o,r)},useMemo:function(o,r){var n=qt();r=r===void 0?null:r;var c=o();if(tn){xo(!0);try{o()}finally{xo(!1)}}return n.memoizedState=[c,r],c},useReducer:function(o,r,n){var c=qt();if(n!==void 0){var m=n(r);if(tn){xo(!0);try{n(r)}finally{xo(!1)}}}else m=r;return c.memoizedState=c.baseState=m,o={pending:null,lanes:0,dispatch:null,lastRenderedReducer:o,lastRenderedState:m},c.queue=o,o=o.dispatch=ly.bind(null,eo,o),[c.memoizedState,o]},useRef:function(o){var r=qt();return o={current:o},r.memoizedState=o},useState:function(o){o=F0(o);var r=o.queue,n=Np.bind(null,eo,r);return r.dispatch=n,[o.memoizedState,n]},useDebugValue:W0,useDeferredValue:function(o,r){var n=qt();return V0(n,o,r)},useTransition:function(){var o=F0(!1);return o=wp.bind(null,eo,o.queue,!0,!1),qt().memoizedState=o,[!1,o]},useSyncExternalStore:function(o,r,n){var c=eo,m=qt();if(vo){if(n===void 0)throw Error(a(407));n=n()}else{if(n=r(),Go===null)throw Error(a(349));(go&127)!==0||Qm(c,r,n)}m.memoizedState=n;var p={value:n,getSnapshot:r};return m.queue=p,hp(Jm.bind(null,c,p,o),[o]),c.flags|=2048,Kn(9,{destroy:void 0},Km.bind(null,c,p,n,r),null),n},useId:function(){var o=qt(),r=Go.identifierPrefix;if(vo){var n=il,c=nl;n=(c&~(1<<32-Do(c)-1)).toString(32)+n,r="_"+r+"R_"+n,n=Xs++,0<n&&(r+="H"+n.toString(32)),r+="_"}else n=Qw++,r="_"+r+"r_"+n.toString(32)+"_";return o.memoizedState=r},useHostTransitionStatus:Y0,useFormState:cp,useActionState:cp,useOptimistic:function(o){var r=qt();r.memoizedState=r.baseState=o;var n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return r.queue=n,r=$0.bind(null,eo,!0,n),n.dispatch=r,[o,r]},useMemoCache:O0,useCacheRefresh:function(){return qt().memoizedState=ry.bind(null,eo)},useEffectEvent:function(o){var r=qt(),n={impl:o};return r.memoizedState=n,function(){if((Co&2)!==0)throw Error(a(440));return n.impl.apply(void 0,arguments)}}},Z0={readContext:Pt,use:$s,useCallback:xp,useContext:Pt,useEffect:U0,useImperativeHandle:bp,useInsertionEffect:mp,useLayoutEffect:pp,useMemo:_p,useReducer:Zs,useRef:fp,useState:function(){return Zs(Il)},useDebugValue:W0,useDeferredValue:function(o,r){var n=dt();return kp(n,Lo.memoizedState,o,r)},useTransition:function(){var o=Zs(Il)[0],r=dt().memoizedState;return[typeof o=="boolean"?o:uc(o),r]},useSyncExternalStore:Zm,useId:Bp,useHostTransitionStatus:Y0,useFormState:sp,useActionState:sp,useOptimistic:function(o,r){var n=dt();return tp(n,Lo,o,r)},useMemoCache:O0,useCacheRefresh:Cp};Z0.useEffectEvent=gp;var Ip={readContext:Pt,use:$s,useCallback:xp,useContext:Pt,useEffect:U0,useImperativeHandle:bp,useInsertionEffect:mp,useLayoutEffect:pp,useMemo:_p,useReducer:G0,useRef:fp,useState:function(){return G0(Il)},useDebugValue:W0,useDeferredValue:function(o,r){var n=dt();return Lo===null?V0(n,o,r):kp(n,Lo.memoizedState,o,r)},useTransition:function(){var o=G0(Il)[0],r=dt().memoizedState;return[typeof o=="boolean"?o:uc(o),r]},useSyncExternalStore:Zm,useId:Bp,useHostTransitionStatus:Y0,useFormState:dp,useActionState:dp,useOptimistic:function(o,r){var n=dt();return Lo!==null?tp(n,Lo,o,r):(n.baseState=o,[o,n.queue.dispatch])},useMemoCache:O0,useCacheRefresh:Cp};Ip.useEffectEvent=gp;function Q0(o,r,n,c){r=o.memoizedState,n=n(c,r),n=n==null?r:b({},r,n),o.memoizedState=n,o.lanes===0&&(o.updateQueue.baseState=n)}var K0={enqueueSetState:function(o,r,n){o=o._reactInternals;var c=gr(),m=ca(c);m.payload=r,n!=null&&(m.callback=n),r=sa(o,m,c),r!==null&&(tr(r,o,c),nc(r,o,c))},enqueueReplaceState:function(o,r,n){o=o._reactInternals;var c=gr(),m=ca(c);m.tag=1,m.payload=r,n!=null&&(m.callback=n),r=sa(o,m,c),r!==null&&(tr(r,o,c),nc(r,o,c))},enqueueForceUpdate:function(o,r){o=o._reactInternals;var n=gr(),c=ca(n);c.tag=2,r!=null&&(c.callback=r),r=sa(o,c,n),r!==null&&(tr(r,o,n),nc(r,o,n))}};function Pp(o,r,n,c,m,p,B){return o=o.stateNode,typeof o.shouldComponentUpdate=="function"?o.shouldComponentUpdate(c,p,B):r.prototype&&r.prototype.isPureReactComponent?!Ki(n,c)||!Ki(m,p):!0}function Ap(o,r,n,c){o=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(n,c),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(n,c),r.state!==o&&K0.enqueueReplaceState(r,r.state,null)}function rn(o,r){var n=r;if("ref"in r){n={};for(var c in r)c!=="ref"&&(n[c]=r[c])}if(o=o.defaultProps){n===r&&(n=b({},n));for(var m in o)n[m]===void 0&&(n[m]=o[m])}return n}function zp(o){Is(o)}function Hp(o){console.error(o)}function Rp(o){Is(o)}function eu(o,r){try{var n=o.onUncaughtError;n(r.value,{componentStack:r.stack})}catch(c){setTimeout(function(){throw c})}}function Lp(o,r,n){try{var c=o.onCaughtError;c(n.value,{componentStack:n.stack,errorBoundary:r.tag===1?r.stateNode:null})}catch(m){setTimeout(function(){throw m})}}function J0(o,r,n){return n=ca(n),n.tag=3,n.payload={element:null},n.callback=function(){eu(o,r)},n}function Mp(o){return o=ca(o),o.tag=3,o}function Op(o,r,n,c){var m=n.type.getDerivedStateFromError;if(typeof m=="function"){var p=c.value;o.payload=function(){return m(p)},o.callback=function(){Lp(r,n,c)}}var B=n.stateNode;B!==null&&typeof B.componentDidCatch=="function"&&(o.callback=function(){Lp(r,n,c),typeof m!="function"&&(ma===null?ma=new Set([this]):ma.add(this));var A=c.stack;this.componentDidCatch(c.value,{componentStack:A!==null?A:""})})}function ay(o,r,n,c,m){if(n.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){if(r=n.alternate,r!==null&&Un(r,n,m,!0),n=ur.current,n!==null){switch(n.tag){case 31:case 13:return Dr===null?fu():n.alternate===null&&at===0&&(at=3),n.flags&=-257,n.flags|=65536,n.lanes=m,c===Gs?n.flags|=16384:(r=n.updateQueue,r===null?n.updateQueue=new Set([c]):r.add(c),Bf(o,c,m)),!1;case 22:return n.flags|=65536,c===Gs?n.flags|=16384:(r=n.updateQueue,r===null?(r={transitions:null,markerInstances:null,retryQueue:new Set([c])},n.updateQueue=r):(n=r.retryQueue,n===null?r.retryQueue=new Set([c]):n.add(c)),Bf(o,c,m)),!1}throw Error(a(435,n.tag))}return Bf(o,c,m),fu(),!1}if(vo)return r=ur.current,r!==null?((r.flags&65536)===0&&(r.flags|=256),r.flags|=65536,r.lanes=m,c!==b0&&(o=Error(a(422),{cause:c}),oc(Cr(o,n)))):(c!==b0&&(r=Error(a(423),{cause:c}),oc(Cr(r,n))),o=o.current.alternate,o.flags|=65536,m&=-m,o.lanes|=m,c=Cr(c,n),m=J0(o.stateNode,c,m),E0(o,m),at!==4&&(at=2)),!1;var p=Error(a(520),{cause:c});if(p=Cr(p,n),_c===null?_c=[p]:_c.push(p),at!==4&&(at=2),r===null)return!0;c=Cr(c,n),n=r;do{switch(n.tag){case 3:return n.flags|=65536,o=m&-m,n.lanes|=o,o=J0(n.stateNode,c,o),E0(n,o),!1;case 1:if(r=n.type,p=n.stateNode,(n.flags&128)===0&&(typeof r.getDerivedStateFromError=="function"||p!==null&&typeof p.componentDidCatch=="function"&&(ma===null||!ma.has(p))))return n.flags|=65536,m&=-m,n.lanes|=m,m=Mp(m),Op(m,o,n,c),E0(n,m),!1}n=n.return}while(n!==null);return!1}var ef=Error(a(461)),_t=!1;function At(o,r,n,c){r.child=o===null?qm(r,null,n,c):on(r,o.child,n,c)}function jp(o,r,n,c,m){n=n.render;var p=r.ref;if("ref"in c){var B={};for(var A in c)A!=="ref"&&(B[A]=c[A])}else B=c;return Qa(r),c=H0(o,r,n,B,p,m),A=R0(),o!==null&&!_t?(L0(o,r,m),Pl(o,r,m)):(vo&&A&&p0(r),r.flags|=1,At(o,r,c,m),r.child)}function Gp(o,r,n,c,m){if(o===null){var p=n.type;return typeof p=="function"&&!h0(p)&&p.defaultProps===void 0&&n.compare===null?(r.tag=15,r.type=p,Fp(o,r,p,c,m)):(o=Hs(n.type,null,c,r,r.mode,m),o.ref=r.ref,o.return=r,r.child=o)}if(p=o.child,!sf(o,m)){var B=p.memoizedProps;if(n=n.compare,n=n!==null?n:Ki,n(B,c)&&o.ref===r.ref)return Pl(o,r,m)}return r.flags|=1,o=Cl(p,c),o.ref=r.ref,o.return=r,r.child=o}function Fp(o,r,n,c,m){if(o!==null){var p=o.memoizedProps;if(Ki(p,c)&&o.ref===r.ref)if(_t=!1,r.pendingProps=c=p,sf(o,m))(o.flags&131072)!==0&&(_t=!0);else return r.lanes=o.lanes,Pl(o,r,m)}return of(o,r,n,c,m)}function qp(o,r,n,c){var m=c.children,p=o!==null?o.memoizedState:null;if(o===null&&r.stateNode===null&&(r.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),c.mode==="hidden"){if((r.flags&128)!==0){if(p=p!==null?p.baseLanes|n:n,o!==null){for(c=r.child=o.child,m=0;c!==null;)m=m|c.lanes|c.childLanes,c=c.sibling;c=m&~p}else c=0,r.child=null;return Up(o,r,p,n,c)}if((n&536870912)!==0)r.memoizedState={baseLanes:0,cachePool:null},o!==null&&Os(r,p!==null?p.cachePool:null),p!==null?Vm(r,p):I0(),Xm(r);else return c=r.lanes=536870912,Up(o,r,p!==null?p.baseLanes|n:n,n,c)}else p!==null?(Os(r,p.cachePool),Vm(r,p),da(),r.memoizedState=null):(o!==null&&Os(r,null),I0(),da());return At(o,r,m,n),r.child}function hc(o,r){return o!==null&&o.tag===22||r.stateNode!==null||(r.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),r.sibling}function Up(o,r,n,c,m){var p=B0();return p=p===null?null:{parent:bt._currentValue,pool:p},r.memoizedState={baseLanes:n,cachePool:p},o!==null&&Os(r,null),I0(),Xm(r),o!==null&&Un(o,r,c,!0),r.childLanes=m,null}function ou(o,r){return r=ru({mode:r.mode,children:r.children},o.mode),r.ref=o.ref,o.child=r,r.return=o,r}function Wp(o,r,n){return on(r,o.child,null,n),o=ou(r,r.pendingProps),o.flags|=2,dr(r),r.memoizedState=null,o}function ny(o,r,n){var c=r.pendingProps,m=(r.flags&128)!==0;if(r.flags&=-129,o===null){if(vo){if(c.mode==="hidden")return o=ou(r,c),r.lanes=536870912,hc(null,o);if(A0(r),(o=Zo)?(o=r1(o,Er),o=o!==null&&o.data==="&"?o:null,o!==null&&(r.memoizedState={dehydrated:o,treeContext:ra!==null?{id:nl,overflow:il}:null,retryLane:536870912,hydrationErrors:null},n=Tm(o),n.return=r,r.child=n,It=r,Zo=null)):o=null,o===null)throw aa(r);return r.lanes=536870912,null}return ou(r,c)}var p=o.memoizedState;if(p!==null){var B=p.dehydrated;if(A0(r),m)if(r.flags&256)r.flags&=-257,r=Wp(o,r,n);else if(r.memoizedState!==null)r.child=o.child,r.flags|=128,r=null;else throw Error(a(558));else if(_t||Un(o,r,n,!1),m=(n&o.childLanes)!==0,_t||m){if(c=Go,c!==null&&(B=ji(c,n),B!==0&&B!==p.retryLane))throw p.retryLane=B,Xa(o,B),tr(c,o,B),ef;fu(),r=Wp(o,r,n)}else o=p.treeContext,Zo=Ir(B.nextSibling),It=r,vo=!0,la=null,Er=!1,o!==null&&Im(r,o),r=ou(r,c),r.flags|=4096;return r}return o=Cl(o.child,{mode:c.mode,children:c.children}),o.ref=r.ref,r.child=o,o.return=r,o}function tu(o,r){var n=r.ref;if(n===null)o!==null&&o.ref!==null&&(r.flags|=4194816);else{if(typeof n!="function"&&typeof n!="object")throw Error(a(284));(o===null||o.ref!==n)&&(r.flags|=4194816)}}function of(o,r,n,c,m){return Qa(r),n=H0(o,r,n,c,void 0,m),c=R0(),o!==null&&!_t?(L0(o,r,m),Pl(o,r,m)):(vo&&c&&p0(r),r.flags|=1,At(o,r,n,m),r.child)}function Vp(o,r,n,c,m,p){return Qa(r),r.updateQueue=null,n=$m(r,c,n,m),Ym(o),c=R0(),o!==null&&!_t?(L0(o,r,p),Pl(o,r,p)):(vo&&c&&p0(r),r.flags|=1,At(o,r,n,p),r.child)}function Xp(o,r,n,c,m){if(Qa(r),r.stateNode===null){var p=jn,B=n.contextType;typeof B=="object"&&B!==null&&(p=Pt(B)),p=new n(c,p),r.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,p.updater=K0,r.stateNode=p,p._reactInternals=r,p=r.stateNode,p.props=c,p.state=r.memoizedState,p.refs={},N0(r),B=n.contextType,p.context=typeof B=="object"&&B!==null?Pt(B):jn,p.state=r.memoizedState,B=n.getDerivedStateFromProps,typeof B=="function"&&(Q0(r,n,B,c),p.state=r.memoizedState),typeof n.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(B=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),B!==p.state&&K0.enqueueReplaceState(p,p.state,null),cc(r,c,p,m),ic(),p.state=r.memoizedState),typeof p.componentDidMount=="function"&&(r.flags|=4194308),c=!0}else if(o===null){p=r.stateNode;var A=r.memoizedProps,F=rn(n,A);p.props=F;var J=p.context,fe=n.contextType;B=jn,typeof fe=="object"&&fe!==null&&(B=Pt(fe));var me=n.getDerivedStateFromProps;fe=typeof me=="function"||typeof p.getSnapshotBeforeUpdate=="function",A=r.pendingProps!==A,fe||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(A||J!==B)&&Ap(r,p,c,B),ia=!1;var ee=r.memoizedState;p.state=ee,cc(r,c,p,m),ic(),J=r.memoizedState,A||ee!==J||ia?(typeof me=="function"&&(Q0(r,n,me,c),J=r.memoizedState),(F=ia||Pp(r,n,F,c,ee,J,B))?(fe||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount()),typeof p.componentDidMount=="function"&&(r.flags|=4194308)):(typeof p.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=c,r.memoizedState=J),p.props=c,p.state=J,p.context=B,c=F):(typeof p.componentDidMount=="function"&&(r.flags|=4194308),c=!1)}else{p=r.stateNode,T0(o,r),B=r.memoizedProps,fe=rn(n,B),p.props=fe,me=r.pendingProps,ee=p.context,J=n.contextType,F=jn,typeof J=="object"&&J!==null&&(F=Pt(J)),A=n.getDerivedStateFromProps,(J=typeof A=="function"||typeof p.getSnapshotBeforeUpdate=="function")||typeof p.UNSAFE_componentWillReceiveProps!="function"&&typeof p.componentWillReceiveProps!="function"||(B!==me||ee!==F)&&Ap(r,p,c,F),ia=!1,ee=r.memoizedState,p.state=ee,cc(r,c,p,m),ic();var ce=r.memoizedState;B!==me||ee!==ce||ia||o!==null&&o.dependencies!==null&&Ls(o.dependencies)?(typeof A=="function"&&(Q0(r,n,A,c),ce=r.memoizedState),(fe=ia||Pp(r,n,fe,c,ee,ce,F)||o!==null&&o.dependencies!==null&&Ls(o.dependencies))?(J||typeof p.UNSAFE_componentWillUpdate!="function"&&typeof p.componentWillUpdate!="function"||(typeof p.componentWillUpdate=="function"&&p.componentWillUpdate(c,ce,F),typeof p.UNSAFE_componentWillUpdate=="function"&&p.UNSAFE_componentWillUpdate(c,ce,F)),typeof p.componentDidUpdate=="function"&&(r.flags|=4),typeof p.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof p.componentDidUpdate!="function"||B===o.memoizedProps&&ee===o.memoizedState||(r.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||B===o.memoizedProps&&ee===o.memoizedState||(r.flags|=1024),r.memoizedProps=c,r.memoizedState=ce),p.props=c,p.state=ce,p.context=F,c=fe):(typeof p.componentDidUpdate!="function"||B===o.memoizedProps&&ee===o.memoizedState||(r.flags|=4),typeof p.getSnapshotBeforeUpdate!="function"||B===o.memoizedProps&&ee===o.memoizedState||(r.flags|=1024),c=!1)}return p=c,tu(o,r),c=(r.flags&128)!==0,p||c?(p=r.stateNode,n=c&&typeof n.getDerivedStateFromError!="function"?null:p.render(),r.flags|=1,o!==null&&c?(r.child=on(r,o.child,null,m),r.child=on(r,null,n,m)):At(o,r,n,m),r.memoizedState=p.state,o=r.child):o=Pl(o,r,m),o}function Yp(o,r,n,c){return $a(),r.flags|=256,At(o,r,n,c),r.child}var tf={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function rf(o){return{baseLanes:o,cachePool:Lm()}}function lf(o,r,n){return o=o!==null?o.childLanes&~n:0,r&&(o|=hr),o}function $p(o,r,n){var c=r.pendingProps,m=!1,p=(r.flags&128)!==0,B;if((B=p)||(B=o!==null&&o.memoizedState===null?!1:(ut.current&2)!==0),B&&(m=!0,r.flags&=-129),B=(r.flags&32)!==0,r.flags&=-33,o===null){if(vo){if(m?ua(r):da(),(o=Zo)?(o=r1(o,Er),o=o!==null&&o.data!=="&"?o:null,o!==null&&(r.memoizedState={dehydrated:o,treeContext:ra!==null?{id:nl,overflow:il}:null,retryLane:536870912,hydrationErrors:null},n=Tm(o),n.return=r,r.child=n,It=r,Zo=null)):o=null,o===null)throw aa(r);return Gf(o)?r.lanes=32:r.lanes=536870912,null}var A=c.children;return c=c.fallback,m?(da(),m=r.mode,A=ru({mode:"hidden",children:A},m),c=Ya(c,m,n,null),A.return=r,c.return=r,A.sibling=c,r.child=A,c=r.child,c.memoizedState=rf(n),c.childLanes=lf(o,B,n),r.memoizedState=tf,hc(null,c)):(ua(r),af(r,A))}var F=o.memoizedState;if(F!==null&&(A=F.dehydrated,A!==null)){if(p)r.flags&256?(ua(r),r.flags&=-257,r=nf(o,r,n)):r.memoizedState!==null?(da(),r.child=o.child,r.flags|=128,r=null):(da(),A=c.fallback,m=r.mode,c=ru({mode:"visible",children:c.children},m),A=Ya(A,m,n,null),A.flags|=2,c.return=r,A.return=r,c.sibling=A,r.child=c,on(r,o.child,null,n),c=r.child,c.memoizedState=rf(n),c.childLanes=lf(o,B,n),r.memoizedState=tf,r=hc(null,c));else if(ua(r),Gf(A)){if(B=A.nextSibling&&A.nextSibling.dataset,B)var J=B.dgst;B=J,c=Error(a(419)),c.stack="",c.digest=B,oc({value:c,source:null,stack:null}),r=nf(o,r,n)}else if(_t||Un(o,r,n,!1),B=(n&o.childLanes)!==0,_t||B){if(B=Go,B!==null&&(c=ji(B,n),c!==0&&c!==F.retryLane))throw F.retryLane=c,Xa(o,c),tr(B,o,c),ef;jf(A)||fu(),r=nf(o,r,n)}else jf(A)?(r.flags|=192,r.child=o.child,r=null):(o=F.treeContext,Zo=Ir(A.nextSibling),It=r,vo=!0,la=null,Er=!1,o!==null&&Im(r,o),r=af(r,c.children),r.flags|=4096);return r}return m?(da(),A=c.fallback,m=r.mode,F=o.child,J=F.sibling,c=Cl(F,{mode:"hidden",children:c.children}),c.subtreeFlags=F.subtreeFlags&65011712,J!==null?A=Cl(J,A):(A=Ya(A,m,n,null),A.flags|=2),A.return=r,c.return=r,c.sibling=A,r.child=c,hc(null,c),c=r.child,A=o.child.memoizedState,A===null?A=rf(n):(m=A.cachePool,m!==null?(F=bt._currentValue,m=m.parent!==F?{parent:F,pool:F}:m):m=Lm(),A={baseLanes:A.baseLanes|n,cachePool:m}),c.memoizedState=A,c.childLanes=lf(o,B,n),r.memoizedState=tf,hc(o.child,c)):(ua(r),n=o.child,o=n.sibling,n=Cl(n,{mode:"visible",children:c.children}),n.return=r,n.sibling=null,o!==null&&(B=r.deletions,B===null?(r.deletions=[o],r.flags|=16):B.push(o)),r.child=n,r.memoizedState=null,n)}function af(o,r){return r=ru({mode:"visible",children:r},o.mode),r.return=o,o.child=r}function ru(o,r){return o=sr(22,o,null,r),o.lanes=0,o}function nf(o,r,n){return on(r,o.child,null,n),o=af(r,r.pendingProps.children),o.flags|=2,r.memoizedState=null,o}function Zp(o,r,n){o.lanes|=r;var c=o.alternate;c!==null&&(c.lanes|=r),k0(o.return,r,n)}function cf(o,r,n,c,m,p){var B=o.memoizedState;B===null?o.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:c,tail:n,tailMode:m,treeForkCount:p}:(B.isBackwards=r,B.rendering=null,B.renderingStartTime=0,B.last=c,B.tail=n,B.tailMode=m,B.treeForkCount=p)}function Qp(o,r,n){var c=r.pendingProps,m=c.revealOrder,p=c.tail;c=c.children;var B=ut.current,A=(B&2)!==0;if(A?(B=B&1|2,r.flags|=128):B&=1,te(ut,B),At(o,r,c,n),c=vo?ec:0,!A&&o!==null&&(o.flags&128)!==0)e:for(o=r.child;o!==null;){if(o.tag===13)o.memoizedState!==null&&Zp(o,n,r);else if(o.tag===19)Zp(o,n,r);else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===r)break e;for(;o.sibling===null;){if(o.return===null||o.return===r)break e;o=o.return}o.sibling.return=o.return,o=o.sibling}switch(m){case"forwards":for(n=r.child,m=null;n!==null;)o=n.alternate,o!==null&&Ws(o)===null&&(m=n),n=n.sibling;n=m,n===null?(m=r.child,r.child=null):(m=n.sibling,n.sibling=null),cf(r,!1,m,n,p,c);break;case"backwards":case"unstable_legacy-backwards":for(n=null,m=r.child,r.child=null;m!==null;){if(o=m.alternate,o!==null&&Ws(o)===null){r.child=m;break}o=m.sibling,m.sibling=n,n=m,m=o}cf(r,!0,n,null,p,c);break;case"together":cf(r,!1,null,null,void 0,c);break;default:r.memoizedState=null}return r.child}function Pl(o,r,n){if(o!==null&&(r.dependencies=o.dependencies),ga|=r.lanes,(n&r.childLanes)===0)if(o!==null){if(Un(o,r,n,!1),(n&r.childLanes)===0)return null}else return null;if(o!==null&&r.child!==o.child)throw Error(a(153));if(r.child!==null){for(o=r.child,n=Cl(o,o.pendingProps),r.child=n,n.return=r;o.sibling!==null;)o=o.sibling,n=n.sibling=Cl(o,o.pendingProps),n.return=r;n.sibling=null}return r.child}function sf(o,r){return(o.lanes&r)!==0?!0:(o=o.dependencies,!!(o!==null&&Ls(o)))}function iy(o,r,n){switch(r.tag){case 3:de(r,r.stateNode.containerInfo),na(r,bt,o.memoizedState.cache),$a();break;case 27:case 5:ve(r);break;case 4:de(r,r.stateNode.containerInfo);break;case 10:na(r,r.type,r.memoizedProps.value);break;case 31:if(r.memoizedState!==null)return r.flags|=128,A0(r),null;break;case 13:var c=r.memoizedState;if(c!==null)return c.dehydrated!==null?(ua(r),r.flags|=128,null):(n&r.child.childLanes)!==0?$p(o,r,n):(ua(r),o=Pl(o,r,n),o!==null?o.sibling:null);ua(r);break;case 19:var m=(o.flags&128)!==0;if(c=(n&r.childLanes)!==0,c||(Un(o,r,n,!1),c=(n&r.childLanes)!==0),m){if(c)return Qp(o,r,n);r.flags|=128}if(m=r.memoizedState,m!==null&&(m.rendering=null,m.tail=null,m.lastEffect=null),te(ut,ut.current),c)break;return null;case 22:return r.lanes=0,qp(o,r,n,r.pendingProps);case 24:na(r,bt,o.memoizedState.cache)}return Pl(o,r,n)}function Kp(o,r,n){if(o!==null)if(o.memoizedProps!==r.pendingProps)_t=!0;else{if(!sf(o,n)&&(r.flags&128)===0)return _t=!1,iy(o,r,n);_t=(o.flags&131072)!==0}else _t=!1,vo&&(r.flags&1048576)!==0&&Dm(r,ec,r.index);switch(r.lanes=0,r.tag){case 16:e:{var c=r.pendingProps;if(o=Ja(r.elementType),r.type=o,typeof o=="function")h0(o)?(c=rn(o,c),r.tag=1,r=Xp(null,r,o,c,n)):(r.tag=0,r=of(null,r,o,c,n));else{if(o!=null){var m=o.$$typeof;if(m===D){r.tag=11,r=jp(null,r,o,c,n);break e}else if(m===I){r.tag=14,r=Gp(null,r,o,c,n);break e}}throw r=U(o)||o,Error(a(306,r,""))}}return r;case 0:return of(o,r,r.type,r.pendingProps,n);case 1:return c=r.type,m=rn(c,r.pendingProps),Xp(o,r,c,m,n);case 3:e:{if(de(r,r.stateNode.containerInfo),o===null)throw Error(a(387));c=r.pendingProps;var p=r.memoizedState;m=p.element,T0(o,r),cc(r,c,null,n);var B=r.memoizedState;if(c=B.cache,na(r,bt,c),c!==p.cache&&w0(r,[bt],n,!0),ic(),c=B.element,p.isDehydrated)if(p={element:c,isDehydrated:!1,cache:B.cache},r.updateQueue.baseState=p,r.memoizedState=p,r.flags&256){r=Yp(o,r,c,n);break e}else if(c!==m){m=Cr(Error(a(424)),r),oc(m),r=Yp(o,r,c,n);break e}else{switch(o=r.stateNode.containerInfo,o.nodeType){case 9:o=o.body;break;default:o=o.nodeName==="HTML"?o.ownerDocument.body:o}for(Zo=Ir(o.firstChild),It=r,vo=!0,la=null,Er=!0,n=qm(r,null,c,n),r.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling}else{if($a(),c===m){r=Pl(o,r,n);break e}At(o,r,c,n)}r=r.child}return r;case 26:return tu(o,r),o===null?(n=s1(r.type,null,r.pendingProps,null))?r.memoizedState=n:vo||(n=r.type,o=r.pendingProps,c=xu(be.current).createElement(n),c[ct]=r,c[$o]=o,zt(c,n,o),gt(c),r.stateNode=c):r.memoizedState=s1(r.type,o.memoizedProps,r.pendingProps,o.memoizedState),null;case 27:return ve(r),o===null&&vo&&(c=r.stateNode=n1(r.type,r.pendingProps,be.current),It=r,Er=!0,m=Zo,xa(r.type)?(Ff=m,Zo=Ir(c.firstChild)):Zo=m),At(o,r,r.pendingProps.children,n),tu(o,r),o===null&&(r.flags|=4194304),r.child;case 5:return o===null&&vo&&((m=c=Zo)&&(c=Ly(c,r.type,r.pendingProps,Er),c!==null?(r.stateNode=c,It=r,Zo=Ir(c.firstChild),Er=!1,m=!0):m=!1),m||aa(r)),ve(r),m=r.type,p=r.pendingProps,B=o!==null?o.memoizedProps:null,c=p.children,Lf(m,p)?c=null:B!==null&&Lf(m,B)&&(r.flags|=32),r.memoizedState!==null&&(m=H0(o,r,Kw,null,null,n),Tc._currentValue=m),tu(o,r),At(o,r,c,n),r.child;case 6:return o===null&&vo&&((o=n=Zo)&&(n=My(n,r.pendingProps,Er),n!==null?(r.stateNode=n,It=r,Zo=null,o=!0):o=!1),o||aa(r)),null;case 13:return $p(o,r,n);case 4:return de(r,r.stateNode.containerInfo),c=r.pendingProps,o===null?r.child=on(r,null,c,n):At(o,r,c,n),r.child;case 11:return jp(o,r,r.type,r.pendingProps,n);case 7:return At(o,r,r.pendingProps,n),r.child;case 8:return At(o,r,r.pendingProps.children,n),r.child;case 12:return At(o,r,r.pendingProps.children,n),r.child;case 10:return c=r.pendingProps,na(r,r.type,c.value),At(o,r,c.children,n),r.child;case 9:return m=r.type._context,c=r.pendingProps.children,Qa(r),m=Pt(m),c=c(m),r.flags|=1,At(o,r,c,n),r.child;case 14:return Gp(o,r,r.type,r.pendingProps,n);case 15:return Fp(o,r,r.type,r.pendingProps,n);case 19:return Qp(o,r,n);case 31:return ny(o,r,n);case 22:return qp(o,r,n,r.pendingProps);case 24:return Qa(r),c=Pt(bt),o===null?(m=B0(),m===null&&(m=Go,p=y0(),m.pooledCache=p,p.refCount++,p!==null&&(m.pooledCacheLanes|=n),m=p),r.memoizedState={parent:c,cache:m},N0(r),na(r,bt,m)):((o.lanes&n)!==0&&(T0(o,r),cc(r,null,null,n),ic()),m=o.memoizedState,p=r.memoizedState,m.parent!==c?(m={parent:c,cache:c},r.memoizedState=m,r.lanes===0&&(r.memoizedState=r.updateQueue.baseState=m),na(r,bt,c)):(c=p.cache,na(r,bt,c),c!==m.cache&&w0(r,[bt],n,!0))),At(o,r,r.pendingProps.children,n),r.child;case 29:throw r.pendingProps}throw Error(a(156,r.tag))}function Al(o){o.flags|=4}function uf(o,r,n,c,m){if((r=(o.mode&32)!==0)&&(r=!1),r){if(o.flags|=16777216,(m&335544128)===m)if(o.stateNode.complete)o.flags|=8192;else if(Bv())o.flags|=8192;else throw en=Gs,C0}else o.flags&=-16777217}function Jp(o,r){if(r.type!=="stylesheet"||(r.state.loading&4)!==0)o.flags&=-16777217;else if(o.flags|=16777216,!g1(r))if(Bv())o.flags|=8192;else throw en=Gs,C0}function lu(o,r){r!==null&&(o.flags|=4),o.flags&16384&&(r=o.tag!==22?kl():536870912,o.lanes|=r,ti|=r)}function gc(o,r){if(!vo)switch(o.tailMode){case"hidden":r=o.tail;for(var n=null;r!==null;)r.alternate!==null&&(n=r),r=r.sibling;n===null?o.tail=null:n.sibling=null;break;case"collapsed":n=o.tail;for(var c=null;n!==null;)n.alternate!==null&&(c=n),n=n.sibling;c===null?r||o.tail===null?o.tail=null:o.tail.sibling=null:c.sibling=null}}function Qo(o){var r=o.alternate!==null&&o.alternate.child===o.child,n=0,c=0;if(r)for(var m=o.child;m!==null;)n|=m.lanes|m.childLanes,c|=m.subtreeFlags&65011712,c|=m.flags&65011712,m.return=o,m=m.sibling;else for(m=o.child;m!==null;)n|=m.lanes|m.childLanes,c|=m.subtreeFlags,c|=m.flags,m.return=o,m=m.sibling;return o.subtreeFlags|=c,o.childLanes=n,r}function cy(o,r,n){var c=r.pendingProps;switch(v0(r),r.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Qo(r),null;case 1:return Qo(r),null;case 3:return n=r.stateNode,c=null,o!==null&&(c=o.memoizedState.cache),r.memoizedState.cache!==c&&(r.flags|=2048),El(bt),Y(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(o===null||o.child===null)&&(qn(r)?Al(r):o===null||o.memoizedState.isDehydrated&&(r.flags&256)===0||(r.flags|=1024,x0())),Qo(r),null;case 26:var m=r.type,p=r.memoizedState;return o===null?(Al(r),p!==null?(Qo(r),Jp(r,p)):(Qo(r),uf(r,m,null,c,n))):p?p!==o.memoizedState?(Al(r),Qo(r),Jp(r,p)):(Qo(r),r.flags&=-16777217):(o=o.memoizedProps,o!==c&&Al(r),Qo(r),uf(r,m,o,c,n)),null;case 27:if(xe(r),n=be.current,m=r.type,o!==null&&r.stateNode!=null)o.memoizedProps!==c&&Al(r);else{if(!c){if(r.stateNode===null)throw Error(a(166));return Qo(r),null}o=ie.current,qn(r)?Pm(r):(o=n1(m,c,n),r.stateNode=o,Al(r))}return Qo(r),null;case 5:if(xe(r),m=r.type,o!==null&&r.stateNode!=null)o.memoizedProps!==c&&Al(r);else{if(!c){if(r.stateNode===null)throw Error(a(166));return Qo(r),null}if(p=ie.current,qn(r))Pm(r);else{var B=xu(be.current);switch(p){case 1:p=B.createElementNS("http://www.w3.org/2000/svg",m);break;case 2:p=B.createElementNS("http://www.w3.org/1998/Math/MathML",m);break;default:switch(m){case"svg":p=B.createElementNS("http://www.w3.org/2000/svg",m);break;case"math":p=B.createElementNS("http://www.w3.org/1998/Math/MathML",m);break;case"script":p=B.createElement("div"),p.innerHTML="<script><\/script>",p=p.removeChild(p.firstChild);break;case"select":p=typeof c.is=="string"?B.createElement("select",{is:c.is}):B.createElement("select"),c.multiple?p.multiple=!0:c.size&&(p.size=c.size);break;default:p=typeof c.is=="string"?B.createElement(m,{is:c.is}):B.createElement(m)}}p[ct]=r,p[$o]=c;e:for(B=r.child;B!==null;){if(B.tag===5||B.tag===6)p.appendChild(B.stateNode);else if(B.tag!==4&&B.tag!==27&&B.child!==null){B.child.return=B,B=B.child;continue}if(B===r)break e;for(;B.sibling===null;){if(B.return===null||B.return===r)break e;B=B.return}B.sibling.return=B.return,B=B.sibling}r.stateNode=p;e:switch(zt(p,m,c),m){case"button":case"input":case"select":case"textarea":c=!!c.autoFocus;break e;case"img":c=!0;break e;default:c=!1}c&&Al(r)}}return Qo(r),uf(r,r.type,o===null?null:o.memoizedProps,r.pendingProps,n),null;case 6:if(o&&r.stateNode!=null)o.memoizedProps!==c&&Al(r);else{if(typeof c!="string"&&r.stateNode===null)throw Error(a(166));if(o=be.current,qn(r)){if(o=r.stateNode,n=r.memoizedProps,c=null,m=It,m!==null)switch(m.tag){case 27:case 5:c=m.memoizedProps}o[ct]=r,o=!!(o.nodeValue===n||c!==null&&c.suppressHydrationWarning===!0||$v(o.nodeValue,n)),o||aa(r,!0)}else o=xu(o).createTextNode(c),o[ct]=r,r.stateNode=o}return Qo(r),null;case 31:if(n=r.memoizedState,o===null||o.memoizedState!==null){if(c=qn(r),n!==null){if(o===null){if(!c)throw Error(a(318));if(o=r.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(a(557));o[ct]=r}else $a(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;Qo(r),o=!1}else n=x0(),o!==null&&o.memoizedState!==null&&(o.memoizedState.hydrationErrors=n),o=!0;if(!o)return r.flags&256?(dr(r),r):(dr(r),null);if((r.flags&128)!==0)throw Error(a(558))}return Qo(r),null;case 13:if(c=r.memoizedState,o===null||o.memoizedState!==null&&o.memoizedState.dehydrated!==null){if(m=qn(r),c!==null&&c.dehydrated!==null){if(o===null){if(!m)throw Error(a(318));if(m=r.memoizedState,m=m!==null?m.dehydrated:null,!m)throw Error(a(317));m[ct]=r}else $a(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;Qo(r),m=!1}else m=x0(),o!==null&&o.memoizedState!==null&&(o.memoizedState.hydrationErrors=m),m=!0;if(!m)return r.flags&256?(dr(r),r):(dr(r),null)}return dr(r),(r.flags&128)!==0?(r.lanes=n,r):(n=c!==null,o=o!==null&&o.memoizedState!==null,n&&(c=r.child,m=null,c.alternate!==null&&c.alternate.memoizedState!==null&&c.alternate.memoizedState.cachePool!==null&&(m=c.alternate.memoizedState.cachePool.pool),p=null,c.memoizedState!==null&&c.memoizedState.cachePool!==null&&(p=c.memoizedState.cachePool.pool),p!==m&&(c.flags|=2048)),n!==o&&n&&(r.child.flags|=8192),lu(r,r.updateQueue),Qo(r),null);case 4:return Y(),o===null&&Pf(r.stateNode.containerInfo),Qo(r),null;case 10:return El(r.type),Qo(r),null;case 19:if(X(ut),c=r.memoizedState,c===null)return Qo(r),null;if(m=(r.flags&128)!==0,p=c.rendering,p===null)if(m)gc(c,!1);else{if(at!==0||o!==null&&(o.flags&128)!==0)for(o=r.child;o!==null;){if(p=Ws(o),p!==null){for(r.flags|=128,gc(c,!1),o=p.updateQueue,r.updateQueue=o,lu(r,o),r.subtreeFlags=0,o=n,n=r.child;n!==null;)Nm(n,o),n=n.sibling;return te(ut,ut.current&1|2),vo&&Nl(r,c.treeForkCount),r.child}o=o.sibling}c.tail!==null&&ye()>su&&(r.flags|=128,m=!0,gc(c,!1),r.lanes=4194304)}else{if(!m)if(o=Ws(p),o!==null){if(r.flags|=128,m=!0,o=o.updateQueue,r.updateQueue=o,lu(r,o),gc(c,!0),c.tail===null&&c.tailMode==="hidden"&&!p.alternate&&!vo)return Qo(r),null}else 2*ye()-c.renderingStartTime>su&&n!==536870912&&(r.flags|=128,m=!0,gc(c,!1),r.lanes=4194304);c.isBackwards?(p.sibling=r.child,r.child=p):(o=c.last,o!==null?o.sibling=p:r.child=p,c.last=p)}return c.tail!==null?(o=c.tail,c.rendering=o,c.tail=o.sibling,c.renderingStartTime=ye(),o.sibling=null,n=ut.current,te(ut,m?n&1|2:n&1),vo&&Nl(r,c.treeForkCount),o):(Qo(r),null);case 22:case 23:return dr(r),P0(),c=r.memoizedState!==null,o!==null?o.memoizedState!==null!==c&&(r.flags|=8192):c&&(r.flags|=8192),c?(n&536870912)!==0&&(r.flags&128)===0&&(Qo(r),r.subtreeFlags&6&&(r.flags|=8192)):Qo(r),n=r.updateQueue,n!==null&&lu(r,n.retryQueue),n=null,o!==null&&o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(n=o.memoizedState.cachePool.pool),c=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(c=r.memoizedState.cachePool.pool),c!==n&&(r.flags|=2048),o!==null&&X(Ka),null;case 24:return n=null,o!==null&&(n=o.memoizedState.cache),r.memoizedState.cache!==n&&(r.flags|=2048),El(bt),Qo(r),null;case 25:return null;case 30:return null}throw Error(a(156,r.tag))}function sy(o,r){switch(v0(r),r.tag){case 1:return o=r.flags,o&65536?(r.flags=o&-65537|128,r):null;case 3:return El(bt),Y(),o=r.flags,(o&65536)!==0&&(o&128)===0?(r.flags=o&-65537|128,r):null;case 26:case 27:case 5:return xe(r),null;case 31:if(r.memoizedState!==null){if(dr(r),r.alternate===null)throw Error(a(340));$a()}return o=r.flags,o&65536?(r.flags=o&-65537|128,r):null;case 13:if(dr(r),o=r.memoizedState,o!==null&&o.dehydrated!==null){if(r.alternate===null)throw Error(a(340));$a()}return o=r.flags,o&65536?(r.flags=o&-65537|128,r):null;case 19:return X(ut),null;case 4:return Y(),null;case 10:return El(r.type),null;case 22:case 23:return dr(r),P0(),o!==null&&X(Ka),o=r.flags,o&65536?(r.flags=o&-65537|128,r):null;case 24:return El(bt),null;case 25:return null;default:return null}}function ev(o,r){switch(v0(r),r.tag){case 3:El(bt),Y();break;case 26:case 27:case 5:xe(r);break;case 4:Y();break;case 31:r.memoizedState!==null&&dr(r);break;case 13:dr(r);break;case 19:X(ut);break;case 10:El(r.type);break;case 22:case 23:dr(r),P0(),o!==null&&X(Ka);break;case 24:El(bt)}}function mc(o,r){try{var n=r.updateQueue,c=n!==null?n.lastEffect:null;if(c!==null){var m=c.next;n=m;do{if((n.tag&o)===o){c=void 0;var p=n.create,B=n.inst;c=p(),B.destroy=c}n=n.next}while(n!==m)}}catch(A){Po(r,r.return,A)}}function fa(o,r,n){try{var c=r.updateQueue,m=c!==null?c.lastEffect:null;if(m!==null){var p=m.next;c=p;do{if((c.tag&o)===o){var B=c.inst,A=B.destroy;if(A!==void 0){B.destroy=void 0,m=r;var F=n,J=A;try{J()}catch(fe){Po(m,F,fe)}}}c=c.next}while(c!==p)}}catch(fe){Po(r,r.return,fe)}}function ov(o){var r=o.updateQueue;if(r!==null){var n=o.stateNode;try{Wm(r,n)}catch(c){Po(o,o.return,c)}}}function tv(o,r,n){n.props=rn(o.type,o.memoizedProps),n.state=o.memoizedState;try{n.componentWillUnmount()}catch(c){Po(o,r,c)}}function pc(o,r){try{var n=o.ref;if(n!==null){switch(o.tag){case 26:case 27:case 5:var c=o.stateNode;break;case 30:c=o.stateNode;break;default:c=o.stateNode}typeof n=="function"?o.refCleanup=n(c):n.current=c}}catch(m){Po(o,r,m)}}function cl(o,r){var n=o.ref,c=o.refCleanup;if(n!==null)if(typeof c=="function")try{c()}catch(m){Po(o,r,m)}finally{o.refCleanup=null,o=o.alternate,o!=null&&(o.refCleanup=null)}else if(typeof n=="function")try{n(null)}catch(m){Po(o,r,m)}else n.current=null}function rv(o){var r=o.type,n=o.memoizedProps,c=o.stateNode;try{e:switch(r){case"button":case"input":case"select":case"textarea":n.autoFocus&&c.focus();break e;case"img":n.src?c.src=n.src:n.srcSet&&(c.srcset=n.srcSet)}}catch(m){Po(o,o.return,m)}}function df(o,r,n){try{var c=o.stateNode;Iy(c,o.type,n,r),c[$o]=r}catch(m){Po(o,o.return,m)}}function lv(o){return o.tag===5||o.tag===3||o.tag===26||o.tag===27&&xa(o.type)||o.tag===4}function ff(o){e:for(;;){for(;o.sibling===null;){if(o.return===null||lv(o.return))return null;o=o.return}for(o.sibling.return=o.return,o=o.sibling;o.tag!==5&&o.tag!==6&&o.tag!==18;){if(o.tag===27&&xa(o.type)||o.flags&2||o.child===null||o.tag===4)continue e;o.child.return=o,o=o.child}if(!(o.flags&2))return o.stateNode}}function hf(o,r,n){var c=o.tag;if(c===5||c===6)o=o.stateNode,r?(n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n).insertBefore(o,r):(r=n.nodeType===9?n.body:n.nodeName==="HTML"?n.ownerDocument.body:n,r.appendChild(o),n=n._reactRootContainer,n!=null||r.onclick!==null||(r.onclick=Gr));else if(c!==4&&(c===27&&xa(o.type)&&(n=o.stateNode,r=null),o=o.child,o!==null))for(hf(o,r,n),o=o.sibling;o!==null;)hf(o,r,n),o=o.sibling}function au(o,r,n){var c=o.tag;if(c===5||c===6)o=o.stateNode,r?n.insertBefore(o,r):n.appendChild(o);else if(c!==4&&(c===27&&xa(o.type)&&(n=o.stateNode),o=o.child,o!==null))for(au(o,r,n),o=o.sibling;o!==null;)au(o,r,n),o=o.sibling}function av(o){var r=o.stateNode,n=o.memoizedProps;try{for(var c=o.type,m=r.attributes;m.length;)r.removeAttributeNode(m[0]);zt(r,c,n),r[ct]=o,r[$o]=n}catch(p){Po(o,o.return,p)}}var zl=!1,kt=!1,gf=!1,nv=typeof WeakSet=="function"?WeakSet:Set,Tt=null;function uy(o,r){if(o=o.containerInfo,Hf=Cu,o=bm(o),n0(o)){if("selectionStart"in o)var n={start:o.selectionStart,end:o.selectionEnd};else e:{n=(n=o.ownerDocument)&&n.defaultView||window;var c=n.getSelection&&n.getSelection();if(c&&c.rangeCount!==0){n=c.anchorNode;var m=c.anchorOffset,p=c.focusNode;c=c.focusOffset;try{n.nodeType,p.nodeType}catch{n=null;break e}var B=0,A=-1,F=-1,J=0,fe=0,me=o,ee=null;o:for(;;){for(var ce;me!==n||m!==0&&me.nodeType!==3||(A=B+m),me!==p||c!==0&&me.nodeType!==3||(F=B+c),me.nodeType===3&&(B+=me.nodeValue.length),(ce=me.firstChild)!==null;)ee=me,me=ce;for(;;){if(me===o)break o;if(ee===n&&++J===m&&(A=B),ee===p&&++fe===c&&(F=B),(ce=me.nextSibling)!==null)break;me=ee,ee=me.parentNode}me=ce}n=A===-1||F===-1?null:{start:A,end:F}}else n=null}n=n||{start:0,end:0}}else n=null;for(Rf={focusedElem:o,selectionRange:n},Cu=!1,Tt=r;Tt!==null;)if(r=Tt,o=r.child,(r.subtreeFlags&1028)!==0&&o!==null)o.return=r,Tt=o;else for(;Tt!==null;){switch(r=Tt,p=r.alternate,o=r.flags,r.tag){case 0:if((o&4)!==0&&(o=r.updateQueue,o=o!==null?o.events:null,o!==null))for(n=0;n<o.length;n++)m=o[n],m.ref.impl=m.nextImpl;break;case 11:case 15:break;case 1:if((o&1024)!==0&&p!==null){o=void 0,n=r,m=p.memoizedProps,p=p.memoizedState,c=n.stateNode;try{var Ee=rn(n.type,m);o=c.getSnapshotBeforeUpdate(Ee,p),c.__reactInternalSnapshotBeforeUpdate=o}catch(Fe){Po(n,n.return,Fe)}}break;case 3:if((o&1024)!==0){if(o=r.stateNode.containerInfo,n=o.nodeType,n===9)Of(o);else if(n===1)switch(o.nodeName){case"HEAD":case"HTML":case"BODY":Of(o);break;default:o.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((o&1024)!==0)throw Error(a(163))}if(o=r.sibling,o!==null){o.return=r.return,Tt=o;break}Tt=r.return}}function iv(o,r,n){var c=n.flags;switch(n.tag){case 0:case 11:case 15:Rl(o,n),c&4&&mc(5,n);break;case 1:if(Rl(o,n),c&4)if(o=n.stateNode,r===null)try{o.componentDidMount()}catch(B){Po(n,n.return,B)}else{var m=rn(n.type,r.memoizedProps);r=r.memoizedState;try{o.componentDidUpdate(m,r,o.__reactInternalSnapshotBeforeUpdate)}catch(B){Po(n,n.return,B)}}c&64&&ov(n),c&512&&pc(n,n.return);break;case 3:if(Rl(o,n),c&64&&(o=n.updateQueue,o!==null)){if(r=null,n.child!==null)switch(n.child.tag){case 27:case 5:r=n.child.stateNode;break;case 1:r=n.child.stateNode}try{Wm(o,r)}catch(B){Po(n,n.return,B)}}break;case 27:r===null&&c&4&&av(n);case 26:case 5:Rl(o,n),r===null&&c&4&&rv(n),c&512&&pc(n,n.return);break;case 12:Rl(o,n);break;case 31:Rl(o,n),c&4&&uv(o,n);break;case 13:Rl(o,n),c&4&&dv(o,n),c&64&&(o=n.memoizedState,o!==null&&(o=o.dehydrated,o!==null&&(n=xy.bind(null,n),Oy(o,n))));break;case 22:if(c=n.memoizedState!==null||zl,!c){r=r!==null&&r.memoizedState!==null||kt,m=zl;var p=kt;zl=c,(kt=r)&&!p?Ll(o,n,(n.subtreeFlags&8772)!==0):Rl(o,n),zl=m,kt=p}break;case 30:break;default:Rl(o,n)}}function cv(o){var r=o.alternate;r!==null&&(o.alternate=null,cv(r)),o.child=null,o.deletions=null,o.sibling=null,o.tag===5&&(r=o.stateNode,r!==null&&Dn(r)),o.stateNode=null,o.return=null,o.dependencies=null,o.memoizedProps=null,o.memoizedState=null,o.pendingProps=null,o.stateNode=null,o.updateQueue=null}var Ko=null,Kt=!1;function Hl(o,r,n){for(n=n.child;n!==null;)sv(o,r,n),n=n.sibling}function sv(o,r,n){if(Je&&typeof Je.onCommitFiberUnmount=="function")try{Je.onCommitFiberUnmount(ot,n)}catch{}switch(n.tag){case 26:kt||cl(n,r),Hl(o,r,n),n.memoizedState?n.memoizedState.count--:n.stateNode&&(n=n.stateNode,n.parentNode.removeChild(n));break;case 27:kt||cl(n,r);var c=Ko,m=Kt;xa(n.type)&&(Ko=n.stateNode,Kt=!1),Hl(o,r,n),Bc(n.stateNode),Ko=c,Kt=m;break;case 5:kt||cl(n,r);case 6:if(c=Ko,m=Kt,Ko=null,Hl(o,r,n),Ko=c,Kt=m,Ko!==null)if(Kt)try{(Ko.nodeType===9?Ko.body:Ko.nodeName==="HTML"?Ko.ownerDocument.body:Ko).removeChild(n.stateNode)}catch(p){Po(n,r,p)}else try{Ko.removeChild(n.stateNode)}catch(p){Po(n,r,p)}break;case 18:Ko!==null&&(Kt?(o=Ko,o1(o.nodeType===9?o.body:o.nodeName==="HTML"?o.ownerDocument.body:o,n.stateNode),ui(o)):o1(Ko,n.stateNode));break;case 4:c=Ko,m=Kt,Ko=n.stateNode.containerInfo,Kt=!0,Hl(o,r,n),Ko=c,Kt=m;break;case 0:case 11:case 14:case 15:fa(2,n,r),kt||fa(4,n,r),Hl(o,r,n);break;case 1:kt||(cl(n,r),c=n.stateNode,typeof c.componentWillUnmount=="function"&&tv(n,r,c)),Hl(o,r,n);break;case 21:Hl(o,r,n);break;case 22:kt=(c=kt)||n.memoizedState!==null,Hl(o,r,n),kt=c;break;default:Hl(o,r,n)}}function uv(o,r){if(r.memoizedState===null&&(o=r.alternate,o!==null&&(o=o.memoizedState,o!==null))){o=o.dehydrated;try{ui(o)}catch(n){Po(r,r.return,n)}}}function dv(o,r){if(r.memoizedState===null&&(o=r.alternate,o!==null&&(o=o.memoizedState,o!==null&&(o=o.dehydrated,o!==null))))try{ui(o)}catch(n){Po(r,r.return,n)}}function dy(o){switch(o.tag){case 31:case 13:case 19:var r=o.stateNode;return r===null&&(r=o.stateNode=new nv),r;case 22:return o=o.stateNode,r=o._retryCache,r===null&&(r=o._retryCache=new nv),r;default:throw Error(a(435,o.tag))}}function nu(o,r){var n=dy(o);r.forEach(function(c){if(!n.has(c)){n.add(c);var m=_y.bind(null,o,c);c.then(m,m)}})}function Jt(o,r){var n=r.deletions;if(n!==null)for(var c=0;c<n.length;c++){var m=n[c],p=o,B=r,A=B;e:for(;A!==null;){switch(A.tag){case 27:if(xa(A.type)){Ko=A.stateNode,Kt=!1;break e}break;case 5:Ko=A.stateNode,Kt=!1;break e;case 3:case 4:Ko=A.stateNode.containerInfo,Kt=!0;break e}A=A.return}if(Ko===null)throw Error(a(160));sv(p,B,m),Ko=null,Kt=!1,p=m.alternate,p!==null&&(p.return=null),m.return=null}if(r.subtreeFlags&13886)for(r=r.child;r!==null;)fv(r,o),r=r.sibling}var qr=null;function fv(o,r){var n=o.alternate,c=o.flags;switch(o.tag){case 0:case 11:case 14:case 15:Jt(r,o),er(o),c&4&&(fa(3,o,o.return),mc(3,o),fa(5,o,o.return));break;case 1:Jt(r,o),er(o),c&512&&(kt||n===null||cl(n,n.return)),c&64&&zl&&(o=o.updateQueue,o!==null&&(c=o.callbacks,c!==null&&(n=o.shared.hiddenCallbacks,o.shared.hiddenCallbacks=n===null?c:n.concat(c))));break;case 26:var m=qr;if(Jt(r,o),er(o),c&512&&(kt||n===null||cl(n,n.return)),c&4){var p=n!==null?n.memoizedState:null;if(c=o.memoizedState,n===null)if(c===null)if(o.stateNode===null){e:{c=o.type,n=o.memoizedProps,m=m.ownerDocument||m;o:switch(c){case"title":p=m.getElementsByTagName("title")[0],(!p||p[En]||p[ct]||p.namespaceURI==="http://www.w3.org/2000/svg"||p.hasAttribute("itemprop"))&&(p=m.createElement(c),m.head.insertBefore(p,m.querySelector("head > title"))),zt(p,c,n),p[ct]=o,gt(p),c=p;break e;case"link":var B=f1("link","href",m).get(c+(n.href||""));if(B){for(var A=0;A<B.length;A++)if(p=B[A],p.getAttribute("href")===(n.href==null||n.href===""?null:n.href)&&p.getAttribute("rel")===(n.rel==null?null:n.rel)&&p.getAttribute("title")===(n.title==null?null:n.title)&&p.getAttribute("crossorigin")===(n.crossOrigin==null?null:n.crossOrigin)){B.splice(A,1);break o}}p=m.createElement(c),zt(p,c,n),m.head.appendChild(p);break;case"meta":if(B=f1("meta","content",m).get(c+(n.content||""))){for(A=0;A<B.length;A++)if(p=B[A],p.getAttribute("content")===(n.content==null?null:""+n.content)&&p.getAttribute("name")===(n.name==null?null:n.name)&&p.getAttribute("property")===(n.property==null?null:n.property)&&p.getAttribute("http-equiv")===(n.httpEquiv==null?null:n.httpEquiv)&&p.getAttribute("charset")===(n.charSet==null?null:n.charSet)){B.splice(A,1);break o}}p=m.createElement(c),zt(p,c,n),m.head.appendChild(p);break;default:throw Error(a(468,c))}p[ct]=o,gt(p),c=p}o.stateNode=c}else h1(m,o.type,o.stateNode);else o.stateNode=d1(m,c,o.memoizedProps);else p!==c?(p===null?n.stateNode!==null&&(n=n.stateNode,n.parentNode.removeChild(n)):p.count--,c===null?h1(m,o.type,o.stateNode):d1(m,c,o.memoizedProps)):c===null&&o.stateNode!==null&&df(o,o.memoizedProps,n.memoizedProps)}break;case 27:Jt(r,o),er(o),c&512&&(kt||n===null||cl(n,n.return)),n!==null&&c&4&&df(o,o.memoizedProps,n.memoizedProps);break;case 5:if(Jt(r,o),er(o),c&512&&(kt||n===null||cl(n,n.return)),o.flags&32){m=o.stateNode;try{vt(m,"")}catch(Ee){Po(o,o.return,Ee)}}c&4&&o.stateNode!=null&&(m=o.memoizedProps,df(o,m,n!==null?n.memoizedProps:m)),c&1024&&(gf=!0);break;case 6:if(Jt(r,o),er(o),c&4){if(o.stateNode===null)throw Error(a(162));c=o.memoizedProps,n=o.stateNode;try{n.nodeValue=c}catch(Ee){Po(o,o.return,Ee)}}break;case 3:if(wu=null,m=qr,qr=_u(r.containerInfo),Jt(r,o),qr=m,er(o),c&4&&n!==null&&n.memoizedState.isDehydrated)try{ui(r.containerInfo)}catch(Ee){Po(o,o.return,Ee)}gf&&(gf=!1,hv(o));break;case 4:c=qr,qr=_u(o.stateNode.containerInfo),Jt(r,o),er(o),qr=c;break;case 12:Jt(r,o),er(o);break;case 31:Jt(r,o),er(o),c&4&&(c=o.updateQueue,c!==null&&(o.updateQueue=null,nu(o,c)));break;case 13:Jt(r,o),er(o),o.child.flags&8192&&o.memoizedState!==null!=(n!==null&&n.memoizedState!==null)&&(cu=ye()),c&4&&(c=o.updateQueue,c!==null&&(o.updateQueue=null,nu(o,c)));break;case 22:m=o.memoizedState!==null;var F=n!==null&&n.memoizedState!==null,J=zl,fe=kt;if(zl=J||m,kt=fe||F,Jt(r,o),kt=fe,zl=J,er(o),c&8192)e:for(r=o.stateNode,r._visibility=m?r._visibility&-2:r._visibility|1,m&&(n===null||F||zl||kt||ln(o)),n=null,r=o;;){if(r.tag===5||r.tag===26){if(n===null){F=n=r;try{if(p=F.stateNode,m)B=p.style,typeof B.setProperty=="function"?B.setProperty("display","none","important"):B.display="none";else{A=F.stateNode;var me=F.memoizedProps.style,ee=me!=null&&me.hasOwnProperty("display")?me.display:null;A.style.display=ee==null||typeof ee=="boolean"?"":(""+ee).trim()}}catch(Ee){Po(F,F.return,Ee)}}}else if(r.tag===6){if(n===null){F=r;try{F.stateNode.nodeValue=m?"":F.memoizedProps}catch(Ee){Po(F,F.return,Ee)}}}else if(r.tag===18){if(n===null){F=r;try{var ce=F.stateNode;m?t1(ce,!0):t1(F.stateNode,!1)}catch(Ee){Po(F,F.return,Ee)}}}else if((r.tag!==22&&r.tag!==23||r.memoizedState===null||r===o)&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===o)break e;for(;r.sibling===null;){if(r.return===null||r.return===o)break e;n===r&&(n=null),r=r.return}n===r&&(n=null),r.sibling.return=r.return,r=r.sibling}c&4&&(c=o.updateQueue,c!==null&&(n=c.retryQueue,n!==null&&(c.retryQueue=null,nu(o,n))));break;case 19:Jt(r,o),er(o),c&4&&(c=o.updateQueue,c!==null&&(o.updateQueue=null,nu(o,c)));break;case 30:break;case 21:break;default:Jt(r,o),er(o)}}function er(o){var r=o.flags;if(r&2){try{for(var n,c=o.return;c!==null;){if(lv(c)){n=c;break}c=c.return}if(n==null)throw Error(a(160));switch(n.tag){case 27:var m=n.stateNode,p=ff(o);au(o,p,m);break;case 5:var B=n.stateNode;n.flags&32&&(vt(B,""),n.flags&=-33);var A=ff(o);au(o,A,B);break;case 3:case 4:var F=n.stateNode.containerInfo,J=ff(o);hf(o,J,F);break;default:throw Error(a(161))}}catch(fe){Po(o,o.return,fe)}o.flags&=-3}r&4096&&(o.flags&=-4097)}function hv(o){if(o.subtreeFlags&1024)for(o=o.child;o!==null;){var r=o;hv(r),r.tag===5&&r.flags&1024&&r.stateNode.reset(),o=o.sibling}}function Rl(o,r){if(r.subtreeFlags&8772)for(r=r.child;r!==null;)iv(o,r.alternate,r),r=r.sibling}function ln(o){for(o=o.child;o!==null;){var r=o;switch(r.tag){case 0:case 11:case 14:case 15:fa(4,r,r.return),ln(r);break;case 1:cl(r,r.return);var n=r.stateNode;typeof n.componentWillUnmount=="function"&&tv(r,r.return,n),ln(r);break;case 27:Bc(r.stateNode);case 26:case 5:cl(r,r.return),ln(r);break;case 22:r.memoizedState===null&&ln(r);break;case 30:ln(r);break;default:ln(r)}o=o.sibling}}function Ll(o,r,n){for(n=n&&(r.subtreeFlags&8772)!==0,r=r.child;r!==null;){var c=r.alternate,m=o,p=r,B=p.flags;switch(p.tag){case 0:case 11:case 15:Ll(m,p,n),mc(4,p);break;case 1:if(Ll(m,p,n),c=p,m=c.stateNode,typeof m.componentDidMount=="function")try{m.componentDidMount()}catch(J){Po(c,c.return,J)}if(c=p,m=c.updateQueue,m!==null){var A=c.stateNode;try{var F=m.shared.hiddenCallbacks;if(F!==null)for(m.shared.hiddenCallbacks=null,m=0;m<F.length;m++)Um(F[m],A)}catch(J){Po(c,c.return,J)}}n&&B&64&&ov(p),pc(p,p.return);break;case 27:av(p);case 26:case 5:Ll(m,p,n),n&&c===null&&B&4&&rv(p),pc(p,p.return);break;case 12:Ll(m,p,n);break;case 31:Ll(m,p,n),n&&B&4&&uv(m,p);break;case 13:Ll(m,p,n),n&&B&4&&dv(m,p);break;case 22:p.memoizedState===null&&Ll(m,p,n),pc(p,p.return);break;case 30:break;default:Ll(m,p,n)}r=r.sibling}}function mf(o,r){var n=null;o!==null&&o.memoizedState!==null&&o.memoizedState.cachePool!==null&&(n=o.memoizedState.cachePool.pool),o=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(o=r.memoizedState.cachePool.pool),o!==n&&(o!=null&&o.refCount++,n!=null&&tc(n))}function pf(o,r){o=null,r.alternate!==null&&(o=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==o&&(r.refCount++,o!=null&&tc(o))}function Ur(o,r,n,c){if(r.subtreeFlags&10256)for(r=r.child;r!==null;)gv(o,r,n,c),r=r.sibling}function gv(o,r,n,c){var m=r.flags;switch(r.tag){case 0:case 11:case 15:Ur(o,r,n,c),m&2048&&mc(9,r);break;case 1:Ur(o,r,n,c);break;case 3:Ur(o,r,n,c),m&2048&&(o=null,r.alternate!==null&&(o=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==o&&(r.refCount++,o!=null&&tc(o)));break;case 12:if(m&2048){Ur(o,r,n,c),o=r.stateNode;try{var p=r.memoizedProps,B=p.id,A=p.onPostCommit;typeof A=="function"&&A(B,r.alternate===null?"mount":"update",o.passiveEffectDuration,-0)}catch(F){Po(r,r.return,F)}}else Ur(o,r,n,c);break;case 31:Ur(o,r,n,c);break;case 13:Ur(o,r,n,c);break;case 23:break;case 22:p=r.stateNode,B=r.alternate,r.memoizedState!==null?p._visibility&2?Ur(o,r,n,c):vc(o,r):p._visibility&2?Ur(o,r,n,c):(p._visibility|=2,Jn(o,r,n,c,(r.subtreeFlags&10256)!==0||!1)),m&2048&&mf(B,r);break;case 24:Ur(o,r,n,c),m&2048&&pf(r.alternate,r);break;default:Ur(o,r,n,c)}}function Jn(o,r,n,c,m){for(m=m&&((r.subtreeFlags&10256)!==0||!1),r=r.child;r!==null;){var p=o,B=r,A=n,F=c,J=B.flags;switch(B.tag){case 0:case 11:case 15:Jn(p,B,A,F,m),mc(8,B);break;case 23:break;case 22:var fe=B.stateNode;B.memoizedState!==null?fe._visibility&2?Jn(p,B,A,F,m):vc(p,B):(fe._visibility|=2,Jn(p,B,A,F,m)),m&&J&2048&&mf(B.alternate,B);break;case 24:Jn(p,B,A,F,m),m&&J&2048&&pf(B.alternate,B);break;default:Jn(p,B,A,F,m)}r=r.sibling}}function vc(o,r){if(r.subtreeFlags&10256)for(r=r.child;r!==null;){var n=o,c=r,m=c.flags;switch(c.tag){case 22:vc(n,c),m&2048&&mf(c.alternate,c);break;case 24:vc(n,c),m&2048&&pf(c.alternate,c);break;default:vc(n,c)}r=r.sibling}}var bc=8192;function ei(o,r,n){if(o.subtreeFlags&bc)for(o=o.child;o!==null;)mv(o,r,n),o=o.sibling}function mv(o,r,n){switch(o.tag){case 26:ei(o,r,n),o.flags&bc&&o.memoizedState!==null&&Qy(n,qr,o.memoizedState,o.memoizedProps);break;case 5:ei(o,r,n);break;case 3:case 4:var c=qr;qr=_u(o.stateNode.containerInfo),ei(o,r,n),qr=c;break;case 22:o.memoizedState===null&&(c=o.alternate,c!==null&&c.memoizedState!==null?(c=bc,bc=16777216,ei(o,r,n),bc=c):ei(o,r,n));break;default:ei(o,r,n)}}function pv(o){var r=o.alternate;if(r!==null&&(o=r.child,o!==null)){r.child=null;do r=o.sibling,o.sibling=null,o=r;while(o!==null)}}function xc(o){var r=o.deletions;if((o.flags&16)!==0){if(r!==null)for(var n=0;n<r.length;n++){var c=r[n];Tt=c,bv(c,o)}pv(o)}if(o.subtreeFlags&10256)for(o=o.child;o!==null;)vv(o),o=o.sibling}function vv(o){switch(o.tag){case 0:case 11:case 15:xc(o),o.flags&2048&&fa(9,o,o.return);break;case 3:xc(o);break;case 12:xc(o);break;case 22:var r=o.stateNode;o.memoizedState!==null&&r._visibility&2&&(o.return===null||o.return.tag!==13)?(r._visibility&=-3,iu(o)):xc(o);break;default:xc(o)}}function iu(o){var r=o.deletions;if((o.flags&16)!==0){if(r!==null)for(var n=0;n<r.length;n++){var c=r[n];Tt=c,bv(c,o)}pv(o)}for(o=o.child;o!==null;){switch(r=o,r.tag){case 0:case 11:case 15:fa(8,r,r.return),iu(r);break;case 22:n=r.stateNode,n._visibility&2&&(n._visibility&=-3,iu(r));break;default:iu(r)}o=o.sibling}}function bv(o,r){for(;Tt!==null;){var n=Tt;switch(n.tag){case 0:case 11:case 15:fa(8,n,r);break;case 23:case 22:if(n.memoizedState!==null&&n.memoizedState.cachePool!==null){var c=n.memoizedState.cachePool.pool;c!=null&&c.refCount++}break;case 24:tc(n.memoizedState.cache)}if(c=n.child,c!==null)c.return=n,Tt=c;else e:for(n=o;Tt!==null;){c=Tt;var m=c.sibling,p=c.return;if(cv(c),c===n){Tt=null;break e}if(m!==null){m.return=p,Tt=m;break e}Tt=p}}}var fy={getCacheForType:function(o){var r=Pt(bt),n=r.data.get(o);return n===void 0&&(n=o(),r.data.set(o,n)),n},cacheSignal:function(){return Pt(bt).controller.signal}},hy=typeof WeakMap=="function"?WeakMap:Map,Co=0,Go=null,fo=null,go=0,Io=0,fr=null,ha=!1,oi=!1,vf=!1,Ml=0,at=0,ga=0,an=0,bf=0,hr=0,ti=0,_c=null,or=null,xf=!1,cu=0,xv=0,su=1/0,uu=null,ma=null,Bt=0,pa=null,ri=null,Ol=0,_f=0,kf=null,_v=null,kc=0,wf=null;function gr(){return(Co&2)!==0&&go!==0?go&-go:M.T!==null?Tf():_s()}function kv(){if(hr===0)if((go&536870912)===0||vo){var o=Kr;Kr<<=1,(Kr&3932160)===0&&(Kr=262144),hr=o}else hr=536870912;return o=ur.current,o!==null&&(o.flags|=32),hr}function tr(o,r,n){(o===Go&&(Io===2||Io===9)||o.cancelPendingCommit!==null)&&(li(o,0),va(o,go,hr,!1)),yl(o,n),((Co&2)===0||o!==Go)&&(o===Go&&((Co&2)===0&&(an|=n),at===4&&va(o,go,hr,!1)),sl(o))}function wv(o,r,n){if((Co&6)!==0)throw Error(a(327));var c=!n&&(r&127)===0&&(r&o.expiredLanes)===0||Mr(o,r),m=c?py(o,r):Sf(o,r,!0),p=c;do{if(m===0){oi&&!c&&va(o,r,0,!1);break}else{if(n=o.current.alternate,p&&!gy(n)){m=Sf(o,r,!1),p=!1;continue}if(m===2){if(p=r,o.errorRecoveryDisabledLanes&p)var B=0;else B=o.pendingLanes&-536870913,B=B!==0?B:B&536870912?536870912:0;if(B!==0){r=B;e:{var A=o;m=_c;var F=A.current.memoizedState.isDehydrated;if(F&&(li(A,B).flags|=256),B=Sf(A,B,!1),B!==2){if(vf&&!F){A.errorRecoveryDisabledLanes|=p,an|=p,m=4;break e}p=or,or=m,p!==null&&(or===null?or=p:or.push.apply(or,p))}m=B}if(p=!1,m!==2)continue}}if(m===1){li(o,0),va(o,r,0,!0);break}e:{switch(c=o,p=m,p){case 0:case 1:throw Error(a(345));case 4:if((r&4194048)!==r)break;case 6:va(c,r,hr,!ha);break e;case 2:or=null;break;case 3:case 5:break;default:throw Error(a(329))}if((r&62914560)===r&&(m=cu+300-ye(),10<m)){if(va(c,r,hr,!ha),Kl(c,0,!0)!==0)break e;Ol=r,c.timeoutHandle=Jv(yv.bind(null,c,n,or,uu,xf,r,hr,an,ti,ha,p,"Throttled",-0,0),m);break e}yv(c,n,or,uu,xf,r,hr,an,ti,ha,p,null,-0,0)}}break}while(!0);sl(o)}function yv(o,r,n,c,m,p,B,A,F,J,fe,me,ee,ce){if(o.timeoutHandle=-1,me=r.subtreeFlags,me&8192||(me&16785408)===16785408){me={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Gr},mv(r,p,me);var Ee=(p&62914560)===p?cu-ye():(p&4194048)===p?xv-ye():0;if(Ee=Ky(me,Ee),Ee!==null){Ol=p,o.cancelPendingCommit=Ee(Iv.bind(null,o,r,p,n,c,m,B,A,F,fe,me,null,ee,ce)),va(o,p,B,!J);return}}Iv(o,r,p,n,c,m,B,A,F)}function gy(o){for(var r=o;;){var n=r.tag;if((n===0||n===11||n===15)&&r.flags&16384&&(n=r.updateQueue,n!==null&&(n=n.stores,n!==null)))for(var c=0;c<n.length;c++){var m=n[c],p=m.getSnapshot;m=m.value;try{if(!cr(p(),m))return!1}catch{return!1}}if(n=r.child,r.subtreeFlags&16384&&n!==null)n.return=r,r=n;else{if(r===o)break;for(;r.sibling===null;){if(r.return===null||r.return===o)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function va(o,r,n,c){r&=~bf,r&=~an,o.suspendedLanes|=r,o.pingedLanes&=~r,c&&(o.warmLanes|=r),c=o.expirationTimes;for(var m=r;0<m;){var p=31-Do(m),B=1<<p;c[p]=-1,m&=~B}n!==0&&bs(o,n,r)}function du(){return(Co&6)===0?(wc(0),!1):!0}function yf(){if(fo!==null){if(Io===0)var o=fo.return;else o=fo,Tl=Za=null,M0(o),Yn=null,lc=0,o=fo;for(;o!==null;)ev(o.alternate,o),o=o.return;fo=null}}function li(o,r){var n=o.timeoutHandle;n!==-1&&(o.timeoutHandle=-1,zy(n)),n=o.cancelPendingCommit,n!==null&&(o.cancelPendingCommit=null,n()),Ol=0,yf(),Go=o,fo=n=Cl(o.current,null),go=r,Io=0,fr=null,ha=!1,oi=Mr(o,r),vf=!1,ti=hr=bf=an=ga=at=0,or=_c=null,xf=!1,(r&8)!==0&&(r|=r&32);var c=o.entangledLanes;if(c!==0)for(o=o.entanglements,c&=r;0<c;){var m=31-Do(c),p=1<<m;r|=o[m],c&=~p}return Ml=r,Ps(),n}function Sv(o,r){eo=null,M.H=fc,r===Xn||r===js?(r=jm(),Io=3):r===C0?(r=jm(),Io=4):Io=r===ef?8:r!==null&&typeof r=="object"&&typeof r.then=="function"?6:1,fr=r,fo===null&&(at=1,eu(o,Cr(r,o.current)))}function Bv(){var o=ur.current;return o===null?!0:(go&4194048)===go?Dr===null:(go&62914560)===go||(go&536870912)!==0?o===Dr:!1}function Cv(){var o=M.H;return M.H=fc,o===null?fc:o}function Nv(){var o=M.A;return M.A=fy,o}function fu(){at=4,ha||(go&4194048)!==go&&ur.current!==null||(oi=!0),(ga&134217727)===0&&(an&134217727)===0||Go===null||va(Go,go,hr,!1)}function Sf(o,r,n){var c=Co;Co|=2;var m=Cv(),p=Nv();(Go!==o||go!==r)&&(uu=null,li(o,r)),r=!1;var B=at;e:do try{if(Io!==0&&fo!==null){var A=fo,F=fr;switch(Io){case 8:yf(),B=6;break e;case 3:case 2:case 9:case 6:ur.current===null&&(r=!0);var J=Io;if(Io=0,fr=null,ai(o,A,F,J),n&&oi){B=0;break e}break;default:J=Io,Io=0,fr=null,ai(o,A,F,J)}}my(),B=at;break}catch(fe){Sv(o,fe)}while(!0);return r&&o.shellSuspendCounter++,Tl=Za=null,Co=c,M.H=m,M.A=p,fo===null&&(Go=null,go=0,Ps()),B}function my(){for(;fo!==null;)Tv(fo)}function py(o,r){var n=Co;Co|=2;var c=Cv(),m=Nv();Go!==o||go!==r?(uu=null,su=ye()+500,li(o,r)):oi=Mr(o,r);e:do try{if(Io!==0&&fo!==null){r=fo;var p=fr;o:switch(Io){case 1:Io=0,fr=null,ai(o,r,p,1);break;case 2:case 9:if(Mm(p)){Io=0,fr=null,Ev(r);break}r=function(){Io!==2&&Io!==9||Go!==o||(Io=7),sl(o)},p.then(r,r);break e;case 3:Io=7;break e;case 4:Io=5;break e;case 7:Mm(p)?(Io=0,fr=null,Ev(r)):(Io=0,fr=null,ai(o,r,p,7));break;case 5:var B=null;switch(fo.tag){case 26:B=fo.memoizedState;case 5:case 27:var A=fo;if(B?g1(B):A.stateNode.complete){Io=0,fr=null;var F=A.sibling;if(F!==null)fo=F;else{var J=A.return;J!==null?(fo=J,hu(J)):fo=null}break o}}Io=0,fr=null,ai(o,r,p,5);break;case 6:Io=0,fr=null,ai(o,r,p,6);break;case 8:yf(),at=6;break e;default:throw Error(a(462))}}vy();break}catch(fe){Sv(o,fe)}while(!0);return Tl=Za=null,M.H=c,M.A=m,Co=n,fo!==null?0:(Go=null,go=0,Ps(),at)}function vy(){for(;fo!==null&&!Ke();)Tv(fo)}function Tv(o){var r=Kp(o.alternate,o,Ml);o.memoizedProps=o.pendingProps,r===null?hu(o):fo=r}function Ev(o){var r=o,n=r.alternate;switch(r.tag){case 15:case 0:r=Vp(n,r,r.pendingProps,r.type,void 0,go);break;case 11:r=Vp(n,r,r.pendingProps,r.type.render,r.ref,go);break;case 5:M0(r);default:ev(n,r),r=fo=Nm(r,Ml),r=Kp(n,r,Ml)}o.memoizedProps=o.pendingProps,r===null?hu(o):fo=r}function ai(o,r,n,c){Tl=Za=null,M0(r),Yn=null,lc=0;var m=r.return;try{if(ay(o,m,r,n,go)){at=1,eu(o,Cr(n,o.current)),fo=null;return}}catch(p){if(m!==null)throw fo=m,p;at=1,eu(o,Cr(n,o.current)),fo=null;return}r.flags&32768?(vo||c===1?o=!0:oi||(go&536870912)!==0?o=!1:(ha=o=!0,(c===2||c===9||c===3||c===6)&&(c=ur.current,c!==null&&c.tag===13&&(c.flags|=16384))),Dv(r,o)):hu(r)}function hu(o){var r=o;do{if((r.flags&32768)!==0){Dv(r,ha);return}o=r.return;var n=cy(r.alternate,r,Ml);if(n!==null){fo=n;return}if(r=r.sibling,r!==null){fo=r;return}fo=r=o}while(r!==null);at===0&&(at=5)}function Dv(o,r){do{var n=sy(o.alternate,o);if(n!==null){n.flags&=32767,fo=n;return}if(n=o.return,n!==null&&(n.flags|=32768,n.subtreeFlags=0,n.deletions=null),!r&&(o=o.sibling,o!==null)){fo=o;return}fo=o=n}while(o!==null);at=6,fo=null}function Iv(o,r,n,c,m,p,B,A,F){o.cancelPendingCommit=null;do gu();while(Bt!==0);if((Co&6)!==0)throw Error(a(327));if(r!==null){if(r===o.current)throw Error(a(177));if(p=r.lanes|r.childLanes,p|=d0,Wd(o,n,p,B,A,F),o===Go&&(fo=Go=null,go=0),ri=r,pa=o,Ol=n,_f=p,kf=m,_v=c,(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?(o.callbackNode=null,o.callbackPriority=0,ky(wo,function(){return Rv(),null})):(o.callbackNode=null,o.callbackPriority=0),c=(r.flags&13878)!==0,(r.subtreeFlags&13878)!==0||c){c=M.T,M.T=null,m=$.p,$.p=2,B=Co,Co|=4;try{uy(o,r,n)}finally{Co=B,$.p=m,M.T=c}}Bt=1,Pv(),Av(),zv()}}function Pv(){if(Bt===1){Bt=0;var o=pa,r=ri,n=(r.flags&13878)!==0;if((r.subtreeFlags&13878)!==0||n){n=M.T,M.T=null;var c=$.p;$.p=2;var m=Co;Co|=4;try{fv(r,o);var p=Rf,B=bm(o.containerInfo),A=p.focusedElem,F=p.selectionRange;if(B!==A&&A&&A.ownerDocument&&vm(A.ownerDocument.documentElement,A)){if(F!==null&&n0(A)){var J=F.start,fe=F.end;if(fe===void 0&&(fe=J),"selectionStart"in A)A.selectionStart=J,A.selectionEnd=Math.min(fe,A.value.length);else{var me=A.ownerDocument||document,ee=me&&me.defaultView||window;if(ee.getSelection){var ce=ee.getSelection(),Ee=A.textContent.length,Fe=Math.min(F.start,Ee),Oo=F.end===void 0?Fe:Math.min(F.end,Ee);!ce.extend&&Fe>Oo&&(B=Oo,Oo=Fe,Fe=B);var Z=pm(A,Fe),W=pm(A,Oo);if(Z&&W&&(ce.rangeCount!==1||ce.anchorNode!==Z.node||ce.anchorOffset!==Z.offset||ce.focusNode!==W.node||ce.focusOffset!==W.offset)){var K=me.createRange();K.setStart(Z.node,Z.offset),ce.removeAllRanges(),Fe>Oo?(ce.addRange(K),ce.extend(W.node,W.offset)):(K.setEnd(W.node,W.offset),ce.addRange(K))}}}}for(me=[],ce=A;ce=ce.parentNode;)ce.nodeType===1&&me.push({element:ce,left:ce.scrollLeft,top:ce.scrollTop});for(typeof A.focus=="function"&&A.focus(),A=0;A<me.length;A++){var ge=me[A];ge.element.scrollLeft=ge.left,ge.element.scrollTop=ge.top}}Cu=!!Hf,Rf=Hf=null}finally{Co=m,$.p=c,M.T=n}}o.current=r,Bt=2}}function Av(){if(Bt===2){Bt=0;var o=pa,r=ri,n=(r.flags&8772)!==0;if((r.subtreeFlags&8772)!==0||n){n=M.T,M.T=null;var c=$.p;$.p=2;var m=Co;Co|=4;try{iv(o,r.alternate,r)}finally{Co=m,$.p=c,M.T=n}}Bt=3}}function zv(){if(Bt===4||Bt===3){Bt=0,qe();var o=pa,r=ri,n=Ol,c=_v;(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?Bt=5:(Bt=0,ri=pa=null,Hv(o,o.pendingLanes));var m=o.pendingLanes;if(m===0&&(ma=null),xr(n),r=r.stateNode,Je&&typeof Je.onCommitFiberRoot=="function")try{Je.onCommitFiberRoot(ot,r,void 0,(r.current.flags&128)===128)}catch{}if(c!==null){r=M.T,m=$.p,$.p=2,M.T=null;try{for(var p=o.onRecoverableError,B=0;B<c.length;B++){var A=c[B];p(A.value,{componentStack:A.stack})}}finally{M.T=r,$.p=m}}(Ol&3)!==0&&gu(),sl(o),m=o.pendingLanes,(n&261930)!==0&&(m&42)!==0?o===wf?kc++:(kc=0,wf=o):kc=0,wc(0)}}function Hv(o,r){(o.pooledCacheLanes&=r)===0&&(r=o.pooledCache,r!=null&&(o.pooledCache=null,tc(r)))}function gu(){return Pv(),Av(),zv(),Rv()}function Rv(){if(Bt!==5)return!1;var o=pa,r=_f;_f=0;var n=xr(Ol),c=M.T,m=$.p;try{$.p=32>n?32:n,M.T=null,n=kf,kf=null;var p=pa,B=Ol;if(Bt=0,ri=pa=null,Ol=0,(Co&6)!==0)throw Error(a(331));var A=Co;if(Co|=4,vv(p.current),gv(p,p.current,B,n),Co=A,wc(0,!1),Je&&typeof Je.onPostCommitFiberRoot=="function")try{Je.onPostCommitFiberRoot(ot,p)}catch{}return!0}finally{$.p=m,M.T=c,Hv(o,r)}}function Lv(o,r,n){r=Cr(n,r),r=J0(o.stateNode,r,2),o=sa(o,r,2),o!==null&&(yl(o,2),sl(o))}function Po(o,r,n){if(o.tag===3)Lv(o,o,n);else for(;r!==null;){if(r.tag===3){Lv(r,o,n);break}else if(r.tag===1){var c=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof c.componentDidCatch=="function"&&(ma===null||!ma.has(c))){o=Cr(n,o),n=Mp(2),c=sa(r,n,2),c!==null&&(Op(n,c,r,o),yl(c,2),sl(c));break}}r=r.return}}function Bf(o,r,n){var c=o.pingCache;if(c===null){c=o.pingCache=new hy;var m=new Set;c.set(r,m)}else m=c.get(r),m===void 0&&(m=new Set,c.set(r,m));m.has(n)||(vf=!0,m.add(n),o=by.bind(null,o,r,n),r.then(o,o))}function by(o,r,n){var c=o.pingCache;c!==null&&c.delete(r),o.pingedLanes|=o.suspendedLanes&n,o.warmLanes&=~n,Go===o&&(go&n)===n&&(at===4||at===3&&(go&62914560)===go&&300>ye()-cu?(Co&2)===0&&li(o,0):bf|=n,ti===go&&(ti=0)),sl(o)}function Mv(o,r){r===0&&(r=kl()),o=Xa(o,r),o!==null&&(yl(o,r),sl(o))}function xy(o){var r=o.memoizedState,n=0;r!==null&&(n=r.retryLane),Mv(o,n)}function _y(o,r){var n=0;switch(o.tag){case 31:case 13:var c=o.stateNode,m=o.memoizedState;m!==null&&(n=m.retryLane);break;case 19:c=o.stateNode;break;case 22:c=o.stateNode._retryCache;break;default:throw Error(a(314))}c!==null&&c.delete(r),Mv(o,n)}function ky(o,r){return Pe(o,r)}var mu=null,ni=null,Cf=!1,pu=!1,Nf=!1,ba=0;function sl(o){o!==ni&&o.next===null&&(ni===null?mu=ni=o:ni=ni.next=o),pu=!0,Cf||(Cf=!0,yy())}function wc(o,r){if(!Nf&&pu){Nf=!0;do for(var n=!1,c=mu;c!==null;){if(o!==0){var m=c.pendingLanes;if(m===0)var p=0;else{var B=c.suspendedLanes,A=c.pingedLanes;p=(1<<31-Do(42|o)+1)-1,p&=m&~(B&~A),p=p&201326741?p&201326741|1:p?p|2:0}p!==0&&(n=!0,Fv(c,p))}else p=go,p=Kl(c,c===Go?p:0,c.cancelPendingCommit!==null||c.timeoutHandle!==-1),(p&3)===0||Mr(c,p)||(n=!0,Fv(c,p));c=c.next}while(n);Nf=!1}}function wy(){Ov()}function Ov(){pu=Cf=!1;var o=0;ba!==0&&Ay()&&(o=ba);for(var r=ye(),n=null,c=mu;c!==null;){var m=c.next,p=jv(c,r);p===0?(c.next=null,n===null?mu=m:n.next=m,m===null&&(ni=n)):(n=c,(o!==0||(p&3)!==0)&&(pu=!0)),c=m}Bt!==0&&Bt!==5||wc(o),ba!==0&&(ba=0)}function jv(o,r){for(var n=o.suspendedLanes,c=o.pingedLanes,m=o.expirationTimes,p=o.pendingLanes&-62914561;0<p;){var B=31-Do(p),A=1<<B,F=m[B];F===-1?((A&n)===0||(A&c)!==0)&&(m[B]=Ot(A,r)):F<=r&&(o.expiredLanes|=A),p&=~A}if(r=Go,n=go,n=Kl(o,o===r?n:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),c=o.callbackNode,n===0||o===r&&(Io===2||Io===9)||o.cancelPendingCommit!==null)return c!==null&&c!==null&&Le(c),o.callbackNode=null,o.callbackPriority=0;if((n&3)===0||Mr(o,n)){if(r=n&-n,r===o.callbackPriority)return r;switch(c!==null&&Le(c),xr(n)){case 2:case 8:n=We;break;case 32:n=wo;break;case 268435456:n=Ro;break;default:n=wo}return c=Gv.bind(null,o),n=Pe(n,c),o.callbackPriority=r,o.callbackNode=n,r}return c!==null&&c!==null&&Le(c),o.callbackPriority=2,o.callbackNode=null,2}function Gv(o,r){if(Bt!==0&&Bt!==5)return o.callbackNode=null,o.callbackPriority=0,null;var n=o.callbackNode;if(gu()&&o.callbackNode!==n)return null;var c=go;return c=Kl(o,o===Go?c:0,o.cancelPendingCommit!==null||o.timeoutHandle!==-1),c===0?null:(wv(o,c,r),jv(o,ye()),o.callbackNode!=null&&o.callbackNode===n?Gv.bind(null,o):null)}function Fv(o,r){if(gu())return null;wv(o,r,!0)}function yy(){Hy(function(){(Co&6)!==0?Pe(Re,wy):Ov()})}function Tf(){if(ba===0){var o=Wn;o===0&&(o=ir,ir<<=1,(ir&261888)===0&&(ir=256)),ba=o}return ba}function qv(o){return o==null||typeof o=="symbol"||typeof o=="boolean"?null:typeof o=="function"?o:An(""+o)}function Uv(o,r){var n=r.ownerDocument.createElement("input");return n.name=r.name,n.value=r.value,o.id&&n.setAttribute("form",o.id),r.parentNode.insertBefore(n,r),o=new FormData(o),n.parentNode.removeChild(n),o}function Sy(o,r,n,c,m){if(r==="submit"&&n&&n.stateNode===m){var p=qv((m[$o]||null).action),B=c.submitter;B&&(r=(r=B[$o]||null)?qv(r.formAction):B.getAttribute("formAction"),r!==null&&(p=r,B=null));var A=new Ts("action","action",null,c,m);o.push({event:A,listeners:[{instance:null,listener:function(){if(c.defaultPrevented){if(ba!==0){var F=B?Uv(m,B):new FormData(m);X0(n,{pending:!0,data:F,method:m.method,action:p},null,F)}}else typeof p=="function"&&(A.preventDefault(),F=B?Uv(m,B):new FormData(m),X0(n,{pending:!0,data:F,method:m.method,action:p},p,F))},currentTarget:m}]})}}for(var Ef=0;Ef<u0.length;Ef++){var Df=u0[Ef],By=Df.toLowerCase(),Cy=Df[0].toUpperCase()+Df.slice(1);Fr(By,"on"+Cy)}Fr(km,"onAnimationEnd"),Fr(wm,"onAnimationIteration"),Fr(ym,"onAnimationStart"),Fr("dblclick","onDoubleClick"),Fr("focusin","onFocus"),Fr("focusout","onBlur"),Fr(Fw,"onTransitionRun"),Fr(qw,"onTransitionStart"),Fr(Uw,"onTransitionCancel"),Fr(Sm,"onTransitionEnd"),ea("onMouseEnter",["mouseout","mouseover"]),ea("onMouseLeave",["mouseout","mouseover"]),ea("onPointerEnter",["pointerout","pointerover"]),ea("onPointerLeave",["pointerout","pointerover"]),rl("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),rl("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),rl("onBeforeInput",["compositionend","keypress","textInput","paste"]),rl("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),rl("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),rl("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var yc="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(" "),Ny=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(yc));function Wv(o,r){r=(r&4)!==0;for(var n=0;n<o.length;n++){var c=o[n],m=c.event;c=c.listeners;e:{var p=void 0;if(r)for(var B=c.length-1;0<=B;B--){var A=c[B],F=A.instance,J=A.currentTarget;if(A=A.listener,F!==p&&m.isPropagationStopped())break e;p=A,m.currentTarget=J;try{p(m)}catch(fe){Is(fe)}m.currentTarget=null,p=F}else for(B=0;B<c.length;B++){if(A=c[B],F=A.instance,J=A.currentTarget,A=A.listener,F!==p&&m.isPropagationStopped())break e;p=A,m.currentTarget=J;try{p(m)}catch(fe){Is(fe)}m.currentTarget=null,p=F}}}}function ho(o,r){var n=r[ol];n===void 0&&(n=r[ol]=new Set);var c=o+"__bubble";n.has(c)||(Vv(r,o,2,!1),n.add(c))}function If(o,r,n){var c=0;r&&(c|=4),Vv(n,o,c,r)}var vu="_reactListening"+Math.random().toString(36).slice(2);function Pf(o){if(!o[vu]){o[vu]=!0,ws.forEach(function(n){n!=="selectionchange"&&(Ny.has(n)||If(n,!1,o),If(n,!0,o))});var r=o.nodeType===9?o:o.ownerDocument;r===null||r[vu]||(r[vu]=!0,If("selectionchange",!1,r))}}function Vv(o,r,n,c){switch(k1(r)){case 2:var m=o5;break;case 8:m=t5;break;default:m=Xf}n=m.bind(null,r,n,o),m=void 0,!Qd||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(m=!0),c?m!==void 0?o.addEventListener(r,n,{capture:!0,passive:m}):o.addEventListener(r,n,!0):m!==void 0?o.addEventListener(r,n,{passive:m}):o.addEventListener(r,n,!1)}function Af(o,r,n,c,m){var p=c;if((r&1)===0&&(r&2)===0&&c!==null)e:for(;;){if(c===null)return;var B=c.tag;if(B===3||B===4){var A=c.stateNode.containerInfo;if(A===m)break;if(B===4)for(B=c.return;B!==null;){var F=B.tag;if((F===3||F===4)&&B.stateNode.containerInfo===m)return;B=B.return}for(;A!==null;){if(B=Jl(A),B===null)return;if(F=B.tag,F===5||F===6||F===26||F===27){c=p=B;continue e}A=A.parentNode}}c=c.return}Qg(function(){var J=p,fe=$d(n),me=[];e:{var ee=Bm.get(o);if(ee!==void 0){var ce=Ts,Ee=o;switch(o){case"keypress":if(Cs(n)===0)break e;case"keydown":case"keyup":ce=_w;break;case"focusin":Ee="focus",ce=o0;break;case"focusout":Ee="blur",ce=o0;break;case"beforeblur":case"afterblur":ce=o0;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":ce=em;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":ce=cw;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":ce=yw;break;case km:case wm:case ym:ce=dw;break;case Sm:ce=Bw;break;case"scroll":case"scrollend":ce=nw;break;case"wheel":ce=Nw;break;case"copy":case"cut":case"paste":ce=hw;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":ce=tm;break;case"toggle":case"beforetoggle":ce=Ew}var Fe=(r&4)!==0,Oo=!Fe&&(o==="scroll"||o==="scrollend"),Z=Fe?ee!==null?ee+"Capture":null:ee;Fe=[];for(var W=J,K;W!==null;){var ge=W;if(K=ge.stateNode,ge=ge.tag,ge!==5&&ge!==26&&ge!==27||K===null||Z===null||(ge=Wi(W,Z),ge!=null&&Fe.push(Sc(W,ge,K))),Oo)break;W=W.return}0<Fe.length&&(ee=new ce(ee,Ee,null,n,fe),me.push({event:ee,listeners:Fe}))}}if((r&7)===0){e:{if(ee=o==="mouseover"||o==="pointerover",ce=o==="mouseout"||o==="pointerout",ee&&n!==Ui&&(Ee=n.relatedTarget||n.fromElement)&&(Jl(Ee)||Ee[el]))break e;if((ce||ee)&&(ee=fe.window===fe?fe:(ee=fe.ownerDocument)?ee.defaultView||ee.parentWindow:window,ce?(Ee=n.relatedTarget||n.toElement,ce=J,Ee=Ee?Jl(Ee):null,Ee!==null&&(Oo=s(Ee),Fe=Ee.tag,Ee!==Oo||Fe!==5&&Fe!==27&&Fe!==6)&&(Ee=null)):(ce=null,Ee=J),ce!==Ee)){if(Fe=em,ge="onMouseLeave",Z="onMouseEnter",W="mouse",(o==="pointerout"||o==="pointerover")&&(Fe=tm,ge="onPointerLeave",Z="onPointerEnter",W="pointer"),Oo=ce==null?ee:Sl(ce),K=Ee==null?ee:Sl(Ee),ee=new Fe(ge,W+"leave",ce,n,fe),ee.target=Oo,ee.relatedTarget=K,ge=null,Jl(fe)===J&&(Fe=new Fe(Z,W+"enter",Ee,n,fe),Fe.target=K,Fe.relatedTarget=Oo,ge=Fe),Oo=ge,ce&&Ee)o:{for(Fe=Ty,Z=ce,W=Ee,K=0,ge=Z;ge;ge=Fe(ge))K++;ge=0;for(var Me=W;Me;Me=Fe(Me))ge++;for(;0<K-ge;)Z=Fe(Z),K--;for(;0<ge-K;)W=Fe(W),ge--;for(;K--;){if(Z===W||W!==null&&Z===W.alternate){Fe=Z;break o}Z=Fe(Z),W=Fe(W)}Fe=null}else Fe=null;ce!==null&&Xv(me,ee,ce,Fe,!1),Ee!==null&&Oo!==null&&Xv(me,Oo,Ee,Fe,!0)}}e:{if(ee=J?Sl(J):window,ce=ee.nodeName&&ee.nodeName.toLowerCase(),ce==="select"||ce==="input"&&ee.type==="file")var yo=um;else if(cm(ee))if(dm)yo=Ow;else{yo=Lw;var Ie=Rw}else ce=ee.nodeName,!ce||ce.toLowerCase()!=="input"||ee.type!=="checkbox"&&ee.type!=="radio"?J&&qi(J.elementType)&&(yo=um):yo=Mw;if(yo&&(yo=yo(o,J))){sm(me,yo,n,fe);break e}Ie&&Ie(o,ee,J),o==="focusout"&&J&&ee.type==="number"&&J.memoizedProps.value!=null&&al(ee,"number",ee.value)}switch(Ie=J?Sl(J):window,o){case"focusin":(cm(Ie)||Ie.contentEditable==="true")&&(Ln=Ie,i0=J,Ji=null);break;case"focusout":Ji=i0=Ln=null;break;case"mousedown":c0=!0;break;case"contextmenu":case"mouseup":case"dragend":c0=!1,xm(me,n,fe);break;case"selectionchange":if(Gw)break;case"keydown":case"keyup":xm(me,n,fe)}var to;if(r0)e:{switch(o){case"compositionstart":var mo="onCompositionStart";break e;case"compositionend":mo="onCompositionEnd";break e;case"compositionupdate":mo="onCompositionUpdate";break e}mo=void 0}else Rn?nm(o,n)&&(mo="onCompositionEnd"):o==="keydown"&&n.keyCode===229&&(mo="onCompositionStart");mo&&(rm&&n.locale!=="ko"&&(Rn||mo!=="onCompositionStart"?mo==="onCompositionEnd"&&Rn&&(to=Kg()):(ta=fe,Kd="value"in ta?ta.value:ta.textContent,Rn=!0)),Ie=bu(J,mo),0<Ie.length&&(mo=new om(mo,o,null,n,fe),me.push({event:mo,listeners:Ie}),to?mo.data=to:(to=im(n),to!==null&&(mo.data=to)))),(to=Iw?Pw(o,n):Aw(o,n))&&(mo=bu(J,"onBeforeInput"),0<mo.length&&(Ie=new om("onBeforeInput","beforeinput",null,n,fe),me.push({event:Ie,listeners:mo}),Ie.data=to)),Sy(me,o,J,n,fe)}Wv(me,r)})}function Sc(o,r,n){return{instance:o,listener:r,currentTarget:n}}function bu(o,r){for(var n=r+"Capture",c=[];o!==null;){var m=o,p=m.stateNode;if(m=m.tag,m!==5&&m!==26&&m!==27||p===null||(m=Wi(o,n),m!=null&&c.unshift(Sc(o,m,p)),m=Wi(o,r),m!=null&&c.push(Sc(o,m,p))),o.tag===3)return c;o=o.return}return[]}function Ty(o){if(o===null)return null;do o=o.return;while(o&&o.tag!==5&&o.tag!==27);return o||null}function Xv(o,r,n,c,m){for(var p=r._reactName,B=[];n!==null&&n!==c;){var A=n,F=A.alternate,J=A.stateNode;if(A=A.tag,F!==null&&F===c)break;A!==5&&A!==26&&A!==27||J===null||(F=J,m?(J=Wi(n,p),J!=null&&B.unshift(Sc(n,J,F))):m||(J=Wi(n,p),J!=null&&B.push(Sc(n,J,F)))),n=n.return}B.length!==0&&o.push({event:r,listeners:B})}var Ey=/\r\n?/g,Dy=/\u0000|\uFFFD/g;function Yv(o){return(typeof o=="string"?o:""+o).replace(Ey,`
|
|
49
|
+
`).replace(Dy,"")}function $v(o,r){return r=Yv(r),Yv(o)===r}function Mo(o,r,n,c,m,p){switch(n){case"children":typeof c=="string"?r==="body"||r==="textarea"&&c===""||vt(o,c):(typeof c=="number"||typeof c=="bigint")&&r!=="body"&&vt(o,""+c);break;case"className":Pn(o,"class",c);break;case"tabIndex":Pn(o,"tabindex",c);break;case"dir":case"role":case"viewBox":case"width":case"height":Pn(o,n,c);break;case"style":qa(o,c,p);break;case"data":if(r!=="object"){Pn(o,"data",c);break}case"src":case"href":if(c===""&&(r!=="a"||n!=="href")){o.removeAttribute(n);break}if(c==null||typeof c=="function"||typeof c=="symbol"||typeof c=="boolean"){o.removeAttribute(n);break}c=An(""+c),o.setAttribute(n,c);break;case"action":case"formAction":if(typeof c=="function"){o.setAttribute(n,"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 p=="function"&&(n==="formAction"?(r!=="input"&&Mo(o,r,"name",m.name,m,null),Mo(o,r,"formEncType",m.formEncType,m,null),Mo(o,r,"formMethod",m.formMethod,m,null),Mo(o,r,"formTarget",m.formTarget,m,null)):(Mo(o,r,"encType",m.encType,m,null),Mo(o,r,"method",m.method,m,null),Mo(o,r,"target",m.target,m,null)));if(c==null||typeof c=="symbol"||typeof c=="boolean"){o.removeAttribute(n);break}c=An(""+c),o.setAttribute(n,c);break;case"onClick":c!=null&&(o.onclick=Gr);break;case"onScroll":c!=null&&ho("scroll",o);break;case"onScrollEnd":c!=null&&ho("scrollend",o);break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error(a(61));if(n=c.__html,n!=null){if(m.children!=null)throw Error(a(60));o.innerHTML=n}}break;case"multiple":o.multiple=c&&typeof c!="function"&&typeof c!="symbol";break;case"muted":o.muted=c&&typeof c!="function"&&typeof c!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(c==null||typeof c=="function"||typeof c=="boolean"||typeof c=="symbol"){o.removeAttribute("xlink:href");break}n=An(""+c),o.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",n);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":c!=null&&typeof c!="function"&&typeof c!="symbol"?o.setAttribute(n,""+c):o.removeAttribute(n);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":c&&typeof c!="function"&&typeof c!="symbol"?o.setAttribute(n,""):o.removeAttribute(n);break;case"capture":case"download":c===!0?o.setAttribute(n,""):c!==!1&&c!=null&&typeof c!="function"&&typeof c!="symbol"?o.setAttribute(n,c):o.removeAttribute(n);break;case"cols":case"rows":case"size":case"span":c!=null&&typeof c!="function"&&typeof c!="symbol"&&!isNaN(c)&&1<=c?o.setAttribute(n,c):o.removeAttribute(n);break;case"rowSpan":case"start":c==null||typeof c=="function"||typeof c=="symbol"||isNaN(c)?o.removeAttribute(n):o.setAttribute(n,c);break;case"popover":ho("beforetoggle",o),ho("toggle",o),oa(o,"popover",c);break;case"xlinkActuate":jr(o,"http://www.w3.org/1999/xlink","xlink:actuate",c);break;case"xlinkArcrole":jr(o,"http://www.w3.org/1999/xlink","xlink:arcrole",c);break;case"xlinkRole":jr(o,"http://www.w3.org/1999/xlink","xlink:role",c);break;case"xlinkShow":jr(o,"http://www.w3.org/1999/xlink","xlink:show",c);break;case"xlinkTitle":jr(o,"http://www.w3.org/1999/xlink","xlink:title",c);break;case"xlinkType":jr(o,"http://www.w3.org/1999/xlink","xlink:type",c);break;case"xmlBase":jr(o,"http://www.w3.org/XML/1998/namespace","xml:base",c);break;case"xmlLang":jr(o,"http://www.w3.org/XML/1998/namespace","xml:lang",c);break;case"xmlSpace":jr(o,"http://www.w3.org/XML/1998/namespace","xml:space",c);break;case"is":oa(o,"is",c);break;case"innerText":case"textContent":break;default:(!(2<n.length)||n[0]!=="o"&&n[0]!=="O"||n[1]!=="n"&&n[1]!=="N")&&(n=Xd.get(n)||n,oa(o,n,c))}}function zf(o,r,n,c,m,p){switch(n){case"style":qa(o,c,p);break;case"dangerouslySetInnerHTML":if(c!=null){if(typeof c!="object"||!("__html"in c))throw Error(a(61));if(n=c.__html,n!=null){if(m.children!=null)throw Error(a(60));o.innerHTML=n}}break;case"children":typeof c=="string"?vt(o,c):(typeof c=="number"||typeof c=="bigint")&&vt(o,""+c);break;case"onScroll":c!=null&&ho("scroll",o);break;case"onScrollEnd":c!=null&&ho("scrollend",o);break;case"onClick":c!=null&&(o.onclick=Gr);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Or.hasOwnProperty(n))e:{if(n[0]==="o"&&n[1]==="n"&&(m=n.endsWith("Capture"),r=n.slice(2,m?n.length-7:void 0),p=o[$o]||null,p=p!=null?p[n]:null,typeof p=="function"&&o.removeEventListener(r,p,m),typeof c=="function")){typeof p!="function"&&p!==null&&(n in o?o[n]=null:o.hasAttribute(n)&&o.removeAttribute(n)),o.addEventListener(r,c,m);break e}n in o?o[n]=c:c===!0?o.setAttribute(n,""):oa(o,n,c)}}}function zt(o,r,n){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":ho("error",o),ho("load",o);var c=!1,m=!1,p;for(p in n)if(n.hasOwnProperty(p)){var B=n[p];if(B!=null)switch(p){case"src":c=!0;break;case"srcSet":m=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(a(137,r));default:Mo(o,r,p,B,n,null)}}m&&Mo(o,r,"srcSet",n.srcSet,n,null),c&&Mo(o,r,"src",n.src,n,null);return;case"input":ho("invalid",o);var A=p=B=m=null,F=null,J=null;for(c in n)if(n.hasOwnProperty(c)){var fe=n[c];if(fe!=null)switch(c){case"name":m=fe;break;case"type":B=fe;break;case"checked":F=fe;break;case"defaultChecked":J=fe;break;case"value":p=fe;break;case"defaultValue":A=fe;break;case"children":case"dangerouslySetInnerHTML":if(fe!=null)throw Error(a(137,r));break;default:Mo(o,r,c,fe,n,null)}}yr(o,p,A,F,J,B,m,!1);return;case"select":ho("invalid",o),c=B=p=null;for(m in n)if(n.hasOwnProperty(m)&&(A=n[m],A!=null))switch(m){case"value":p=A;break;case"defaultValue":B=A;break;case"multiple":c=A;default:Mo(o,r,m,A,n,null)}r=p,n=B,o.multiple=!!c,r!=null?pt(o,!!c,r,!1):n!=null&&pt(o,!!c,n,!0);return;case"textarea":ho("invalid",o),p=m=c=null;for(B in n)if(n.hasOwnProperty(B)&&(A=n[B],A!=null))switch(B){case"value":c=A;break;case"defaultValue":m=A;break;case"children":p=A;break;case"dangerouslySetInnerHTML":if(A!=null)throw Error(a(91));break;default:Mo(o,r,B,A,n,null)}st(o,c,m,p);return;case"option":for(F in n)if(n.hasOwnProperty(F)&&(c=n[F],c!=null))switch(F){case"selected":o.selected=c&&typeof c!="function"&&typeof c!="symbol";break;default:Mo(o,r,F,c,n,null)}return;case"dialog":ho("beforetoggle",o),ho("toggle",o),ho("cancel",o),ho("close",o);break;case"iframe":case"object":ho("load",o);break;case"video":case"audio":for(c=0;c<yc.length;c++)ho(yc[c],o);break;case"image":ho("error",o),ho("load",o);break;case"details":ho("toggle",o);break;case"embed":case"source":case"link":ho("error",o),ho("load",o);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(J in n)if(n.hasOwnProperty(J)&&(c=n[J],c!=null))switch(J){case"children":case"dangerouslySetInnerHTML":throw Error(a(137,r));default:Mo(o,r,J,c,n,null)}return;default:if(qi(r)){for(fe in n)n.hasOwnProperty(fe)&&(c=n[fe],c!==void 0&&zf(o,r,fe,c,n,void 0));return}}for(A in n)n.hasOwnProperty(A)&&(c=n[A],c!=null&&Mo(o,r,A,c,n,null))}function Iy(o,r,n,c){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var m=null,p=null,B=null,A=null,F=null,J=null,fe=null;for(ce in n){var me=n[ce];if(n.hasOwnProperty(ce)&&me!=null)switch(ce){case"checked":break;case"value":break;case"defaultValue":F=me;default:c.hasOwnProperty(ce)||Mo(o,r,ce,null,c,me)}}for(var ee in c){var ce=c[ee];if(me=n[ee],c.hasOwnProperty(ee)&&(ce!=null||me!=null))switch(ee){case"type":p=ce;break;case"name":m=ce;break;case"checked":J=ce;break;case"defaultChecked":fe=ce;break;case"value":B=ce;break;case"defaultValue":A=ce;break;case"children":case"dangerouslySetInnerHTML":if(ce!=null)throw Error(a(137,r));break;default:ce!==me&&Mo(o,r,ee,ce,c,me)}}ll(o,B,A,F,J,fe,p,m);return;case"select":ce=B=A=ee=null;for(p in n)if(F=n[p],n.hasOwnProperty(p)&&F!=null)switch(p){case"value":break;case"multiple":ce=F;default:c.hasOwnProperty(p)||Mo(o,r,p,null,c,F)}for(m in c)if(p=c[m],F=n[m],c.hasOwnProperty(m)&&(p!=null||F!=null))switch(m){case"value":ee=p;break;case"defaultValue":A=p;break;case"multiple":B=p;default:p!==F&&Mo(o,r,m,p,c,F)}r=A,n=B,c=ce,ee!=null?pt(o,!!n,ee,!1):!!c!=!!n&&(r!=null?pt(o,!!n,r,!0):pt(o,!!n,n?[]:"",!1));return;case"textarea":ce=ee=null;for(A in n)if(m=n[A],n.hasOwnProperty(A)&&m!=null&&!c.hasOwnProperty(A))switch(A){case"value":break;case"children":break;default:Mo(o,r,A,null,c,m)}for(B in c)if(m=c[B],p=n[B],c.hasOwnProperty(B)&&(m!=null||p!=null))switch(B){case"value":ee=m;break;case"defaultValue":ce=m;break;case"children":break;case"dangerouslySetInnerHTML":if(m!=null)throw Error(a(91));break;default:m!==p&&Mo(o,r,B,m,c,p)}Uo(o,ee,ce);return;case"option":for(var Ee in n)if(ee=n[Ee],n.hasOwnProperty(Ee)&&ee!=null&&!c.hasOwnProperty(Ee))switch(Ee){case"selected":o.selected=!1;break;default:Mo(o,r,Ee,null,c,ee)}for(F in c)if(ee=c[F],ce=n[F],c.hasOwnProperty(F)&&ee!==ce&&(ee!=null||ce!=null))switch(F){case"selected":o.selected=ee&&typeof ee!="function"&&typeof ee!="symbol";break;default:Mo(o,r,F,ee,c,ce)}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 Fe in n)ee=n[Fe],n.hasOwnProperty(Fe)&&ee!=null&&!c.hasOwnProperty(Fe)&&Mo(o,r,Fe,null,c,ee);for(J in c)if(ee=c[J],ce=n[J],c.hasOwnProperty(J)&&ee!==ce&&(ee!=null||ce!=null))switch(J){case"children":case"dangerouslySetInnerHTML":if(ee!=null)throw Error(a(137,r));break;default:Mo(o,r,J,ee,c,ce)}return;default:if(qi(r)){for(var Oo in n)ee=n[Oo],n.hasOwnProperty(Oo)&&ee!==void 0&&!c.hasOwnProperty(Oo)&&zf(o,r,Oo,void 0,c,ee);for(fe in c)ee=c[fe],ce=n[fe],!c.hasOwnProperty(fe)||ee===ce||ee===void 0&&ce===void 0||zf(o,r,fe,ee,c,ce);return}}for(var Z in n)ee=n[Z],n.hasOwnProperty(Z)&&ee!=null&&!c.hasOwnProperty(Z)&&Mo(o,r,Z,null,c,ee);for(me in c)ee=c[me],ce=n[me],!c.hasOwnProperty(me)||ee===ce||ee==null&&ce==null||Mo(o,r,me,ee,c,ce)}function Zv(o){switch(o){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Py(){if(typeof performance.getEntriesByType=="function"){for(var o=0,r=0,n=performance.getEntriesByType("resource"),c=0;c<n.length;c++){var m=n[c],p=m.transferSize,B=m.initiatorType,A=m.duration;if(p&&A&&Zv(B)){for(B=0,A=m.responseEnd,c+=1;c<n.length;c++){var F=n[c],J=F.startTime;if(J>A)break;var fe=F.transferSize,me=F.initiatorType;fe&&Zv(me)&&(F=F.responseEnd,B+=fe*(F<A?1:(A-J)/(F-J)))}if(--c,r+=8*(p+B)/(m.duration/1e3),o++,10<o)break}}if(0<o)return r/o/1e6}return navigator.connection&&(o=navigator.connection.downlink,typeof o=="number")?o:5}var Hf=null,Rf=null;function xu(o){return o.nodeType===9?o:o.ownerDocument}function Qv(o){switch(o){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Kv(o,r){if(o===0)switch(r){case"svg":return 1;case"math":return 2;default:return 0}return o===1&&r==="foreignObject"?0:o}function Lf(o,r){return o==="textarea"||o==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.children=="bigint"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Mf=null;function Ay(){var o=window.event;return o&&o.type==="popstate"?o===Mf?!1:(Mf=o,!0):(Mf=null,!1)}var Jv=typeof setTimeout=="function"?setTimeout:void 0,zy=typeof clearTimeout=="function"?clearTimeout:void 0,e1=typeof Promise=="function"?Promise:void 0,Hy=typeof queueMicrotask=="function"?queueMicrotask:typeof e1<"u"?function(o){return e1.resolve(null).then(o).catch(Ry)}:Jv;function Ry(o){setTimeout(function(){throw o})}function xa(o){return o==="head"}function o1(o,r){var n=r,c=0;do{var m=n.nextSibling;if(o.removeChild(n),m&&m.nodeType===8)if(n=m.data,n==="/$"||n==="/&"){if(c===0){o.removeChild(m),ui(r);return}c--}else if(n==="$"||n==="$?"||n==="$~"||n==="$!"||n==="&")c++;else if(n==="html")Bc(o.ownerDocument.documentElement);else if(n==="head"){n=o.ownerDocument.head,Bc(n);for(var p=n.firstChild;p;){var B=p.nextSibling,A=p.nodeName;p[En]||A==="SCRIPT"||A==="STYLE"||A==="LINK"&&p.rel.toLowerCase()==="stylesheet"||n.removeChild(p),p=B}}else n==="body"&&Bc(o.ownerDocument.body);n=m}while(n);ui(r)}function t1(o,r){var n=o;o=0;do{var c=n.nextSibling;if(n.nodeType===1?r?(n._stashedDisplay=n.style.display,n.style.display="none"):(n.style.display=n._stashedDisplay||"",n.getAttribute("style")===""&&n.removeAttribute("style")):n.nodeType===3&&(r?(n._stashedText=n.nodeValue,n.nodeValue=""):n.nodeValue=n._stashedText||""),c&&c.nodeType===8)if(n=c.data,n==="/$"){if(o===0)break;o--}else n!=="$"&&n!=="$?"&&n!=="$~"&&n!=="$!"||o++;n=c}while(n)}function Of(o){var r=o.firstChild;for(r&&r.nodeType===10&&(r=r.nextSibling);r;){var n=r;switch(r=r.nextSibling,n.nodeName){case"HTML":case"HEAD":case"BODY":Of(n),Dn(n);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(n.rel.toLowerCase()==="stylesheet")continue}o.removeChild(n)}}function Ly(o,r,n,c){for(;o.nodeType===1;){var m=n;if(o.nodeName.toLowerCase()!==r.toLowerCase()){if(!c&&(o.nodeName!=="INPUT"||o.type!=="hidden"))break}else if(c){if(!o[En])switch(r){case"meta":if(!o.hasAttribute("itemprop"))break;return o;case"link":if(p=o.getAttribute("rel"),p==="stylesheet"&&o.hasAttribute("data-precedence"))break;if(p!==m.rel||o.getAttribute("href")!==(m.href==null||m.href===""?null:m.href)||o.getAttribute("crossorigin")!==(m.crossOrigin==null?null:m.crossOrigin)||o.getAttribute("title")!==(m.title==null?null:m.title))break;return o;case"style":if(o.hasAttribute("data-precedence"))break;return o;case"script":if(p=o.getAttribute("src"),(p!==(m.src==null?null:m.src)||o.getAttribute("type")!==(m.type==null?null:m.type)||o.getAttribute("crossorigin")!==(m.crossOrigin==null?null:m.crossOrigin))&&p&&o.hasAttribute("async")&&!o.hasAttribute("itemprop"))break;return o;default:return o}}else if(r==="input"&&o.type==="hidden"){var p=m.name==null?null:""+m.name;if(m.type==="hidden"&&o.getAttribute("name")===p)return o}else return o;if(o=Ir(o.nextSibling),o===null)break}return null}function My(o,r,n){if(r==="")return null;for(;o.nodeType!==3;)if((o.nodeType!==1||o.nodeName!=="INPUT"||o.type!=="hidden")&&!n||(o=Ir(o.nextSibling),o===null))return null;return o}function r1(o,r){for(;o.nodeType!==8;)if((o.nodeType!==1||o.nodeName!=="INPUT"||o.type!=="hidden")&&!r||(o=Ir(o.nextSibling),o===null))return null;return o}function jf(o){return o.data==="$?"||o.data==="$~"}function Gf(o){return o.data==="$!"||o.data==="$?"&&o.ownerDocument.readyState!=="loading"}function Oy(o,r){var n=o.ownerDocument;if(o.data==="$~")o._reactRetry=r;else if(o.data!=="$?"||n.readyState!=="loading")r();else{var c=function(){r(),n.removeEventListener("DOMContentLoaded",c)};n.addEventListener("DOMContentLoaded",c),o._reactRetry=c}}function Ir(o){for(;o!=null;o=o.nextSibling){var r=o.nodeType;if(r===1||r===3)break;if(r===8){if(r=o.data,r==="$"||r==="$!"||r==="$?"||r==="$~"||r==="&"||r==="F!"||r==="F")break;if(r==="/$"||r==="/&")return null}}return o}var Ff=null;function l1(o){o=o.nextSibling;for(var r=0;o;){if(o.nodeType===8){var n=o.data;if(n==="/$"||n==="/&"){if(r===0)return Ir(o.nextSibling);r--}else n!=="$"&&n!=="$!"&&n!=="$?"&&n!=="$~"&&n!=="&"||r++}o=o.nextSibling}return null}function a1(o){o=o.previousSibling;for(var r=0;o;){if(o.nodeType===8){var n=o.data;if(n==="$"||n==="$!"||n==="$?"||n==="$~"||n==="&"){if(r===0)return o;r--}else n!=="/$"&&n!=="/&"||r++}o=o.previousSibling}return null}function n1(o,r,n){switch(r=xu(n),o){case"html":if(o=r.documentElement,!o)throw Error(a(452));return o;case"head":if(o=r.head,!o)throw Error(a(453));return o;case"body":if(o=r.body,!o)throw Error(a(454));return o;default:throw Error(a(451))}}function Bc(o){for(var r=o.attributes;r.length;)o.removeAttributeNode(r[0]);Dn(o)}var Pr=new Map,i1=new Set;function _u(o){return typeof o.getRootNode=="function"?o.getRootNode():o.nodeType===9?o:o.ownerDocument}var jl=$.d;$.d={f:jy,r:Gy,D:Fy,C:qy,L:Uy,m:Wy,X:Xy,S:Vy,M:Yy};function jy(){var o=jl.f(),r=du();return o||r}function Gy(o){var r=tl(o);r!==null&&r.tag===5&&r.type==="form"?Sp(r):jl.r(o)}var ii=typeof document>"u"?null:document;function c1(o,r,n){var c=ii;if(c&&typeof r=="string"&&r){var m=St(r);m='link[rel="'+o+'"][href="'+m+'"]',typeof n=="string"&&(m+='[crossorigin="'+n+'"]'),i1.has(m)||(i1.add(m),o={rel:o,crossOrigin:n,href:r},c.querySelector(m)===null&&(r=c.createElement("link"),zt(r,"link",o),gt(r),c.head.appendChild(r)))}}function Fy(o){jl.D(o),c1("dns-prefetch",o,null)}function qy(o,r){jl.C(o,r),c1("preconnect",o,r)}function Uy(o,r,n){jl.L(o,r,n);var c=ii;if(c&&o&&r){var m='link[rel="preload"][as="'+St(r)+'"]';r==="image"&&n&&n.imageSrcSet?(m+='[imagesrcset="'+St(n.imageSrcSet)+'"]',typeof n.imageSizes=="string"&&(m+='[imagesizes="'+St(n.imageSizes)+'"]')):m+='[href="'+St(o)+'"]';var p=m;switch(r){case"style":p=ci(o);break;case"script":p=si(o)}Pr.has(p)||(o=b({rel:"preload",href:r==="image"&&n&&n.imageSrcSet?void 0:o,as:r},n),Pr.set(p,o),c.querySelector(m)!==null||r==="style"&&c.querySelector(Cc(p))||r==="script"&&c.querySelector(Nc(p))||(r=c.createElement("link"),zt(r,"link",o),gt(r),c.head.appendChild(r)))}}function Wy(o,r){jl.m(o,r);var n=ii;if(n&&o){var c=r&&typeof r.as=="string"?r.as:"script",m='link[rel="modulepreload"][as="'+St(c)+'"][href="'+St(o)+'"]',p=m;switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":p=si(o)}if(!Pr.has(p)&&(o=b({rel:"modulepreload",href:o},r),Pr.set(p,o),n.querySelector(m)===null)){switch(c){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(n.querySelector(Nc(p)))return}c=n.createElement("link"),zt(c,"link",o),gt(c),n.head.appendChild(c)}}}function Vy(o,r,n){jl.S(o,r,n);var c=ii;if(c&&o){var m=kr(c).hoistableStyles,p=ci(o);r=r||"default";var B=m.get(p);if(!B){var A={loading:0,preload:null};if(B=c.querySelector(Cc(p)))A.loading=5;else{o=b({rel:"stylesheet",href:o,"data-precedence":r},n),(n=Pr.get(p))&&qf(o,n);var F=B=c.createElement("link");gt(F),zt(F,"link",o),F._p=new Promise(function(J,fe){F.onload=J,F.onerror=fe}),F.addEventListener("load",function(){A.loading|=1}),F.addEventListener("error",function(){A.loading|=2}),A.loading|=4,ku(B,r,c)}B={type:"stylesheet",instance:B,count:1,state:A},m.set(p,B)}}}function Xy(o,r){jl.X(o,r);var n=ii;if(n&&o){var c=kr(n).hoistableScripts,m=si(o),p=c.get(m);p||(p=n.querySelector(Nc(m)),p||(o=b({src:o,async:!0},r),(r=Pr.get(m))&&Uf(o,r),p=n.createElement("script"),gt(p),zt(p,"link",o),n.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},c.set(m,p))}}function Yy(o,r){jl.M(o,r);var n=ii;if(n&&o){var c=kr(n).hoistableScripts,m=si(o),p=c.get(m);p||(p=n.querySelector(Nc(m)),p||(o=b({src:o,async:!0,type:"module"},r),(r=Pr.get(m))&&Uf(o,r),p=n.createElement("script"),gt(p),zt(p,"link",o),n.head.appendChild(p)),p={type:"script",instance:p,count:1,state:null},c.set(m,p))}}function s1(o,r,n,c){var m=(m=be.current)?_u(m):null;if(!m)throw Error(a(446));switch(o){case"meta":case"title":return null;case"style":return typeof n.precedence=="string"&&typeof n.href=="string"?(r=ci(n.href),n=kr(m).hoistableStyles,c=n.get(r),c||(c={type:"style",instance:null,count:0,state:null},n.set(r,c)),c):{type:"void",instance:null,count:0,state:null};case"link":if(n.rel==="stylesheet"&&typeof n.href=="string"&&typeof n.precedence=="string"){o=ci(n.href);var p=kr(m).hoistableStyles,B=p.get(o);if(B||(m=m.ownerDocument||m,B={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},p.set(o,B),(p=m.querySelector(Cc(o)))&&!p._p&&(B.instance=p,B.state.loading=5),Pr.has(o)||(n={rel:"preload",as:"style",href:n.href,crossOrigin:n.crossOrigin,integrity:n.integrity,media:n.media,hrefLang:n.hrefLang,referrerPolicy:n.referrerPolicy},Pr.set(o,n),p||$y(m,o,n,B.state))),r&&c===null)throw Error(a(528,""));return B}if(r&&c!==null)throw Error(a(529,""));return null;case"script":return r=n.async,n=n.src,typeof n=="string"&&r&&typeof r!="function"&&typeof r!="symbol"?(r=si(n),n=kr(m).hoistableScripts,c=n.get(r),c||(c={type:"script",instance:null,count:0,state:null},n.set(r,c)),c):{type:"void",instance:null,count:0,state:null};default:throw Error(a(444,o))}}function ci(o){return'href="'+St(o)+'"'}function Cc(o){return'link[rel="stylesheet"]['+o+"]"}function u1(o){return b({},o,{"data-precedence":o.precedence,precedence:null})}function $y(o,r,n,c){o.querySelector('link[rel="preload"][as="style"]['+r+"]")?c.loading=1:(r=o.createElement("link"),c.preload=r,r.addEventListener("load",function(){return c.loading|=1}),r.addEventListener("error",function(){return c.loading|=2}),zt(r,"link",n),gt(r),o.head.appendChild(r))}function si(o){return'[src="'+St(o)+'"]'}function Nc(o){return"script[async]"+o}function d1(o,r,n){if(r.count++,r.instance===null)switch(r.type){case"style":var c=o.querySelector('style[data-href~="'+St(n.href)+'"]');if(c)return r.instance=c,gt(c),c;var m=b({},n,{"data-href":n.href,"data-precedence":n.precedence,href:null,precedence:null});return c=(o.ownerDocument||o).createElement("style"),gt(c),zt(c,"style",m),ku(c,n.precedence,o),r.instance=c;case"stylesheet":m=ci(n.href);var p=o.querySelector(Cc(m));if(p)return r.state.loading|=4,r.instance=p,gt(p),p;c=u1(n),(m=Pr.get(m))&&qf(c,m),p=(o.ownerDocument||o).createElement("link"),gt(p);var B=p;return B._p=new Promise(function(A,F){B.onload=A,B.onerror=F}),zt(p,"link",c),r.state.loading|=4,ku(p,n.precedence,o),r.instance=p;case"script":return p=si(n.src),(m=o.querySelector(Nc(p)))?(r.instance=m,gt(m),m):(c=n,(m=Pr.get(p))&&(c=b({},n),Uf(c,m)),o=o.ownerDocument||o,m=o.createElement("script"),gt(m),zt(m,"link",c),o.head.appendChild(m),r.instance=m);case"void":return null;default:throw Error(a(443,r.type))}else r.type==="stylesheet"&&(r.state.loading&4)===0&&(c=r.instance,r.state.loading|=4,ku(c,n.precedence,o));return r.instance}function ku(o,r,n){for(var c=n.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),m=c.length?c[c.length-1]:null,p=m,B=0;B<c.length;B++){var A=c[B];if(A.dataset.precedence===r)p=A;else if(p!==m)break}p?p.parentNode.insertBefore(o,p.nextSibling):(r=n.nodeType===9?n.head:n,r.insertBefore(o,r.firstChild))}function qf(o,r){o.crossOrigin==null&&(o.crossOrigin=r.crossOrigin),o.referrerPolicy==null&&(o.referrerPolicy=r.referrerPolicy),o.title==null&&(o.title=r.title)}function Uf(o,r){o.crossOrigin==null&&(o.crossOrigin=r.crossOrigin),o.referrerPolicy==null&&(o.referrerPolicy=r.referrerPolicy),o.integrity==null&&(o.integrity=r.integrity)}var wu=null;function f1(o,r,n){if(wu===null){var c=new Map,m=wu=new Map;m.set(n,c)}else m=wu,c=m.get(n),c||(c=new Map,m.set(n,c));if(c.has(o))return c;for(c.set(o,null),n=n.getElementsByTagName(o),m=0;m<n.length;m++){var p=n[m];if(!(p[En]||p[ct]||o==="link"&&p.getAttribute("rel")==="stylesheet")&&p.namespaceURI!=="http://www.w3.org/2000/svg"){var B=p.getAttribute(r)||"";B=o+B;var A=c.get(B);A?A.push(p):c.set(B,[p])}}return c}function h1(o,r,n){o=o.ownerDocument||o,o.head.insertBefore(n,r==="title"?o.querySelector("head > title"):null)}function Zy(o,r,n){if(n===1||r.itemProp!=null)return!1;switch(o){case"meta":case"title":return!0;case"style":if(typeof r.precedence!="string"||typeof r.href!="string"||r.href==="")break;return!0;case"link":if(typeof r.rel!="string"||typeof r.href!="string"||r.href===""||r.onLoad||r.onError)break;switch(r.rel){case"stylesheet":return o=r.disabled,typeof r.precedence=="string"&&o==null;default:return!0}case"script":if(r.async&&typeof r.async!="function"&&typeof r.async!="symbol"&&!r.onLoad&&!r.onError&&r.src&&typeof r.src=="string")return!0}return!1}function g1(o){return!(o.type==="stylesheet"&&(o.state.loading&3)===0)}function Qy(o,r,n,c){if(n.type==="stylesheet"&&(typeof c.media!="string"||matchMedia(c.media).matches!==!1)&&(n.state.loading&4)===0){if(n.instance===null){var m=ci(c.href),p=r.querySelector(Cc(m));if(p){r=p._p,r!==null&&typeof r=="object"&&typeof r.then=="function"&&(o.count++,o=yu.bind(o),r.then(o,o)),n.state.loading|=4,n.instance=p,gt(p);return}p=r.ownerDocument||r,c=u1(c),(m=Pr.get(m))&&qf(c,m),p=p.createElement("link"),gt(p);var B=p;B._p=new Promise(function(A,F){B.onload=A,B.onerror=F}),zt(p,"link",c),n.instance=p}o.stylesheets===null&&(o.stylesheets=new Map),o.stylesheets.set(n,r),(r=n.state.preload)&&(n.state.loading&3)===0&&(o.count++,n=yu.bind(o),r.addEventListener("load",n),r.addEventListener("error",n))}}var Wf=0;function Ky(o,r){return o.stylesheets&&o.count===0&&Bu(o,o.stylesheets),0<o.count||0<o.imgCount?function(n){var c=setTimeout(function(){if(o.stylesheets&&Bu(o,o.stylesheets),o.unsuspend){var p=o.unsuspend;o.unsuspend=null,p()}},6e4+r);0<o.imgBytes&&Wf===0&&(Wf=62500*Py());var m=setTimeout(function(){if(o.waitingForImages=!1,o.count===0&&(o.stylesheets&&Bu(o,o.stylesheets),o.unsuspend)){var p=o.unsuspend;o.unsuspend=null,p()}},(o.imgBytes>Wf?50:800)+r);return o.unsuspend=n,function(){o.unsuspend=null,clearTimeout(c),clearTimeout(m)}}:null}function yu(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)Bu(this,this.stylesheets);else if(this.unsuspend){var o=this.unsuspend;this.unsuspend=null,o()}}}var Su=null;function Bu(o,r){o.stylesheets=null,o.unsuspend!==null&&(o.count++,Su=new Map,r.forEach(Jy,o),Su=null,yu.call(o))}function Jy(o,r){if(!(r.state.loading&4)){var n=Su.get(o);if(n)var c=n.get(null);else{n=new Map,Su.set(o,n);for(var m=o.querySelectorAll("link[data-precedence],style[data-precedence]"),p=0;p<m.length;p++){var B=m[p];(B.nodeName==="LINK"||B.getAttribute("media")!=="not all")&&(n.set(B.dataset.precedence,B),c=B)}c&&n.set(null,c)}m=r.instance,B=m.getAttribute("data-precedence"),p=n.get(B)||c,p===c&&n.set(null,m),n.set(B,m),this.count++,c=yu.bind(this),m.addEventListener("load",c),m.addEventListener("error",c),p?p.parentNode.insertBefore(m,p.nextSibling):(o=o.nodeType===9?o.head:o,o.insertBefore(m,o.firstChild)),r.state.loading|=4}}var Tc={$$typeof:N,Provider:null,Consumer:null,_currentValue:oe,_currentValue2:oe,_threadCount:0};function e5(o,r,n,c,m,p,B,A,F){this.tag=1,this.containerInfo=o,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=wl(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=wl(0),this.hiddenUpdates=wl(null),this.identifierPrefix=c,this.onUncaughtError=m,this.onCaughtError=p,this.onRecoverableError=B,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=F,this.incompleteTransitions=new Map}function m1(o,r,n,c,m,p,B,A,F,J,fe,me){return o=new e5(o,r,n,B,F,J,fe,me,A),r=1,p===!0&&(r|=24),p=sr(3,null,null,r),o.current=p,p.stateNode=o,r=y0(),r.refCount++,o.pooledCache=r,r.refCount++,p.memoizedState={element:c,isDehydrated:n,cache:r},N0(p),o}function p1(o){return o?(o=jn,o):jn}function v1(o,r,n,c,m,p){m=p1(m),c.context===null?c.context=m:c.pendingContext=m,c=ca(r),c.payload={element:n},p=p===void 0?null:p,p!==null&&(c.callback=p),n=sa(o,c,r),n!==null&&(tr(n,o,r),nc(n,o,r))}function b1(o,r){if(o=o.memoizedState,o!==null&&o.dehydrated!==null){var n=o.retryLane;o.retryLane=n!==0&&n<r?n:r}}function Vf(o,r){b1(o,r),(o=o.alternate)&&b1(o,r)}function x1(o){if(o.tag===13||o.tag===31){var r=Xa(o,67108864);r!==null&&tr(r,o,67108864),Vf(o,67108864)}}function _1(o){if(o.tag===13||o.tag===31){var r=gr();r=Cn(r);var n=Xa(o,r);n!==null&&tr(n,o,r),Vf(o,r)}}var Cu=!0;function o5(o,r,n,c){var m=M.T;M.T=null;var p=$.p;try{$.p=2,Xf(o,r,n,c)}finally{$.p=p,M.T=m}}function t5(o,r,n,c){var m=M.T;M.T=null;var p=$.p;try{$.p=8,Xf(o,r,n,c)}finally{$.p=p,M.T=m}}function Xf(o,r,n,c){if(Cu){var m=Yf(c);if(m===null)Af(o,r,c,Nu,n),w1(o,c);else if(l5(m,o,r,n,c))c.stopPropagation();else if(w1(o,c),r&4&&-1<r5.indexOf(o)){for(;m!==null;){var p=tl(m);if(p!==null)switch(p.tag){case 3:if(p=p.stateNode,p.current.memoizedState.isDehydrated){var B=yt(p.pendingLanes);if(B!==0){var A=p;for(A.pendingLanes|=2,A.entangledLanes|=2;B;){var F=1<<31-Do(B);A.entanglements[1]|=F,B&=~F}sl(p),(Co&6)===0&&(su=ye()+500,wc(0))}}break;case 31:case 13:A=Xa(p,2),A!==null&&tr(A,p,2),du(),Vf(p,2)}if(p=Yf(c),p===null&&Af(o,r,c,Nu,n),p===m)break;m=p}m!==null&&c.stopPropagation()}else Af(o,r,c,null,n)}}function Yf(o){return o=$d(o),$f(o)}var Nu=null;function $f(o){if(Nu=null,o=Jl(o),o!==null){var r=s(o);if(r===null)o=null;else{var n=r.tag;if(n===13){if(o=u(r),o!==null)return o;o=null}else if(n===31){if(o=h(r),o!==null)return o;o=null}else if(n===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;o=null}else r!==o&&(o=null)}}return Nu=o,null}function k1(o){switch(o){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(Ae()){case Re:return 2;case We:return 8;case wo:case To:return 32;case Ro:return 268435456;default:return 32}default:return 32}}var Zf=!1,_a=null,ka=null,wa=null,Ec=new Map,Dc=new Map,ya=[],r5="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 w1(o,r){switch(o){case"focusin":case"focusout":_a=null;break;case"dragenter":case"dragleave":ka=null;break;case"mouseover":case"mouseout":wa=null;break;case"pointerover":case"pointerout":Ec.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":Dc.delete(r.pointerId)}}function Ic(o,r,n,c,m,p){return o===null||o.nativeEvent!==p?(o={blockedOn:r,domEventName:n,eventSystemFlags:c,nativeEvent:p,targetContainers:[m]},r!==null&&(r=tl(r),r!==null&&x1(r)),o):(o.eventSystemFlags|=c,r=o.targetContainers,m!==null&&r.indexOf(m)===-1&&r.push(m),o)}function l5(o,r,n,c,m){switch(r){case"focusin":return _a=Ic(_a,o,r,n,c,m),!0;case"dragenter":return ka=Ic(ka,o,r,n,c,m),!0;case"mouseover":return wa=Ic(wa,o,r,n,c,m),!0;case"pointerover":var p=m.pointerId;return Ec.set(p,Ic(Ec.get(p)||null,o,r,n,c,m)),!0;case"gotpointercapture":return p=m.pointerId,Dc.set(p,Ic(Dc.get(p)||null,o,r,n,c,m)),!0}return!1}function y1(o){var r=Jl(o.target);if(r!==null){var n=s(r);if(n!==null){if(r=n.tag,r===13){if(r=u(n),r!==null){o.blockedOn=r,ks(o.priority,function(){_1(n)});return}}else if(r===31){if(r=h(n),r!==null){o.blockedOn=r,ks(o.priority,function(){_1(n)});return}}else if(r===3&&n.stateNode.current.memoizedState.isDehydrated){o.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}o.blockedOn=null}function Tu(o){if(o.blockedOn!==null)return!1;for(var r=o.targetContainers;0<r.length;){var n=Yf(o.nativeEvent);if(n===null){n=o.nativeEvent;var c=new n.constructor(n.type,n);Ui=c,n.target.dispatchEvent(c),Ui=null}else return r=tl(n),r!==null&&x1(r),o.blockedOn=n,!1;r.shift()}return!0}function S1(o,r,n){Tu(o)&&n.delete(r)}function a5(){Zf=!1,_a!==null&&Tu(_a)&&(_a=null),ka!==null&&Tu(ka)&&(ka=null),wa!==null&&Tu(wa)&&(wa=null),Ec.forEach(S1),Dc.forEach(S1)}function Eu(o,r){o.blockedOn===r&&(o.blockedOn=null,Zf||(Zf=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,a5)))}var Du=null;function B1(o){Du!==o&&(Du=o,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){Du===o&&(Du=null);for(var r=0;r<o.length;r+=3){var n=o[r],c=o[r+1],m=o[r+2];if(typeof c!="function"){if($f(c||n)===null)continue;break}var p=tl(n);p!==null&&(o.splice(r,3),r-=3,X0(p,{pending:!0,data:m,method:n.method,action:c},c,m))}}))}function ui(o){function r(F){return Eu(F,o)}_a!==null&&Eu(_a,o),ka!==null&&Eu(ka,o),wa!==null&&Eu(wa,o),Ec.forEach(r),Dc.forEach(r);for(var n=0;n<ya.length;n++){var c=ya[n];c.blockedOn===o&&(c.blockedOn=null)}for(;0<ya.length&&(n=ya[0],n.blockedOn===null);)y1(n),n.blockedOn===null&&ya.shift();if(n=(o.ownerDocument||o).$$reactFormReplay,n!=null)for(c=0;c<n.length;c+=3){var m=n[c],p=n[c+1],B=m[$o]||null;if(typeof p=="function")B||B1(n);else if(B){var A=null;if(p&&p.hasAttribute("formAction")){if(m=p,B=p[$o]||null)A=B.formAction;else if($f(m)!==null)continue}else A=B.action;typeof A=="function"?n[c+1]=A:(n.splice(c,3),c-=3),B1(n)}}}function C1(){function o(p){p.canIntercept&&p.info==="react-transition"&&p.intercept({handler:function(){return new Promise(function(B){return m=B})},focusReset:"manual",scroll:"manual"})}function r(){m!==null&&(m(),m=null),c||setTimeout(n,20)}function n(){if(!c&&!navigation.transition){var p=navigation.currentEntry;p&&p.url!=null&&navigation.navigate(p.url,{state:p.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var c=!1,m=null;return navigation.addEventListener("navigate",o),navigation.addEventListener("navigatesuccess",r),navigation.addEventListener("navigateerror",r),setTimeout(n,100),function(){c=!0,navigation.removeEventListener("navigate",o),navigation.removeEventListener("navigatesuccess",r),navigation.removeEventListener("navigateerror",r),m!==null&&(m(),m=null)}}}function Qf(o){this._internalRoot=o}Iu.prototype.render=Qf.prototype.render=function(o){var r=this._internalRoot;if(r===null)throw Error(a(409));var n=r.current,c=gr();v1(n,c,o,r,null,null)},Iu.prototype.unmount=Qf.prototype.unmount=function(){var o=this._internalRoot;if(o!==null){this._internalRoot=null;var r=o.containerInfo;v1(o.current,2,null,o,null,null),du(),r[el]=null}};function Iu(o){this._internalRoot=o}Iu.prototype.unstable_scheduleHydration=function(o){if(o){var r=_s();o={blockedOn:null,target:o,priority:r};for(var n=0;n<ya.length&&r!==0&&r<ya[n].priority;n++);ya.splice(n,0,o),n===0&&y1(o)}};var N1=t.version;if(N1!=="19.2.3")throw Error(a(527,N1,"19.2.3"));$.findDOMNode=function(o){var r=o._reactInternals;if(r===void 0)throw typeof o.render=="function"?Error(a(188)):(o=Object.keys(o).join(","),Error(a(268,o)));return o=g(r),o=o!==null?v(o):null,o=o===null?null:o.stateNode,o};var n5={bundleType:0,version:"19.2.3",rendererPackageName:"react-dom",currentDispatcherRef:M,reconcilerVersion:"19.2.3"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Pu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Pu.isDisabled&&Pu.supportsFiber)try{ot=Pu.inject(n5),Je=Pu}catch{}}return Ac.createRoot=function(o,r){if(!i(o))throw Error(a(299));var n=!1,c="",m=zp,p=Hp,B=Rp;return r!=null&&(r.unstable_strictMode===!0&&(n=!0),r.identifierPrefix!==void 0&&(c=r.identifierPrefix),r.onUncaughtError!==void 0&&(m=r.onUncaughtError),r.onCaughtError!==void 0&&(p=r.onCaughtError),r.onRecoverableError!==void 0&&(B=r.onRecoverableError)),r=m1(o,1,!1,null,null,n,c,null,m,p,B,C1),o[el]=r.current,Pf(o),new Qf(r)},Ac.hydrateRoot=function(o,r,n){if(!i(o))throw Error(a(299));var c=!1,m="",p=zp,B=Hp,A=Rp,F=null;return n!=null&&(n.unstable_strictMode===!0&&(c=!0),n.identifierPrefix!==void 0&&(m=n.identifierPrefix),n.onUncaughtError!==void 0&&(p=n.onUncaughtError),n.onCaughtError!==void 0&&(B=n.onCaughtError),n.onRecoverableError!==void 0&&(A=n.onRecoverableError),n.formState!==void 0&&(F=n.formState)),r=m1(o,1,!0,r,n??null,c,m,F,p,B,A,C1),r.context=p1(null),n=r.current,c=gr(),c=Cn(c),m=ca(c),m.callback=null,sa(n,m,c),n=c,r.current.lanes=n,yl(r,n),sl(r),o[el]=r.current,Pf(o),new Iu(r)},Ac.version="19.2.3",Ac}var L1;function v5(){if(L1)return eh.exports;L1=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),eh.exports=p5(),eh.exports}var b5=v5();const x5="__awsuiMetadata__";function sx(e,t,l){const a=_.useRef(null);return _.useEffect(()=>{if(a.current){const i=typeof t=="string"?{version:t}:t,s=a.current,u={...i,name:e};l&&Object.keys(l).length>0&&(u.analytics=l),Object.freeze(u),Object.defineProperty(s,x5,{value:u,writable:!1,configurable:!0})}}),a}const M1="awsui";function Wc(e,t){return!e||e.length<=t}class _5{sendMetric(t,l,a){if(!t||!/^[a-zA-Z0-9_-]+$/.test(t)){console.error(`Invalid metric name: ${t}`);return}if(!Wc(t,1e3)){console.error(`Metric name ${t} is too long`);return}if(!Wc(a,4e3)){console.error(`Detail for metric ${t} is too long: ${a}`);return}if(new ux().sendMetric({eventContext:t,eventDetail:a,eventValue:`${l}`,timestamp:Date.now()}))return;const s=this.findAWSC(window);typeof s=="object"&&typeof s.Clog=="object"&&typeof s.Clog.log=="function"&&s.Clog.log(t,l,a)}findAWSC(t){try{return typeof(t==null?void 0:t.AWSC)=="object"?t==null?void 0:t.AWSC:!t||t.parent===t?void 0:this.findAWSC(t.parent)}catch{return}}}class ux{sendMetric(t){const l=this.findPanorama(window);if(!l)return!1;const a={eventType:M1,timestamp:Date.now(),...t,eventDetail:typeof t.eventDetail=="object"?JSON.stringify(t.eventDetail):t.eventDetail,eventValue:typeof t.eventValue=="object"?JSON.stringify(t.eventValue):t.eventValue};return Wc(a.eventDetail,4e3)?Wc(a.eventValue,4e3)?Wc(a.eventContext,4e3)?(l("trackCustomEvent",a),!0):(this.onMetricError(`Event context for metric is too long: ${a.eventContext}`),!0):(this.onMetricError(`Event value for metric is too long: ${a.eventValue}`),!0):(this.onMetricError(`Event detail for metric is too long: ${a.eventDetail}`),!0)}onMetricError(t){console.error(t);const l=this.findPanorama(window);l&&l("trackCustomEvent",{eventType:M1,eventContext:"awsui-metric-error",eventDetail:t.slice(0,4e3),timestamp:Date.now()})}findPanorama(t){try{if(typeof(t==null?void 0:t.panorama)=="function")return t==null?void 0:t.panorama;const l=Symbol.for("panorama"),a=t==null?void 0:t[l];return typeof a=="function"?a:!t||t.parent===t?void 0:this.findPanorama(t.parent)}catch{return}}}function dx(e,t){const a={o:typeof AWSUI_METRIC_ORIGIN<"u"?AWSUI_METRIC_ORIGIN:"main",t:t.theme,f:"react",v:t.packageVersion.replace(/\s/g,""),...e};return w5(a)}function k5({componentName:e,action:t,configuration:l,packageSource:a},i){return dx({a:t,s:e,p:a,c:l},i)}function w5(e){return JSON.stringify(e,y5)}function y5(e,t){return typeof t=="number"&&!Number.isFinite(t)?`${t}`:t}function S5(e){const t=e.match(/^(\d+\.\d+)/);return t?t[1].replace(".",""):""}const O1=new Set;class fx{constructor(...t){if(this.clog=new _5,this.panorama=new ux,t.length===1)this.context=t[0];else{const[l,a]=t;this.context={packageSource:l,packageVersion:a,theme:"unknown"}}}sendComponentMetric(t){this.sendMetricOnce(`awsui_${t.componentName}_${this.context.theme.charAt(0)}${S5(this.context.packageVersion)}`,1,k5(t,this.context))}sendMetricOnce(t,l,a){const i=[t+l+a].join("|");O1.has(i)||(this.clog.sendMetric(t,l,a),O1.add(i))}sendPanoramaMetric(t){this.panorama.sendMetric(t)}sendOpsMetricObject(t,l){this.sendMetricOnce(t,1,dx(l,this.context))}sendOpsMetricValue(t,l){this.sendMetricOnce(t,l)}logComponentsLoaded(){this.sendComponentMetric({componentName:this.context.packageSource,action:"loaded"})}logComponentUsed(t,l){this.sendComponentMetric({action:"used",componentName:t,configuration:l,packageSource:this.context.packageSource})}}function B5(e,t,l={props:{}}){_.useEffect(()=>{const a=new fx(t);typeof window<"u"&&(a.sendOpsMetricValue("awsui-viewport-width",window.innerWidth||0),a.sendOpsMetricValue("awsui-viewport-height",window.innerHeight||0)),a.logComponentsLoaded(),a.logComponentUsed(e.toLowerCase(),l)},[])}function C5(e,t){typeof window<"u"&&(window.awsuiVersions||(window.awsuiVersions={}),window.awsuiVersions[e]||(window.awsuiVersions[e]=[]),window.awsuiVersions[e].push(t))}var Ii=cx();const Au=rg(Ii);function bl(e){const t=_.useRef();return _.useEffect(()=>{t.current=e}),_.useCallback((...l)=>{var a;return(a=t.current)===null||a===void 0?void 0:a.call(t,...l)},[])}function Zr(e,t){const l=bl(t);_.useLayoutEffect(()=>{const a=typeof e=="function"?e():e==null?void 0:e.current;if(a){const i=a.getBoundingClientRect();t(T5(a,i))}},[]),_.useEffect(()=>{const a=typeof e=="function"?e():e==null?void 0:e.current;if(a&&typeof ResizeObserver<"u"){let i=!0;const s=new ResizeObserver(u=>{i&&Ii.unstable_batchedUpdates(()=>{l(N5(u[0]))})});return s.observe(a,{box:"border-box"}),()=>{i=!1,s.disconnect()}}},[e,l])}function N5(e){return{target:e.target,contentBoxWidth:e.contentBoxSize[0].inlineSize,contentBoxHeight:e.contentBoxSize[0].blockSize,borderBoxWidth:e.borderBoxSize[0].inlineSize,borderBoxHeight:e.borderBoxSize[0].blockSize}}function T5(e,t){const l=window.getComputedStyle(e),a=parseFloat(l.paddingLeft)||0,i=parseFloat(l.paddingRight)||0,s=parseFloat(l.paddingTop)||0,u=parseFloat(l.paddingBottom)||0,h=parseFloat(l.borderLeftWidth)||0,f=parseFloat(l.borderRightWidth)||0,g=parseFloat(l.borderTopWidth)||0,v=parseFloat(l.borderBottomWidth)||0;return{target:e,contentBoxWidth:t.width-a-i-h-f,contentBoxHeight:t.height-s-u-g-v,borderBoxWidth:t.width,borderBoxHeight:t.height}}function ag(e){const t=[],l=i=>{Ii.unstable_batchedUpdates(()=>{for(const s of t)s(i)})};let a;return function(s){_.useEffect(()=>(t.length===0&&(a=e(l)),t.push(s),()=>{t.splice(t.indexOf(s),1),t.length===0&&(a(),a=void 0)}),[])}}function E5({factory:e,initialState:t}){const l=ag(e);return function(){const[i,s]=_.useState(t);return l(s),i}}function _d(e){return e instanceof Node||e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"&&"nodeName"in e&&typeof e.nodeName=="string"&&"parentNode"in e&&typeof e.parentNode=="object"}function kh(e){return e instanceof HTMLElement||_d(e)&&e.nodeType===Node.ELEMENT_NODE&&"style"in e&&typeof e.style=="object"&&typeof e.ownerDocument=="object"&&!D5(e)}function D5(e){return e instanceof SVGElement||_d(e)&&e.nodeType===Node.ELEMENT_NODE&&"ownerSVGElement"in e&&typeof e.ownerSVGElement=="object"}function Dt(e,t){let l=e;for(;l&&!t(l);)for(l=l.parentElement;l&&!kh(l);)l=l.parentElement;return l}function _n(e,t){return!e||!t||!_d(t)?!1:e.contains(t)}function I5(e,t){var l;if(!_d(t))return!1;const a=Dt(t,s=>s===e||kh(s)&&!!s.dataset.awsuiReferrerId);if(a&&a===e)return!0;const i=kh(a)?document.getElementById((l=a.dataset.awsuiReferrerId)!==null&&l!==void 0?l:""):null;return i?_n(e,i):_n(e,t)}const P5=Symbol.for("awsui-global-flags"),A5=()=>window.top;function z5(){return typeof window<"u"?window:globalThis}function j1(e,t){var l;return(l=e==null?void 0:e[P5])===null||l===void 0?void 0:l[t]}const hx=e=>{try{const t=j1(z5(),e);return t!==void 0?t:j1(A5(),e)}catch{return}};function H5(e,t){var l,a,i,s;try{const u=(a=(l=e.ownerDocument)===null||l===void 0?void 0:l.defaultView)!==null&&a!==void 0?a:window;return(s=(i=u.matchMedia)===null||i===void 0?void 0:i.call(u,t).matches)!==null&&s!==void 0?s:!1}catch(u){return console.warn(u),!1}}function gx(e){return!!Dt(e,t=>t.classList.contains("awsui-motion-disabled"))||H5(e,"(prefers-reduced-motion: reduce)")}function ng(e,t,l){const[a,i]=_.useState(l);return j5(e,s=>{const u=t(s);u!==a&&i(u)}),a}function R5(e){return Dt(e,l=>l.classList.contains("awsui-polaris-dark-mode")||l.classList.contains("awsui-dark-mode"))?"dark":"light"}function L5(e){return Dt(e,l=>l.classList.contains("awsui-polaris-compact-mode")||l.classList.contains("awsui-compact-mode"))?"compact":"comfortable"}function mx(e){return ng(e,R5,"light")}function M5(e){return ng(e,L5,"comfortable")}function ig(e){return ng(e,gx,!1)}const O5=ag(e=>{const t=new MutationObserver(()=>e());return t.observe(document.body,{attributes:!0,subtree:!0}),()=>t.disconnect()});function j5(e,t){const l=bl(()=>{e.current&&t(e.current)});O5(l),_.useEffect(()=>{l()},[l])}function Xl(e){return e?getComputedStyle(e).direction==="rtl":!1}function kd(e){return Xl(e)?Math.floor(e.scrollLeft)*-1:Math.ceil(e.scrollLeft)}function Ue(e){const t=e.getBoundingClientRect(),l=t.height,a=t.width,i=t.top,s=t.bottom,u=Xl(e)?document.documentElement.clientWidth-t.right:t.left,h=u+a;return{blockSize:l,inlineSize:a,insetBlockStart:i,insetBlockEnd:s,insetInlineStart:u,insetInlineEnd:h}}function G1(e){return e.target instanceof HTMLElement&&Xl(e.target)?document.documentElement.clientWidth-e.pageX:e.pageX}var mi;(function(e){e[e.pageUp=33]="pageUp",e[e.pageDown=34]="pageDown",e[e.end=35]="end",e[e.home=36]="home",e[e.backspace=8]="backspace",e[e.space=32]="space",e[e.down=40]="down",e[e.left=37]="left",e[e.right=39]="right",e[e.up=38]="up",e[e.escape=27]="escape",e[e.enter=13]="enter",e[e.tab=9]="tab",e[e.shift=16]="shift",e[e.control=17]="control",e[e.alt=18]="alt",e[e.meta=91]="meta"})(mi||(mi={}));function G5(e){return[mi.shift,mi.alt,mi.control,mi.meta].includes(e.keyCode)}const Vc=new Map;function px(e){if(e)for(const t of Vc.keys())t.body.setAttribute("data-awsui-focus-visible","true");else for(const t of Vc.keys())t.body.removeAttribute("data-awsui-focus-visible")}function F5(){px(!1)}function q5(e){G5(e)||px(!0)}function U5(e){const t=new AbortController;return e.addEventListener("mousedown",F5,{signal:t.signal}),e.addEventListener("keydown",q5,{signal:t.signal}),t}function W5(e){_.useEffect(()=>{var t,l;const a=(l=(t=e==null?void 0:e.current)===null||t===void 0?void 0:t.ownerDocument)!==null&&l!==void 0?l:document;let i=Vc.get(a);return i?i.componentsCount++:(i={componentsCount:1,abortController:U5(a)},Vc.set(a,i)),()=>{i.componentsCount--,i.componentsCount===0&&(i.abortController.abort(),Vc.delete(a))}},[e])}function V5(e,t){const l=_.useRef(!0);_.useEffect(()=>{if(l.current)l.current=!1;else return e()},t)}const vx={navigationActive:!1,registerFocusable:()=>()=>{},resetFocusTarget:()=>{}},Ju=_.createContext(vx);function br(e,t){var l;const{navigationActive:a,registerFocusable:i}=_.useContext(Ju),[s,u]=_.useState(!1),h=(t==null?void 0:t.tabIndex)&&(t==null?void 0:t.tabIndex)<0,f=a&&!h;_.useLayoutEffect(()=>{if(f&&e&&e.current){const v=i(e.current,b=>u(b));return()=>v()}});let g=t==null?void 0:t.tabIndex;return f&&(g=s?(l=t==null?void 0:t.tabIndex)!==null&&l!==void 0?l:0:-1),{navigationActive:f,tabIndex:g}}function X5({children:e}){return d.createElement(Ju.Provider,{value:vx},e)}const bx=_.forwardRef(({navigationActive:e,children:t,getNextFocusTarget:l,isElementSuppressed:a,onRegisterFocusable:i,onUnregisterActive:s},u)=>{const h=_.useRef(new Set),f=_.useRef(new Map),g=_.useRef(new WeakMap),v=_.useRef(null);function b(D){I5(D,document.activeElement)&&setTimeout(()=>s==null?void 0:s(D),0)}function x(D,T){const P=E.registerFocusable(D,T);h.current.add(D),f.current.set(D,T);const I=!!g.current.get(D),H=v.current===D||!!(a!=null&&a(D));return H!==I&&(g.current.set(D,H),T(H)),i==null||i(D),()=>{P(),k(D)}}function k(D){h.current.delete(D),f.current.delete(D),b==null||b(D)}function S(D=!1){var T;v.current=l();for(const P of h.current){const I=(T=g.current.get(P))!==null&&T!==void 0?T:!1,H=v.current===P||!!(a!=null&&a(P));(H!==I||D)&&(g.current.set(P,H),f.current.get(P)(H))}}function w(){S(!0)}function y(){return v.current}function C(D){return h.current.has(D)}_.useImperativeHandle(u,()=>({updateFocusTarget:S,getFocusTarget:y,isRegistered:C}));const E=_.useContext(Ju),N=E.navigationActive?E:{navigationReset:!1,navigationActive:e,registerFocusable:x,updateFocusTarget:S,resetFocusTarget:w};return V5(()=>{E.navigationActive?E.resetFocusTarget():w()},[E.navigationActive]),d.createElement(Ju.Provider,{value:N},t)});function Y5(e){const t=document.createElement("div");return document.body.appendChild(t),e(t),()=>{document.body.removeChild(t)}}function $5(e,t,l){let a=null;const i=new AbortController;return e({abortSignal:i.signal}).then(s=>{i.signal.aborted||(a=s,l(s))},s=>{console.warn("[AwsUi] [portal]: failed to load portal root",s)}),()=>{i.abort(),t(a)}}function ts({container:e,getContainer:t,removeContainer:l,children:a}){const[i,s]=_.useState(e??null);return _.useLayoutEffect(()=>{if(e){s(e);return}return t&&l?$5(t,l,s):Y5(s)},[e,t,l]),i&&Ii.createPortal(a,i)}function ao(...e){return _.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(l=>{typeof l=="function"?l(t):l!=null&&(l.current=t)})},e)}var lh;let Z5=0;const cg=()=>{const e=_.useRef(null);return e.current||(e.current=`${Z5++}-${Date.now()}-${Math.round(Math.random()*1e4)}`),e.current},Q5=(lh=d.useId)!==null&&lh!==void 0?lh:cg;function Qe(e){return`${e||""}`+Q5()}const wh="data-awsui-analytics",K5="data-awsui-analytics-label";let sg=hx("analyticsMetadata");const Ge=e=>sg?{[wh]:JSON.stringify(e)}:{},Pi=e=>sg?{[wh]:e[wh]}:{},rs=e=>sg?{[K5]:e}:{};let Hr={funnelStart(){return""},funnelError(){},funnelComplete(){},funnelSuccessful(){},funnelCancelled(){},funnelChange(){},funnelStepStart(){},funnelStepComplete(){},funnelStepNavigation(){},funnelStepError(){},funnelStepChange(){},funnelSubStepStart(){},funnelSubStepComplete(){},funnelSubStepError(){},helpPanelInteracted(){},externalLinkInteracted(){}},xx={tableInteraction(){},taskCompletionData(){},modalPerformanceData(){}},F1={componentMounted(){return""},componentUpdated(){}};function yh(e){var t;const l=getComputedStyle(e);return!!l.transform&&l.transform!=="none"||!!l.perspective&&l.perspective!=="none"||((t=l.contain)===null||t===void 0?void 0:t.split(" ").some(a=>["layout","paint","strict","content"].includes(a)))}function J5(e){return e.parentElement?Dt(e.parentElement,yh):null}function eS({startElement:e,tests:t}){const l=Object.keys(t),a={};let i=e;for(;i&&Object.keys(a).length<l.length;){for(i=i.parentElement;i&&!Kc(i);)i=i.parentElement;for(const s of l)!a[s]&&i&&t[s](i)&&(a[s]=i)}return a}function ug(e){return e instanceof Node||e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"&&"nodeName"in e&&typeof e.nodeName=="string"&&"parentNode"in e&&typeof e.parentNode=="object"}function Kc(e){return e instanceof HTMLElement||ug(e)&&e.nodeType===Node.ELEMENT_NODE&&"style"in e&&typeof e.style=="object"&&typeof e.ownerDocument=="object"&&!_x(e)}function _x(e){return e instanceof SVGElement||ug(e)&&e.nodeType===Node.ELEMENT_NODE&&"ownerSVGElement"in e&&typeof e.ownerSVGElement=="object"}function Aa(e,t){var l;if(!ug(t))return!1;const a=Dt(t,s=>s===e||Kc(s)&&!!s.dataset.awsuiReferrerId);if(a&&a===e)return!0;const i=Kc(a)?document.getElementById((l=a.dataset.awsuiReferrerId)!==null&&l!==void 0?l:""):null;return i?_n(e,i):_n(e,t)}const Ai="data-analytics-funnel",oS=`${Ai}-interaction-id`,dg=`${Ai}-key`,kx=`${Ai}-value`,tS=`${Ai}-step`,fg=`${Ai}-substep`,rS=`${Ai}-resource-type`,q1="data-analytics-modal-id",lS="data-analytics-field-label",aS="data-analytics-field-error",nS="data-analytics-alert",iS="data-analytics-flashbar",cS="data-analytics-suppress-flow-events",sS="funnel-name",wx="substep-name",Sh=()=>`[${dg}="${sS}"]`,Vl=()=>`[${fg}]`,yx=e=>`[${fg}="${e}"]`,Sx=e=>[e?yx(e):"",`[${dg}="${wx}"]`].join(" "),zu=e=>e?`[id="${e}"]`:void 0,Lt=e=>{var t,l;return e?(l=(t=document.querySelector(e))===null||t===void 0?void 0:t.textContent)===null||l===void 0?void 0:l.trim():void 0},Bx=_.createContext({funnelInteractionId:void 0,funnelNameSelector:Sh(),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}}),Cx=_.createContext({stepNameSelector:"",stepNumber:0,subStepCount:{current:0},isInStep:!1,funnelInteractionId:void 0,onStepChange:()=>{},subStepConfiguration:{current:new Map}}),Bh=_.createContext({subStepId:"",subStepSelector:"",subStepNameSelector:"",subStepRef:{current:null},isNestedSubStep:!1,mousePressed:{current:!1},isFocusedSubStep:{current:!1},focusCleanupFunction:{current:void 0}}),Nx=_.createContext(void 0),ja=()=>{const e=_.useContext(Bh),{funnelInteractionId:t,funnelState:l,latestFocusCleanupFunction:a}=ar(),{stepNumber:i,stepIdentifier:s,stepNameSelector:u,subStepConfiguration:h}=xl(),{subStepIdentifier:f,subStepId:g,subStepSelector:v,subStepNameSelector:b,subStepRef:x,isNestedSubStep:k,mousePressed:S,isFocusedSubStep:w,focusCleanupFunction:y}=e;if(k)return e;const C=async D=>{var T,P,I,H;const q=D.target;if(await new Promise(L=>setTimeout(L,1)),document.activeElement===q&&!w.current&&(w.current=!0,t&&g)){(T=a.current)===null||T===void 0||T.call(a);const L=Lt(b);Lt(u),(H=(I=(P=h.current)===null||P===void 0?void 0:P.get(i))===null||I===void 0?void 0:I.find(j=>j.name===L))===null||H===void 0||H.number;let O=!1;y.current=()=>{var j,V,U;O||(O=!0,(U=(V=(j=h.current)===null||j===void 0?void 0:j.get(i))===null||V===void 0?void 0:V.find(ne=>ne.name===L))===null||U===void 0||U.number,l.current)},a.current=y.current}},E=D=>{var T;S.current||(!x.current||!D.relatedTarget||!Aa(x.current,D.relatedTarget))&&(w.current=!1,t&&g&&l.current!=="cancelled"&&((T=y.current)===null||T===void 0||T.call(y)))};return{funnelSubStepProps:t?{[fg]:g,onFocus:C,onBlur:E}:{},...e}},xl=()=>_.useContext(Cx),uS=()=>{const e=xl(),t=_.useRef(e);return t.current=e,t},ar=()=>{const e=_.useContext(Bx);return{funnelProps:e.funnelInteractionId?{[oS]:e.funnelInteractionId}:{},...e}},dS=()=>_.useContext(Nx);var ed="components",Yl="3.0.0 (73fc3834)",U1="73fc3834",wd="open-source-visual-refresh",Tx="core";C5(ed,Yl);function io(e){const t={};return Object.keys(e).forEach(l=>{(l==="id"||l==="className"||l.match(/^data-/))&&(t[l]=e[l])}),t}function $l(e){return{...e==null?void 0:e.analyticsMetadata,...e==null?void 0:e.__analyticsMetadata}}const fS=(e,t)=>e,Zl=()=>!0,hg=new fx({packageSource:ed,packageVersion:Yl,theme:wd});function hS(e){if(!e.defaultView)return;getComputedStyle(e.body).getPropertyValue(`--awsui-version-info-${U1}`)||(console.error(`Missing AWS-UI CSS for theme "${wd}", version "${Yl}", and git sha "${U1}".`),hg.sendOpsMetricObject("awsui-missing-css-asset",{}))}function gS(e,t){var l;e.readyState==="complete"?t():(l=e.defaultView)===null||l===void 0||l.addEventListener("load",()=>t(),{once:!0})}function mS(e,t){return new Promise((l,a)=>{t.addEventListener("abort",()=>a(new DOMException("Aborted","AbortError"))),gS(e,()=>{setTimeout(()=>{requestIdleCallback(()=>l())},1e3)})})}const W1=new WeakMap,pS=e=>{W1.get(e)||(hS(e),W1.set(e,!0))};function vS(e){_.useEffect(()=>{var t,l;if(typeof requestIdleCallback!="function")return;const a=(l=(t=e.current)===null||t===void 0?void 0:t.ownerDocument)!==null&&l!==void 0?l:document,i=new AbortController;return mS(a,i.signal).then(()=>pS(a),s=>{if(s.name!=="AbortError")throw s}),()=>i.abort()},[e])}function Xo(e,t,l){const a=fS(wd);B5(e,{packageSource:ed,packageVersion:Yl,theme:a},t);const i=sx(e,{packageName:ed,version:Yl,theme:a},l);return vS(i),W5(i),{__internalRootRef:i}}function qo(e,t){e.displayName=t}function Ex(e){var t,l,a="";if(typeof e=="string"||typeof e=="number")a+=e;else if(typeof e=="object")if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(l=Ex(e[t]))&&(a&&(a+=" "),a+=l);else for(t in e)e[t]&&(a&&(a+=" "),a+=t);return a}function G(){for(var e,t,l=0,a="";l<arguments.length;)(e=arguments[l++])&&(t=Ex(e))&&(a&&(a+=" "),a+=t);return a}const bS=200;function kn(e,t=bS){let l;return function(...a){l&&clearTimeout(l),l=setTimeout(()=>{l=null,e(...a)},t)}}function xS(e){return e.slice().sort((t,l)=>{var a,i;return l.orderPriority!==t.orderPriority?Math.sign(((a=l.orderPriority)!==null&&a!==void 0?a:0)-((i=t.orderPriority)!==null&&i!==void 0?i:0)):l.id<t.id?1:-1})}class V1{constructor(){this.listeners=[],this.actions=[],this.scheduleUpdate=kn(()=>{this.listeners.forEach(t=>t(this.actions))},0),this.registerAction=t=>{this.actions.push(t),this.actions=xS(this.actions),this.scheduleUpdate()},this.clearRegisteredActionsForTesting=()=>{this.actions=[]},this.onActionRegistered=t=>(this.listeners.push(t),this.scheduleUpdate(),()=>{this.listeners=this.listeners.filter(l=>l!==t)})}installPublic(t={}){var l,a;return(l=t.registerAction)!==null&&l!==void 0||(t.registerAction=this.registerAction),(a=t.clearRegisteredActionsForTesting)!==null&&a!==void 0||(t.clearRegisteredActionsForTesting=this.clearRegisteredActionsForTesting),t}installInternal(t={}){var l;return(l=t.onActionRegistered)!==null&&l!==void 0||(t.onActionRegistered=this.onActionRegistered),t}}var Ch=function(e,t){return Ch=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(l,a){l.__proto__=a}||function(l,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(l[i]=a[i])},Ch(e,t)};function Ql(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ch(e,t);function l(){this.constructor=e}e.prototype=t===null?Object.create(t):(l.prototype=t.prototype,new l)}var je=function(){return je=Object.assign||function(t){for(var l,a=1,i=arguments.length;a<i;a++){l=arguments[a];for(var s in l)Object.prototype.hasOwnProperty.call(l,s)&&(t[s]=l[s])}return t},je.apply(this,arguments)};function _S(e,t){var l={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(l[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(l[a[i]]=e[a[i]]);return l}function Vt(e,t,l){if(l||arguments.length===2)for(var a=0,i=t.length,s;a<i;a++)(s||!(a in t))&&(s||(s=Array.prototype.slice.call(t,0,a)),s[a]=t[a]);return e.concat(s||Array.prototype.slice.call(t))}function ze(e,t,l,a){if(l==="a"&&!a)throw new TypeError("Private accessor was defined without a getter");if(typeof t=="function"?e!==t||!a:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return l==="m"?a:l==="a"?a.call(e):a?a.value:t.get(e)}function ul(e,t,l,a,i){if(a==="m")throw new TypeError("Private method is not writable");if(a==="a"&&!i)throw new TypeError("Private accessor was defined without a setter");if(typeof t=="function"?e!==t||!i:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return a==="a"?i.call(e,l):i?i.value=l:t.set(e,l),l}function kS(){hg.sendPanoramaMetric({eventContext:"awsui-runtime-api-loaded",eventDetail:{version:Yl}})}function pn(e,t){console.warn("[AwsUi]",`[${e}]`,t),hg.sendPanoramaMetric({eventContext:"awsui-runtime-api-warning",eventDetail:{version:Yl,component:e,message:t}})}var dn,hi,Ar,Nh;class X1{constructor(){dn.set(this,[]),hi.set(this,new Map),Ar.set(this,void 0),Nh.set(this,kn(()=>ze(this,dn,"f").forEach(t=>{if(ze(this,Ar,"f")){const l=t(ze(this,Ar,"f"));ze(this,hi,"f").set(t,l)}}),0)),this.registerContentReplacer=t=>{if(ze(this,Ar,"f")){pn("alert-flash-content",`Cannot call \`registerContentReplacer\` with new provider: provider with id "${ze(this,Ar,"f").id}" already registered.`);return}ul(this,Ar,t,"f"),ze(this,Nh,"f").call(this)},this.clearRegisteredReplacerForTesting=()=>{ul(this,Ar,void 0,"f")},this.initialCheck=t=>{var l;return!((l=ze(this,Ar,"f"))===null||l===void 0)&&l.initialCheck?ze(this,Ar,"f").initialCheck(t):!1},this.onContentRegistered=t=>{if(ze(this,Ar,"f")){const l=t(ze(this,Ar,"f"));ze(this,dn,"f").push(t),ze(this,hi,"f").set(t,l)}else ze(this,dn,"f").push(t);return()=>{var l;(l=ze(this,hi,"f").get(t))===null||l===void 0||l(),ul(this,dn,ze(this,dn,"f").filter(a=>a!==t),"f"),ze(this,hi,"f").delete(t)}}}installPublic(t={}){var l,a;return(l=t.registerContentReplacer)!==null&&l!==void 0||(t.registerContentReplacer=this.registerContentReplacer),(a=t.clearRegisteredReplacerForTesting)!==null&&a!==void 0||(t.clearRegisteredReplacerForTesting=this.clearRegisteredReplacerForTesting),t}installInternal(t={}){var l,a;return(l=t.onContentRegistered)!==null&&l!==void 0||(t.onContentRegistered=this.onContentRegistered),(a=t.initialCheck)!==null&&a!==void 0||(t.initialCheck=this.initialCheck),t}}dn=new WeakMap,hi=new WeakMap,Ar=new WeakMap,Nh=new WeakMap;var Xr,Th,Uu,Wu;class wS{constructor(){Xr.set(this,[]),Th.set(this,()=>{const t=ze(this,Xr,"f").find(l=>l.forceType==="primary");if(t)return t;for(const l of ze(this,Xr,"f").slice())if(l.forceType!=="secondary")return l}),Uu.set(this,()=>{const t=ze(this,Th,"f").call(this),l=ze(this,Xr,"f").filter(a=>a!==t).map(a=>a.props);for(const a of ze(this,Xr,"f"))a===t?a.onChange({type:"primary",discoveredProps:l}):a.onChange(a.secondaryInstance)}),Wu.set(this,kn(()=>ze(this,Uu,"f").call(this),0)),this.register=(t,l)=>{const a=ze(this,Xr,"f").some(s=>s.forceType==="primary");if(t==="primary"&&a)throw new Error("Double primary registration attempt");const i={forceType:t,onChange:l,props:{},secondaryInstance:{type:"secondary",update:s=>{i.props=s,ze(this,Wu,"f").call(this)}}};return ze(this,Xr,"f").push(i),ze(this,Uu,"f").call(this),()=>{ze(this,Xr,"f").splice(ze(this,Xr,"f").indexOf(i),1),ze(this,Wu,"f").call(this)}},this.getStateForTesting=()=>({registrations:ze(this,Xr,"f")}),this.installInternal=(t={})=>{var l,a;return(l=t.register)!==null&&l!==void 0||(t.register=this.register),(a=t.getStateForTesting)!==null&&a!==void 0||(t.getStateForTesting=this.getStateForTesting),t}}}Xr=new WeakMap,Th=new WeakMap,Uu=new WeakMap,Wu=new WeakMap;var Ul,Ea,fn,Gc,Fc;class yS{constructor(){Ul.set(this,null),Ea.set(this,[]),fn.set(this,[]),Gc.set(this,kn(()=>{var t;if(!ze(this,Ul,"f"))return;const l=ze(this,Ea,"f")[ze(this,Ea,"f").length-1];ze(this,Ul,"f").call(this,(t=l==null?void 0:l.props)!==null&&t!==void 0?t:null)},0)),Fc.set(this,kn(()=>{ze(this,fn,"f").forEach(t=>t(!!ze(this,Ul,"f")))},0)),this.registerAppLayout=t=>{if(!ze(this,Ul,"f"))return ul(this,Ul,t,"f"),ze(this,Fc,"f").call(this),()=>{ul(this,Ul,null,"f"),ze(this,Fc,"f").call(this)}},this.registerBreadcrumbs=(t,l)=>{const a={props:t};return ze(this,Ea,"f").push(a),ze(this,fn,"f").push(l),ze(this,Fc,"f").call(this),ze(this,Gc,"f").call(this),{update:i=>{a.props=i,ze(this,Gc,"f").call(this)},cleanup:()=>{ze(this,Ea,"f").splice(ze(this,Ea,"f").indexOf(a),1),ze(this,fn,"f").splice(ze(this,fn,"f").indexOf(l),1),ze(this,Gc,"f").call(this)}}},this.getStateForTesting=()=>({appLayoutUpdateCallback:ze(this,Ul,"f"),breadcrumbInstances:ze(this,Ea,"f"),breadcrumbRegistrations:ze(this,fn,"f")})}installInternal(t={}){var l,a,i;return(l=t.registerBreadcrumbs)!==null&&l!==void 0||(t.registerBreadcrumbs=this.registerBreadcrumbs),(a=t.registerAppLayout)!==null&&a!==void 0||(t.registerAppLayout=this.registerAppLayout),(i=t.getStateForTesting)!==null&&i!==void 0||(t.getStateForTesting=this.getStateForTesting),t}}Ul=new WeakMap,Ea=new WeakMap,fn=new WeakMap,Gc=new WeakMap,Fc=new WeakMap;const SS=["badge","resizable","defaultSize","orderPriority","defaultActive","onResize"];class BS{constructor(){this.drawers=[],this.drawersRegistrationListener=null,this.drawerOpenedListener=null,this.drawerClosedListener=null,this.drawersUpdateListeners=[],this.drawerResizeListener=null,this.scheduleUpdate=kn(()=>{var t;(t=this.drawersRegistrationListener)===null||t===void 0||t.call(this,this.drawers),this.drawersUpdateListeners.forEach(l=>{l==null||l(this.drawers)})},0),this.registerDrawer=t=>{this.drawers.find(l=>l.id===t.id)&&pn("app-layout-drawers",`drawer with id "${t.id}" is already registered`),this.drawers=this.drawers.concat(t),this.scheduleUpdate()},this.updateDrawer=({id:t,...l})=>{var a;const i=this.drawers.findIndex(({id:f})=>f===t),s=(a=this.drawers)===null||a===void 0?void 0:a[i];if(!s)throw new Error(`[AwsUi] [runtime drawers] drawer with id ${t} not found`);const u=this.drawers.slice(),h={...s};for(const f of SS)f in l&&(h[f]=l[f]);u[i]=h,this.drawers=u,this.scheduleUpdate()},this.onDrawersRegistered=t=>(this.drawersRegistrationListener!==null&&pn("app-layout-drawers","multiple app layout instances detected when calling onDrawersRegistered"),this.drawersRegistrationListener=t,this.scheduleUpdate(),()=>{this.drawersRegistrationListener=null,this.drawersUpdateListeners=[]}),this.clearRegisteredDrawersForTesting=()=>{this.drawers=[]},this.onDrawerOpened=t=>(this.drawerOpenedListener!==null&&pn("app-layout-drawers","multiple app layout instances detected when calling onDrawerOpened"),this.drawerOpenedListener=t,()=>{this.drawerOpenedListener=null}),this.onDrawerClosed=t=>(this.drawerClosedListener!==null&&pn("app-layout-drawers","multiple app layout instances detected when calling onDrawerClosed"),this.drawerClosedListener=t,()=>{this.drawerClosedListener=null}),this.openDrawer=(t,l)=>{var a;(a=this.drawerOpenedListener)===null||a===void 0||a.call(this,t,l)},this.closeDrawer=(t,l)=>{var a;(a=this.drawerClosedListener)===null||a===void 0||a.call(this,t,l)},this.onDrawersUpdated=t=>(this.drawersUpdateListeners.push(t),()=>{this.drawersUpdateListeners=this.drawersUpdateListeners.filter(l=>l!==t)}),this.onDrawerResize=t=>(this.drawerResizeListener!==null&&pn("app-layout-drawers","multiple app layout instances detected when calling onDrawerResize"),this.drawerResizeListener=t,()=>{this.drawerResizeListener=null}),this.resizeDrawer=(t,l)=>{var a;(a=this.drawerResizeListener)===null||a===void 0||a.call(this,t,l)},this.getDrawersState=()=>this.drawers}installPublic(t={}){var l,a,i,s,u,h;return(l=t.registerDrawer)!==null&&l!==void 0||(t.registerDrawer=this.registerDrawer),(a=t.updateDrawer)!==null&&a!==void 0||(t.updateDrawer=this.updateDrawer),(i=t.openDrawer)!==null&&i!==void 0||(t.openDrawer=this.openDrawer),(s=t.closeDrawer)!==null&&s!==void 0||(t.closeDrawer=this.closeDrawer),(u=t.resizeDrawer)!==null&&u!==void 0||(t.resizeDrawer=this.resizeDrawer),(h=t.clearRegisteredDrawersForTesting)!==null&&h!==void 0||(t.clearRegisteredDrawersForTesting=this.clearRegisteredDrawersForTesting),t}installInternal(t={}){var l,a,i,s,u,h;return(l=t.onDrawersRegistered)!==null&&l!==void 0||(t.onDrawersRegistered=this.onDrawersRegistered),(a=t.onDrawerOpened)!==null&&a!==void 0||(t.onDrawerOpened=this.onDrawerOpened),(i=t.onDrawerClosed)!==null&&i!==void 0||(t.onDrawerClosed=this.onDrawerClosed),(s=t.onDrawerResize)!==null&&s!==void 0||(t.onDrawerResize=this.onDrawerResize),(u=t.onDrawersUpdated)!==null&&u!==void 0||(t.onDrawersUpdated=this.onDrawersUpdated),(h=t.getDrawersState)!==null&&h!==void 0||(t.getDrawersState=this.getDrawersState),t}}var Vu;class CS{constructor(){Vu.set(this,new WeakMap),this.createContext=(t,l)=>{let a=ze(this,Vu,"f").get(t);a||(a=new Map,ze(this,Vu,"f").set(t,a));let i=a.get(l);return i||(i=t.createContext(void 0),a.set(l,i)),i}}installInternal(t={}){var l;return(l=t.createContext)!==null&&l!==void 0||(t.createContext=this.createContext),t}}Vu=new WeakMap;const od=Symbol.for("awsui-plugin-api");function Dx(e){try{return e!=null&&e[od]?e[od]:!e||e.parent===e?void 0:Dx(e.parent)}catch{return}}function NS(){if(typeof window>"u")return Y1({});const e=window,t=Dx(e);return t||kS(),e[od]=Y1(t??{}),e[od]}const{awsuiPlugins:QD,awsuiPluginsInternal:ls}=NS();function Y1(e){var t,l;(t=e.awsuiPlugins)!==null&&t!==void 0||(e.awsuiPlugins={}),(l=e.awsuiPluginsInternal)!==null&&l!==void 0||(e.awsuiPluginsInternal={});const a=new BS;e.awsuiPlugins.appLayout=a.installPublic(e.awsuiPlugins.appLayout),e.awsuiPluginsInternal.appLayout=a.installInternal(e.awsuiPluginsInternal.appLayout);const i=new wS;e.awsuiPluginsInternal.appLayoutWidget=i.installInternal(e.awsuiPluginsInternal.appLayoutWidget);const s=new V1;e.awsuiPlugins.alert=s.installPublic(e.awsuiPlugins.alert),e.awsuiPluginsInternal.alert=s.installInternal(e.awsuiPluginsInternal.alert);const u=new X1;e.awsuiPlugins.alertContent=u.installPublic(e.awsuiPlugins.alertContent),e.awsuiPluginsInternal.alertContent=u.installInternal(e.awsuiPluginsInternal.alertContent);const h=new X1;e.awsuiPlugins.flashContent=h.installPublic(e.awsuiPlugins.flashContent),e.awsuiPluginsInternal.flashContent=h.installInternal(e.awsuiPluginsInternal.flashContent);const f=new V1;e.awsuiPlugins.flashbar=f.installPublic(e.awsuiPlugins.flashbar),e.awsuiPluginsInternal.flashbar=f.installInternal(e.awsuiPluginsInternal.flashbar);const g=new yS;e.awsuiPluginsInternal.breadcrumbs=g.installInternal(e.awsuiPluginsInternal.breadcrumbs);const v=new CS;return e.awsuiPluginsInternal.sharedReactContexts=v.installInternal(e.awsuiPluginsInternal.sharedReactContexts),e}const TS="cloudscape-design-components",ES={format:(e,t,l,a)=>a},DS=ls.sharedReactContexts.createContext(d,"InternalI18nContext");function ht(e){var t;const{format:l}=(t=_.useContext(DS))!==null&&t!==void 0?t:ES;return(a,i,s)=>l(TS,e,a,i,s)}const IS={"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"})),"at-symbol":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.5 13.75c-1.992.734-6.434 1.013-7.5-3.25-1-4 1.927-6.904 3.697-7.848 1.841-.982 5.523-1.48 7.34.944 1.888 2.516.63 6.29-.628 6.92-1.259.628-1.95.25-2.202 0a.902.902 0 0 1-.145-.191c-.258-.45-.12-1.01-.022-1.52l.678-3.518",className:"stroke-linecap-round"}),d.createElement("path",{d:"M10.718 6.643c-.315-.42-1.254-1.357-2.26-1.357-1.258 0-2.654 1.14-2.969 3.027-.314 1.888.63 2.643 1.573 2.643s2.202-.44 2.83-1.384"})),"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-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:"m5.19 12.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-1.865 1.85M10.99 5.975l-3-3",className:"stroke-linejoin-round"}),d.createElement("path",{d:"m13.888 12.329-2.296-.921-.924-2.303c-.056-.14-.28-.14-.336 0l-.924 2.303-2.296.921S7 12.427 7 12.496c0 .07.042.14.112.168l.07.028 2.226.893.924 2.303s.098.112.168.112.14-.042.168-.112l.924-2.303 2.296-.921s.112-.098.112-.168-.042-.14-.112-.167Z",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:"M13 9.012v-6H7M13.02 3 7 9.01M3 5.012v8h8.01",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"})),history: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 0v5l5-.04",className:"stroke-linejoin-round"}),d.createElement("path",{d:"M1 8c0 3.87 3.13 7 7 7s7-3.13 7-7-3.13-7-7-7C5.21 1 2.8 2.63 1.67 5"}),d.createElement("path",{d:"M9 4v5H5",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-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:"M12.332 6.888c.028.07.098.112.168.112s.168-.112.168-.112l.924-2.298 2.296-.925A.182.182 0 0 0 16 3.497c0-.07-.112-.169-.112-.169l-2.296-.925-.924-2.298c-.056-.14-.28-.14-.336 0l-.924 2.298-2.296.925A.182.182 0 0 0 9 3.497c0 .07.112.168.112.168l2.296.925.924 2.298Z",className:"filled no-stroke"}),d.createElement("path",{d:"m11 11.005 4 4M11.9 8a5.002 5.002 0 1 1-8.36-4.605A4.996 4.996 0 0 1 8 2.105",className:"stroke-linejoin-round"})),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"})),slash: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 4.5-4 7"}),d.createElement("rect",{x:"1",y:"1",width:"14",height:"14",rx:"1"})),"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-not-started":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"})),"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"})),"stop-circle":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("rect",{x:"5",y:"5",width:"6",height:"6",rx:".5",className:"filled no-stroke"})),"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-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:"m15.888 3.329-2.296-.921-.924-2.303c-.056-.14-.28-.14-.336 0l-.924 2.303-2.296.921S9 3.427 9 3.497s.042.14.112.167l.07.028 2.226.893.924 2.303S12.43 7 12.5 7s.14-.042.168-.112l.924-2.303 2.296-.921S16 3.566 16 3.497c0-.07-.042-.14-.112-.168Z",className:"filled no-stroke"}),d.createElement("path",{d:"M12.348 8.45a5.09 5.09 0 0 1-1.358 1.53L10 15H6l-.99-5.02C3.8 9.07 3 7.63 3 6c0-2.76 2.24-5 5-5M10.5 12.005h-5",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"}))},PS=_.createContext(IS);function AS(e,t,l,a){return Object.entries(t||{}).reduce((i,[s,u])=>(s==="className"?i[s]=G(e.className,u):s==="style"?i[s]={...e.style,...u}:s.match(/^on[A-Z]/)&&typeof u=="function"&&s in e?i[s]=h=>{u(h),h.defaultPrevented||e[s](h)}:(s in e&&(!a||a!==!0&&a.includes(s)),i[s]=u),i),{...e})}const Xt=d.forwardRef(({tag:e,nativeAttributes:t,children:l,skipWarnings:a,componentName:i,...s},u)=>{const h=e,f=AS(s,t,i,a);return d.createElement(h,{...f,ref:u},l)}),nn={icon:"awsui_icon_h11ix_y1ugs_189","icon-flex-height":"awsui_icon-flex-height_h11ix_y1ugs_197","size-small":"awsui_size-small_h11ix_y1ugs_225","size-small-mapped-height":"awsui_size-small-mapped-height_h11ix_y1ugs_229","size-normal":"awsui_size-normal_h11ix_y1ugs_244","size-normal-mapped-height":"awsui_size-normal-mapped-height_h11ix_y1ugs_248","size-medium":"awsui_size-medium_h11ix_y1ugs_263","size-medium-mapped-height":"awsui_size-medium-mapped-height_h11ix_y1ugs_267","size-big":"awsui_size-big_h11ix_y1ugs_282","size-big-mapped-height":"awsui_size-big-mapped-height_h11ix_y1ugs_286","size-large":"awsui_size-large_h11ix_y1ugs_301","size-large-mapped-height":"awsui_size-large-mapped-height_h11ix_y1ugs_305","variant-normal":"awsui_variant-normal_h11ix_y1ugs_320","variant-disabled":"awsui_variant-disabled_h11ix_y1ugs_323","variant-inverted":"awsui_variant-inverted_h11ix_y1ugs_326","variant-subtle":"awsui_variant-subtle_h11ix_y1ugs_329","variant-warning":"awsui_variant-warning_h11ix_y1ugs_332","variant-error":"awsui_variant-error_h11ix_y1ugs_335","variant-success":"awsui_variant-success_h11ix_y1ugs_338","variant-link":"awsui_variant-link_h11ix_y1ugs_341","name-angle-left-double":"awsui_name-angle-left-double_h11ix_y1ugs_344","name-angle-left":"awsui_name-angle-left_h11ix_y1ugs_344","name-angle-right-double":"awsui_name-angle-right-double_h11ix_y1ugs_346","name-angle-right":"awsui_name-angle-right_h11ix_y1ugs_346","name-arrow-left":"awsui_name-arrow-left_h11ix_y1ugs_348","name-arrow-right":"awsui_name-arrow-right_h11ix_y1ugs_349","name-caret-left-filled":"awsui_name-caret-left-filled_h11ix_y1ugs_350","name-caret-right-filled":"awsui_name-caret-right-filled_h11ix_y1ugs_351","name-audio-full":"awsui_name-audio-full_h11ix_y1ugs_352","name-audio-half":"awsui_name-audio-half_h11ix_y1ugs_353","name-audio-off":"awsui_name-audio-off_h11ix_y1ugs_354","name-external":"awsui_name-external_h11ix_y1ugs_355","name-redo":"awsui_name-redo_h11ix_y1ugs_356","name-resize-area":"awsui_name-resize-area_h11ix_y1ugs_357","name-send":"awsui_name-send_h11ix_y1ugs_358","name-shrink":"awsui_name-shrink_h11ix_y1ugs_359","name-undo":"awsui_name-undo_h11ix_y1ugs_360","name-view-vertical":"awsui_name-view-vertical_h11ix_y1ugs_361",badge:"awsui_badge_h11ix_y1ugs_385"};function zS(e){return e===null?"normal":e>=50?"large":e>=36?"big":e>=24?"medium":e<=16?"small":"normal"}const no=({name:e,size:t="normal",variant:l="normal",url:a,alt:i,ariaLabel:s,svg:u,badge:h,nativeAttributes:f,__internalRootRef:g,...v})=>{const b=_.useContext(PS),x=_.useRef(null),[k,S]=_.useState(null),w=t==="inherit",y=w?zS(k):t,C=w&&k!==null?{height:`${k}px`}:{},E=io(v);E.className=G(E.className,nn.icon,w&&nn["icon-flex-height"],h&&nn.badge,!w&&nn[`size-${y}-mapped-height`],nn[`size-${y}`],nn[`variant-${l}`],nn[`name-${e}`]),_.useLayoutEffect(()=>{if(!w||!x.current)return;const{lineHeight:H}=getComputedStyle(x.current),q=parseInt(H,10);S(q)});const N=ao(x,g),D=typeof s=="string",T=D?{role:"img","aria-label":s}:{};if(u)return d.createElement(Xt,{...E,...T,tag:"span",componentName:"Icon",nativeAttributes:f,ref:N,"aria-hidden":!D,style:C},u);if(a)return d.createElement(Xt,{...E,tag:"span",componentName:"Icon",nativeAttributes:f,ref:N,style:C},d.createElement("img",{src:a,alt:s??i}));const P=e&&Object.prototype.hasOwnProperty.call(b,e);function I(H){return H==="gen-ai"&&y==="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"})):b[H]}return d.createElement(Xt,{...E,...T,tag:"span",componentName:"Icon",nativeAttributes:f,ref:N,style:C},P?I(e):void 0)},Wo={arrow:"awsui_arrow_xjuzf_1sfum_153","arrow-outer":"awsui_arrow-outer_xjuzf_1sfum_157","arrow-inner":"awsui_arrow-inner_xjuzf_1sfum_157","arrow-position-right-top":"awsui_arrow-position-right-top_xjuzf_1sfum_199","arrow-position-right-bottom":"awsui_arrow-position-right-bottom_xjuzf_1sfum_199","arrow-position-left-top":"awsui_arrow-position-left-top_xjuzf_1sfum_202","arrow-position-left-bottom":"awsui_arrow-position-left-bottom_xjuzf_1sfum_202","arrow-position-top-center":"awsui_arrow-position-top-center_xjuzf_1sfum_205","arrow-position-top-right":"awsui_arrow-position-top-right_xjuzf_1sfum_205","arrow-position-top-left":"awsui_arrow-position-top-left_xjuzf_1sfum_205","arrow-position-top-responsive":"awsui_arrow-position-top-responsive_xjuzf_1sfum_205","arrow-position-bottom-center":"awsui_arrow-position-bottom-center_xjuzf_1sfum_208","arrow-position-bottom-right":"awsui_arrow-position-bottom-right_xjuzf_1sfum_208","arrow-position-bottom-left":"awsui_arrow-position-bottom-left_xjuzf_1sfum_208","arrow-position-bottom-responsive":"awsui_arrow-position-bottom-responsive_xjuzf_1sfum_208","arrow-variant-info":"awsui_arrow-variant-info_xjuzf_1sfum_212",body:"awsui_body_xjuzf_1sfum_227","body-overflow-visible":"awsui_body-overflow-visible_xjuzf_1sfum_263","body-variant-chart":"awsui_body-variant-chart_xjuzf_1sfum_266","has-dismiss":"awsui_has-dismiss_xjuzf_1sfum_271",dismiss:"awsui_dismiss_xjuzf_1sfum_276","dismiss-control":"awsui_dismiss-control_xjuzf_1sfum_284","header-row":"awsui_header-row_xjuzf_1sfum_288",header:"awsui_header_xjuzf_1sfum_288",content:"awsui_content_xjuzf_1sfum_313","content-overflow-visible":"awsui_content-overflow-visible_xjuzf_1sfum_322",container:"awsui_container_xjuzf_1sfum_334","container-arrow-position-bottom-left":"awsui_container-arrow-position-bottom-left_xjuzf_1sfum_345","container-arrow-position-bottom-center":"awsui_container-arrow-position-bottom-center_xjuzf_1sfum_345","container-arrow-position-bottom-right":"awsui_container-arrow-position-bottom-right_xjuzf_1sfum_345","container-arrow-position-top-left":"awsui_container-arrow-position-top-left_xjuzf_1sfum_350","container-arrow-position-top-center":"awsui_container-arrow-position-top-center_xjuzf_1sfum_350","container-arrow-position-top-right":"awsui_container-arrow-position-top-right_xjuzf_1sfum_350","container-arrow-position-right-top":"awsui_container-arrow-position-right-top_xjuzf_1sfum_355","container-arrow-position-right-bottom":"awsui_container-arrow-position-right-bottom_xjuzf_1sfum_355","container-arrow-position-left-top":"awsui_container-arrow-position-left-top_xjuzf_1sfum_360","container-arrow-position-left-bottom":"awsui_container-arrow-position-left-bottom_xjuzf_1sfum_360","container-body":"awsui_container-body_xjuzf_1sfum_366","container-body-variant-annotation":"awsui_container-body-variant-annotation_xjuzf_1sfum_406","container-body-size-small":"awsui_container-body-size-small_xjuzf_1sfum_411","fixed-width":"awsui_fixed-width_xjuzf_1sfum_414","container-body-size-medium":"awsui_container-body-size-medium_xjuzf_1sfum_418","container-body-size-large":"awsui_container-body-size-large_xjuzf_1sfum_425","container-arrow":"awsui_container-arrow_xjuzf_1sfum_345","container-arrow-position-top-responsive":"awsui_container-arrow-position-top-responsive_xjuzf_1sfum_475","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_xjuzf_1sfum_1",refresh:"awsui_refresh_xjuzf_1sfum_533",root:"awsui_root_xjuzf_1sfum_555","no-wrap":"awsui_no-wrap_xjuzf_1sfum_587","trigger-type-text-inline":"awsui_trigger-type-text-inline_xjuzf_1sfum_590","overflow-ellipsis":"awsui_overflow-ellipsis_xjuzf_1sfum_590","trigger-type-text":"awsui_trigger-type-text_xjuzf_1sfum_590","root-filtering-token":"awsui_root-filtering-token_xjuzf_1sfum_612",trigger:"awsui_trigger_xjuzf_1sfum_590","trigger-type-filtering-token":"awsui_trigger-type-filtering-token_xjuzf_1sfum_699","popover-inline-content":"awsui_popover-inline-content_xjuzf_1sfum_703","hover-area":"awsui_hover-area_xjuzf_1sfum_707"},HS=({position:e,variant:t})=>d.createElement("div",{className:G(Wo.arrow,Wo[`arrow-position-${e}`],Wo[`arrow-variant-${t}`])},d.createElement("div",{className:Wo["arrow-outer"]}),d.createElement("div",{className:G(Wo["arrow-inner"],Wo.refresh)})),gg=d.memo(HS);function ah(e,t){var l=t&&t.cache?t.cache:FS,a=t&&t.serializer?t.serializer:jS,i=t&&t.strategy?t.strategy:MS;return i(e,{cache:l,serializer:a})}function RS(e){return e==null||typeof e=="number"||typeof e=="boolean"}function LS(e,t,l,a){var i=RS(a)?a:l(a),s=t.get(i);return typeof s>"u"&&(s=e.call(this,a),t.set(i,s)),s}function Ix(e,t,l){var a=Array.prototype.slice.call(arguments,3),i=l(a),s=t.get(i);return typeof s>"u"&&(s=e.apply(this,a),t.set(i,s)),s}function Px(e,t,l,a,i){return l.bind(t,e,a,i)}function MS(e,t){var l=e.length===1?LS:Ix;return Px(e,this,l,t.cache.create(),t.serializer)}function OS(e,t){return Px(e,this,Ix,t.cache.create(),t.serializer)}var jS=function(){return JSON.stringify(arguments)},GS=(function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,l){this.cache[t]=l},e})(),FS={create:function(){return new GS}},nh={variadic:OS},bo;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(bo||(bo={}));var et;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(et||(et={}));var yi;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(yi||(yi={}));function $1(e){return e.type===et.literal}function qS(e){return e.type===et.argument}function Ax(e){return e.type===et.number}function zx(e){return e.type===et.date}function Hx(e){return e.type===et.time}function Rx(e){return e.type===et.select}function Lx(e){return e.type===et.plural}function US(e){return e.type===et.pound}function Mx(e){return e.type===et.tag}function Ox(e){return!!(e&&typeof e=="object"&&e.type===yi.number)}function Eh(e){return!!(e&&typeof e=="object"&&e.type===yi.dateTime)}var jx=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,WS=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function VS(e){var t={};return e.replace(WS,function(l){var a=l.length;switch(l[0]){case"G":t.era=a===4?"long":a===5?"narrow":"short";break;case"y":t.year=a===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][a-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][a-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=a===4?"long":a===5?"narrow":"short";break;case"e":if(a<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][a-4];break;case"c":if(a<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][a-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][a-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][a-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][a-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][a-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][a-1];break;case"s":t.second=["numeric","2-digit"][a-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=a<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var XS=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function YS(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(XS).filter(function(x){return x.length>0}),l=[],a=0,i=t;a<i.length;a++){var s=i[a],u=s.split("/");if(u.length===0)throw new Error("Invalid number skeleton");for(var h=u[0],f=u.slice(1),g=0,v=f;g<v.length;g++){var b=v[g];if(b.length===0)throw new Error("Invalid number skeleton")}l.push({stem:h,options:f})}return l}function $S(e){return e.replace(/^(.*?)-/,"")}var Z1=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Gx=/^(@+)?(\+|#+)?[rs]?$/g,ZS=/(\*)(0+)|(#+)(0+)|(0+)/g,Fx=/^(0+)$/;function Q1(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(Gx,function(l,a,i){return typeof i!="string"?(t.minimumSignificantDigits=a.length,t.maximumSignificantDigits=a.length):i==="+"?t.minimumSignificantDigits=a.length:a[0]==="#"?t.maximumSignificantDigits=a.length:(t.minimumSignificantDigits=a.length,t.maximumSignificantDigits=a.length+(typeof i=="string"?i.length:0)),""}),t}function qx(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function QS(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var l=e.slice(0,2);if(l==="+!"?(t.signDisplay="always",e=e.slice(2)):l==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!Fx.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function K1(e){var t={},l=qx(e);return l||t}function KS(e){for(var t={},l=0,a=e;l<a.length;l++){var i=a[l];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=$S(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=je(je(je({},t),{notation:"scientific"}),i.options.reduce(function(f,g){return je(je({},f),K1(g))},{}));continue;case"engineering":t=je(je(je({},t),{notation:"engineering"}),i.options.reduce(function(f,g){return je(je({},f),K1(g))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(ZS,function(f,g,v,b,x,k){if(g)t.minimumIntegerDigits=v.length;else{if(b&&x)throw new Error("We currently do not support maximum integer digits");if(k)throw new Error("We currently do not support exact integer digits")}return""});continue}if(Fx.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(Z1.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(Z1,function(f,g,v,b,x,k){return v==="*"?t.minimumFractionDigits=g.length:b&&b[0]==="#"?t.maximumFractionDigits=b.length:x&&k?(t.minimumFractionDigits=x.length,t.maximumFractionDigits=x.length+k.length):(t.minimumFractionDigits=g.length,t.maximumFractionDigits=g.length),""});var s=i.options[0];s==="w"?t=je(je({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=je(je({},t),Q1(s)));continue}if(Gx.test(i.stem)){t=je(je({},t),Q1(i.stem));continue}var u=qx(i.stem);u&&(t=je(je({},t),u));var h=QS(i.stem);h&&(t=je(je({},t),h))}return t}var Hu={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function JS(e,t){for(var l="",a=0;a<e.length;a++){var i=e.charAt(a);if(i==="j"){for(var s=0;a+1<e.length&&e.charAt(a+1)===i;)s++,a++;var u=1+(s&1),h=s<2?1:3+(s>>1),f="a",g=eB(t);for((g=="H"||g=="k")&&(h=0);h-- >0;)l+=f;for(;u-- >0;)l=g+l}else i==="J"?l+="H":l+=i}return l}function eB(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var l=e.language,a;l!=="root"&&(a=e.maximize().region);var i=Hu[a||""]||Hu[l||""]||Hu["".concat(l,"-001")]||Hu["001"];return i[0]}var ih,oB=new RegExp("^".concat(jx.source,"*")),tB=new RegExp("".concat(jx.source,"*$"));function _o(e,t){return{start:e,end:t}}var rB=!!String.prototype.startsWith&&"_a".startsWith("a",1),lB=!!String.fromCodePoint,aB=!!Object.fromEntries,nB=!!String.prototype.codePointAt,iB=!!String.prototype.trimStart,cB=!!String.prototype.trimEnd,sB=!!Number.isSafeInteger,uB=sB?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Dh=!0;try{var dB=Wx("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Dh=((ih=dB.exec("a"))===null||ih===void 0?void 0:ih[0])==="a"}catch{Dh=!1}var J1=rB?function(t,l,a){return t.startsWith(l,a)}:function(t,l,a){return t.slice(a,a+l.length)===l},Ih=lB?String.fromCodePoint:function(){for(var t=[],l=0;l<arguments.length;l++)t[l]=arguments[l];for(var a="",i=t.length,s=0,u;i>s;){if(u=t[s++],u>1114111)throw RangeError(u+" is not a valid code point");a+=u<65536?String.fromCharCode(u):String.fromCharCode(((u-=65536)>>10)+55296,u%1024+56320)}return a},eb=aB?Object.fromEntries:function(t){for(var l={},a=0,i=t;a<i.length;a++){var s=i[a],u=s[0],h=s[1];l[u]=h}return l},Ux=nB?function(t,l){return t.codePointAt(l)}:function(t,l){var a=t.length;if(!(l<0||l>=a)){var i=t.charCodeAt(l),s;return i<55296||i>56319||l+1===a||(s=t.charCodeAt(l+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},fB=iB?function(t){return t.trimStart()}:function(t){return t.replace(oB,"")},hB=cB?function(t){return t.trimEnd()}:function(t){return t.replace(tB,"")};function Wx(e,t){return new RegExp(e,t)}var Ph;if(Dh){var ob=Wx("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ph=function(t,l){var a;ob.lastIndex=l;var i=ob.exec(t);return(a=i[1])!==null&&a!==void 0?a:""}}else Ph=function(t,l){for(var a=[];;){var i=Ux(t,l);if(i===void 0||Vx(i)||vB(i))break;a.push(i),l+=i>=65536?2:1}return Ih.apply(void 0,a)};var gB=(function(){function e(t,l){l===void 0&&(l={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!l.ignoreTag,this.locale=l.locale,this.requiresOtherClause=!!l.requiresOtherClause,this.shouldParseSkeletons=!!l.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,l,a){for(var i=[];!this.isEOF();){var s=this.char();if(s===123){var u=this.parseArgument(t,a);if(u.err)return u;i.push(u.val)}else{if(s===125&&t>0)break;if(s===35&&(l==="plural"||l==="selectordinal")){var h=this.clonePosition();this.bump(),i.push({type:et.pound,location:_o(h,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(a)break;return this.error(bo.UNMATCHED_CLOSING_TAG,_o(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&&Ah(this.peek()||0)){var u=this.parseTag(t,l);if(u.err)return u;i.push(u.val)}else{var u=this.parseLiteral(t,l);if(u.err)return u;i.push(u.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,l){var a=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:et.literal,value:"<".concat(i,"/>"),location:_o(a,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,l,!0);if(s.err)return s;var u=s.val,h=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Ah(this.char()))return this.error(bo.INVALID_TAG,_o(h,this.clonePosition()));var f=this.clonePosition(),g=this.parseTagName();return i!==g?this.error(bo.UNMATCHED_CLOSING_TAG,_o(f,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:et.tag,value:i,children:u,location:_o(a,this.clonePosition())},err:null}:this.error(bo.INVALID_TAG,_o(h,this.clonePosition())))}else return this.error(bo.UNCLOSED_TAG,_o(a,this.clonePosition()))}else return this.error(bo.INVALID_TAG,_o(a,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&pB(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,l){for(var a=this.clonePosition(),i="";;){var s=this.tryParseQuote(l);if(s){i+=s;continue}var u=this.tryParseUnquoted(t,l);if(u){i+=u;continue}var h=this.tryParseLeftAngleBracket();if(h){i+=h;continue}break}var f=_o(a,this.clonePosition());return{val:{type:et.literal,value:i,location:f},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!mB(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var l=[this.char()];for(this.bump();!this.isEOF();){var a=this.char();if(a===39)if(this.peek()===39)l.push(39),this.bump();else{this.bump();break}else l.push(a);this.bump()}return Ih.apply(void 0,l)},e.prototype.tryParseUnquoted=function(t,l){if(this.isEOF())return null;var a=this.char();return a===60||a===123||a===35&&(l==="plural"||l==="selectordinal")||a===125&&t>0?null:(this.bump(),Ih(a))},e.prototype.parseArgument=function(t,l){var a=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(bo.EXPECT_ARGUMENT_CLOSING_BRACE,_o(a,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(bo.EMPTY_ARGUMENT,_o(a,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(bo.MALFORMED_ARGUMENT,_o(a,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(bo.EXPECT_ARGUMENT_CLOSING_BRACE,_o(a,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:et.argument,value:i,location:_o(a,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(bo.EXPECT_ARGUMENT_CLOSING_BRACE,_o(a,this.clonePosition())):this.parseArgumentOptions(t,l,i,a);default:return this.error(bo.MALFORMED_ARGUMENT,_o(a,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),l=this.offset(),a=Ph(this.message,l),i=l+a.length;this.bumpTo(i);var s=this.clonePosition(),u=_o(t,s);return{value:a,location:u}},e.prototype.parseArgumentOptions=function(t,l,a,i){var s,u=this.clonePosition(),h=this.parseIdentifierIfPossible().value,f=this.clonePosition();switch(h){case"":return this.error(bo.EXPECT_ARGUMENT_TYPE,_o(u,f));case"number":case"date":case"time":{this.bumpSpace();var g=null;if(this.bumpIf(",")){this.bumpSpace();var v=this.clonePosition(),b=this.parseSimpleArgStyleIfPossible();if(b.err)return b;var x=hB(b.val);if(x.length===0)return this.error(bo.EXPECT_ARGUMENT_STYLE,_o(this.clonePosition(),this.clonePosition()));var k=_o(v,this.clonePosition());g={style:x,styleLocation:k}}var S=this.tryParseArgumentClose(i);if(S.err)return S;var w=_o(i,this.clonePosition());if(g&&J1(g==null?void 0:g.style,"::",0)){var y=fB(g.style.slice(2));if(h==="number"){var b=this.parseNumberSkeletonFromString(y,g.styleLocation);return b.err?b:{val:{type:et.number,value:a,location:w,style:b.val},err:null}}else{if(y.length===0)return this.error(bo.EXPECT_DATE_TIME_SKELETON,w);var C=y;this.locale&&(C=JS(y,this.locale));var x={type:yi.dateTime,pattern:C,location:g.styleLocation,parsedOptions:this.shouldParseSkeletons?VS(C):{}},E=h==="date"?et.date:et.time;return{val:{type:E,value:a,location:w,style:x},err:null}}}return{val:{type:h==="number"?et.number:h==="date"?et.date:et.time,value:a,location:w,style:(s=g==null?void 0:g.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var N=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(bo.EXPECT_SELECT_ARGUMENT_OPTIONS,_o(N,je({},N)));this.bumpSpace();var D=this.parseIdentifierIfPossible(),T=0;if(h!=="select"&&D.value==="offset"){if(!this.bumpIf(":"))return this.error(bo.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,_o(this.clonePosition(),this.clonePosition()));this.bumpSpace();var b=this.tryParseDecimalInteger(bo.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,bo.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(b.err)return b;this.bumpSpace(),D=this.parseIdentifierIfPossible(),T=b.val}var P=this.tryParsePluralOrSelectOptions(t,h,l,D);if(P.err)return P;var S=this.tryParseArgumentClose(i);if(S.err)return S;var I=_o(i,this.clonePosition());return h==="select"?{val:{type:et.select,value:a,options:eb(P.val),location:I},err:null}:{val:{type:et.plural,value:a,options:eb(P.val),offset:T,pluralType:h==="plural"?"cardinal":"ordinal",location:I},err:null}}default:return this.error(bo.INVALID_ARGUMENT_TYPE,_o(u,f))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(bo.EXPECT_ARGUMENT_CLOSING_BRACE,_o(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,l=this.clonePosition();!this.isEOF();){var a=this.char();switch(a){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(bo.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,_o(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(l.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(l.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,l){var a=[];try{a=YS(t)}catch{return this.error(bo.INVALID_NUMBER_SKELETON,l)}return{val:{type:yi.number,tokens:a,location:l,parsedOptions:this.shouldParseSkeletons?KS(a):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,l,a,i){for(var s,u=!1,h=[],f=new Set,g=i.value,v=i.location;;){if(g.length===0){var b=this.clonePosition();if(l!=="select"&&this.bumpIf("=")){var x=this.tryParseDecimalInteger(bo.EXPECT_PLURAL_ARGUMENT_SELECTOR,bo.INVALID_PLURAL_ARGUMENT_SELECTOR);if(x.err)return x;v=_o(b,this.clonePosition()),g=this.message.slice(b.offset,this.offset())}else break}if(f.has(g))return this.error(l==="select"?bo.DUPLICATE_SELECT_ARGUMENT_SELECTOR:bo.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,v);g==="other"&&(u=!0),this.bumpSpace();var k=this.clonePosition();if(!this.bumpIf("{"))return this.error(l==="select"?bo.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:bo.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,_o(this.clonePosition(),this.clonePosition()));var S=this.parseMessage(t+1,l,a);if(S.err)return S;var w=this.tryParseArgumentClose(k);if(w.err)return w;h.push([g,{value:S.val,location:_o(k,this.clonePosition())}]),f.add(g),this.bumpSpace(),s=this.parseIdentifierIfPossible(),g=s.value,v=s.location}return h.length===0?this.error(l==="select"?bo.EXPECT_SELECT_ARGUMENT_SELECTOR:bo.EXPECT_PLURAL_ARGUMENT_SELECTOR,_o(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!u?this.error(bo.MISSING_OTHER_CLAUSE,_o(this.clonePosition(),this.clonePosition())):{val:h,err:null}},e.prototype.tryParseDecimalInteger=function(t,l){var a=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(a=-1);for(var s=!1,u=0;!this.isEOF();){var h=this.char();if(h>=48&&h<=57)s=!0,u=u*10+(h-48),this.bump();else break}var f=_o(i,this.clonePosition());return s?(u*=a,uB(u)?{val:u,err:null}:this.error(l,f)):this.error(t,f)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var l=Ux(this.message,t);if(l===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return l},e.prototype.error=function(t,l){return{val:null,err:{kind:t,message:this.message,location:l}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(J1(this.message,t,this.offset())){for(var l=0;l<t.length;l++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var l=this.offset(),a=this.message.indexOf(t,l);return a>=0?(this.bumpTo(a),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var l=this.offset();if(l===t)break;if(l>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&Vx(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),l=this.offset(),a=this.message.charCodeAt(l+(t>=65536?2:1));return a??null},e})();function Ah(e){return e>=97&&e<=122||e>=65&&e<=90}function mB(e){return Ah(e)||e===47}function pB(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function Vx(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function vB(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function zh(e){e.forEach(function(t){if(delete t.location,Rx(t)||Lx(t))for(var l in t.options)delete t.options[l].location,zh(t.options[l].value);else Ax(t)&&Ox(t.style)||(zx(t)||Hx(t))&&Eh(t.style)?delete t.style.location:Mx(t)&&zh(t.children)})}function bB(e,t){t===void 0&&(t={}),t=je({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var l=new gB(e,t).parse();if(l.err){var a=SyntaxError(bo[l.err.kind]);throw a.location=l.err.location,a.originalMessage=l.err.message,a}return t!=null&&t.captureLocation||zh(l.val),l.val}var Si;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Si||(Si={}));var yd=(function(e){Ql(t,e);function t(l,a,i){var s=e.call(this,l)||this;return s.code=a,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t})(Error),tb=(function(e){Ql(t,e);function t(l,a,i,s){return e.call(this,'Invalid values for "'.concat(l,'": "').concat(a,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Si.INVALID_VALUE,s)||this}return t})(yd),xB=(function(e){Ql(t,e);function t(l,a,i){return e.call(this,'Value for "'.concat(l,'" must be of type ').concat(a),Si.INVALID_VALUE,i)||this}return t})(yd),_B=(function(e){Ql(t,e);function t(l,a){return e.call(this,'The intl string context variable "'.concat(l,'" was not provided to the string "').concat(a,'"'),Si.MISSING_VALUE,a)||this}return t})(yd),Wt;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(Wt||(Wt={}));function kB(e){return e.length<2?e:e.reduce(function(t,l){var a=t[t.length-1];return!a||a.type!==Wt.literal||l.type!==Wt.literal?t.push(l):a.value+=l.value,t},[])}function wB(e){return typeof e=="function"}function Xu(e,t,l,a,i,s,u){if(e.length===1&&$1(e[0]))return[{type:Wt.literal,value:e[0].value}];for(var h=[],f=0,g=e;f<g.length;f++){var v=g[f];if($1(v)){h.push({type:Wt.literal,value:v.value});continue}if(US(v)){typeof s=="number"&&h.push({type:Wt.literal,value:l.getNumberFormat(t).format(s)});continue}var b=v.value;if(!(i&&b in i))throw new _B(b,u);var x=i[b];if(qS(v)){(!x||typeof x=="string"||typeof x=="number")&&(x=typeof x=="string"||typeof x=="number"?String(x):""),h.push({type:typeof x=="string"?Wt.literal:Wt.object,value:x});continue}if(zx(v)){var k=typeof v.style=="string"?a.date[v.style]:Eh(v.style)?v.style.parsedOptions:void 0;h.push({type:Wt.literal,value:l.getDateTimeFormat(t,k).format(x)});continue}if(Hx(v)){var k=typeof v.style=="string"?a.time[v.style]:Eh(v.style)?v.style.parsedOptions:a.time.medium;h.push({type:Wt.literal,value:l.getDateTimeFormat(t,k).format(x)});continue}if(Ax(v)){var k=typeof v.style=="string"?a.number[v.style]:Ox(v.style)?v.style.parsedOptions:void 0;k&&k.scale&&(x=x*(k.scale||1)),h.push({type:Wt.literal,value:l.getNumberFormat(t,k).format(x)});continue}if(Mx(v)){var S=v.children,w=v.value,y=i[w];if(!wB(y))throw new xB(w,"function",u);var C=Xu(S,t,l,a,i,s),E=y(C.map(function(T){return T.value}));Array.isArray(E)||(E=[E]),h.push.apply(h,E.map(function(T){return{type:typeof T=="string"?Wt.literal:Wt.object,value:T}}))}if(Rx(v)){var N=v.options[x]||v.options.other;if(!N)throw new tb(v.value,x,Object.keys(v.options),u);h.push.apply(h,Xu(N.value,t,l,a,i));continue}if(Lx(v)){var N=v.options["=".concat(x)];if(!N){if(!Intl.PluralRules)throw new yd(`Intl.PluralRules is not available in this environment.
|
|
50
|
+
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
51
|
+
`,Si.MISSING_INTL_API,u);var D=l.getPluralRules(t,{type:v.pluralType}).select(x-(v.offset||0));N=v.options[D]||v.options.other}if(!N)throw new tb(v.value,x,Object.keys(v.options),u);h.push.apply(h,Xu(N.value,t,l,a,i,x-(v.offset||0)));continue}}return kB(h)}function yB(e,t){return t?je(je(je({},e||{}),t||{}),Object.keys(e).reduce(function(l,a){return l[a]=je(je({},e[a]),t[a]||{}),l},{})):e}function SB(e,t){return t?Object.keys(e).reduce(function(l,a){return l[a]=yB(e[a],t[a]),l},je({},e)):e}function ch(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,l){e[t]=l}}}}}function BB(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:ah(function(){for(var t,l=[],a=0;a<arguments.length;a++)l[a]=arguments[a];return new((t=Intl.NumberFormat).bind.apply(t,Vt([void 0],l,!1)))},{cache:ch(e.number),strategy:nh.variadic}),getDateTimeFormat:ah(function(){for(var t,l=[],a=0;a<arguments.length;a++)l[a]=arguments[a];return new((t=Intl.DateTimeFormat).bind.apply(t,Vt([void 0],l,!1)))},{cache:ch(e.dateTime),strategy:nh.variadic}),getPluralRules:ah(function(){for(var t,l=[],a=0;a<arguments.length;a++)l[a]=arguments[a];return new((t=Intl.PluralRules).bind.apply(t,Vt([void 0],l,!1)))},{cache:ch(e.pluralRules),strategy:nh.variadic})}}var CB=(function(){function e(t,l,a,i){l===void 0&&(l=e.defaultLocale);var s=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(f){var g=s.formatToParts(f);if(g.length===1)return g[0].value;var v=g.reduce(function(b,x){return!b.length||x.type!==Wt.literal||typeof b[b.length-1]!="string"?b.push(x.value):b[b.length-1]+=x.value,b},[]);return v.length<=1?v[0]||"":v},this.formatToParts=function(f){return Xu(s.ast,s.locales,s.formatters,s.formats,f,void 0,s.message)},this.resolvedOptions=function(){var f;return{locale:((f=s.resolvedLocale)===null||f===void 0?void 0:f.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.ast},this.locales=l,this.resolvedLocale=e.resolveLocale(l),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var u=i||{};u.formatters;var h=_S(u,["formatters"]);this.ast=e.__parse(t,je(je({},h),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=SB(e.formats,a),this.formatters=i&&i.formatters||BB(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(!(typeof Intl.Locale>"u")){var l=Intl.NumberFormat.supportedLocalesOf(t);return l.length>0?new Intl.Locale(l[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=bB,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e})();function NB(){window.location.reload()}const sh={header:"awsui_header_9pwoq_r5exj_6",description:"awsui_description_9pwoq_r5exj_7",action:"awsui_action_9pwoq_r5exj_8"},pi={fallback:"awsui_fallback_11u4a_1e43p_5","feedback-action":"awsui_feedback-action_11u4a_1e43p_6","refresh-action":"awsui_refresh-action_11u4a_1e43p_7",header:"awsui_header_11u4a_1e43p_8",description:"awsui_description_11u4a_1e43p_9",action:"awsui_action_11u4a_1e43p_10"};function TB({i18nStrings:e={},renderFallback:t}){var l;const a={header:d.createElement("div",{className:G(sh.header,pi.header)},d.createElement(EB,{i18nStrings:e})),description:d.createElement("div",{className:G(sh.description,pi.description)},d.createElement(DB,{i18nStrings:e})),action:d.createElement("div",{className:G(sh.action,pi.action)},d.createElement(IB,{i18nStrings:e}))};return d.createElement("div",{className:pi.fallback},(l=t==null?void 0:t(a))!==null&&l!==void 0?l:d.createElement(Cg,{type:"error",header:a.header,action:a.action},a.description))}function EB({i18nStrings:e}){const t=ht("error-boundary");return d.createElement(d.Fragment,null,t("i18nStrings.headerText",e==null?void 0:e.headerText))}function DB({i18nStrings:{descriptionText:e,components:{Feedback:t}={}}={}}){const l=ht("error-boundary"),a=t?{hasFeedback:!0,Feedback:u=>{var h;return d.createElement("span",{className:pi["feedback-action"]},d.createElement(t,null,(h=u[0])!==null&&h!==void 0?h:""))}}:{hasFeedback:!1,Feedback:()=>d.createElement(d.Fragment,null)};function i(u){try{return u?new CB(u).format(a):void 0}catch{return u}}const s=l("i18nStrings.descriptionText",i(e),u=>u(a));return d.createElement(d.Fragment,null,Array.isArray(s)?s.map((u,h)=>d.createElement(d.Fragment,{key:h},u)):s)}function IB({i18nStrings:e}){const t=ht("error-boundary");return d.createElement(Ft,{iconName:"refresh",onClick:NB,className:pi["refresh-action"]},t("i18nStrings.refreshActionText",e==null?void 0:e.refreshActionText))}const Xx=Symbol(),rb=_.createContext({onError:()=>{},suppressed:Xx});function Jc({wrapper:e,suppressNested:t=!1,children:l}){const a=_.useContext(rb),i=a.suppressed===!0||a.suppressed===Xx,s=t||i;return i?d.createElement(d.Fragment,null,l):d.createElement(PB,{...a,wrapper:e},d.createElement(rb.Provider,{value:{...a,suppressed:s}},l))}class PB extends _.Component{constructor(t){super(t),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(t,l){var a,i;(i=(a=this.props).onError)===null||i===void 0||i.call(a,{error:t,errorInfo:l,errorBoundaryId:this.props.errorBoundaryId})}render(){var t,l,a;if(this.state.hasError||this.props.forcedError){const i=d.createElement(TB,{...this.props});return(a=(l=(t=this.props).wrapper)===null||l===void 0?void 0:l.call(t,i))!==null&&a!==void 0?a:i}return this.props.children}}const AB={root:"awsui_root_oip5a_160mh_5"};function Xc({focusNextCallback:e,disabled:t=!1}){return d.createElement("div",{className:AB.root,tabIndex:t?-1:0,onFocus:e})}const zB=["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 HB(e){return"checkVisibility"in e?e.checkVisibility({visibilityProperty:!0}):!0}function mg(e){return Array.from(e.querySelectorAll(zB)).filter(HB)}function Yx(e){return mg(e).filter(t=>t.tabIndex!==-1)}function Hh(e){var t;return(t=Yx(e)[0])!==null&&t!==void 0?t:null}function $x(e){var t;const l=Yx(e);return(t=l[l.length-1])!==null&&t!==void 0?t:null}function RB({className:e,disabled:t,autoFocus:l,restoreFocus:a,children:i},s){const u=_.useRef(null),h=_.useRef(null),f=()=>{var S;h.current&&((S=Hh(h.current))===null||S===void 0||S.focus())},g=()=>{var S;h.current&&((S=$x(h.current))===null||S===void 0||S.focus())};_.useEffect(()=>{l&&!t&&((()=>{var w;document.activeElement&&!(!((w=h.current)===null||w===void 0)&&w.contains(document.activeElement))&&(u.current=document.activeElement)})(),f())},[l,t]);const[v,b]=_.useState(!!t);_.useEffect(()=>{var S;v!==!!t&&(b(!!t),a&&t&&((S=u.current)===null||S===void 0||S.focus(),u.current=null))},[v,t,a]);const x=_.useCallback(S=>{var w;S===null&&a&&((w=u.current)===null||w===void 0||w.focus(),u.current=null)},[a]);_.useImperativeHandle(s,()=>({focusFirst:f}));const k=ao(h,x);return d.createElement(d.Fragment,null,d.createElement(Xc,{disabled:t,focusNextCallback:g}),d.createElement("div",{className:e,ref:k},i),d.createElement(Xc,{disabled:t,focusNextCallback:f}))}const pg=d.forwardRef(RB);var Te;(function(e){e[e.pageUp=33]="pageUp",e[e.pageDown=34]="pageDown",e[e.end=35]="end",e[e.home=36]="home",e[e.backspace=8]="backspace",e[e.space=32]="space",e[e.down=40]="down",e[e.left=37]="left",e[e.right=39]="right",e[e.up=38]="up",e[e.escape=27]="escape",e[e.enter=13]="enter",e[e.tab=9]="tab"})(Te||(Te={}));function vg({dismissButton:e,dismissAriaLabel:t,header:l,children:a,onDismiss:i,variant:s,overflowVisible:u,className:h,ariaLabelledby:f,closeAnalyticsAction:g}){const v=ht("popover"),b=Qe("awsui-popover-"),x=_.useRef(!1),k=_.useRef(null),S=_.useCallback(N=>{N.keyCode===Te.escape&&(N.stopPropagation(),i==null||i())},[i]);_.useEffect(()=>{var N;e&&!x.current&&((N=k.current)===null||N===void 0||N.focus({preventScroll:!0})),x.current=e},[e]);const w=(e??null)&&d.createElement("div",{className:Wo.dismiss,...g?Ge({action:g}):{}},d.createElement(Ft,{variant:"icon",formAction:"none",iconName:"close",className:Wo["dismiss-control"],ariaLabel:v("dismissAriaLabel",t),onClick:()=>i==null?void 0:i(),ref:k})),y=e,C=e&&s!=="annotation",E=y?{role:"dialog","aria-labelledby":f??(l?b:void 0)}:{};return d.createElement("div",{className:G(Wo.body,Wo[`body-variant-${s}`],h,{[Wo["body-overflow-visible"]]:u==="both"}),onKeyDown:S,...E},d.createElement(Jc,null,d.createElement(pg,{disabled:!C,autoFocus:!1},l&&d.createElement("div",{className:G(Wo["header-row"],e&&Wo["has-dismiss"])},w,d.createElement("div",{className:Wo.header,id:b},d.createElement("h2",null,l))),d.createElement("div",{className:!l&&e?Wo["has-dismiss"]:void 0},!l&&w,d.createElement("div",{className:G(Wo.content,{[Wo["content-overflow-visible"]]:!!u})},a)))))}const zi=e=>{const t=[];let l=e;for(;(l=l.parentElement)&&l!==e.ownerDocument.body;)getComputedStyle(l).overflow!=="visible"&&t.push(l);return t},Zx=({element:e,excludeClosestParent:t=!1,expandToViewport:l=!1,canExpandOutsideViewport:a=!1})=>{var i,s,u,h,f;const g=l?[]:zi(e).map(v=>{const{height:b,width:x,top:k,left:S}=v.getBoundingClientRect();return{blockSize:a?v.scrollHeight:b,inlineSize:x,insetBlockStart:k,insetInlineStart:S}});if(a&&!l){const v=e.ownerDocument,b=v.documentElement.getBoundingClientRect();g.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=(i=e.ownerDocument.defaultView)!==null&&i!==void 0?i:window;g.push({blockSize:(u=(s=v.visualViewport)===null||s===void 0?void 0:s.height)!==null&&u!==void 0?u:v.innerHeight,inlineSize:(f=(h=v.visualViewport)===null||h===void 0?void 0:h.width)!==null&&f!==void 0?f:v.innerWidth,insetBlockStart:0,insetInlineStart:0})}return t&&!l&&g.shift(),g};function bg(e,t={block:"nearest",inline:"nearest"}){var l;(l=e==null?void 0:e.scrollIntoView)===null||l===void 0||l.call(e,t)}function Qx({insetBlockStart:e,blockSize:t}){return e<0?e:e+t>window.innerHeight?t>window.innerHeight?e:e+t-window.innerHeight:0}function LB(e,t){const l=Qx(e);l&&(t||window).scrollBy(0,l)}function lb(e){return Dt(e,t=>t.scrollHeight>t.clientHeight&&["scroll","auto"].includes(getComputedStyle(t).overflowY))||void 0}const Ca=12,MB={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"]},ab={"top-center":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart-e.blockSize-l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2-e.inlineSize/2,inlineSize:e.inlineSize,blockSize:e.blockSize}),"top-right":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart-e.blockSize-l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2-Ca-l.inlineSize/2,inlineSize:e.inlineSize,blockSize:e.blockSize}),"top-left":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart-e.blockSize-l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2+Ca+l.inlineSize/2-e.inlineSize,inlineSize:e.inlineSize,blockSize:e.blockSize}),"bottom-center":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize+l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2-e.inlineSize/2,inlineSize:e.inlineSize,blockSize:e.blockSize}),"bottom-right":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize+l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2-Ca-l.inlineSize/2,inlineSize:e.inlineSize,blockSize:e.blockSize}),"bottom-left":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize+l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize/2+Ca+l.inlineSize/2-e.inlineSize,inlineSize:e.inlineSize,blockSize:e.blockSize}),"right-top":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize/2-Ca-l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize+l.blockSize,inlineSize:e.inlineSize,blockSize:e.blockSize}),"right-bottom":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize/2-e.blockSize+Ca+l.blockSize,insetInlineStart:t.insetInlineStart+t.inlineSize+l.blockSize,inlineSize:e.inlineSize,blockSize:e.blockSize}),"left-top":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize/2-Ca-l.blockSize,insetInlineStart:t.insetInlineStart-e.inlineSize-l.blockSize,inlineSize:e.inlineSize,blockSize:e.blockSize}),"left-bottom":({body:e,trigger:t,arrow:l})=>({insetBlockStart:t.insetBlockStart+t.blockSize/2-e.blockSize+Ca+l.blockSize,insetInlineStart:t.insetInlineStart-e.inlineSize-l.blockSize,inlineSize:e.inlineSize,blockSize:e.blockSize})};function nb(e,t){let{insetInlineStart:l,inlineSize:a,insetBlockStart:i,blockSize:s}=e;return l<t.insetInlineStart?(a=l+a-t.insetInlineStart,l=t.insetInlineStart):l+a>t.insetInlineStart+t.inlineSize&&(a=t.insetInlineStart+t.inlineSize-l),i<t.insetBlockStart?(s=i+s-t.insetBlockStart,i=t.insetBlockStart):i+s>t.insetBlockStart+t.blockSize&&(s=t.insetBlockStart+t.blockSize-i),{insetInlineStart:l,inlineSize:a,insetBlockStart:i,blockSize:s}}function OB(e,t){return e.blockSize>=t.blockSize?e:t}function ib(e){let t=null;for(const l of e){if(!t){t=l;continue}const a=Math.max(t.insetInlineStart,l.insetInlineStart),i=Math.max(t.insetBlockStart,l.insetBlockStart),s=Math.min(t.insetInlineStart+t.inlineSize,l.insetInlineStart+l.inlineSize),u=Math.min(t.insetBlockStart+t.blockSize,l.insetBlockStart+l.blockSize);if(s<a||u<i)return null;t={insetInlineStart:a,insetBlockStart:i,inlineSize:s-a,blockSize:u-i}}return t}function jB({preferredPosition:e,fixedInternalPosition:t,trigger:l,arrow:a,body:i,container:s,viewport:u,renderWithPortal:h,allowVerticalOverflow:f,minVisibleBlockSize:g}){let v=null;const b=t?[t]:MB[e];for(const E of b){const N=ab[E]({body:i,trigger:l,arrow:a}),D=ib(h?[N,u]:[N,u,s]),T=g===void 0?D&&D.blockSize===i.blockSize:D&&D.blockSize>=Math.min(i.blockSize,g),P=D&&D.inlineSize===i.inlineSize;if(T&&P){const H=D&&D.blockSize<i.blockSize;return{internalPosition:E,rect:H?nb(N,u):N,scrollable:H}}v=GB({rect:N,internalPosition:E,visibleArea:D},v)}const x=(v==null?void 0:v.internalPosition)||"right-top",k=ab[x]({body:i,trigger:l,arrow:a}),S=OB(u,s),w=f&&UB(x)?{insetBlockStart:S.insetBlockStart,blockSize:S.blockSize,insetInlineStart:u.insetInlineStart,inlineSize:u.inlineSize}:u,y=nb(k,w),C=y.blockSize<k.blockSize;return{internalPosition:x,rect:y,scrollable:C}}function GB(e,t){return t!=null&&t.visibleArea?e.visibleArea?e.visibleArea.inlineSize===t.visibleArea.inlineSize?e.visibleArea.blockSize>t.visibleArea.blockSize?e:t:e.visibleArea.inlineSize>t.visibleArea.inlineSize?e:t:t:e}function FB(e){return{offsetHeight:e.offsetHeight,offsetWidth:e.offsetWidth}}function qB(e){const t=getComputedStyle(e);return{inlineSize:parseFloat(t.inlineSize),blockSize:parseFloat(t.blockSize)}}function UB(e){return["top","bottom"].includes(e.split("-")[0])}function WB(e,t){const l=e.insetBlockStart+e.blockSize/2,a=l<t.insetBlockStart,i=l>t.insetBlockEnd;return a||i}function VB({popoverRef:e,bodyRef:t,arrowRef:l,getTrack:a,contentRef:i,allowScrollToFit:s,allowVerticalOverflow:u,preferredPosition:h,renderWithPortal:f,keepPosition:g,hideOnOverscroll:v,minVisibleBlockSize:b}){const x=_.useRef(null),[k,S]=_.useState({}),[w,y]=_.useState(null),[C,E]=_.useState(!1),N=_.useRef(()=>{}),D=_.useRef(null);return{updatePositionHandler:_.useCallback((P=!1)=>{var I;const H=a();if(!H||!e.current||!t.current||!i.current||!l.current)return;const q=e.current,L=t.current,O=l.current,j=q.ownerDocument,{offsetWidth:V,offsetHeight:U}=FB(q);if(V===0||U===0||!_n(j.body,H))return;const ne=q.style.insetBlockStart,M=q.style.insetInlineStart;q.style.insetBlockStart="0",q.style.insetInlineStart="0",L.style.maxBlockSize="",L.style.overflowX="",L.style.overflowY="";const $=YB(j.defaultView),oe=Ue(H),Q=qB(O),{containingBlock:se,boundary:R}=eS({startElement:q,tests:{containingBlock:yh,boundary:ae=>yh(ae)||ZB(ae)}}),X=se?Ue(se):$,te=R?Ue(R):$B(j),ie=XB(L),pe=Ue(i.current),be={inlineSize:pe.inlineSize+2*ie,blockSize:pe.blockSize+2*ie},re=g&&P&&!!x.current,de=(I=re&&x.current)!==null&&I!==void 0?I:void 0,{scrollable:Y,internalPosition:ve,rect:xe}=jB({preferredPosition:h,fixedInternalPosition:de,trigger:oe,arrow:Q,body:be,container:te,viewport:$,renderWithPortal:f,allowVerticalOverflow:u,minVisibleBlockSize:b}),we=Ru(xe,X),He=Ru(we,Ru(oe,X));q.style.insetBlockStart=ne,q.style.insetInlineStart=M,Y&&(L.style.maxBlockSize=xe.blockSize+"px",L.style.overflowX="hidden",L.style.overflowY="auto"),x.current=ve,y(ve);const Be=s&&!re,le=Be?we.insetBlockStart+Qx(xe):we.insetBlockStart;if(S({insetBlockStart:le,insetInlineStart:we.insetInlineStart}),Be){const ae=lb(q);LB(xe,ae)}if(v&&H instanceof HTMLElement){const ae=lb(H);ae&&(D.current=Ue(ae))}N.current=()=>{const ae=a();if(!ae)return;const _e=Ue(ae),Ne=Ru(_e,se?Ue(se):$);S({insetBlockStart:Ne.insetBlockStart+He.insetBlockStart,insetInlineStart:Ne.insetInlineStart+He.insetInlineStart}),v&&D.current&&E(WB(_e,D.current))}},[a,e,t,i,l,g,h,f,u,s,v,b]),popoverStyle:k,internalPosition:w,positionHandlerRef:N,isOverscrolling:C}}function XB(e){return parseInt(getComputedStyle(e).borderWidth)||0}function Ru(e,t){return{insetBlockStart:e.insetBlockStart-t.insetBlockStart,insetInlineStart:e.insetInlineStart-t.insetInlineStart}}function YB(e){var t,l,a,i;return{insetBlockStart:0,insetInlineStart:0,inlineSize:(l=(t=e.visualViewport)===null||t===void 0?void 0:t.width)!==null&&l!==void 0?l:e.innerWidth,blockSize:(i=(a=e.visualViewport)===null||a===void 0?void 0:a.height)!==null&&i!==void 0?i:e.innerHeight}}function $B(e){const{insetBlockStart:t,insetInlineStart:l}=Ue(e.documentElement);return{insetBlockStart:t,insetInlineStart:l,inlineSize:e.documentElement.scrollWidth,blockSize:e.documentElement.scrollHeight}}function ZB(e){const t=getComputedStyle(e);return!!t.clipPath&&t.clipPath!=="none"}function QB(e,t,l){const a=bl(l);_.useEffect(()=>{const i=e();if(!i)return;let s=t,u={x:i.getBoundingClientRect().x,y:i.getBoundingClientRect().y};const h=new MutationObserver(()=>{const f=e();if(!f)return;const{x:g,y:v}=f.getBoundingClientRect();(g!==u.x||v!==u.y||t!==s)&&(s=t,u={x:g,y:v},a())});return h.observe(i.ownerDocument,{attributes:!0,subtree:!0,childList:!0}),()=>h.disconnect()},[e,a])}function xg({position:e,trackRef:t,getTrack:l,trackKey:a,minVisibleBlockSize:i,arrow:s,children:u,zIndex:h,renderWithPortal:f,size:g,fixedWidth:v,variant:b,keepPosition:x,allowScrollToFit:k,allowVerticalOverflow:S,hideOnOverscroll:w,hoverArea:y,className:C}){const E=_.useRef(null),N=_.useRef(null),D=_.useRef(null),T=_.useRef(null),P=_.useRef(()=>{if(t)return t.current;if(l)return l();throw new Error("Invariant violation: must provide either trackRef or getTrack.")}),{updatePositionHandler:I,popoverStyle:H,internalPosition:q,positionHandlerRef:L,isOverscrolling:O}=VB({popoverRef:D,bodyRef:E,arrowRef:T,getTrack:P.current,contentRef:N,allowScrollToFit:k,allowVerticalOverflow:S,preferredPosition:e,renderWithPortal:f,keepPosition:x,hideOnOverscroll:w,minVisibleBlockSize:i});return _.useLayoutEffect(()=>{I()},[I,a]),Zr(N,()=>{I(!0)}),QB(P.current,a,()=>{const j=D.current&&Ue(D.current);!j||j.insetBlockStart<0||j.insetBlockEnd>window.innerHeight||L.current()}),_.useLayoutEffect(()=>{const j=new AbortController,V=()=>requestAnimationFrame(()=>I(!0)),U=()=>requestAnimationFrame(()=>L.current());return window.addEventListener("resize",V,{signal:j.signal}),window.addEventListener("scroll",U,{capture:!0,signal:j.signal}),()=>{j.abort()}},[w,x,L,t,I]),O?null:d.createElement("div",{ref:D,style:{...H,zIndex:h},className:G(Wo.container,Wo.refresh,C)},d.createElement("div",{ref:T,className:G(Wo["container-arrow"],Wo[`container-arrow-position-${q}`]),"aria-hidden":!0},s(q)),d.createElement("div",{ref:E,className:G(Wo["container-body"],Wo[`container-body-size-${g}`],{[Wo["fixed-width"]]:v,[Wo[`container-body-variant-${b}`]]:b})},y?d.createElement("div",{className:Wo["hover-area"]},d.createElement("div",{ref:N},u)):d.createElement("div",{ref:N},u)))}function td(){return td=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)({}).hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},td.apply(null,arguments)}function _g(e,t){if(e==null)return{};var l={};for(var a in e)if({}.hasOwnProperty.call(e,a)){if(t.indexOf(a)!==-1)continue;l[a]=e[a]}return l}function Rh(e,t){return Rh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(l,a){return l.__proto__=a,l},Rh(e,t)}function kg(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Rh(e,t)}function KB(e,t){return e.classList?!!t&&e.classList.contains(t):(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")!==-1}function JB(e,t){e.classList?e.classList.add(t):KB(e,t)||(typeof e.className=="string"?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}function cb(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function eC(e,t){e.classList?e.classList.remove(t):typeof e.className=="string"?e.className=cb(e.className,t):e.setAttribute("class",cb(e.className&&e.className.baseVal||"",t))}const sb={disabled:!1},rd=d.createContext(null);var Kx=function(t){return t.scrollTop},qc="unmounted",hn="exited",gn="entering",gi="entered",Lh="exiting",_l=(function(e){kg(t,e);function t(a,i){var s;s=e.call(this,a,i)||this;var u=i,h=u&&!u.isMounting?a.enter:a.appear,f;return s.appearStatus=null,a.in?h?(f=hn,s.appearStatus=gn):f=gi:a.unmountOnExit||a.mountOnEnter?f=qc:f=hn,s.state={status:f},s.nextCallback=null,s}t.getDerivedStateFromProps=function(i,s){var u=i.in;return u&&s.status===qc?{status:hn}:null};var l=t.prototype;return l.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},l.componentDidUpdate=function(i){var s=null;if(i!==this.props){var u=this.state.status;this.props.in?u!==gn&&u!==gi&&(s=gn):(u===gn||u===gi)&&(s=Lh)}this.updateStatus(!1,s)},l.componentWillUnmount=function(){this.cancelNextCallback()},l.getTimeouts=function(){var i=this.props.timeout,s,u,h;return s=u=h=i,i!=null&&typeof i!="number"&&(s=i.exit,u=i.enter,h=i.appear!==void 0?i.appear:u),{exit:s,enter:u,appear:h}},l.updateStatus=function(i,s){if(i===void 0&&(i=!1),s!==null)if(this.cancelNextCallback(),s===gn){if(this.props.unmountOnExit||this.props.mountOnEnter){var u=this.props.nodeRef?this.props.nodeRef.current:Au.findDOMNode(this);u&&Kx(u)}this.performEnter(i)}else this.performExit();else this.props.unmountOnExit&&this.state.status===hn&&this.setState({status:qc})},l.performEnter=function(i){var s=this,u=this.props.enter,h=this.context?this.context.isMounting:i,f=this.props.nodeRef?[h]:[Au.findDOMNode(this),h],g=f[0],v=f[1],b=this.getTimeouts(),x=h?b.appear:b.enter;if(!i&&!u||sb.disabled){this.safeSetState({status:gi},function(){s.props.onEntered(g)});return}this.props.onEnter(g,v),this.safeSetState({status:gn},function(){s.props.onEntering(g,v),s.onTransitionEnd(x,function(){s.safeSetState({status:gi},function(){s.props.onEntered(g,v)})})})},l.performExit=function(){var i=this,s=this.props.exit,u=this.getTimeouts(),h=this.props.nodeRef?void 0:Au.findDOMNode(this);if(!s||sb.disabled){this.safeSetState({status:hn},function(){i.props.onExited(h)});return}this.props.onExit(h),this.safeSetState({status:Lh},function(){i.props.onExiting(h),i.onTransitionEnd(u.exit,function(){i.safeSetState({status:hn},function(){i.props.onExited(h)})})})},l.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},l.safeSetState=function(i,s){s=this.setNextCallback(s),this.setState(i,s)},l.setNextCallback=function(i){var s=this,u=!0;return this.nextCallback=function(h){u&&(u=!1,s.nextCallback=null,i(h))},this.nextCallback.cancel=function(){u=!1},this.nextCallback},l.onTransitionEnd=function(i,s){this.setNextCallback(s);var u=this.props.nodeRef?this.props.nodeRef.current:Au.findDOMNode(this),h=i==null&&!this.props.addEndListener;if(!u||h){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var f=this.props.nodeRef?[this.nextCallback]:[u,this.nextCallback],g=f[0],v=f[1];this.props.addEndListener(g,v)}i!=null&&setTimeout(this.nextCallback,i)},l.render=function(){var i=this.state.status;if(i===qc)return null;var s=this.props,u=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 h=_g(s,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return d.createElement(rd.Provider,{value:null},typeof u=="function"?u(i,h):d.cloneElement(d.Children.only(u),h))},t})(d.Component);_l.contextType=rd;_l.propTypes={};function di(){}_l.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:di,onEntering:di,onEntered:di,onExit:di,onExiting:di,onExited:di};_l.UNMOUNTED=qc;_l.EXITED=hn;_l.ENTERING=gn;_l.ENTERED=gi;_l.EXITING=Lh;var oC=function(t,l){return t&&l&&l.split(" ").forEach(function(a){return JB(t,a)})},uh=function(t,l){return t&&l&&l.split(" ").forEach(function(a){return eC(t,a)})},wg=(function(e){kg(t,e);function t(){for(var a,i=arguments.length,s=new Array(i),u=0;u<i;u++)s[u]=arguments[u];return a=e.call.apply(e,[this].concat(s))||this,a.appliedClasses={appear:{},enter:{},exit:{}},a.onEnter=function(h,f){var g=a.resolveArguments(h,f),v=g[0],b=g[1];a.removeClasses(v,"exit"),a.addClass(v,b?"appear":"enter","base"),a.props.onEnter&&a.props.onEnter(h,f)},a.onEntering=function(h,f){var g=a.resolveArguments(h,f),v=g[0],b=g[1],x=b?"appear":"enter";a.addClass(v,x,"active"),a.props.onEntering&&a.props.onEntering(h,f)},a.onEntered=function(h,f){var g=a.resolveArguments(h,f),v=g[0],b=g[1],x=b?"appear":"enter";a.removeClasses(v,x),a.addClass(v,x,"done"),a.props.onEntered&&a.props.onEntered(h,f)},a.onExit=function(h){var f=a.resolveArguments(h),g=f[0];a.removeClasses(g,"appear"),a.removeClasses(g,"enter"),a.addClass(g,"exit","base"),a.props.onExit&&a.props.onExit(h)},a.onExiting=function(h){var f=a.resolveArguments(h),g=f[0];a.addClass(g,"exit","active"),a.props.onExiting&&a.props.onExiting(h)},a.onExited=function(h){var f=a.resolveArguments(h),g=f[0];a.removeClasses(g,"exit"),a.addClass(g,"exit","done"),a.props.onExited&&a.props.onExited(h)},a.resolveArguments=function(h,f){return a.props.nodeRef?[a.props.nodeRef.current,h]:[h,f]},a.getClassNames=function(h){var f=a.props.classNames,g=typeof f=="string",v=g&&f?f+"-":"",b=g?""+v+h:f[h],x=g?b+"-active":f[h+"Active"],k=g?b+"-done":f[h+"Done"];return{baseClassName:b,activeClassName:x,doneClassName:k}},a}var l=t.prototype;return l.addClass=function(i,s,u){var h=this.getClassNames(s)[u+"ClassName"],f=this.getClassNames("enter"),g=f.doneClassName;s==="appear"&&u==="done"&&g&&(h+=" "+g),u==="active"&&i&&Kx(i),h&&(this.appliedClasses[s][u]=h,oC(i,h))},l.removeClasses=function(i,s){var u=this.appliedClasses[s],h=u.base,f=u.active,g=u.done;this.appliedClasses[s]={},h&&uh(i,h),f&&uh(i,f),g&&uh(i,g)},l.render=function(){var i=this.props;i.classNames;var s=_g(i,["classNames"]);return d.createElement(_l,td({},s,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t})(d.Component);wg.defaultProps={classNames:""};wg.propTypes={};function tC(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function yg(e,t){var l=function(s){return t&&_.isValidElement(s)?t(s):s},a=Object.create(null);return e&&_.Children.map(e,function(i){return i}).forEach(function(i){a[i.key]=l(i)}),a}function rC(e,t){e=e||{},t=t||{};function l(v){return v in t?t[v]:e[v]}var a=Object.create(null),i=[];for(var s in e)s in t?i.length&&(a[s]=i,i=[]):i.push(s);var u,h={};for(var f in t){if(a[f])for(u=0;u<a[f].length;u++){var g=a[f][u];h[a[f][u]]=l(g)}h[f]=l(f)}for(u=0;u<i.length;u++)h[i[u]]=l(i[u]);return h}function bn(e,t,l){return l[t]!=null?l[t]:e.props[t]}function lC(e,t){return yg(e.children,function(l){return _.cloneElement(l,{onExited:t.bind(null,l),in:!0,appear:bn(l,"appear",e),enter:bn(l,"enter",e),exit:bn(l,"exit",e)})})}function aC(e,t,l){var a=yg(e.children),i=rC(t,a);return Object.keys(i).forEach(function(s){var u=i[s];if(_.isValidElement(u)){var h=s in t,f=s in a,g=t[s],v=_.isValidElement(g)&&!g.props.in;f&&(!h||v)?i[s]=_.cloneElement(u,{onExited:l.bind(null,u),in:!0,exit:bn(u,"exit",e),enter:bn(u,"enter",e)}):!f&&h&&!v?i[s]=_.cloneElement(u,{in:!1}):f&&h&&_.isValidElement(g)&&(i[s]=_.cloneElement(u,{onExited:l.bind(null,u),in:g.props.in,exit:bn(u,"exit",e),enter:bn(u,"enter",e)}))}}),i}var nC=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},iC={component:"div",childFactory:function(t){return t}},Sd=(function(e){kg(t,e);function t(a,i){var s;s=e.call(this,a,i)||this;var u=s.handleExited.bind(tC(s));return s.state={contextValue:{isMounting:!0},handleExited:u,firstRender:!0},s}var l=t.prototype;return l.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},l.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(i,s){var u=s.children,h=s.handleExited,f=s.firstRender;return{children:f?lC(i,h):aC(i,u,h),firstRender:!1}},l.handleExited=function(i,s){var u=yg(this.props.children);i.key in u||(i.props.onExited&&i.props.onExited(s),this.mounted&&this.setState(function(h){var f=td({},h.children);return delete f[i.key],{children:f}}))},l.render=function(){var i=this.props,s=i.component,u=i.childFactory,h=_g(i,["component","childFactory"]),f=this.state.contextValue,g=nC(this.state.children).map(u);return delete h.appear,delete h.enter,delete h.exit,s===null?d.createElement(rd.Provider,{value:f},g):d.createElement(rd.Provider,{value:f},d.createElement(s,h,g))},t})(d.Component);Sd.propTypes={};Sd.defaultProps=iC;function as({in:e,children:t,exit:l=!0,onStatusChange:a=()=>{},disabled:i=!1,transitionChangeDelay:s,...u}){const h=_.useRef(null),[f,g]=_.useState(e?"entered":"exited"),v=ig(h)||i,b=_.useCallback(x=>{const k=h.current;if(k===null)return;const S=new AbortController,w=y=>{y.target===k&&(S.abort(),x())};k.addEventListener("transitionend",w,{signal:S.signal}),k.addEventListener("animationend",w,{signal:S.signal})},[]);return d.createElement(_l,{addEndListener:b,timeout:v?0:void 0,in:e,nodeRef:h,exit:l,onEnter:x=>{x||(g("enter"),a("enter"))},onEntering:x=>{var k;x||((k=h.current)===null||k===void 0||k.offsetHeight,s!=null&&s.entering?setTimeout(()=>{g("entering"),a("entering")},s==null?void 0:s.entering):(g("entering"),a("entering")))},onEntered:x=>{x||(g("entered"),a("entered"))},onExit:()=>{g("exit"),a("exit")},onExiting:()=>{g("exiting"),a("exiting")},onExited:()=>{g("exited"),a("exited")},...u},()=>t(f,h))}const cC={root:"awsui_root_1qprf_160mh_5"};function Hi({value:e,trackRef:t,trackKey:l,className:a,contentAttributes:i={},position:s="top",size:u="small",hideOnOverscroll:h,onDismiss:f}){return!l&&(typeof e=="string"||typeof e=="number")&&(l=e),_.useEffect(()=>{const g=new AbortController;return window.addEventListener("keydown",v=>{v.key==="Escape"&&(v.stopPropagation(),f==null||f())},{capture:!0,signal:g.signal}),()=>{g.abort()}},[f]),d.createElement(ts,null,d.createElement("div",{className:cC.root,...i,"data-testid":l},d.createElement(as,{in:!0},()=>d.createElement(xg,{trackRef:t,trackKey:l,size:u,fixedWidth:!1,position:s,zIndex:7e3,arrow:g=>d.createElement(gg,{position:g}),hideOnOverscroll:h,className:a},d.createElement(vg,{dismissButton:!1,dismissAriaLabel:void 0,onDismiss:void 0,header:void 0},e)))))}const Bd=_.createContext({onClick:()=>{}});function sC(){return _.useContext(Bd)}class uC{constructor(t=!1,l=null){this.cancelable=t,this.detail=l,this.defaultPrevented=!1,this.cancelBubble=!1}preventDefault(){this.defaultPrevented=!0}stopPropagation(){this.cancelBubble=!0}}function Jx({cancelable:e,detail:t}){return new uC(e,t)}function Ze(e,t){if(!e)return;const l=Jx({cancelable:!1,detail:t});e(l)}function Rr(e,t,l){if(!e)return!1;const a=Jx({cancelable:!0,detail:t});return e(a),a.defaultPrevented&&l&&l.preventDefault(),a.cancelBubble&&l&&l.stopPropagation(),a.defaultPrevented}function wn(e,t){return Rr(e,{keyCode:t.keyCode,key:t.key,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,isComposing:t.nativeEvent.isComposing},t)}const dC=e=>e.button!==void 0;function e_(e){return e.ctrlKey||e.altKey||e.shiftKey||e.metaKey}function Cd(e){return e&&(!dC(e)||e.button===0)&&!e_(e)}function Ri(e,t){_.useImperativeHandle(e,()=>({focus(...l){var a;(a=t.current)===null||a===void 0||a.focus(...l)}}),[t])}function Ga(e){const t=Qe();return{targetProps:{"aria-describedby":e?t:void 0},descriptionEl:e?d.createElement("span",{id:t,hidden:!0},e):null,descriptionId:t}}const o_=_.createContext({isInModal:!1,componentLoadingCount:{current:0},emitTimeToContentReadyInModal:()=>{}}),Nd=()=>_.useContext(o_),fC=(e,t)=>{const l=Nd();_.useEffect(()=>{if(!(!e||!l.isInModal)&&t)return l.componentLoadingCount.current++,()=>{l.componentLoadingCount.current--,l.emitTimeToContentReadyInModal(performance.now())}},[t])},hC=()=>{const e=Nd();_.useEffect(()=>{if(e.isInModal)return e.componentLoadingCount.current++,()=>{e.componentLoadingCount.current--,e.emitTimeToContentReadyInModal(performance.now())}},[])};function t_(e,t,l){const a=_.useRef();return _.useEffect(()=>{var i;a.current=l,(i=e.current)===null||i===void 0||i.setAttribute(t,l)},[t,l,e]),{[t]:a.current}}function ld(e,t){const l=_.useRef(null);_.useEffect(()=>{const a=l.current;if(l.current=t,a!==null&&!gC(a,t))return e()},t)}function gC(e,t){for(let l=0;l<Math.max(e.length,t.length);l++)if(!Object.is(e[l],t[l]))return!1;return!0}const ad=new WeakMap,mC=150;function ub(e,t){let l=i=>{l=()=>{},t(i)};ad.set(e,i=>l(i)),Mh.observe(e);const a=setTimeout(()=>l(!1),mC);return()=>{clearTimeout(a),ad.delete(e),Mh.unobserve(e)}}function pC(e){return typeof IntersectionObserver>"u"?{observe:()=>{},unobserve:()=>{}}:new IntersectionObserver(e)}const Mh=pC(function(t){var l;for(const a of t)Mh.unobserve(a.target),(l=ad.get(a.target))===null||l===void 0||l(a.isIntersecting),ad.delete(a.target)}),db="awsui-evaluate-component-visibility",vC=()=>{const[e,t]=_.useState(!1);return _.useEffect(()=>{const l=()=>{t(a=>!a)};return document.addEventListener(db,l),()=>{document.removeEventListener(db,l)}},[]),e};function r_(e,t,l,a,i){const s=cg(),{isInModal:u}=Nd(),h=t_(l,"data-analytics-performance-mark",s),f=vC();return _.useEffect(()=>{if(!t()||!l.current||u||!(l.current.offsetWidth>0&&l.current.offsetHeight>0&&getComputedStyle(l.current).visibility!=="hidden"))return;const v=performance.now();return ub(l.current,x=>{performance.mark(`${e}Rendered`,{startTime:v,detail:{source:"awsui",instanceIdentifier:s,inViewport:x,...a()}})})},[]),ld(()=>{if(!t()||!l.current||u||!(l.current.offsetWidth>0&&l.current.offsetHeight>0&&getComputedStyle(l.current).visibility!=="hidden"))return;const v=performance.now();return ub(l.current,x=>{performance.mark(`${e}Updated`,{startTime:v,detail:{source:"awsui",instanceIdentifier:s,inViewport:x,...a()}})})},[f,...i]),h}const bC=["javascript:void(0)","javascript:void(0);","javascript:;"];function es(e,t){if(!t||bC.indexOf(t.toLowerCase())!==-1)return;let l;try{l=new URL(t)}catch{return}if(l.protocol==="javascript:")throw new Error("A javascript: URL was blocked as a security precaution.")}const l_={root:"awsui_root_1iee7_xy9l5_145",announcer:"awsui_announcer_1iee7_xy9l5_153"},a_={root:"awsui_root_1pc7b_1k8pp_5",announcer:"awsui_announcer_1pc7b_1k8pp_9"};class Td{constructor(t,l=Td.defaultDelay){this.politeness=t,this.delay=l,this._addedTerminalPeriod=!1,this._nextAnnouncement="",this._element=document.createElement("div"),this._element.className=`${l_.announcer} ${a_.announcer}`,this._element.setAttribute("aria-live",this.politeness),this._element.setAttribute("aria-atomic","true"),document.body.appendChild(this._element)}destroy(){var t;(t=this._element)===null||t===void 0||t.remove(),this._timeoutId!==void 0&&(clearTimeout(this._timeoutId),this._timeoutId=void 0)}announce({message:t,forceReannounce:l=!1}){if(t){if(this._nextAnnouncement=t.trim(),this.delay===0||l)return this._updateElement(l);this._timeoutId===void 0&&(this._timeoutId=setTimeout(()=>this._updateElement(!1),this.delay*1e3))}}_updateElement(t){this._nextAnnouncement!==this._lastAnnouncement?(this._element.textContent=this._nextAnnouncement,this._addedTerminalPeriod=!1):t&&(this._element.textContent=this._nextAnnouncement+(this._addedTerminalPeriod?"":"."),this._addedTerminalPeriod=!this._addedTerminalPeriod),this._lastAnnouncement=this._nextAnnouncement,this._timeoutId=void 0}}Td.defaultDelay=2;const Mt=d.forwardRef(function({assertive:t=!1,hidden:l=!1,tagName:a="div",delay:i,sources:s,children:u,__internalRootRef:h,className:f,...g},v){const b=io(g),x=_.useRef(null),k=ao(x,h);_.useEffect(()=>{x.current&&(x.current.inert=l)},[l]);const S=_.useRef();_.useEffect(()=>{const y=new Td(t?"assertive":"polite");return S.current=y,()=>{y.destroy(),S.current=void 0}},[t]);const w=()=>{if(s)return _C(s);if(x.current)return Sg(x.current)};return _.useEffect(()=>{var y;(y=S.current)===null||y===void 0||y.announce({message:w(),delay:i})}),_.useImperativeHandle(v,()=>({reannounce(){var y;(y=S.current)===null||y===void 0||y.announce({message:w(),delay:i,forceReannounce:!0})}})),d.createElement(a,{ref:k,...b,className:G(l_.root,a_.root,f),hidden:l},u)}),xC=e=>e.nodeType===Node.TEXT_NODE?e.textContent||"":e.nodeType===Node.ELEMENT_NODE?Sg(e):"";function Sg(e){var t;return!e||!(!((t=e==null?void 0:e.childNodes)===null||t===void 0)&&t.length)?"":Array.from(e.childNodes,xC).join(" ").replace(/\s+/g," ").trim()}function _C(e){return e.map(t=>{if(!t||typeof t=="string")return t;if(t.current)return Sg(t.current)}).filter(Boolean).join(" ")}const cn={root:"awsui_root_1612d_1pcpw_183","spinner-rotator":"awsui_spinner-rotator_1612d_1pcpw_1","size-normal":"awsui_size-normal_1612d_1pcpw_198","size-big":"awsui_size-big_1612d_1pcpw_206","size-large":"awsui_size-large_1612d_1pcpw_214","variant-normal":"awsui_variant-normal_1612d_1pcpw_222","variant-disabled":"awsui_variant-disabled_1612d_1pcpw_225","variant-inverted":"awsui_variant-inverted_1612d_1pcpw_228",circle:"awsui_circle_1612d_1pcpw_240","circle-left":"awsui_circle-left_1612d_1pcpw_268","spinner-line-left":"awsui_spinner-line-left_1612d_1pcpw_1","circle-right":"awsui_circle-right_1612d_1pcpw_273","spinner-line-right":"awsui_spinner-line-right_1612d_1pcpw_1"};function Ed({size:e="normal",variant:t="normal",nativeAttributes:l,__internalRootRef:a,...i}){const s=io(i);return hC(),d.createElement(Xt,{...s,tag:"span",componentName:"Spinner",nativeAttributes:l,className:G(s.className,cn.root,cn[`size-${e}`],cn[`variant-${t}`]),ref:a},d.createElement("span",{className:G(cn.circle,cn["circle-left"])}),d.createElement("span",{className:G(cn.circle,cn["circle-right"])}))}const lr={content:"awsui_content_vjswe_1hplu_153",button:"awsui_button_vjswe_1hplu_157","variant-normal":"awsui_variant-normal_vjswe_1hplu_206",disabled:"awsui_disabled_vjswe_1hplu_227","variant-primary":"awsui_variant-primary_vjswe_1hplu_235","variant-link":"awsui_variant-link_vjswe_1hplu_264","variant-icon":"awsui_variant-icon_vjswe_1hplu_293","variant-inline-icon":"awsui_variant-inline-icon_vjswe_1hplu_322","variant-inline-icon-pointer-target":"awsui_variant-inline-icon-pointer-target_vjswe_1hplu_351","variant-inline-link":"awsui_variant-inline-link_vjswe_1hplu_380","variant-modal-dismiss":"awsui_variant-modal-dismiss_vjswe_1hplu_413","variant-flashbar-icon":"awsui_variant-flashbar-icon_vjswe_1hplu_442","variant-breadcrumb-group":"awsui_variant-breadcrumb-group_vjswe_1hplu_471","variant-menu-trigger":"awsui_variant-menu-trigger_vjswe_1hplu_505","button-no-text":"awsui_button-no-text_vjswe_1hplu_601","button-no-wrap":"awsui_button-no-wrap_vjswe_1hplu_605","full-width":"awsui_full-width_vjswe_1hplu_608","icon-left":"awsui_icon-left_vjswe_1hplu_630","icon-right":"awsui_icon-right_vjswe_1hplu_635",icon:"awsui_icon_vjswe_1hplu_630",link:"awsui_link_vjswe_1hplu_654","disabled-with-reason":"awsui_disabled-with-reason_vjswe_1hplu_654"};function Bg(e){return e.variant==="icon"||e.variant==="inline-icon"?"left":e.iconAlign}function n_({iconName:e,iconUrl:t,iconAlt:l,iconSvg:a,iconSize:i,badge:s,...u}){return!e&&!t&&!a?null:_.createElement(no,{className:G(lr.icon,lr[`icon-${Bg(u)}`],u.iconClass),name:e,url:t,svg:a,alt:l,size:i,badge:s})}function kC(e){return e.loading?_.createElement(Ed,{className:G(lr.icon,lr["icon-left"])}):Bg(e)==="left"?_.createElement(n_,{...e}):null}function wC(e){return Bg(e)==="right"?_.createElement(n_,{...e}):null}const he={contentLayoutMaxContentWidth:"--awsui-content-layout-max-content-width-rhu47t",flashbarStackDepth:"--awsui-flashbar-stack-depth-rhu47t",flashbarStackIndex:"--awsui-flashbar-stack-index-rhu47t",dropdownDefaultMaxWidth:"--awsui-dropdown-default-max-width-rhu47t",styleBackgroundActive:"--awsui-style-background-active-rhu47t",styleBackgroundDefault:"--awsui-style-background-default-rhu47t",styleBackgroundDisabled:"--awsui-style-background-disabled-rhu47t",styleBackgroundHover:"--awsui-style-background-hover-rhu47t",styleBorderColorActive:"--awsui-style-border-color-active-rhu47t",styleBorderColorDefault:"--awsui-style-border-color-default-rhu47t",styleBorderColorDisabled:"--awsui-style-border-color-disabled-rhu47t",styleBorderColorHover:"--awsui-style-border-color-hover-rhu47t",styleColorActive:"--awsui-style-color-active-rhu47t",styleColorDefault:"--awsui-style-color-default-rhu47t",styleColorDisabled:"--awsui-style-color-disabled-rhu47t",styleColorHover:"--awsui-style-color-hover-rhu47t",styleFocusRingBorderColor:"--awsui-style-focus-ring-border-color-rhu47t",styleFocusRingBorderRadius:"--awsui-style-focus-ring-border-radius-rhu47t",styleFocusRingBorderWidth:"--awsui-style-focus-ring-border-width-rhu47t",styleBoxShadowActive:"--awsui-style-box-shadow-active-rhu47t",styleBoxShadowDefault:"--awsui-style-box-shadow-default-rhu47t",styleBoxShadowDisabled:"--awsui-style-box-shadow-disabled-rhu47t",styleBoxShadowHover:"--awsui-style-box-shadow-hover-rhu47t",styleBackgroundReadonly:"--awsui-style-background-readonly-rhu47t",styleBorderColorReadonly:"--awsui-style-border-color-readonly-rhu47t",styleBoxShadowReadonly:"--awsui-style-box-shadow-readonly-rhu47t",styleColorReadonly:"--awsui-style-color-readonly-rhu47t",styleBackgroundFocus:"--awsui-style-background-focus-rhu47t",styleBorderColorFocus:"--awsui-style-border-color-focus-rhu47t",styleBoxShadowFocus:"--awsui-style-box-shadow-focus-rhu47t",styleColorFocus:"--awsui-style-color-focus-rhu47t",stylePlaceholderColor:"--awsui-style-placeholder-color-rhu47t",stylePlaceholderFontSize:"--awsui-style-placeholder-font-size-rhu47t",stylePlaceholderFontStyle:"--awsui-style-placeholder-font-style-rhu47t",stylePlaceholderFontWeight:"--awsui-style-placeholder-font-weight-rhu47t",styleTabsActiveIndicatorColor:"--awsui-style-tabs-active-indicator-color-rhu47t",styleTabsActiveIndicatorWidth:"--awsui-style-tabs-active-indicator-width-rhu47t",styleTabsActiveIndicatorBorderRadius:"--awsui-style-tabs-active-indicator-border-radius-rhu47t",styleTabsSeparatorColor:"--awsui-style-tabs-separator-color-rhu47t",styleTabsSeparatorWidth:"--awsui-style-tabs-separator-width-rhu47t",alertFocusRingBorderColor:"--awsui-alert-focus-ring-border-color-rhu47t",alertFocusRingBorderRadius:"--awsui-alert-focus-ring-border-radius-rhu47t",alertFocusRingBorderWidth:"--awsui-alert-focus-ring-border-width-rhu47t",alertIconColor:"--awsui-alert-icon-color-rhu47t"};function yC(e){var t,l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N,D,T,P,I,H,q,L,O,j,V,U;if(e!=null&&e.root)return{borderRadius:(t=e==null?void 0:e.root)===null||t===void 0?void 0:t.borderRadius,borderWidth:(l=e==null?void 0:e.root)===null||l===void 0?void 0:l.borderWidth,paddingBlock:(a=e==null?void 0:e.root)===null||a===void 0?void 0:a.paddingBlock,paddingInline:(i=e==null?void 0:e.root)===null||i===void 0?void 0:i.paddingInline,...((s=e==null?void 0:e.root)===null||s===void 0?void 0:s.background)&&{[he.styleBackgroundActive]:(u=e.root.background)===null||u===void 0?void 0:u.active,[he.styleBackgroundDefault]:(h=e.root.background)===null||h===void 0?void 0:h.default,[he.styleBackgroundDisabled]:(f=e.root.background)===null||f===void 0?void 0:f.disabled,[he.styleBackgroundHover]:(g=e.root.background)===null||g===void 0?void 0:g.hover},...((v=e==null?void 0:e.root)===null||v===void 0?void 0:v.borderColor)&&{[he.styleBorderColorActive]:(b=e.root.borderColor)===null||b===void 0?void 0:b.active,[he.styleBorderColorDefault]:(x=e.root.borderColor)===null||x===void 0?void 0:x.default,[he.styleBorderColorDisabled]:(k=e.root.borderColor)===null||k===void 0?void 0:k.disabled,[he.styleBorderColorHover]:(S=e.root.borderColor)===null||S===void 0?void 0:S.hover},...((w=e==null?void 0:e.root)===null||w===void 0?void 0:w.boxShadow)&&{[he.styleBoxShadowActive]:(y=e.root.boxShadow)===null||y===void 0?void 0:y.active,[he.styleBoxShadowDefault]:(C=e.root.boxShadow)===null||C===void 0?void 0:C.default,[he.styleBoxShadowDisabled]:(E=e.root.boxShadow)===null||E===void 0?void 0:E.disabled,[he.styleBoxShadowHover]:(N=e.root.boxShadow)===null||N===void 0?void 0:N.hover},...((D=e==null?void 0:e.root)===null||D===void 0?void 0:D.color)&&{[he.styleColorActive]:(T=e.root.color)===null||T===void 0?void 0:T.active,[he.styleColorDefault]:(P=e.root.color)===null||P===void 0?void 0:P.default,[he.styleColorDisabled]:(I=e.root.color)===null||I===void 0?void 0:I.disabled,[he.styleColorHover]:(H=e.root.color)===null||H===void 0?void 0:H.hover},...((q=e==null?void 0:e.root)===null||q===void 0?void 0:q.focusRing)&&{[he.styleFocusRingBorderColor]:(L=e.root.focusRing)===null||L===void 0?void 0:L.borderColor,[he.styleFocusRingBorderRadius]:(O=e.root.focusRing)===null||O===void 0?void 0:O.borderRadius,[he.styleFocusRingBorderWidth]:(j=e.root.focusRing)===null||j===void 0?void 0:j.borderWidth},...((U=(V=e==null?void 0:e.root)===null||V===void 0?void 0:V.focusRing)===null||U===void 0?void 0:U.borderRadius)&&{[he.styleFocusRingBorderRadius]:e.root.focusRing.borderRadius}}}const fb={label:"awsui_label_1f1d4_ocied_5"},hb={"disabled-reason-tooltip":"awsui_disabled-reason-tooltip_1ueyk_ca6yt_5","external-icon":"awsui_external-icon_1ueyk_ca6yt_9"},Ft=d.forwardRef(({children:e,iconName:t,__iconClass:l,onClick:a,onFollow:i,iconAlign:s="left",iconUrl:u,iconSvg:h,iconAlt:f,variant:g="normal",loading:v=!1,loadingText:b,disabled:x=!1,disabledReason:k,wrapText:S=!0,href:w,external:y,target:C,rel:E,download:N,formAction:D="submit",ariaLabel:T,ariaDescribedby:P,ariaExpanded:I,ariaControls:H,fullWidth:q,badge:L,i18nStrings:O,style:j,nativeButtonAttributes:V,nativeAnchorAttributes:U,__internalRootRef:ne,__focusable:M=!1,__injectAnalyticsComponentMetadata:$=!1,__title:oe,__emitPerformanceMarks:Q=!0,__skipNativeAttributesWarnings:se,analyticsAction:R="click",...X},te)=>{var ie;const[pe,be]=_.useState(!1);es("Button",w);const re=!!w,de=C??(y?"_blank":void 0),Y=v||x,ve=(g==="normal"||g==="primary"||g==="icon")&&!!k&&x,xe=v&&!x||x&&M||ve,we=e&&["icon","inline-icon","flashbar-icon","modal-dismiss","inline-icon-pointer-target"].indexOf(g)===-1,He=_.useRef(null);Ri(te,He);const Be=sC(),le=ht("button"),ae=Qe("button"),{funnelInteractionId:_e}=ar(),{stepNumber:Ne,stepNameSelector:ke}=xl(),{subStepSelector:Pe,subStepNameSelector:Le}=ja(),Ke=r_("primaryButton",()=>g==="primary"&&Q&&!v&&!x,He,()=>{var ko;return{loading:v,disabled:x,text:(ko=He.current)===null||ko===void 0?void 0:ko.innerText}},[v,x]);fC(g==="primary",v);const{targetProps:qe,descriptionEl:ye}=Ga(k),Ae=ko=>{if(Y)return ko.preventDefault();re&&Cd(ko)&&(Rr(i,{href:w,target:de},ko),(t==="external"||de==="_blank")&&_e&&(Lt(ke),Lt(Le)));const{altKey:Ct,button:$t,ctrlKey:ir,metaKey:Kr,shiftKey:Jr}=ko;Rr(a,{altKey:Ct,button:$t,ctrlKey:ir,metaKey:Kr,shiftKey:Jr},ko),Be.onClick({variant:g})},Re=G(X.className,lr.button,lr[`variant-${g}`],{[lr.disabled]:Y,[lr["disabled-with-reason"]]:ve,[lr["button-no-wrap"]]:!S,[lr["button-no-text"]]:!we,[lr["full-width"]]:we&&q,[lr.link]:re}),We=(ie=V==null?void 0:V.tabIndex)!==null&&ie!==void 0?ie:U==null?void 0:U.tabIndex,{tabIndex:wo}=br(He,{tabIndex:re&&Y&&!ve?-1:We}),To=x?{}:{action:R,detail:{label:{root:"self"}}};$&&(To.component={name:"awsui.Button",label:{root:"self"},properties:{variant:g,disabled:`${x}`}});const Ro={...X,...Ke,tabIndex:wo,ref:ao(He,ne),"aria-label":T,"aria-describedby":P,"aria-expanded":I,"aria-controls":H,title:oe??T,className:Re,onClick:Ae,[kx]:ae,...Ge(To),...rs(we?`.${fb.label}`:"")},rt={loading:v,iconName:t,iconAlign:s,iconUrl:u,iconSvg:h,iconAlt:f,variant:g,badge:L,iconClass:l,iconSize:g==="modal-dismiss"?"medium":"normal"},Yo=d.createElement(d.Fragment,null,d.createElement(kC,{...rt}),we&&d.createElement(d.Fragment,null,d.createElement("span",{className:G(lr.content,fb.label)},e),y&&d.createElement(d.Fragment,null," ",d.createElement(no,{name:"external",className:hb["external-icon"],ariaLabel:le("i18nStrings.externalIconAriaLabel",O==null?void 0:O.externalIconAriaLabel)}))),d.createElement(wC,{...rt})),{loadingButtonCount:ot}=ar();_.useEffect(()=>{if(v)return ot.current++,()=>{ot.current--}},[v,ot]);const Je={onFocus:ve?()=>be(!0):void 0,onBlur:ve?()=>be(!1):void 0,onMouseEnter:ve?()=>be(!0):void 0,onMouseLeave:ve?()=>be(!1):void 0,...ve?qe:{}},xo=d.createElement(d.Fragment,null,ye,pe&&d.createElement(Hi,{className:hb["disabled-reason-tooltip"],trackRef:He,value:k,onDismiss:()=>be(!1)})),Do=yC(j);if(re){const ko=()=>Y&&k?0:Ro.tabIndex;return d.createElement(d.Fragment,null,d.createElement(Xt,{...Ro,...Je,tag:"a",componentName:"Button",nativeAttributes:U,skipWarnings:se,href:Y?void 0:w,role:Y?"link":void 0,tabIndex:ko(),target:de,rel:E??(de==="_blank"?"noopener noreferrer":void 0),"aria-disabled":Y?!0:void 0,download:N,style:Do},Yo,ve&&xo),v&&b&&d.createElement(Mt,{tagName:"span",hidden:!0},b))}return d.createElement(d.Fragment,null,d.createElement(Xt,{...Ro,...Je,tag:"button",componentName:"Button",nativeAttributes:V,skipWarnings:se,type:D==="none"?"button":"submit",disabled:x&&!M&&!ve,"aria-disabled":xe?!0:void 0,style:Do},Yo,ve&&xo),v&&b&&d.createElement(Mt,{tagName:"span",hidden:!0},b))}),gb=/awsui-context-([\w-]+)/;function SC(e){const[t,l]=_.useState("");return _.useLayoutEffect(()=>{var a;if(e.current){const i=Dt(e.current,s=>!!s.className.match(gb));l((a=i==null?void 0:i.className.match(gb)[1])!==null&&a!==void 0?a:"")}},[e]),t}function ns(e){return`awsui-context-${e}`}function BC({contextName:e,className:t,children:l}){return d.createElement("div",{className:G(ns(e),t)},l)}const i_={defaultVariant:"secondary"},Dd=_.createContext(i_);let CC=async function(e){return Promise.resolve()},NC=async function(e){return Promise.resolve(!1)},TC=async function(e){return Promise.resolve()},EC=async function(e){return Promise.resolve(!1)};function DC({mountContent:e,updateContent:t,unmountContent:l,context:a}){const i=_.useRef(null),s=_.useRef(!1);return _.useEffect(()=>{s.current&&i.current&&(t==null||t(i.current,a))}),_.useEffect(()=>{const u=i.current;return e(u,a),s.current=!0,()=>{s.current=!1,l(u)}},[]),d.createElement("div",{ref:i})}function c_(e){return function(l){const[a,i]=_.useState([]),s=_.useRef(null),u=_.useRef(null);return _.useEffect(()=>e(f=>i(f)),[l]),{discoveredActions:a.map(f=>d.createElement(DC,{key:f.id+"-"+l,context:{type:l,headerRef:s,contentRef:u},mountContent:f.mountContent,updateContent:f.updateContent,unmountContent:f.unmountContent})),headerRef:s,contentRef:u}}}function s_(e,t){return function({type:a,header:i,children:s}){const u=Qe(`${e}-discovered-content`),h=_.useRef(null),f=_.useRef(null),g=_.useRef(null),v=_.useRef(null),[b,x]=_.useState(()=>t.initialCheck({instanceId:u,type:a,header:i,content:s})),[k,S]=_.useState("original"),[w,y]=_.useState("original"),C=_.useRef();return _.useEffect(()=>{const E={instanceId:u,type:a,headerRef:h,contentRef:f};return x(!1),t.onContentRegistered(N=>{let D=!0;function T(P){return D?!0:(pn(`${e}-content-replacer`,`"${P}" called after component unmounted`),!1)}return C.current=N.runReplacer(E,{hideHeader(){T("hideHeader")&&S("remove")},restoreHeader(){T("restoreHeader")&&S("original")},replaceHeader(P){T("replaceHeader")&&(P(g.current),S("replaced"))},hideContent(){T("hideContent")&&y("remove")},restoreContent(){T("restoreContent")&&y("original")},replaceContent(P){T("replaceContent")&&(P(v.current),y("replaced"))}}),()=>{var P;(P=C.current)===null||P===void 0||P.unmount({replacementHeaderContainer:g.current,replacementContentContainer:v.current}),D=!1}})},[u,a]),_.useEffect(()=>{var E;(E=C.current)===null||E===void 0||E.update()},[a,i,s]),{initialHidden:b,headerReplacementType:k,contentReplacementType:w,headerRef:h,replacementHeaderRef:g,contentRef:f,replacementContentRef:v}}}function hl(e,t=[]){const l=_.useRef(null),[a,i]=_.useState(null),s=_.useCallback(()=>l.current,t);return Zr(s,u=>i(h=>e(u,h))),[a,l]}function u_(e=0,t=1){const[l,a]=hl((i,s)=>s===null||Math.abs(s-i.contentBoxWidth)>=t?i.contentBoxWidth:s);return[l??e,a]}const IC={root:"awsui_root_37gf8_1udtb_9"};function PC(e,t,l,a){return!t&&l&&(t=d.createElement("span",{...Ge({action:"buttonClick"})},d.createElement(Ft,{className:e.actionButton,onClick:a,formAction:"none"},l))),t?d.createElement("div",{className:e.actionSlot},t):null}const d_=({className:e,testUtilClasses:t,action:l,discoveredActions:a,buttonText:i,wrappedClass:s,containerWidth:u,onButtonClick:h})=>{const[f,g]=_.useState(!1),v=d.useRef(null);_.useLayoutEffect(()=>{if(!v.current||!u||!s)return;function x(){const S=Xl(v.current),{offsetWidth:w,offsetLeft:y}=v.current,C=S?u-w-y:y;g(C<100)}const k=new MutationObserver(x);return k.observe(v.current,{attributes:!1,childList:!0,subtree:!0}),x(),()=>k.disconnect()});const b=PC(t,l,i,h);return!b&&a.length===0?null:d.createElement("div",{ref:v,className:G(IC.root,e,f&&s)},b,a)};function AC(e){var t,l,a,i,s,u,h,f,g;if(e!=null&&e.root)return{background:(t=e.root)===null||t===void 0?void 0:t.background,borderColor:(l=e.root)===null||l===void 0?void 0:l.borderColor,borderRadius:(a=e.root)===null||a===void 0?void 0:a.borderRadius,borderWidth:(i=e.root)===null||i===void 0?void 0:i.borderWidth,color:(s=e.root)===null||s===void 0?void 0:s.color,...((u=e.root)===null||u===void 0?void 0:u.focusRing)&&{[he.alertFocusRingBorderColor]:(h=e.root.focusRing)===null||h===void 0?void 0:h.borderColor,[he.alertFocusRingBorderRadius]:(f=e.root.focusRing)===null||f===void 0?void 0:f.borderRadius,[he.alertFocusRingBorderWidth]:(g=e.root.focusRing)===null||g===void 0?void 0:g.borderWidth}}}function zC(e){var t;if(!((t=e==null?void 0:e.icon)===null||t===void 0)&&t.color)return{[he.alertIconColor]:e.icon.color}}function HC(e){var t,l,a,i,s,u,h,f,g,v,b,x;if(e!=null&&e.dismissButton)return{root:{color:{active:(l=(t=e.dismissButton)===null||t===void 0?void 0:t.color)===null||l===void 0?void 0:l.active,default:(i=(a=e.dismissButton)===null||a===void 0?void 0:a.color)===null||i===void 0?void 0:i.default,hover:(u=(s=e.dismissButton)===null||s===void 0?void 0:s.color)===null||u===void 0?void 0:u.hover},focusRing:{borderColor:(f=(h=e.dismissButton)===null||h===void 0?void 0:h.focusRing)===null||f===void 0?void 0:f.borderColor,borderRadius:(v=(g=e.dismissButton)===null||g===void 0?void 0:g.focusRing)===null||v===void 0?void 0:v.borderRadius,borderWidth:(x=(b=e.dismissButton)===null||b===void 0?void 0:b.focusRing)===null||x===void 0?void 0:x.borderWidth}}}}const Oh={header:"awsui_header_17427_1ns0c_5"},jo={alert:"awsui_alert_mx3cw_ntw4f_193","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_mx3cw_ntw4f_1",root:"awsui_root_mx3cw_ntw4f_215",hidden:"awsui_hidden_mx3cw_ntw4f_250","alert-wrapper":"awsui_alert-wrapper_mx3cw_ntw4f_299","initial-hidden":"awsui_initial-hidden_mx3cw_ntw4f_311",header:"awsui_header_mx3cw_ntw4f_316","header-replacement":"awsui_header-replacement_mx3cw_ntw4f_317",action:"awsui_action_mx3cw_ntw4f_321","action-slot":"awsui_action-slot_mx3cw_ntw4f_325","action-button":"awsui_action-button_mx3cw_ntw4f_326","alert-focus-wrapper":"awsui_alert-focus-wrapper_mx3cw_ntw4f_330",text:"awsui_text_mx3cw_ntw4f_361",icon:"awsui_icon_mx3cw_ntw4f_368",message:"awsui_message_mx3cw_ntw4f_371","action-wrapped":"awsui_action-wrapped_mx3cw_ntw4f_375","icon-size-medium":"awsui_icon-size-medium_mx3cw_ntw4f_379","icon-size-big":"awsui_icon-size-big_mx3cw_ntw4f_383","icon-size-normal":"awsui_icon-size-normal_mx3cw_ntw4f_387",content:"awsui_content_mx3cw_ntw4f_391","content-replacement":"awsui_content-replacement_mx3cw_ntw4f_392",dismiss:"awsui_dismiss_mx3cw_ntw4f_396","dismiss-button":"awsui_dismiss-button_mx3cw_ntw4f_401","type-error":"awsui_type-error_mx3cw_ntw4f_405","type-warning":"awsui_type-warning_mx3cw_ntw4f_413","type-success":"awsui_type-success_mx3cw_ntw4f_421","type-info":"awsui_type-info_mx3cw_ntw4f_429"},RC={error:"status-negative",warning:"status-warning",success:"status-positive",info:"status-info"},LC=c_(ls.alert.onActionRegistered),MC=s_("alert",ls.alertContent),Cg=d.forwardRef(({type:e,i18nStrings:t,visible:l=!0,dismissible:a,children:i,header:s,buttonText:u,action:h,onDismiss:f,onButtonClick:g,__internalRootRef:v,statusIconAriaLabel:b,dismissAriaLabel:x,messageSlotId:k,style:S,persistenceConfig:w,...y},C)=>{var E,N;const D=io(y),T=ht("alert"),P=_.useRef(null);_.useImperativeHandle(C,()=>({focus:()=>{P.current&&(P.current.tabIndex=-1,P.current.focus())}}));const I=()=>{P.current&&P.current.removeAttribute("tabindex")},{discoveredActions:H,headerRef:q,contentRef:L}=LC(e),{initialHidden:O,headerReplacementType:j,contentReplacementType:V,headerRef:U,contentRef:ne,replacementHeaderRef:M,replacementContentRef:$}=MC({type:e,header:s,children:i}),[oe,Q]=u_(),se=ao(Q,v),R=ao(q,U),X=ao(L,ne),[te,ie]=_.useState(!!(w&&w.uniqueKey)),pe="normal",be=!!(h||u||H.length),re={[nS]:e},de=T(`i18nStrings.${e}IconAriaLabel`,(E=t==null?void 0:t[`${e}IconAriaLabel`])!==null&&E!==void 0?E:b),Y=T("i18nStrings.dismissAriaLabel",(N=t==null?void 0:t.dismissAriaLabel)!==null&&N!==void 0?N:T("dismissAriaLabel",x));_.useEffect(()=>{let xe=!0;return w!=null&&w.uniqueKey&&EC().then(we=>{xe&&ie(!!we)}).catch(()=>{xe&&ie(!1)}),()=>{xe=!1}},[w==null?void 0:w.uniqueKey,w==null?void 0:w.crossServicePersistence]);const ve=()=>{Ze(f),w!=null&&w.uniqueKey&&TC()};return te?null:d.createElement("div",{...D,...re,"aria-hidden":!l,className:G(jo.root,{[jo.hidden]:!l,[jo["initial-hidden"]]:O},D.className),ref:se},d.createElement(Dd.Provider,{value:{defaultVariant:"primary"}},d.createElement(BC,{contextName:"alert"},d.createElement("div",{className:G(jo.alert,jo[`type-${e}`],jo[`icon-size-${pe}`],be&&jo["with-action"],a&&jo["with-dismiss"]),style:AC(S)},d.createElement("div",{className:jo["alert-wrapper"]},d.createElement("div",{className:jo["alert-focus-wrapper"],ref:P,role:"group",onBlur:I},d.createElement("div",{className:G(jo.icon,jo.text),style:zC(S)},d.createElement(no,{name:RC[e],size:pe,ariaLabel:de})),d.createElement("div",{className:G(jo.message,jo.text),id:k},d.createElement("div",{className:G(s&&jo.header,j!=="original"?jo.hidden:Oh.header),ref:R},s),d.createElement("div",{className:G(jo["header-replacement"],j!=="replaced"?jo.hidden:Oh.header),ref:M}),d.createElement("div",{className:G(jo.content,V!=="original"&&jo.hidden),ref:X},i),d.createElement("div",{className:G(jo["content-replacement"],V!=="replaced"&&jo.hidden),ref:$}))),d.createElement(d_,{className:jo.action,testUtilClasses:{actionSlot:jo["action-slot"],actionButton:jo["action-button"]},action:h,discoveredActions:H,buttonText:u,onButtonClick:()=>Ze(g),containerWidth:oe,wrappedClass:jo["action-wrapped"]})),a&&d.createElement("div",{className:jo.dismiss,...Ge({action:"dismiss"})},d.createElement(Ft,{className:jo["dismiss-button"],variant:"icon",iconName:"close",formAction:"none",ariaLabel:Y,onClick:ve,style:HC(S)}))))))}),f_=d.forwardRef(({type:e="info",visible:t=!0,style:l,...a},i)=>{const s=$l(a),u=Xo("Alert",{props:{type:e,visible:t,dismissible:a.dismissible}},s),h=_.useRef(null),f=ao(h,u.__internalRootRef),{funnelIdentifier:g,funnelInteractionId:v,funnelErrorContext:b,submissionAttempt:x,funnelState:k,errorCount:S}=ar(),{stepNumber:w,stepNameSelector:y,stepIdentifier:C,subStepCount:E,stepErrorContext:N,subStepConfiguration:D}=xl(),{subStepSelector:T,subStepNameSelector:P,subStepIdentifier:I,subStepErrorContext:H}=ja(),q=Qe("alert-");_.useEffect(()=>{var O,j,V,U,ne;if(v&&t&&e==="error"&&k.current!=="complete"){const M=Lt(y),$=Lt(P);return S.current++,((V=(j=(O=h.current)===null||O===void 0?void 0:O.getBoundingClientRect())===null||j===void 0?void 0:j.width)!==null&&V!==void 0?V:0)>0&&(T?Hr.funnelSubStepError({funnelInteractionId:v,funnelIdentifier:g,stepIdentifier:C,subStepSelector:T,subStepName:$,subStepNameSelector:P,stepNumber:w,stepName:M,stepNameSelector:y,subStepAllSelector:Vl(),subStepIdentifier:I,errorContext:s.errorContext||H}):y?Hr.funnelStepError({funnelInteractionId:v,stepNumber:w,stepNameSelector:y,stepName:M,stepIdentifier:C,currentDocument:(U=h.current)===null||U===void 0?void 0:U.ownerDocument,totalSubSteps:E.current,funnelIdentifier:g,subStepAllSelector:Vl(),errorContext:s.errorContext||N,subStepConfiguration:(ne=D.current)===null||ne===void 0?void 0:ne.get(w),stepErrorSelector:"#"+q}):Hr.funnelError({funnelIdentifier:g,funnelInteractionId:v,errorContext:s.errorContext||b})),()=>{S.current--}}},[v,t,x,S]);const L={name:"awsui.Alert",label:`.${Oh.header}`,properties:{type:e}};return d.createElement(Cg,{type:e,visible:t,...a,...u,__internalRootRef:f,ref:i,messageSlotId:q,style:l,...Ge({component:L})})});qo(f_,"Alert");const Yt=d.forwardRef((e,t)=>d.createElement(f_,{ref:t,...e}));qo(Yt,"Alert");const Wr={box:"awsui_box_18wu0_1xjaz_172","p-variant":"awsui_p-variant_18wu0_1xjaz_172","color-default":"awsui_color-default_18wu0_1xjaz_172","b-variant":"awsui_b-variant_18wu0_1xjaz_172","strong-variant":"awsui_strong-variant_18wu0_1xjaz_172","code-variant":"awsui_code-variant_18wu0_1xjaz_172","pre-variant":"awsui_pre-variant_18wu0_1xjaz_172","samp-variant":"awsui_samp-variant_18wu0_1xjaz_172","h1-variant":"awsui_h1-variant_18wu0_1xjaz_176","h2-variant":"awsui_h2-variant_18wu0_1xjaz_176","h3-variant":"awsui_h3-variant_18wu0_1xjaz_176","h4-variant":"awsui_h4-variant_18wu0_1xjaz_176","h5-variant":"awsui_h5-variant_18wu0_1xjaz_176","small-variant":"awsui_small-variant_18wu0_1xjaz_180","a-variant":"awsui_a-variant_18wu0_1xjaz_184","font-size-default":"awsui_font-size-default_18wu0_1xjaz_188","font-weight-default":"awsui_font-weight-default_18wu0_1xjaz_228","key-label-variant":"awsui_key-label-variant_18wu0_1xjaz_270","gen-ai-label-variant":"awsui_gen-ai-label-variant_18wu0_1xjaz_277","value-large-variant":"awsui_value-large-variant_18wu0_1xjaz_284","inline-code-variant":"awsui_inline-code-variant_18wu0_1xjaz_291","font-weight-heavy":"awsui_font-weight-heavy_18wu0_1xjaz_305","color-inverted":"awsui_color-inverted_18wu0_1xjaz_310","color-text-label":"awsui_color-text-label_18wu0_1xjaz_313","color-text-body-secondary":"awsui_color-text-body-secondary_18wu0_1xjaz_316","color-text-status-error":"awsui_color-text-status-error_18wu0_1xjaz_319","color-text-status-success":"awsui_color-text-status-success_18wu0_1xjaz_322","color-text-status-info":"awsui_color-text-status-info_18wu0_1xjaz_325","color-text-status-inactive":"awsui_color-text-status-inactive_18wu0_1xjaz_328","color-text-status-warning":"awsui_color-text-status-warning_18wu0_1xjaz_331","color-inherit":"awsui_color-inherit_18wu0_1xjaz_334","font-size-body-s":"awsui_font-size-body-s_18wu0_1xjaz_337","font-size-body-m":"awsui_font-size-body-m_18wu0_1xjaz_342","font-size-heading-xs":"awsui_font-size-heading-xs_18wu0_1xjaz_346","font-size-heading-s":"awsui_font-size-heading-s_18wu0_1xjaz_350","font-size-heading-m":"awsui_font-size-heading-m_18wu0_1xjaz_355","font-size-heading-l":"awsui_font-size-heading-l_18wu0_1xjaz_360","font-size-heading-xl":"awsui_font-size-heading-xl_18wu0_1xjaz_365","font-size-display-l":"awsui_font-size-display-l_18wu0_1xjaz_370","font-weight-light":"awsui_font-weight-light_18wu0_1xjaz_375","font-weight-normal":"awsui_font-weight-normal_18wu0_1xjaz_378","font-weight-bold":"awsui_font-weight-bold_18wu0_1xjaz_381","t-left":"awsui_t-left_18wu0_1xjaz_388","t-right":"awsui_t-right_18wu0_1xjaz_392","t-center":"awsui_t-center_18wu0_1xjaz_396","p-n":"awsui_p-n_18wu0_1xjaz_413","p-top-n":"awsui_p-top-n_18wu0_1xjaz_418","p-vertical-n":"awsui_p-vertical-n_18wu0_1xjaz_419","p-right-n":"awsui_p-right-n_18wu0_1xjaz_423","p-horizontal-n":"awsui_p-horizontal-n_18wu0_1xjaz_424","p-bottom-n":"awsui_p-bottom-n_18wu0_1xjaz_428","p-left-n":"awsui_p-left-n_18wu0_1xjaz_433","p-xxxs":"awsui_p-xxxs_18wu0_1xjaz_438","p-top-xxxs":"awsui_p-top-xxxs_18wu0_1xjaz_443","p-vertical-xxxs":"awsui_p-vertical-xxxs_18wu0_1xjaz_444","p-right-xxxs":"awsui_p-right-xxxs_18wu0_1xjaz_448","p-horizontal-xxxs":"awsui_p-horizontal-xxxs_18wu0_1xjaz_449","p-bottom-xxxs":"awsui_p-bottom-xxxs_18wu0_1xjaz_453","p-left-xxxs":"awsui_p-left-xxxs_18wu0_1xjaz_458","p-xxs":"awsui_p-xxs_18wu0_1xjaz_463","p-top-xxs":"awsui_p-top-xxs_18wu0_1xjaz_468","p-vertical-xxs":"awsui_p-vertical-xxs_18wu0_1xjaz_469","p-right-xxs":"awsui_p-right-xxs_18wu0_1xjaz_473","p-horizontal-xxs":"awsui_p-horizontal-xxs_18wu0_1xjaz_474","p-bottom-xxs":"awsui_p-bottom-xxs_18wu0_1xjaz_478","p-left-xxs":"awsui_p-left-xxs_18wu0_1xjaz_483","p-xs":"awsui_p-xs_18wu0_1xjaz_488","p-top-xs":"awsui_p-top-xs_18wu0_1xjaz_493","p-vertical-xs":"awsui_p-vertical-xs_18wu0_1xjaz_494","p-right-xs":"awsui_p-right-xs_18wu0_1xjaz_498","p-horizontal-xs":"awsui_p-horizontal-xs_18wu0_1xjaz_499","p-bottom-xs":"awsui_p-bottom-xs_18wu0_1xjaz_503","p-left-xs":"awsui_p-left-xs_18wu0_1xjaz_508","p-s":"awsui_p-s_18wu0_1xjaz_513","p-top-s":"awsui_p-top-s_18wu0_1xjaz_518","p-vertical-s":"awsui_p-vertical-s_18wu0_1xjaz_519","p-right-s":"awsui_p-right-s_18wu0_1xjaz_523","p-horizontal-s":"awsui_p-horizontal-s_18wu0_1xjaz_524","p-bottom-s":"awsui_p-bottom-s_18wu0_1xjaz_528","p-left-s":"awsui_p-left-s_18wu0_1xjaz_533","p-m":"awsui_p-m_18wu0_1xjaz_538","p-top-m":"awsui_p-top-m_18wu0_1xjaz_543","p-vertical-m":"awsui_p-vertical-m_18wu0_1xjaz_544","p-right-m":"awsui_p-right-m_18wu0_1xjaz_548","p-horizontal-m":"awsui_p-horizontal-m_18wu0_1xjaz_549","p-bottom-m":"awsui_p-bottom-m_18wu0_1xjaz_553","p-left-m":"awsui_p-left-m_18wu0_1xjaz_558","p-l":"awsui_p-l_18wu0_1xjaz_433","p-top-l":"awsui_p-top-l_18wu0_1xjaz_568","p-vertical-l":"awsui_p-vertical-l_18wu0_1xjaz_569","p-right-l":"awsui_p-right-l_18wu0_1xjaz_573","p-horizontal-l":"awsui_p-horizontal-l_18wu0_1xjaz_574","p-bottom-l":"awsui_p-bottom-l_18wu0_1xjaz_578","p-left-l":"awsui_p-left-l_18wu0_1xjaz_583","p-xl":"awsui_p-xl_18wu0_1xjaz_588","p-top-xl":"awsui_p-top-xl_18wu0_1xjaz_593","p-vertical-xl":"awsui_p-vertical-xl_18wu0_1xjaz_594","p-right-xl":"awsui_p-right-xl_18wu0_1xjaz_598","p-horizontal-xl":"awsui_p-horizontal-xl_18wu0_1xjaz_599","p-bottom-xl":"awsui_p-bottom-xl_18wu0_1xjaz_603","p-left-xl":"awsui_p-left-xl_18wu0_1xjaz_608","p-xxl":"awsui_p-xxl_18wu0_1xjaz_613","p-top-xxl":"awsui_p-top-xxl_18wu0_1xjaz_618","p-vertical-xxl":"awsui_p-vertical-xxl_18wu0_1xjaz_619","p-right-xxl":"awsui_p-right-xxl_18wu0_1xjaz_623","p-horizontal-xxl":"awsui_p-horizontal-xxl_18wu0_1xjaz_624","p-bottom-xxl":"awsui_p-bottom-xxl_18wu0_1xjaz_628","p-left-xxl":"awsui_p-left-xxl_18wu0_1xjaz_633","p-xxxl":"awsui_p-xxxl_18wu0_1xjaz_638","p-top-xxxl":"awsui_p-top-xxxl_18wu0_1xjaz_643","p-vertical-xxxl":"awsui_p-vertical-xxxl_18wu0_1xjaz_644","p-right-xxxl":"awsui_p-right-xxxl_18wu0_1xjaz_648","p-horizontal-xxxl":"awsui_p-horizontal-xxxl_18wu0_1xjaz_649","p-bottom-xxxl":"awsui_p-bottom-xxxl_18wu0_1xjaz_653","p-left-xxxl":"awsui_p-left-xxxl_18wu0_1xjaz_658","m-n":"awsui_m-n_18wu0_1xjaz_663","m-top-n":"awsui_m-top-n_18wu0_1xjaz_668","m-vertical-n":"awsui_m-vertical-n_18wu0_1xjaz_669","m-right-n":"awsui_m-right-n_18wu0_1xjaz_673","m-horizontal-n":"awsui_m-horizontal-n_18wu0_1xjaz_674","m-bottom-n":"awsui_m-bottom-n_18wu0_1xjaz_678","m-left-n":"awsui_m-left-n_18wu0_1xjaz_683","m-xxxs":"awsui_m-xxxs_18wu0_1xjaz_688","m-top-xxxs":"awsui_m-top-xxxs_18wu0_1xjaz_693","m-vertical-xxxs":"awsui_m-vertical-xxxs_18wu0_1xjaz_694","m-right-xxxs":"awsui_m-right-xxxs_18wu0_1xjaz_698","m-horizontal-xxxs":"awsui_m-horizontal-xxxs_18wu0_1xjaz_699","m-bottom-xxxs":"awsui_m-bottom-xxxs_18wu0_1xjaz_703","m-left-xxxs":"awsui_m-left-xxxs_18wu0_1xjaz_708","m-xxs":"awsui_m-xxs_18wu0_1xjaz_713","m-top-xxs":"awsui_m-top-xxs_18wu0_1xjaz_718","m-vertical-xxs":"awsui_m-vertical-xxs_18wu0_1xjaz_719","m-right-xxs":"awsui_m-right-xxs_18wu0_1xjaz_723","m-horizontal-xxs":"awsui_m-horizontal-xxs_18wu0_1xjaz_724","m-bottom-xxs":"awsui_m-bottom-xxs_18wu0_1xjaz_728","m-left-xxs":"awsui_m-left-xxs_18wu0_1xjaz_733","m-xs":"awsui_m-xs_18wu0_1xjaz_738","m-top-xs":"awsui_m-top-xs_18wu0_1xjaz_743","m-vertical-xs":"awsui_m-vertical-xs_18wu0_1xjaz_744","m-right-xs":"awsui_m-right-xs_18wu0_1xjaz_748","m-horizontal-xs":"awsui_m-horizontal-xs_18wu0_1xjaz_749","m-bottom-xs":"awsui_m-bottom-xs_18wu0_1xjaz_753","m-left-xs":"awsui_m-left-xs_18wu0_1xjaz_758","m-s":"awsui_m-s_18wu0_1xjaz_763","m-top-s":"awsui_m-top-s_18wu0_1xjaz_768","m-vertical-s":"awsui_m-vertical-s_18wu0_1xjaz_769","m-right-s":"awsui_m-right-s_18wu0_1xjaz_773","m-horizontal-s":"awsui_m-horizontal-s_18wu0_1xjaz_774","m-bottom-s":"awsui_m-bottom-s_18wu0_1xjaz_778","m-left-s":"awsui_m-left-s_18wu0_1xjaz_783","m-m":"awsui_m-m_18wu0_1xjaz_788","m-top-m":"awsui_m-top-m_18wu0_1xjaz_793","m-vertical-m":"awsui_m-vertical-m_18wu0_1xjaz_794","m-right-m":"awsui_m-right-m_18wu0_1xjaz_798","m-horizontal-m":"awsui_m-horizontal-m_18wu0_1xjaz_799","m-bottom-m":"awsui_m-bottom-m_18wu0_1xjaz_803","m-left-m":"awsui_m-left-m_18wu0_1xjaz_808","m-l":"awsui_m-l_18wu0_1xjaz_683","m-top-l":"awsui_m-top-l_18wu0_1xjaz_818","m-vertical-l":"awsui_m-vertical-l_18wu0_1xjaz_819","m-right-l":"awsui_m-right-l_18wu0_1xjaz_823","m-horizontal-l":"awsui_m-horizontal-l_18wu0_1xjaz_824","m-bottom-l":"awsui_m-bottom-l_18wu0_1xjaz_828","m-left-l":"awsui_m-left-l_18wu0_1xjaz_833","m-xl":"awsui_m-xl_18wu0_1xjaz_838","m-top-xl":"awsui_m-top-xl_18wu0_1xjaz_843","m-vertical-xl":"awsui_m-vertical-xl_18wu0_1xjaz_844","m-right-xl":"awsui_m-right-xl_18wu0_1xjaz_848","m-horizontal-xl":"awsui_m-horizontal-xl_18wu0_1xjaz_849","m-bottom-xl":"awsui_m-bottom-xl_18wu0_1xjaz_853","m-left-xl":"awsui_m-left-xl_18wu0_1xjaz_858","m-xxl":"awsui_m-xxl_18wu0_1xjaz_863","m-top-xxl":"awsui_m-top-xxl_18wu0_1xjaz_868","m-vertical-xxl":"awsui_m-vertical-xxl_18wu0_1xjaz_869","m-right-xxl":"awsui_m-right-xxl_18wu0_1xjaz_873","m-horizontal-xxl":"awsui_m-horizontal-xxl_18wu0_1xjaz_874","m-bottom-xxl":"awsui_m-bottom-xxl_18wu0_1xjaz_878","m-left-xxl":"awsui_m-left-xxl_18wu0_1xjaz_883","m-xxxl":"awsui_m-xxxl_18wu0_1xjaz_888","m-top-xxxl":"awsui_m-top-xxxl_18wu0_1xjaz_893","m-vertical-xxxl":"awsui_m-vertical-xxxl_18wu0_1xjaz_894","m-right-xxxl":"awsui_m-right-xxxl_18wu0_1xjaz_898","m-horizontal-xxxl":"awsui_m-horizontal-xxxl_18wu0_1xjaz_899","m-bottom-xxxl":"awsui_m-bottom-xxxl_18wu0_1xjaz_903","m-left-xxxl":"awsui_m-left-xxxl_18wu0_1xjaz_908","d-block":"awsui_d-block_18wu0_1xjaz_913","d-inline":"awsui_d-inline_18wu0_1xjaz_916","d-inline-block":"awsui_d-inline-block_18wu0_1xjaz_919","d-none":"awsui_d-none_18wu0_1xjaz_922","f-left":"awsui_f-left_18wu0_1xjaz_926","f-right":"awsui_f-right_18wu0_1xjaz_930",root:"awsui_root_18wu0_1xjaz_934"};function yn({variant:e="div",tagOverride:t,margin:l={},padding:a={},display:i,textAlign:s,float:u,fontSize:h,fontWeight:f,color:g,children:v,nativeAttributes:b,__internalRootRef:x,...k}){const S=io(k),w=mb(l),y=mb(a),C=G(S.className,Wr.root,Wr.box,Wr[`${e.replace(/^awsui-/,"")}-variant`],w.map(N=>Wr[`m-${N}`]),y.map(N=>Wr[`p-${N}`]),Wr[`d-${i}`],Wr[`f-${u}`],Wr[`color-${g||"default"}`],Wr[`font-size-${h||"default"}`],Wr[`font-weight-${f||"default"}`],Wr[`t-${s}`]),E=e==="h1"?-1:void 0;return d.createElement(Xt,{...S,tag:OC(e,t),componentName:"Box",tabIndex:E,nativeAttributes:b,className:C,ref:x},v)}const mb=e=>typeof e=="string"?[e]:["top","right","bottom","left","horizontal","vertical"].filter(l=>!!e[l]).map(l=>`${l}-${e[l]}`),OC=(e,t)=>t||(e==="awsui-value-large"?"span":e==="awsui-key-label"||e==="awsui-gen-ai-label"?"div":e==="awsui-inline-code"?"code":e);function gl(...e){return e.filter(Boolean).join(" ")||void 0}var dh={exports:{}},Eo={};/**
|
|
52
|
+
* @license React
|
|
53
|
+
* react-is.production.min.js
|
|
54
|
+
*
|
|
55
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
56
|
+
*
|
|
57
|
+
* This source code is licensed under the MIT license found in the
|
|
58
|
+
* LICENSE file in the root directory of this source tree.
|
|
59
|
+
*/var pb;function jC(){if(pb)return Eo;pb=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),u=Symbol.for("react.context"),h=Symbol.for("react.server_context"),f=Symbol.for("react.forward_ref"),g=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"),S;S=Symbol.for("react.module.reference");function w(y){if(typeof y=="object"&&y!==null){var C=y.$$typeof;switch(C){case e:switch(y=y.type,y){case l:case i:case a:case g:case v:return y;default:switch(y=y&&y.$$typeof,y){case h:case u:case f:case x:case b:case s:return y;default:return C}}case t:return C}}}return Eo.ContextConsumer=u,Eo.ContextProvider=s,Eo.Element=e,Eo.ForwardRef=f,Eo.Fragment=l,Eo.Lazy=x,Eo.Memo=b,Eo.Portal=t,Eo.Profiler=i,Eo.StrictMode=a,Eo.Suspense=g,Eo.SuspenseList=v,Eo.isAsyncMode=function(){return!1},Eo.isConcurrentMode=function(){return!1},Eo.isContextConsumer=function(y){return w(y)===u},Eo.isContextProvider=function(y){return w(y)===s},Eo.isElement=function(y){return typeof y=="object"&&y!==null&&y.$$typeof===e},Eo.isForwardRef=function(y){return w(y)===f},Eo.isFragment=function(y){return w(y)===l},Eo.isLazy=function(y){return w(y)===x},Eo.isMemo=function(y){return w(y)===b},Eo.isPortal=function(y){return w(y)===t},Eo.isProfiler=function(y){return w(y)===i},Eo.isStrictMode=function(y){return w(y)===a},Eo.isSuspense=function(y){return w(y)===g},Eo.isSuspenseList=function(y){return w(y)===v},Eo.isValidElementType=function(y){return typeof y=="string"||typeof y=="function"||y===l||y===i||y===a||y===g||y===v||y===k||typeof y=="object"&&y!==null&&(y.$$typeof===x||y.$$typeof===b||y.$$typeof===s||y.$$typeof===u||y.$$typeof===f||y.$$typeof===S||y.getModuleId!==void 0)},Eo.typeOf=w,Eo}var vb;function GC(){return vb||(vb=1,dh.exports=jC()),dh.exports}var FC=GC();function is(e,t,l){return t===void 0&&(t=0),l===void 0&&(l=[]),_.Children.toArray(e).reduce(function(a,i,s){return FC.isFragment(i)?a.push.apply(a,is(i.props.children,t+1,l.concat(i.key||s))):_.isValidElement(i)?a.push(_.cloneElement(i,{key:l.concat(String(i.key)).join(".")})):(typeof i=="string"||typeof i=="number")&&a.push(i),a},[])}const zc={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"},h_=_.forwardRef(({direction:e="vertical",size:t,children:l,alignItems:a,nativeAttributes:i,__internalRootRef:s,...u},h)=>{const f=ao(h,s),g=io(u),v=is(l);return d.createElement(Xt,{...g,tag:"div",componentName:"SpaceBetween",nativeAttributes:i,className:G(g.className,zc.root,zc[e],zc[`${e}-${t}`],a&&zc[`align-${a}`]),ref:f},v.map(b=>{const x=typeof b=="object"?b.key:void 0;return d.createElement("div",{key:x,className:zc.child},b)}))}),fh=!1;function g_(e,t,l,{componentName:a,changeHandler:i,controlledProp:s}){const u=_.useState(e!==void 0)[0],[h,f]=_.useState(l),[g,v]=_.useState(!1),b=g?h:l,x=_.useCallback(k=>{f(k),v(!0)},[f,v]);return u?[e,qC]:[b,x]}function qC(){}const cs=[["xl",1840],["l",1320],["m",1120],["s",912],["xs",688],["xxs",465],["default",-1]],UC=cs.filter(e=>e[0]==="xs")[0][1],WC=cs.map(([e])=>e);function VC(e,t){const l=cs.slice(WC.indexOf(t));for(const[a]of l){const i=e[a];if(i!==void 0)return i}return null}function m_(e,t){for(const[l,a]of cs)if(e>a&&(!t||t.indexOf(l)!==-1))return l;return"default"}function XC(e){return cs.find(t=>t[0]===e)[1]}const YC=Symbol.for("awsui-force-mobile-mode");function bb(){var e;const t=globalThis[YC];return typeof t<"u"?t:typeof window>"u"?!1:window.matchMedia?(e=window.matchMedia(`(max-width: ${UC}px)`))===null||e===void 0?void 0:e.matches:m_(window.innerWidth,["xs"])!=="xs"}const Fa=E5({initialState:()=>bb(),factory:e=>{const t=()=>e(bb());return window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}}});function Ng(e,t){const l=mx(e),a=M5(e),i=SC(e);return G({"awsui-polaris-dark-mode awsui-dark-mode":l==="dark","awsui-polaris-compact-mode awsui-compact-mode":a==="compact","awsui-visual-refresh":!1,[`awsui-context-${i}`]:i&&!0})}const p_=d.createContext({position:"bottom-right"});function $C({children:e,position:t="bottom-right"}){return d.createElement(p_.Provider,{value:{position:t}},e)}function ZC(){return _.useContext(p_)}const Fo={"dropdown-content-wrapper":"awsui_dropdown-content-wrapper_qwoo0_hmhhk_153",refresh:"awsui_refresh_qwoo0_hmhhk_174",root:"awsui_root_qwoo0_hmhhk_199",interior:"awsui_interior_qwoo0_hmhhk_232",dropdown:"awsui_dropdown_qwoo0_hmhhk_153","use-portal":"awsui_use-portal_qwoo0_hmhhk_242","is-empty":"awsui_is-empty_qwoo0_hmhhk_288","dropdown-drop-up":"awsui_dropdown-drop-up_qwoo0_hmhhk_295","with-limited-width":"awsui_with-limited-width_qwoo0_hmhhk_299","dropdown-drop-left":"awsui_dropdown-drop-left_qwoo0_hmhhk_302","dropdown-drop-right":"awsui_dropdown-drop-right_qwoo0_hmhhk_305","occupy-entire-width":"awsui_occupy-entire-width_qwoo0_hmhhk_308","stretch-beyond-trigger-width":"awsui_stretch-beyond-trigger-width_qwoo0_hmhhk_311","hide-block-border":"awsui_hide-block-border_qwoo0_hmhhk_318",open:"awsui_open_qwoo0_hmhhk_327",nowrap:"awsui_nowrap_qwoo0_hmhhk_336","dropdown-content":"awsui_dropdown-content_qwoo0_hmhhk_153","stretch-trigger-height":"awsui_stretch-trigger-height_qwoo0_hmhhk_347"},nd=50,v_=19,b_=20,QC=e=>zi(e).map(l=>{const{blockSize:a,inlineSize:i,insetBlockStart:s,insetInlineStart:u}=Ue(l);return{blockSize:a,inlineSize:i,insetBlockStart:s,insetInlineStart:u}}).shift(),x_=XC("xxs"),__=({trigger:e,overflowParents:t,stretchWidth:l=!1,stretchHeight:a=!1,isMobile:i})=>{const s=a?0:i?v_:nd,u=l?0:i?b_:nd,{insetBlockEnd:h,insetInlineStart:f,insetInlineEnd:g}=Ue(e);return t.reduce(({blockStart:v,blockEnd:b,inlineStart:x,inlineEnd:k},S)=>{const w=h-S.insetBlockStart,y=w-e.offsetHeight-s,C=S.blockSize-w-s,E=g-S.insetInlineStart-u,N=S.insetInlineStart+S.inlineSize-f-u;return{blockStart:Math.min(v,y),blockEnd:Math.min(b,C),inlineStart:Math.min(x,E),inlineEnd:Math.min(k,N)}},{blockStart:Number.MAX_VALUE,blockEnd:Number.MAX_VALUE,inlineStart:Number.MAX_VALUE,inlineEnd:Number.MAX_VALUE})},KC=({trigger:e,overflowParents:t,isMobile:l})=>{const a=l?v_:nd,i=l?b_:nd,{insetBlockEnd:s,insetBlockStart:u,insetInlineStart:h,insetInlineEnd:f}=Ue(e);return t.reduce(({blockStart:g,blockEnd:v,inlineStart:b,inlineEnd:x},k)=>{const S=s-k.insetBlockStart-a,w=k.blockSize-u+k.insetBlockStart-a,y=h-k.insetInlineStart-i,C=k.insetInlineStart+k.inlineSize-f-i;return{blockStart:Math.min(g,S),blockEnd:Math.min(v,w),inlineStart:Math.min(b,y),inlineEnd:Math.min(x,C)}},{blockStart:Number.MAX_VALUE,blockEnd:Number.MAX_VALUE,inlineStart:Number.MAX_VALUE,inlineEnd:Number.MAX_VALUE})},k_=({triggerElement:e,dropdownElement:t,desiredMinWidth:l,stretchBeyondTriggerWidth:a=!1})=>{const{inlineSize:i}=Ue(e),s=l?Math.min(i,l):i,u=a?Math.max(x_,i):Number.MAX_VALUE,{inlineSize:h}=Ue(t);return{idealWidth:Math.min(Math.max(h,s),u),minWidth:s,triggerInlineSize:i}},JC=({triggerElement:e,dropdownElement:t,desiredMinWidth:l,expandToViewport:a,stretchWidth:i,stretchHeight:s,isMobile:u})=>{const h=Zx({element:t,excludeClosestParent:!1,expandToViewport:a,canExpandOutsideViewport:s}),{idealWidth:f}=k_({triggerElement:e,dropdownElement:t,desiredMinWidth:l,stretchBeyondTriggerWidth:!0}),g=__({trigger:e,overflowParents:h,stretchWidth:i,stretchHeight:s,isMobile:u});return f<=g.inlineStart||f<=g.inlineEnd},eN=({triggerElement:e,dropdownElement:t,overflowParents:l,minWidth:a,preferCenter:i=!1,stretchWidth:s=!1,stretchHeight:u=!1,isMobile:h=!1,stretchBeyondTriggerWidth:f=!1})=>{const g=__({trigger:e,overflowParents:l,stretchWidth:s,stretchHeight:u,isMobile:h}),{idealWidth:v,minWidth:b,triggerInlineSize:x}=k_({triggerElement:e,dropdownElement:t,desiredMinWidth:a,stretchBeyondTriggerWidth:f});let k,S=null,w=v;if(v<=g.inlineEnd?k=!1:v<=g.inlineStart?k=!0:(k=g.inlineStart>g.inlineEnd,w=Math.max(g.inlineStart,g.inlineEnd,b)),i){const N=(v-x)/2,D=g.inlineStart-x,T=g.inlineEnd-x;D>=N&&T>=N&&(S=-N)}const y=g.blockEnd<t.offsetHeight&&g.blockStart>g.blockEnd,C=y?g.blockStart:g.blockEnd,E=Math.max(u?C:Math.floor(C/31)*31+16,15);return{dropBlockStart:y,dropInlineStart:k,insetInlineStart:S===null?"auto":`${S}px`,blockSize:`${E}px`,inlineSize:`${w}px`}},oN=(e,t,l,a)=>{const i=KC({trigger:e,overflowParents:l,isMobile:a}),{insetBlockEnd:s,insetBlockStart:u,inlineSize:h}=Ue(e),{insetBlockStart:f,blockSize:g}=QC(e);let v,{inlineSize:b}=Ue(t);const x=u-f;b<=i.inlineEnd?v=!1:b<=i.inlineStart?v=!0:(v=i.inlineStart>i.inlineEnd,b=Math.max(i.inlineStart,i.inlineEnd));const k=v?0-b:h,S=i.blockEnd<t.offsetHeight&&i.blockStart>i.blockEnd,w=S?f+g-s:0,y=S?i.blockStart:i.blockEnd,C=Math.floor(y/31)*31+16;return{dropBlockStart:S,dropInlineStart:v,blockSize:`${C}px`,inlineSize:`${b}px`,insetBlockStart:`${x}px`,insetBlockEnd:`${w}px`,insetInlineStart:`${k}px`}},tN=(e,t,l,a,i,s,u,h,f,g,v)=>{l.style.maxBlockSize="",e.style.inlineSize="",e.style.insetBlockStart="",e.style.insetBlockEnd="",e.style.insetInlineStart="",e.classList.remove(Fo["dropdown-drop-left"]),e.classList.remove(Fo["dropdown-drop-right"]),e.classList.remove(Fo["dropdown-drop-up"]);const b=Zx({element:e,excludeClosestParent:a,expandToViewport:i,canExpandOutsideViewport:h}),x=a?oN(t,e,b,f):eN({triggerElement:t,dropdownElement:e,overflowParents:b,minWidth:g,preferCenter:s,stretchWidth:u,stretchHeight:h,isMobile:f,stretchBeyondTriggerWidth:v}),k=Ue(t);return[x,k]};function xb({position:e,dropdownElement:t,triggerRect:l,isMobile:a}){const i=a,s=i?document.documentElement.scrollTop:0,u=i?document.documentElement.scrollLeft:0;t.style.position=i?"absolute":"fixed",e.dropBlockStart?t.style.insetBlockEnd=`calc(100% - ${s+l.insetBlockStart}px)`:t.style.insetBlockStart=`${s+l.insetBlockEnd}px`,e.dropInlineStart?t.style.insetInlineStart=`calc(${u+l.insetInlineEnd}px - ${e.inlineSize})`:t.style.insetInlineStart=`${u+l.insetInlineStart}px`}const rN=({triggerRef:e,children:t,renderWithPortal:l,id:a,referrerId:i,open:s})=>{var u,h;if(!l)return d.createElement(d.Fragment,null,t);if(!s)return null;const f=(h=(u=e.current)===null||u===void 0?void 0:u.ownerDocument)!==null&&h!==void 0?h:document;return Ii.createPortal(d.createElement("div",{id:a,"data-awsui-referrer-id":i},t),f.body)},lN=({state:e,transitionRef:t,dropdownClasses:l,stretchWidth:a,interior:i,isRefresh:s,dropdownRef:u,verticalContainerRef:h,expandToViewport:f,stretchBeyondTriggerWidth:g,header:v,children:b,footer:x,position:k,open:S,onMouseDown:w,id:y,role:C,ariaLabelledby:E,ariaDescribedby:N})=>{const D=ao(u,t);return d.createElement("div",{className:G(Fo.dropdown,l,{[Fo.open]:S,[Fo["with-limited-width"]]:!a,[Fo["hide-block-border"]]:a,[Fo.interior]:i,[Fo.refresh]:s,[Fo["use-portal"]]:f&&!i,[Fo["stretch-beyond-trigger-width"]]:g}),ref:D,id:y,role:C,"aria-labelledby":E,"aria-describedby":N,"data-open":S,"data-animating":e!=="exited","aria-hidden":!S,style:g?{[he.dropdownDefaultMaxWidth]:`${x_}px`}:{},onMouseDown:w},d.createElement("div",{className:G(Fo["dropdown-content-wrapper"],!v&&!b&&Fo["is-empty"],s&&Fo.refresh)},d.createElement("div",{ref:h,className:Fo["dropdown-content"]},d.createElement($C,{position:k},v,b,x))))},Tg=({children:e,trigger:t,open:l,onDropdownClose:a,onMouseDown:i,header:s,footer:u,dropdownId:h,stretchTriggerHeight:f=!1,stretchWidth:g=!0,stretchHeight:v=!1,stretchToTriggerWidth:b=!0,stretchBeyondTriggerWidth:x=!1,expandToViewport:k=!1,preferCenter:S=!1,interior:w=!1,minWidth:y,scrollable:C=!0,loopFocus:E=k,onFocus:N,onBlur:D,contentKey:T,dropdownContentId:P,dropdownContentRole:I,ariaLabelledby:H,ariaDescribedby:q})=>{const L=_.useRef(null),O=_.useRef(null),j=_.useRef(null),V=_.useRef(null),U=_.useRef(null),ne=_.useRef(null),M=Zl(),$=Ng(O),[oe,Q]=_.useState("bottom-right"),se=Fa(),R=(re,de,Y,ve)=>{const xe=!w&&g;if(g?ve.style.maxBlockSize=re.blockSize:ve.style.maxBlockSize=`${parseInt(re.blockSize)+1}px`,xe&&!k?b&&Y.classList.add(Fo["occupy-entire-width"]):Y.style.inlineSize=re.inlineSize,re.dropBlockStart&&!w?(Y.classList.add(Fo["dropdown-drop-up"]),k||(Y.style.insetBlockEnd="100%")):Y.classList.remove(Fo["dropdown-drop-up"]),Y.classList.add(re.dropInlineStart?Fo["dropdown-drop-left"]:Fo["dropdown-drop-right"]),re.insetInlineStart&&re.insetInlineStart!=="auto"&&(Y.style.insetInlineStart=re.insetInlineStart),k&&!w){xb({position:re,dropdownElement:Y,triggerRect:de,isMobile:se}),ne.current=re;return}w&&aN(re)&&(re.dropBlockStart?Y.style.insetBlockEnd=re.insetBlockEnd:Y.style.insetBlockStart=re.insetBlockStart,Y.style.insetInlineStart=re.insetInlineStart),re.dropBlockStart&&re.dropInlineStart?Q("top-left"):re.dropBlockStart?Q("top-right"):re.dropInlineStart?Q("bottom-left"):Q("bottom-right")},X=re=>(!L.current||!Aa(L.current,re))&&(!V.current||!Aa(V.current,re)),te=re=>{(!re.relatedTarget||X(re.relatedTarget))&&Ze(N,re)},ie=re=>{(!re.relatedTarget||X(re.relatedTarget))&&Ze(D,re)};Zr(()=>j.current,()=>{const re=Fo["stretch-beyond-trigger-width"];l&&x&&j.current&&O.current&&j.current.classList.contains(re)&&!JC({triggerElement:O.current,dropdownElement:j.current,desiredMinWidth:y,expandToViewport:k,stretchWidth:g,stretchHeight:v,isMobile:se})&&j.current.classList.remove(re)}),_.useLayoutEffect(()=>{const re=()=>{l&&j.current&&O.current&&U.current&&(C&&j.current.classList.add(Fo.nowrap),R(...tN(j.current,O.current,U.current,w,k,S,g,v,se,y,x),j.current,U.current),C&&j.current.classList.remove(Fo.nowrap))};if(re(),l){window.addEventListener("scroll",re);const de=setTimeout(()=>{window.removeEventListener("scroll",re)},500);return()=>{clearTimeout(de),window.removeEventListener("scroll",re)}}},[l,j,O,U,w,g,se,T]),_.useEffect(()=>{if(!l)return;const re=de=>{const Y=de.composedPath?de.composedPath()[0]:de.target;!Aa(j.current,Y)&&!Aa(O.current,Y)&&Ze(a)};return window.addEventListener("click",re,!0),()=>{window.removeEventListener("click",re,!0)}},[l,a]),_.useLayoutEffect(()=>{if(!k||!l)return;const re=()=>{O.current&&j.current&&U.current&&ne.current&&xb({position:ne.current,dropdownElement:j.current,triggerRect:Ue(O.current),isMobile:se})};re();const de=new AbortController;return window.addEventListener("scroll",re,{capture:!0,signal:de.signal}),window.addEventListener("resize",re,{capture:!0,signal:de.signal}),()=>{de.abort()}},[l,k,se]);const be=Qe();return d.createElement("div",{className:G(Fo.root,w&&Fo.interior,f&&Fo["stretch-trigger-height"]),ref:L,onFocus:te,onBlur:ie},d.createElement("div",{id:be,className:G(f&&Fo["stretch-trigger-height"]),ref:O},t),d.createElement(Xc,{focusNextCallback:()=>{var re;return j.current&&((re=Hh(j.current))===null||re===void 0?void 0:re.focus())},disabled:!l||!E}),d.createElement(rN,{triggerRef:O,renderWithPortal:k&&!w,id:h,referrerId:be,open:l},d.createElement(as,{in:l??!1,exit:!1},(re,de)=>d.createElement("div",{ref:V},d.createElement(Xc,{focusNextCallback:()=>{var Y;return O.current&&((Y=$x(O.current))===null||Y===void 0?void 0:Y.focus())},disabled:!l||!E}),d.createElement(lN,{state:re,transitionRef:de,dropdownClasses:$,open:l,stretchWidth:g,interior:w,header:s,expandToViewport:k,stretchBeyondTriggerWidth:x,footer:u,onMouseDown:i,isRefresh:M,dropdownRef:j,verticalContainerRef:U,position:oe,id:P,role:I,ariaLabelledby:H,ariaDescribedby:q},e),d.createElement(Xc,{focusNextCallback:()=>{var Y;return O.current&&((Y=Hh(O.current))===null||Y===void 0?void 0:Y.focus())},disabled:!l||!E})))))},aN=e=>e.insetBlockEnd!==void 0,hh={"options-list":"awsui_options-list_19gcf_11x8t_145","options-list-embedded":"awsui_options-list-embedded_19gcf_11x8t_192","decrease-block-margin":"awsui_decrease-block-margin_19gcf_11x8t_199"},nN=80,_b=(e,t)=>{const l=Dt(t.target,i=>i===e.current||!!i.dataset.mouseTarget),a=l==null?void 0:l.dataset.mouseTarget;return a?parseInt(a):-1},iN=({open:e,statusType:t,children:l,nativeAttributes:a={},onKeyDown:i,onBlur:s,onFocus:u,onLoadMore:h,onMouseUp:f,onMouseMove:g,position:v="relative",role:b="listbox",tagOverride:x="div",decreaseBlockMargin:k=!1,ariaLabel:S,ariaLabelledby:w,ariaDescribedby:y,embedded:C,stickyItemBlockSize:E,...N},D)=>{const T=io(N),P=_.useRef(null),I=bl(()=>{const L=P==null?void 0:P.current;if(L){const O=L.scrollTop+L.clientHeight;L.scrollHeight-O<nN&&Ze(h)}});_.useEffect(()=>{e&&t==="pending"&&I()},[e,t,I]);const H=G(hh["options-list"],{[hh["decrease-block-margin"]]:k,[hh["options-list-embedded"]]:C}),q=ao(D,P);return d.createElement(x,{...T,...a,className:H,ref:q,style:{position:v,scrollPaddingBlockStart:E??void 0},role:b,onScroll:I,onKeyDown:L=>wn(i,L),onMouseMove:L=>g==null?void 0:g(_b(P,L)),onMouseUp:L=>f==null?void 0:f(_b(P,L)),onBlur:L=>Ze(s,{relatedTarget:L.relatedTarget}),onFocus:()=>Ze(u),tabIndex:C?0:-1,"aria-label":S,"aria-labelledby":w,"aria-describedby":y},e&&l)},Id=d.forwardRef(iN),cN=(e,t,l)=>G(e[t],l&&e[`${t}-open`]),$e={header:"awsui_header_16mm3_mv8zj_145",disabled:"awsui_disabled_16mm3_mv8zj_161","expandable-header":"awsui_expandable-header_16mm3_mv8zj_165","rolled-down":"awsui_rolled-down_16mm3_mv8zj_176",highlighted:"awsui_highlighted_16mm3_mv8zj_179","is-focused":"awsui_is-focused_16mm3_mv8zj_197","visual-refresh":"awsui_visual-refresh_16mm3_mv8zj_200",category:"awsui_category_16mm3_mv8zj_204",expandable:"awsui_expandable_16mm3_mv8zj_165","variant-navigation":"awsui_variant-navigation_16mm3_mv8zj_219","expand-icon":"awsui_expand-icon_16mm3_mv8zj_226","expand-icon-up":"awsui_expand-icon-up_16mm3_mv8zj_244","expand-icon-right":"awsui_expand-icon-right_16mm3_mv8zj_247","items-list-container":"awsui_items-list-container_16mm3_mv8zj_255","in-dropdown":"awsui_in-dropdown_16mm3_mv8zj_264","icon-wrapper":"awsui_icon-wrapper_16mm3_mv8zj_268","header-content":"awsui_header-content_16mm3_mv8zj_272"},sN=({item:e,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,disabled:g,variant:v,position:b})=>d.createElement("li",{className:G($e.category,$e[`variant-${v}`],g&&$e.disabled),role:"presentation"},e.text&&d.createElement("p",{className:G($e.header,{[$e.disabled]:g}),"aria-hidden":"true"},d.createElement("span",{className:$e["header-content"]},(e.iconName||e.iconUrl||e.iconSvg)&&d.createElement("span",{className:$e["icon-wrapper"]},d.createElement(no,{name:e.iconName,url:e.iconUrl,svg:e.iconSvg,alt:e.iconAlt})),e.text)),d.createElement("ul",{className:$e["items-list-container"],role:"group","aria-label":e.text,"aria-disabled":g},e.items&&d.createElement(zd,{items:e.items,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,categoryDisabled:g,hasCategoryHeader:!!e.text,variant:v,position:b}))),uN=120;function Eg({children:e,content:t,position:l="right",className:a}){const i=_.useRef(null),s=ig(i),{open:u,triggerProps:h}=dN(s?0:uN),f=Ng(i);return d.createElement("span",{ref:i,...h,className:a},e,u&&d.createElement(ts,null,d.createElement("span",{className:f},d.createElement(xg,{size:"small",fixedWidth:!1,position:l,trackRef:i,arrow:g=>d.createElement(gg,{position:g}),renderWithPortal:!0,zIndex:7e3},d.createElement(vg,{dismissButton:!1,dismissAriaLabel:void 0,header:null,onDismiss:()=>{},overflowVisible:"both"},d.createElement("span",{"data-testid":"button-dropdown-disabled-reason",role:"tooltip"},t))))))}function dN(e){const t=_.useRef(),[l,a]=_.useState(!1),i=()=>{clearTimeout(t.current),a(!1)},s=()=>a(!0);return{open:l,triggerProps:{onBlur:i,onFocus:()=>{t.current=setTimeout(s,e)},onKeyDown:v=>{l&&fN(v.key)&&(v.preventDefault(),v.stopPropagation(),i())}}}}const fN=e=>e==="Escape"||e==="Esc",Dg=({disabled:e,parent:t,expanded:l})=>({role:"menuitem","aria-disabled":e?"true":void 0,"aria-haspopup":t?"true":void 0,"aria-expanded":l?"true":t?"false":void 0}),hN=({disabled:e,checked:t})=>({role:"menuitemcheckbox","aria-disabled":e?"true":void 0,"aria-checked":t?"true":"false"}),gN=({item:e,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,disabled:g,expandToViewport:v,variant:b,position:x})=>{const k=i(e),S=u(e),w=s(e),y=d.useRef(null),C=_.useRef(null);_.useEffect(()=>{y.current&&k&&!S&&y.current.focus()},[S,k]);const E=L=>{var O;g||(L.preventDefault(),l(e,L),(O=y.current)===null||O===void 0||O.focus())},N=()=>{f(e)},D=Zl(),T=!!e.disabledReason&&e.disabled,{targetProps:P,descriptionEl:I}=Ga(e.disabledReason),H=e.text&&d.createElement("span",{className:G($e.header,$e["expandable-header"],$e[`variant-${b}`],{[$e.disabled]:g,[$e.highlighted]:k,[$e["is-focused"]]:w,[$e["visual-refresh"]]:D}),tabIndex:k?0:-1,ref:y,...Dg({parent:!0,expanded:S,disabled:g}),...T?P:{},...Ge(g?{}:{action:S?"collapse":"expand",detail:{position:x||"0",label:{root:"self"},id:e.id||""}})},(e.iconName||e.iconUrl||e.iconSvg)&&d.createElement("span",{className:$e["icon-wrapper"]},d.createElement(no,{name:e.iconName,url:e.iconUrl,svg:e.iconSvg,alt:e.iconAlt})),e.text,d.createElement("span",{className:G($e["expand-icon"],$e["expand-icon-right"])},d.createElement(no,{name:"caret-down-filled"})));let q;return T?q=d.createElement(Eg,{content:e.disabledReason},H,I):g?q=H:q=d.createElement(Tg,{open:S,stretchWidth:!1,interior:!0,expandToViewport:v,trigger:H},e.items&&S&&d.createElement("ul",{role:"menu","aria-label":e.text,className:G($e["items-list-container"],$e["in-dropdown"])},d.createElement(zd,{items:e.items,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,variant:b,position:x}))),d.createElement("li",{className:G($e.category,$e[`variant-${b}`],$e.expandable,{[$e.expanded]:S,[$e.disabled]:g,[$e.highlighted]:k}),role:"presentation","data-testid":e.id,ref:C,onClick:E,onMouseEnter:N,onTouchStart:N},q)},Lu={root:"awsui_root_14cnr_39y7l_145",trigger:"awsui_trigger_14cnr_39y7l_179",dropdown:"awsui_dropdown_14cnr_39y7l_182",open:"awsui_open_14cnr_39y7l_196"},mN=({children:e,trigger:t,open:l})=>d.createElement("div",{className:Lu.root},d.createElement("div",{className:Lu.trigger},t),d.createElement("div",{className:G(Lu.dropdown,{[Lu.open]:l}),"data-open":l},e)),pN=({item:e,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,disabled:g,variant:v,position:b})=>{const x=i(e),k=u(e),S=s(e),w=d.useRef(null);_.useEffect(()=>{w.current&&x&&!k&&w.current.focus()},[k,x]);const y=I=>{g||(I.preventDefault(),l(e,I))},C=()=>{f(e)},E=!!e.disabledReason&&e.disabled,{targetProps:N,descriptionEl:D}=Ga(e.disabledReason),T=e.text&&d.createElement("span",{className:G($e.header,$e["expandable-header"],$e[`variant-${v}`],{[$e.highlighted]:x,[$e["rolled-down"]]:k,[$e.disabled]:g,[$e["is-focused"]]:S}),tabIndex:x?0:-1,ref:w,...Dg({parent:!0,disabled:g,expanded:k}),...E?N:{},...Ge(g?{}:{action:"expand",detail:{position:b||"0",label:{root:"self"},id:e.id||"",expanded:`${!k}`}})},(e.iconName||e.iconUrl||e.iconSvg)&&d.createElement("span",{className:$e["icon-wrapper"]},d.createElement(no,{name:e.iconName,url:e.iconUrl,svg:e.iconSvg,alt:e.iconAlt})),e.text,d.createElement("span",{className:G($e["expand-icon"],{[$e["expand-icon-up"]]:k})},d.createElement(no,{name:"caret-down-filled"})));let P;return E?P=d.createElement(d.Fragment,null,D,d.createElement(Eg,{content:e.disabledReason},T)):g?P=T:P=d.createElement(mN,{open:k,trigger:T},e.items&&k&&d.createElement("ul",{role:"menu","aria-label":e.text,className:$e["items-list-container"]},d.createElement(zd,{items:e.items,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,hasCategoryHeader:!0,variant:v,position:b}))),d.createElement("li",{className:G($e.category,$e[`variant-${v}`],$e.expandable,{[$e.expanded]:k,[$e.disabled]:g,[$e.highlighted]:x||k,[$e.expandable]:!0}),role:"presentation",onClick:y,onMouseEnter:C,onTouchStart:C,"data-testid":e.id},P)};function vN(e){const t=new Map,l=new Map,a=[];return Pd(e,(i,s)=>{const u=gh(s);t.set(i,u),l.set(u,i),a.push(u)}),{getItem:i=>{const s=gh(i);return l.get(s)||null},getItemIndex:i=>{const s=t.get(i);if(!s)throw new Error("Invariant violation: item is not found.");return mh(s)},getSequentialIndex:(i,s,u=!1)=>{const h=gh(i);let g=a.indexOf(h)+s;u&&(g<0?g=a.length-1:g>=a.length&&(g=0));const v=a[g];return v?mh(v):null},getParentIndex:i=>{const s=t.get(i);if(!s)throw new Error("Invariant violation: item is not found.");const u=mh(s);return u.length===1?null:u.slice(0,u.length-1)}}}function Pd(e,t,l=[]){e.forEach((a,i)=>{const s=[...l,i];t(a,s),Bi(a)&&Pd(a.items,t,s)})}function gh(e){return e.join("-")}function mh(e){return e.split("-").map(t=>parseInt(t))}const Bi=e=>e&&e.items!==void 0,Ci=e=>e&&e.href!==void 0,Ad=e=>e&&e.itemType==="checkbox",w_=e=>e.external?"_blank":void 0;function kb(e,t){for(let l=0;l<e.length;l++)if(e[l]!==t[l])return!1;return!0}function Ig(e,t){if(e.length!==t.length)return!1;for(let l=0;l<e.length;l++)if(e[l]!==t[l])return!1;return!0}function bN(e){let t=!1;return Pd(e,l=>{l.itemType==="checkbox"&&(t=!0)}),t}function xN(e){let t=!1;return Pd(e,l=>{l.disabledReason&&(t=!0)}),t}const _i={"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"},Vo={"item-element":"awsui_item-element_93a1u_1b68j_145",disabled:"awsui_disabled_93a1u_1b68j_157","show-divider":"awsui_show-divider_93a1u_1b68j_164",highlighted:"awsui_highlighted_93a1u_1b68j_167","is-focused":"awsui_is-focused_93a1u_1b68j_182","visual-refresh":"awsui_visual-refresh_93a1u_1b68j_185","menu-item":"awsui_menu-item_93a1u_1b68j_189","link-style":"awsui_link-style_93a1u_1b68j_201","current-breadcrumb":"awsui_current-breadcrumb_93a1u_1b68j_237","link-style-highlighted":"awsui_link-style-highlighted_93a1u_1b68j_245","has-category-header":"awsui_has-category-header_93a1u_1b68j_251","item-tooltip-wrapper":"awsui_item-tooltip-wrapper_93a1u_1b68j_251","has-checkmark":"awsui_has-checkmark_93a1u_1b68j_251",icon:"awsui_icon_93a1u_1b68j_255",checkmark:"awsui_checkmark_93a1u_1b68j_259","external-icon":"awsui_external-icon_93a1u_1b68j_266","content-wrapper":"awsui_content-wrapper_93a1u_1b68j_270","main-row":"awsui_main-row_93a1u_1b68j_276","label-tag":"awsui_label-tag_93a1u_1b68j_283","secondary-text":"awsui_secondary-text_93a1u_1b68j_290"},_N=({position:e="1",item:t,disabled:l,onItemActivate:a,highlighted:i,highlightItem:s,showDivider:u,hasCategoryHeader:h,isKeyboardHighlighted:f=!1,analyticsMetadataTransformer:g=x=>x,variant:v="normal",linkStyle:b})=>{const x=Ci(t),k=Ad(t),S=C=>{C.stopPropagation(),x||C.preventDefault(),l||a(t,C)},w=()=>{s(t)},y=Zl();return d.createElement("li",{className:G(Vo["item-element"],Vo[`variant-${v}`],{[Vo.highlighted]:i,[Vo.disabled]:l,[Vo["has-category-header"]]:h,[Vo["has-checkmark"]]:k,[Vo["show-divider"]]:u,[Vo["is-focused"]]:f,[Vo["visual-refresh"]]:y}),role:"presentation","data-testid":t.id,"data-description":t.description,onClick:S,onMouseEnter:w,onTouchStart:w,...Ge(l?{}:g({action:"click",detail:{position:e,id:t.id,label:`.${_i["menu-item"]}`,href:t.href||""}}))},d.createElement(kN,{item:t,disabled:l,highlighted:i,linkStyle:b}))};function kN({item:e,disabled:t,highlighted:l,linkStyle:a}){const i=_.useRef(null),s=Ad(e),u=!s&&e.isCurrentBreadcrumb;_.useEffect(()=>{l&&i.current&&i.current.focus()},[l]);const h=t&&e.disabledReason,{targetProps:f,descriptionEl:g}=Ga(e.disabledReason),v={"aria-label":e.ariaLabel,className:G(Vo["menu-item"],_i["menu-item"],a&&Vo["link-style"],a&&l&&Vo["link-style-highlighted"],u&&Vo["current-breadcrumb"]),"aria-current":u,lang:e.lang,ref:i,tabIndex:l?0:-1,...s?hN({disabled:t,checked:e.checked}):Dg({disabled:t}),...h?f:{}},b=Ci(e)?d.createElement("a",{...v,href:t?void 0:e.href,download:!t&&e.download?e.download:void 0,target:w_(e),rel:e.external?"noopener noreferrer":void 0},d.createElement(wb,{item:e,disabled:t,highlighted:l})):d.createElement("span",{...v},d.createElement(wb,{item:e,disabled:t,highlighted:l})),{position:x}=ZC(),k=x==="bottom-left"||x==="top-left"?"left":"right";return h?d.createElement(Eg,{content:e.disabledReason,position:k,className:Vo["item-tooltip-wrapper"]},b,g):b}const wb=({item:e,disabled:t,highlighted:l})=>{const a=!!(e.iconName||e.iconUrl||e.iconSvg),i=Ci(e)&&e.external,s=Ad(e);return d.createElement(d.Fragment,null,s&&d.createElement(yN,{checked:e.checked,disabled:t}),a&&d.createElement(wN,{name:e.iconName,url:e.iconUrl,svg:e.iconSvg,alt:e.iconAlt,badge:e.badge}),d.createElement("div",{className:Vo["content-wrapper"]},d.createElement("div",{className:Vo["main-row"]},d.createElement("div",null,e.text,i&&d.createElement(SN,{disabled:t,ariaLabel:e.externalIconAriaLabel})),e.labelTag&&d.createElement("div",{className:G(Vo["label-tag"],t&&Vo.disabled)},e.labelTag)),e.secondaryText&&d.createElement("div",{className:G(Vo["secondary-text"],l&&Vo.highlighted,t&&Vo.disabled)},e.secondaryText)))},wN=e=>d.createElement("span",{className:Vo.icon},d.createElement(no,{...e})),yN=({disabled:e,checked:t})=>{const l=d.createElement(no,{variant:e?"disabled":"normal",name:"check"});return d.createElement("span",{className:G(Vo.icon,Vo.checkmark,{[Vo.disabled]:e}),"aria-hidden":"true",style:{visibility:t?"visible":"hidden"}},l)},SN=({disabled:e,ariaLabel:t})=>{const l=d.createElement(no,{variant:e?"disabled":"normal",name:"external"});return d.createElement("span",{className:Vo["external-icon"],role:t?"img":void 0,"aria-label":t},l)};function zd({items:e,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h,highlightItem:f,categoryDisabled:g=!1,hasExpandableGroups:v=!1,hasCategoryHeader:b=!1,expandToViewport:x=!1,variant:k="normal",analyticsMetadataTransformer:S,position:w,linkStyle:y}){const C=Fa(),E=e.map((N,D)=>{var T,P,I,H;if(!Bi(N)){const q=D===e.length-1&&!h||Bi(e[D+1]);return d.createElement(_N,{key:D,item:N,onItemActivate:t,disabled:(T=N.disabled)!==null&&T!==void 0?T:g,highlighted:i(N),isKeyboardHighlighted:s(N),highlightItem:f,showDivider:q,hasCategoryHeader:b,variant:k,position:`${w?`${w},`:""}${D+1}`,analyticsMetadataTransformer:S,linkStyle:y})}return v?N.text?C?d.createElement(pN,{key:D,item:N,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h&&D===e.length-1,highlightItem:f,disabled:(P=N.disabled)!==null&&P!==void 0?P:!1,variant:k,position:`${w?`${w},`:""}${D+1}`}):d.createElement(gN,{key:D,item:N,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:!0,highlightItem:f,disabled:(I=N.disabled)!==null&&I!==void 0?I:!1,expandToViewport:x,variant:k,position:`${w?`${w},`:""}${D+1}`}):null:d.createElement(sN,{key:D,item:N,onItemActivate:t,onGroupToggle:l,targetItem:a,isHighlighted:i,isKeyboardHighlight:s,isExpanded:u,lastInDropdown:h&&D===e.length-1,highlightItem:f,disabled:(H=N.disabled)!==null&&H!==void 0?H:!1,variant:k,position:`${w?`${w},`:""}${D+1}`})});return d.createElement(d.Fragment,null,E)}const y_=({onOpen:e,onClose:t,defaultOpen:l=!1})=>{const[a,i]=_.useState(l),[s,u]=_.useState(!1),h=v=>{a||(i(!0),u(!!v),e==null||e())},f=()=>{a&&(i(!1),t==null||t())};return{isOpen:a,openDropdown:h,closeDropdown:f,toggleDropdown:()=>{a?f():h(!1)},openedWithKeyboard:s}};function BN({startIndex:e,expandedIndex:t,getNext:l,hasExpandableGroups:a,isInRestrictedView:i}){const s=u=>{var h;const f=l(u);return f?!((h=f.parent)===null||h===void 0)&&h.disabled&&a||Bi(f.item)&&!a||a&&!i&&!CN(e,f.index)||a&&i&&!NN(f.index,t)&&!TN(t,f.index)?s(f.index):f.index:null};return s(e)}function CN(e,t){return Ig(e.slice(0,-1),t.slice(0,-1))}function NN(e,t){return e.length===t.length}function TN(e,t){return Ig(e,t.slice(0,-1))}function EN({items:e,hasExpandableGroups:t,isInRestrictedView:l=!1}){const[a,i]=_.useState([]),[s,u]=_.useState([]),[h,f]=_.useState(!0),{getItem:g,getItemIndex:v,getSequentialIndex:b,getParentIndex:x}=_.useMemo(()=>vN(e),[e]),k=_.useMemo(()=>g(a),[a,g]),S=_.useCallback(P=>{const I=v(P);return kb(I,a)},[a,v]),w=_.useCallback(P=>{const I=v(P);return!h&&Ig(I,a)},[a,v,h]),y=_.useCallback(P=>{const I=v(P);return kb(I,s)},[s,v]),C=_.useCallback((P,I)=>{const q=BN({startIndex:a,expandedIndex:s,getNext:L=>{const O=b(L,P,I),j=g(O||[-1]);if(!O||!j)return null;const V=x(j),U=V&&g(V);return{index:O,item:j,parent:U||void 0}},hasExpandableGroups:t,isInRestrictedView:l});q&&i(q)},[a,s,g,b,x,t,l]),E=_.useCallback(P=>{i(v(P))},[v]),N=_.useCallback(P=>{const I=P?v(P):a,H=[...I,0];i(l?I:H),u(I)},[a,v,l]),D=_.useCallback(()=>{s.length>0&&(i(s),u(s.slice(0,-1)))},[s]),T=_.useCallback(()=>{i([]),u([])},[]);return{targetItem:k,isHighlighted:S,isKeyboardHighlight:w,isExpanded:y,moveHighlight:C,highlightItem:E,expandGroup:N,collapseGroup:D,reset:T,setIsUsingMouse:f}}function DN({items:e,onItemClick:t,onItemFollow:l,onReturnFocus:a,hasExpandableGroups:i,isInRestrictedView:s=!1,expandToViewport:u=!1}){const{targetItem:h,isHighlighted:f,isKeyboardHighlight:g,isExpanded:v,highlightItem:b,moveHighlight:x,expandGroup:k,collapseGroup:S,reset:w,setIsUsingMouse:y}=EN({items:e,hasExpandableGroups:i,isInRestrictedView:s}),{isOpen:C,closeDropdown:E,...N}=y_({onClose:w}),D=(j={})=>{var V;const U=(V=j.moveHighlightOnOpen)!==null&&V!==void 0?V:!0;!C&&U&&x(1),N.toggleDropdown()},T=j=>v(j)?S():k(j),P=(j,V)=>{const U=Ad(j),ne=Ci(j),M={id:j.id||"undefined",href:ne?j.href:void 0,external:ne?j.external:void 0,target:ne?w_(j):void 0,checked:U?!j.checked:void 0};a(),l&&ne&&Cd(V)&&Rr(l,M,V),t&&Rr(t,M,V),E()},I=j=>{D(),j.preventDefault()},H=j=>{h?Bi(h)?T(h):P(h,j):C&&!s?D():I(j)},q=(j,V)=>{y(!1),!(h&&Ci(h)&&V)&&(j.preventDefault(),H(j))};return{isOpen:C,targetItem:h,isHighlighted:f,isKeyboardHighlight:g,isExpanded:v,highlightItem:b,onKeyDown:j=>{switch(y(!1),j.keyCode){case Te.down:{C?x(1):(D(),x(1,!0)),j.preventDefault();break}case Te.up:{C?x(-1):(D(),x(-1,!0)),j.preventDefault();break}case Te.space:{j.preventDefault();break}case Te.enter:{h!=null&&h.disabled||q(j,!0);break}case Te.left:case Te.right:{h&&!h.disabled&&Bi(h)&&!v(h)?k():i&&S(),j.preventDefault();break}case Te.escape:{a(),E(),j.preventDefault(),C&&j.stopPropagation();break}case Te.tab:{u&&a(),E();break}}},onKeyUp:j=>{j.keyCode===Te.space&&!(h!=null&&h.disabled)&&q(j)},onItemActivate:P,onGroupToggle:T,toggleDropdown:D,closeDropdown:E,setIsUsingMouse:y}}const Ao={"button-dropdown":"awsui_button-dropdown_sne0l_ncm5v_145","full-width":"awsui_full-width_sne0l_ncm5v_148","items-list-container":"awsui_items-list-container_sne0l_ncm5v_153","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_sne0l_ncm5v_1",rotate:"awsui_rotate_sne0l_ncm5v_172","rotate-open":"awsui_rotate-open_sne0l_ncm5v_186",header:"awsui_header_sne0l_ncm5v_190",title:"awsui_title_sne0l_ncm5v_201",description:"awsui_description_sne0l_ncm5v_202","trigger-button":"awsui_trigger-button_sne0l_ncm5v_206",loading:"awsui_loading_sne0l_ncm5v_210","split-trigger-wrapper":"awsui_split-trigger-wrapper_sne0l_ncm5v_214","trigger-item":"awsui_trigger-item_sne0l_ncm5v_217","has-no-text":"awsui_has-no-text_sne0l_ncm5v_226","visual-refresh":"awsui_visual-refresh_sne0l_ncm5v_229","variant-normal":"awsui_variant-normal_sne0l_ncm5v_240","split-trigger":"awsui_split-trigger_sne0l_ncm5v_214","dropdown-trigger":"awsui_dropdown-trigger_sne0l_ncm5v_251","main-action-full-width":"awsui_main-action-full-width_sne0l_ncm5v_255","main-action-trigger-full-width":"awsui_main-action-trigger-full-width_sne0l_ncm5v_259","test-utils-button-trigger":"awsui_test-utils-button-trigger_sne0l_ncm5v_263"},IN=d.forwardRef(({items:e,variant:t="normal",loading:l=!1,loadingText:a,disabled:i=!1,disabledReason:s,expandableGroups:u=!1,children:h,onItemClick:f,onItemFollow:g,customTriggerBuilder:v,expandToViewport:b,ariaLabel:x,title:k,description:S,preferCenter:w,mainAction:y,showMainActionOnly:C,__internalRootRef:E,analyticsMetadataTransformer:N,linkStyle:D,fullWidth:T,position:P,nativeMainActionAttributes:I,nativeTriggerAttributes:H,...q},L)=>{var O;const j=Fa(),V=Qe("dropdown");for(const Re of e)Ci(Re)&&es("ButtonDropdown",Re.href);y&&es("ButtonDropdown",y.href);const U=y&&(t==="primary"||t==="normal"),{isOpen:ne,targetItem:M,isHighlighted:$,isKeyboardHighlight:oe,isExpanded:Q,highlightItem:se,onKeyDown:R,onKeyUp:X,onItemActivate:te,onGroupToggle:ie,toggleDropdown:pe,closeDropdown:be,setIsUsingMouse:re}=DN({items:e,onItemClick:f,onItemFollow:g,onReturnFocus:()=>{var Re;return(Re=xe.current)===null||Re===void 0?void 0:Re.focus({preventScroll:!0})},expandToViewport:b,hasExpandableGroups:u,isInRestrictedView:j}),de=()=>{re(!0)},Y=io(q),ve=_.useRef(null),xe=_.useRef(null);_.useImperativeHandle(L,()=>({focus(...Re){var We;(We=(U?ve:xe).current)===null||We===void 0||We.focus(...Re)},focusDropdownTrigger(...Re){var We;(We=xe.current)===null||We===void 0||We.focus(...Re)}}),[ve,xe,U]);const we=()=>{!l&&!i&&pe({moveHighlightOnOpen:!j})},He=!l&&!i,Be=!!T&&(t==="primary"||t==="normal"),le=t==="navigation"?void 0:t==="inline-icon"?"inline-icon":t,ae=t==="icon"||t==="inline-icon"?{iconName:"ellipsis"}:{iconName:"caret-down-filled",iconAlign:"right",__iconClass:cN(Ao,"rotate",He&&ne)},_e={className:G(Ao["trigger-button"],Ao["test-utils-button-trigger"],_i["trigger-label"]),...ae,variant:le,loading:l,loadingText:a,disabled:i,disabledReason:s,onClick:Re=>{Re.preventDefault(),we()},ariaLabel:x,ariaExpanded:He&&ne,formAction:"none",nativeButtonAttributes:{"aria-haspopup":!0,...H}},Ne=Qe("awsui-button-dropdown__trigger"),ke=()=>{const Re=e.flatMap(We=>"items"in We?We.items:We);return t==="icon"&&!!(Re!=null&&Re.find(We=>{if("badge"in We)return We.badge}))};let Pe=null;const Le=i?{}:{action:ne?"collapse":"expand",detail:{label:`.${_i["trigger-label"]}`}};if(v)Pe=d.createElement("div",{className:Ao["dropdown-trigger"],...Ge(Le)},v({testUtilsClass:Ao["test-utils-button-trigger"],ariaExpanded:He&&ne,onClick:we,triggerRef:xe,ariaLabel:x,disabled:i,disabledReason:s,isOpen:ne}));else if(U){const{text:Re,iconName:We,iconAlt:wo,iconSvg:To,iconUrl:Ro,external:rt,externalIconAriaLabel:Yo,...ot}=y,Je=rt?{iconName:"external",iconAlign:"right",target:"_blank",rel:"noopener noreferrer"}:{iconName:We,iconAlt:wo,iconSvg:To,iconUrl:Ro},xo=Yo?`${(O=y.ariaLabel)!==null&&O!==void 0?O:y.text} ${y.externalIconAriaLabel}`:y.ariaLabel,Do=!Re,ko=d.createElement(Ft,{ref:ve,...ot,...Je,fullWidth:Be,className:G(Ao["trigger-button"],Do&&Ao["has-no-text"],Ao["visual-refresh"],Be&&Ao["main-action-full-width"]),variant:t,ariaLabel:xo,formAction:"none",nativeAnchorAttributes:I==null?void 0:I.anchor,nativeButtonAttributes:I==null?void 0:I.button},Re);Pe=d.createElement("div",{role:"group","aria-label":x,className:Ao["split-trigger-wrapper"]},d.createElement("div",{className:G(Ao["trigger-item"],Ao["split-trigger"],Ao[`variant-${t}`],ot.loading&&Ao.loading),onClick:be,onKeyDown:Ct=>Ct.stopPropagation(),onKeyUp:Ct=>Ct.stopPropagation(),...Ge({action:"click",detail:{label:`.${_i["main-action-label"]}`}})},ko),!C&&d.createElement("div",{className:G(Ao["trigger-item"],Ao["dropdown-trigger"],Ao["visual-refresh"],Ao[`variant-${t}`],_e.loading&&Ao.loading),...Ge(Le)},d.createElement(Ft,{ref:xe,..._e,className:G(_e.className,{[Ao["main-action-trigger-full-width"]]:Be}),__emitPerformanceMarks:!1},h)))}else Pe=d.createElement("div",{className:Ao["dropdown-trigger"],...Ge(Le)},d.createElement(Ft,{ref:xe,id:Ne,..._e,className:G(_e.className,{[Ao["full-width"]]:Be,[Ao.loading]:Be&&!!l}),badge:ke(),fullWidth:T},h));const Ke=k||S,qe=Qe("awsui-button-dropdown__header"),ye=!x&&!y&&t!=="icon"&&t!=="inline-icon",{loadingButtonCount:Ae}=ar();return _.useEffect(()=>{if(l)return Ae.current++,()=>{Ae.current--}},[l,Ae]),d.createElement("div",{...Y,onKeyDown:R,onKeyUp:X,onMouseDown:de,onMouseMove:de,className:G(Ao["button-dropdown"],Ao[`variant-${t}`],Be&&Ao["full-width"],Y.className),"aria-owns":b&&ne?V:void 0,ref:E},d.createElement(Tg,{open:He&&ne,stretchWidth:!1,stretchTriggerHeight:t==="navigation",expandToViewport:b,preferCenter:w,onDropdownClose:()=>pe(),trigger:Pe,dropdownId:V},Ke&&d.createElement("div",{className:Ao.header,id:qe},k&&d.createElement("div",{className:Ao.title},d.createElement(yn,{fontSize:"heading-s",fontWeight:"bold",color:"inherit",tagOverride:"h2",margin:{vertical:"n",horizontal:"n"}},k)),S&&d.createElement(yn,{fontSize:"body-s"},d.createElement("span",{className:Ao.description},S))),d.createElement(Id,{open:He&&ne,position:"static",role:"menu",tagOverride:"ul",decreaseBlockMargin:!0,ariaLabel:x,ariaLabelledby:Ke?qe:ye?Ne:void 0,statusType:"finished"},d.createElement(zd,{items:e,onItemActivate:te,onGroupToggle:ie,hasExpandableGroups:u,targetItem:M,isHighlighted:$,isKeyboardHighlight:oe,isExpanded:Q,lastInDropdown:!0,highlightItem:se,expandToViewport:b,variant:t,analyticsMetadataTransformer:N,linkStyle:D,position:P}))))}),zr={"direction-button-wrapper":"awsui_direction-button-wrapper_155yk_1n4ju_169","direction-button-wrapper-motion-enter":"awsui_direction-button-wrapper-motion-enter_155yk_1n4ju_189","direction-button-wrapper-motion-entering":"awsui_direction-button-wrapper-motion-entering_155yk_1n4ju_189","direction-button-wrapper-motion-exit":"awsui_direction-button-wrapper-motion-exit_155yk_1n4ju_189","direction-button-wrapper-motion-exiting":"awsui_direction-button-wrapper-motion-exiting_155yk_1n4ju_189","drag-handle-entry":"awsui_drag-handle-entry_155yk_1n4ju_1","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_155yk_1n4ju_1","drag-handle-exit":"awsui_drag-handle-exit_155yk_1n4ju_1","awsui-motion-fade-out-0":"awsui_awsui-motion-fade-out-0_155yk_1n4ju_1","direction-button-wrapper-block-start":"awsui_direction-button-wrapper-block-start_155yk_1n4ju_229","direction-button-wrapper-block-end":"awsui_direction-button-wrapper-block-end_155yk_1n4ju_233","direction-button-wrapper-inline-start":"awsui_direction-button-wrapper-inline-start_155yk_1n4ju_237","direction-button-wrapper-inline-end":"awsui_direction-button-wrapper-inline-end_155yk_1n4ju_248",contents:"awsui_contents_155yk_1n4ju_259","portal-overlay":"awsui_portal-overlay_155yk_1n4ju_263","portal-overlay-disabled":"awsui_portal-overlay-disabled_155yk_1n4ju_271","portal-overlay-contents":"awsui_portal-overlay-contents_155yk_1n4ju_275","drag-handle":"awsui_drag-handle_155yk_1n4ju_279","direction-button-wrapper-hidden":"awsui_direction-button-wrapper-hidden_155yk_1n4ju_292","direction-button":"awsui_direction-button_155yk_1n4ju_169","direction-button-disabled":"awsui_direction-button-disabled_155yk_1n4ju_335"},jh={root:"awsui_root_8k1rt_1i1h9_5","direction-button":"awsui_direction-button_8k1rt_1i1h9_9","direction-button-visible":"awsui_direction-button-visible_8k1rt_1i1h9_13","direction-button-block-start":"awsui_direction-button-block-start_8k1rt_1i1h9_17","direction-button-block-end":"awsui_direction-button-block-end_8k1rt_1i1h9_21","direction-button-inline-start":"awsui_direction-button-inline-start_8k1rt_1i1h9_25","direction-button-inline-end":"awsui_direction-button-inline-end_8k1rt_1i1h9_29"},PN={"block-start":"arrow-up","block-end":"arrow-down","inline-start":"arrow-left","inline-end":"arrow-right"};function Mu({direction:e,state:t,show:l,onClick:a}){return d.createElement(as,{in:l},(i,s)=>d.createElement("span",{ref:s,className:G(zr["direction-button-wrapper"],zr[`direction-button-wrapper-${e}`],i==="exited"&&zr["direction-button-wrapper-hidden"],zr[`direction-button-wrapper-motion-${i}`])},d.createElement("span",{className:G(zr["direction-button"],t==="disabled"&&zr["direction-button-disabled"],jh[`direction-button-${e}`],!["exiting","exited"].includes(i)&&jh["direction-button-visible"]),onClick:t!=="disabled"?a:void 0,onPointerDown:u=>u.preventDefault()},d.createElement(no,{name:PN[e],size:"small"}))))}function AN({track:e,isDisabled:t,children:l}){const a=_.useRef(null),[i,s]=_.useState(null);return _.useLayoutEffect(()=>{if(e.current){const u=e.current.ownerDocument.createElement("div");return e.current.ownerDocument.body.appendChild(u),s(u),()=>u.remove()}},[e]),_.useEffect(()=>{if(e.current===null||t)return;let u=!1,h,f,g,v;const b=()=>{if(e.current&&a.current&&document.body.contains(a.current)){const x=Xl(a.current),{insetInlineStart:k,insetBlockStart:S,inlineSize:w,blockSize:y}=Ue(e.current),C=(k+kd(document.documentElement))*(x?-1:1),E=S+document.documentElement.scrollTop;(h!==C||f!==E)&&(a.current.style.translate=`${C}px ${E}px`,h=C,f=E),(g!==w||v!==y)&&(a.current.style.width=`${w}px`,a.current.style.height=`${y}px`,g=w,v=y)}u||requestAnimationFrame(b)};return b(),()=>{u=!0}},[t,e]),d.createElement(ts,{container:i},d.createElement("span",{ref:a,className:G(zr["portal-overlay"],t&&zr["portal-overlay-disabled"])},d.createElement("span",{className:zr["portal-overlay-contents"]},l)))}function zN({directions:e,tooltipText:t,children:l,onDirectionClick:a,triggerMode:i="focus",initialShowButtons:s=!1,controlledShowButtons:u=!1,wrapperClassName:h,hideButtonsOnDrag:f,clickDragThreshold:g}){const v=_.useRef(null),b=_.useRef(null),[x,k]=_.useState(!1),[S,w]=_.useState(s),y=_.useRef(!1),C=_.useRef(),E=_.useRef(!1),N=!e["block-start"]&&!e["block-end"]&&!e["inline-start"]&&!e["inline-end"],D=O=>{document.body.dataset.awsuiFocusVisible&&!_n(v.current,O.relatedTarget)&&(k(!1),i==="focus"&&w(!0))},T=O=>{document.hasFocus()&&!_n(v.current,O.relatedTarget)&&w(!1)};_.useEffect(()=>{const O=new AbortController;document.addEventListener("pointermove",V=>{y.current&&C.current&&(V.clientX>C.current.x+g||V.clientX<C.current.x-g||V.clientY>C.current.y+g||V.clientY<C.current.y-g)&&(E.current=!0,f&&w(!1))},{signal:O.signal});const j=()=>{y.current=!1,C.current=void 0};return document.addEventListener("pointercancel",()=>{j()},{signal:O.signal}),document.addEventListener("pointerup",()=>{y.current&&!E.current&&w(!0),j()},{signal:O.signal}),()=>O.abort()},[g,f]);const P=O=>{y.current=!0,E.current=!1,C.current={x:O.clientX,y:O.clientY},k(!1)},I=()=>{y.current||k(!0)},H=()=>{k(!1)},q=O=>{O.key==="Escape"?w(!1):i==="keyboard-activate"&&(O.key==="Enter"||O.key===" ")?w(j=>!j):O.key!=="Alt"&&O.key!=="Control"&&O.key!=="Meta"&&O.key!=="Shift"&&i==="focus"&&w(!0)},L=i==="controlled"?u:S;return d.createElement(d.Fragment,null,d.createElement("div",{className:G(jh.root,zr.contents),ref:v,onFocus:D,onBlur:T},d.createElement("div",{className:zr.contents,onPointerEnter:I,onPointerLeave:H},d.createElement("div",{className:G(zr["drag-handle"],h),ref:b,onPointerDown:P,onKeyDown:q},l),!N&&!L&&x&&t&&d.createElement(Hi,{trackRef:b,value:t,onDismiss:()=>k(!1)}))),d.createElement(AN,{track:b,isDisabled:!L},e["block-start"]&&d.createElement(Mu,{show:!N&&L,direction:"block-start",state:e["block-start"],onClick:()=>a==null?void 0:a("block-start")}),e["block-end"]&&d.createElement(Mu,{show:!N&&L,direction:"block-end",state:e["block-end"],onClick:()=>a==null?void 0:a("block-end")}),e["inline-start"]&&d.createElement(Mu,{show:!N&&L,direction:"inline-start",state:e["inline-start"],onClick:()=>a==null?void 0:a("inline-start")}),e["inline-end"]&&d.createElement(Mu,{show:!N&&L,direction:"inline-end",state:e["inline-end"],onClick:()=>a==null?void 0:a("inline-end")})))}function Gh(e){return Kc(e.currentTarget)||_x(e.currentTarget)}function id(e,{onActivate:t,onBlockEnd:l,onBlockStart:a,onDefault:i,onEnd:s,onEscape:u,onHome:h,onInlineEnd:f,onInlineStart:g,onPageDown:v,onPageUp:b}){switch(e.keyCode){case Te.down:l==null||l();break;case Te.end:s==null||s();break;case Te.enter:case Te.space:t==null||t();break;case Te.escape:u==null||u();break;case Te.home:h==null||h();break;case Te.left:Xl(e.currentTarget)?f==null||f():g==null||g();break;case Te.pageDown:v==null||v();break;case Te.pageUp:b==null||b();break;case Te.right:Xl(e.currentTarget)?g==null||g():f==null||f();break;case Te.up:a==null||a();break;default:i==null||i();break}}function HN(e){let t;return()=>(t===void 0&&(t=e()),t)}const Pg=HN(()=>{if(typeof document>"u")return{width:0,height:0};const e=document.createElement("div");e.style.overflow="scroll",e.style.height="100px",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",e.style.left="-9999px",document.body.appendChild(e);const t=e.offsetWidth-e.clientWidth,l=e.offsetHeight-e.clientHeight;return document.body.removeChild(e),{width:t,height:l}}),S_={stickyVerticalTopOffset:"--awsui-sticky-vertical-top-offset",stickyVerticalBottomOffset:"--awsui-sticky-vertical-bottom-offset"},RN="awsui-context-content-header",LN=_.createContext(()=>{});var MN="var(--space-scaled-s-8ozaad, 12px)";const ON={root:"awsui_root_xttbq_1rjuy_145"};function jN(e){return d.createElement("span",{...e,className:G(ON.root,e.className)})}function GN(e,t){return l=>(a=>hx("appLayoutWidget")&&l?d.createElement(l,{Skeleton:t,...a}):d.createElement(e,{...a}))}function B_({initialState:e=!1}={}){const t=_.useRef(null),[l,a]=_.useState(e);return{ref:_.useCallback(s=>{if(!(typeof IntersectionObserver>"u")&&(t.current&&t.current.disconnect(),s)){let u=IntersectionObserver;try{window.top&&(u=window.top.IntersectionObserver)}catch{}t.current=new u(h=>{let f=h[0];for(const g of h)g.time>f.time&&(f=g);a(f.isIntersecting)}),t.current.observe(s)}},[]),isIntersecting:l}}function yb(e,[t,l]){return e<t?l:e>l?t:e}const cd=_.createContext({});function FN(e,t,l){const a={};return l.forEach(i=>{a[i]=e[i]===void 0?t[i]:e[i]}),a}function ss(e){const t=_.useContext(cd);return FN(e,t,["invalid","warning","controlId","ariaLabelledby","ariaDescribedby"])}const Ni=e=>{const t=_.useRef();return _.useEffect(()=>{t.current=e}),t.current},Hd=_.createContext(void 0);function qN(e){var t,l,a,i,s,u,h,f;let g={};return e!=null&&e.root&&Tx==="core"&&(g={...((t=e==null?void 0:e.root)===null||t===void 0?void 0:t.color)&&{[he.styleColorActive]:(l=e.root.color)===null||l===void 0?void 0:l.active,[he.styleColorDefault]:(a=e.root.color)===null||a===void 0?void 0:a.default,[he.styleColorHover]:(i=e.root.color)===null||i===void 0?void 0:i.hover},...((s=e.root)===null||s===void 0?void 0:s.focusRing)&&{[he.styleFocusRingBorderColor]:(u=e.root.focusRing)===null||u===void 0?void 0:u.borderColor,[he.styleFocusRingBorderRadius]:(h=e.root.focusRing)===null||h===void 0?void 0:h.borderRadius,[he.styleFocusRingBorderWidth]:(f=e.root.focusRing)===null||f===void 0?void 0:f.borderWidth}}),g}const sn={link:"awsui_link_4c84z_15ptl_145","variant-secondary":"awsui_variant-secondary_4c84z_15ptl_212","variant-primary":"awsui_variant-primary_4c84z_15ptl_247","variant-info":"awsui_variant-info_4c84z_15ptl_280","variant-value-large":"awsui_variant-value-large_4c84z_15ptl_315","variant-top-navigation":"awsui_variant-top-navigation_4c84z_15ptl_347","variant-recovery":"awsui_variant-recovery_4c84z_15ptl_382",button:"awsui_button_4c84z_15ptl_415","color-inverted":"awsui_color-inverted_4c84z_15ptl_450","font-size-body-s":"awsui_font-size-body-s_4c84z_15ptl_471","font-size-body-m":"awsui_font-size-body-m_4c84z_15ptl_478","font-size-heading-xs":"awsui_font-size-heading-xs_4c84z_15ptl_484","font-size-heading-s":"awsui_font-size-heading-s_4c84z_15ptl_490","font-size-heading-m":"awsui_font-size-heading-m_4c84z_15ptl_497","font-size-heading-l":"awsui_font-size-heading-l_4c84z_15ptl_504","font-size-heading-xl":"awsui_font-size-heading-xl_4c84z_15ptl_511","font-size-display-l":"awsui_font-size-display-l_4c84z_15ptl_518","font-size-inherit":"awsui_font-size-inherit_4c84z_15ptl_525","icon-wrapper":"awsui_icon-wrapper_4c84z_15ptl_533",icon:"awsui_icon_4c84z_15ptl_533"},C_=d.forwardRef(({variant:e,fontSize:t="body-m",color:l="normal",external:a=!1,target:i,href:s,rel:u,ariaLabel:h,externalIconAriaLabel:f,onFollow:g,onClick:v,children:b,nativeAttributes:x,__internalRootRef:k,style:S,...w},y)=>{es("Link",s);const C=!s,{defaultVariant:E}=_.useContext(Dd),N=e||E,T=["top-navigation","link","recovery"].indexOf(N)>-1,P=ht("link"),I=io(w),H=i??(a?"_blank":void 0),q=u??(H==="_blank"?"noopener noreferrer":void 0),L=Qe("link"),O=Qe("link-self"),j=Qe("link-info"),V=_.useContext(Hd),{funnelInteractionId:U}=ar(),{stepIdentifier:ne,stepNumber:M,stepNameSelector:$}=xl(),{subStepIdentifier:oe,subStepSelector:Q,subStepNameSelector:se}=ja(),R=Be=>{(N==="info"||a)&&(Lt($),Lt(se))},X=Be=>{U&&R(),Rr(g,{href:s,external:a,target:H},Be)},te=Be=>{const{altKey:le,ctrlKey:ae,metaKey:_e,shiftKey:Ne}=Be,ke="button"in Be?Be.button:0;Ze(v,{altKey:le,button:ke,ctrlKey:ae,metaKey:_e,shiftKey:Ne})},ie=Be=>{Cd(Be)&&X(Be),te(Be)},pe=Be=>{X(Be),te(Be)},be=Be=>{(Be.keyCode===Te.space||Be.keyCode===Te.enter)&&(Be.preventDefault(),X(Be),te(Be))},re=_.useRef(null),de=Zl();Ri(y,re);const Y=C&&de&&!T,ve={id:O,...I,ref:ao(re,k),className:G(sn.link,I.className,Y?sn.button:null,sn[UN(N)],sn[WN(N,t)],sn[VN(N,l)]),style:qN(S),"aria-label":h,"aria-labelledby":void 0,[kx]:L};N==="info"&&V&&!h&&(ve["aria-labelledby"]=`${ve.id} ${j} ${V}`);const xe=P("externalIconAriaLabel",f),we=d.createElement(d.Fragment,null,b,a&&d.createElement("span",{className:sn["icon-wrapper"]}," ",d.createElement("span",{className:sn.icon,"aria-label":xe,role:xe?"img":void 0},d.createElement(no,{name:"external",size:"inherit"}))),N==="info"&&d.createElement("span",{hidden:!0,id:j},":")),{tabIndex:He}=br(re,{tabIndex:C?0:void 0});return C?d.createElement(Xt,{...ve,tag:"a",componentName:"Link",nativeAttributes:x,role:"button",tabIndex:He,onKeyDown:be,onClick:pe},we):d.createElement(Xt,{...ve,tag:"a",componentName:"Link",nativeAttributes:x,tabIndex:He,target:H,rel:q,href:s,onClick:ie},we)});function UN(e){return`variant-${e.replace(/^awsui-/,"")}`}function WN(e,t){switch(e){case"info":return"font-size-body-s";case"awsui-value-large":return"font-size-display-l";default:return`font-size-${t}`}}function VN(e,t){return`color-${e==="info"?"normal":t}`}const Wl={"icon-shake":"awsui_icon-shake_1cbgc_rbfxz_153","awsui-motion-shake-horizontally":"awsui_awsui-motion-shake-horizontally_1cbgc_rbfxz_1","container-fade-in":"awsui_container-fade-in_1cbgc_rbfxz_181","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_1cbgc_rbfxz_1",root:"awsui_root_1cbgc_rbfxz_203","status-error":"awsui_status-error_1cbgc_rbfxz_212","status-warning":"awsui_status-warning_1cbgc_rbfxz_215","status-success":"awsui_status-success_1cbgc_rbfxz_218","status-info":"awsui_status-info_1cbgc_rbfxz_221","status-stopped":"awsui_status-stopped_1cbgc_rbfxz_224","status-pending":"awsui_status-pending_1cbgc_rbfxz_227","status-in-progress":"awsui_status-in-progress_1cbgc_rbfxz_230","status-loading":"awsui_status-loading_1cbgc_rbfxz_233","status-not-started":"awsui_status-not-started_1cbgc_rbfxz_236","color-override-red":"awsui_color-override-red_1cbgc_rbfxz_239","color-override-grey":"awsui_color-override-grey_1cbgc_rbfxz_242","color-override-blue":"awsui_color-override-blue_1cbgc_rbfxz_245","color-override-green":"awsui_color-override-green_1cbgc_rbfxz_248","color-override-yellow":"awsui_color-override-yellow_1cbgc_rbfxz_251",container:"awsui_container_1cbgc_rbfxz_181","display-inline":"awsui_display-inline_1cbgc_rbfxz_255",icon:"awsui_icon_1cbgc_rbfxz_153","display-inline-block":"awsui_display-inline-block_1cbgc_rbfxz_263","overflow-ellipsis":"awsui_overflow-ellipsis_1cbgc_rbfxz_272"},XN=e=>({error:d.createElement(no,{name:"status-negative",size:e}),warning:d.createElement(no,{name:"status-warning",size:e}),success:d.createElement(no,{name:"status-positive",size:e}),info:d.createElement(no,{name:"status-info",size:e}),stopped:d.createElement(no,{name:"status-stopped",size:e}),pending:d.createElement(no,{name:"status-pending",size:e}),"in-progress":d.createElement(no,{name:"status-in-progress",size:e}),loading:d.createElement(Ed,null),"not-started":d.createElement(no,{name:"status-not-started",size:e})});function YN({type:e,iconAriaLabel:t,animate:l,display:a,size:i="normal"}){return d.createElement("span",{className:G(Wl.icon,l&&Wl["icon-shake"]),"aria-label":t,role:t?"img":void 0},XN(i)[e],a==="inline"&&d.createElement(d.Fragment,null," "))}function sd({type:e,children:t,iconAriaLabel:l,colorOverride:a,wrapText:i=!0,nativeAttributes:s,__animate:u=!1,__internalRootRef:h,__size:f="normal",__display:g="inline-block",...v}){const b=io(v);return d.createElement(Xt,{...b,tag:"span",componentName:"StatusIndicator",nativeAttributes:s,className:G(Wl.root,Wl[`status-${e}`],{[Wl[`color-override-${a}`]]:a},b.className),ref:h},d.createElement("span",{className:G(Wl.container,Wl[`display-${g}`],i===!1&&Wl["overflow-ellipsis"],u&&Wl["container-fade-in"])},d.createElement(YN,{type:e,iconAriaLabel:l,animate:u,display:g,size:f}),t))}class $N{constructor(t){this._listeners=[],this._state=t}get(){return this._state}set(t){const l=this._state,a=t(l);this._state=a,Ii.unstable_batchedUpdates(()=>{for(const[i,s]of this._listeners)i(l)!==i(a)&&s(a,l)})}subscribe(t,l){return this._listeners.push([t,l]),()=>this.unsubscribe(l)}unsubscribe(t){for(let l=0;l<this._listeners.length;l++){const[,a]=this._listeners[l];if(a===t){this._listeners.splice(l,1);break}}}}const ZN="awsui-screenreader-text",N_=_.createContext({isInContainer:!1}),QN=({children:e})=>d.createElement(N_.Provider,{value:{isInContainer:!0}},e),KN=()=>{const{isInContainer:e}=_.useContext(N_);return e};function JN(e){var t,l,a,i,s;return{background:(t=e==null?void 0:e.root)===null||t===void 0?void 0:t.background,borderColor:(l=e==null?void 0:e.root)===null||l===void 0?void 0:l.borderColor,borderRadius:(a=e==null?void 0:e.root)===null||a===void 0?void 0:a.borderRadius,borderWidth:(i=e==null?void 0:e.root)===null||i===void 0?void 0:i.borderWidth,boxShadow:(s=e==null?void 0:e.root)===null||s===void 0?void 0:s.boxShadow}}function eT(e){var t,l;return{paddingBlock:(t=e==null?void 0:e.content)===null||t===void 0?void 0:t.paddingBlock,paddingInline:(l=e==null?void 0:e.content)===null||l===void 0?void 0:l.paddingInline}}function oT(e){var t,l,a,i;return{...((t=e==null?void 0:e.root)===null||t===void 0?void 0:t.background)&&{background:"transparent"},borderRadius:(l=e==null?void 0:e.root)===null||l===void 0?void 0:l.borderRadius,paddingBlock:(a=e==null?void 0:e.header)===null||a===void 0?void 0:a.paddingBlock,paddingInline:(i=e==null?void 0:e.header)===null||i===void 0?void 0:i.paddingInline}}function tT(e){var t,l,a,i,s,u,h,f;return{borderColor:(l=(t=e==null?void 0:e.footer)===null||t===void 0?void 0:t.divider)===null||l===void 0?void 0:l.borderColor,borderWidth:(i=(a=e==null?void 0:e.footer)===null||a===void 0?void 0:a.divider)===null||i===void 0?void 0:i.borderWidth,paddingBlock:(u=(s=e==null?void 0:e.footer)===null||s===void 0?void 0:s.root)===null||u===void 0?void 0:u.paddingBlock,paddingInline:(f=(h=e==null?void 0:e.footer)===null||h===void 0?void 0:h.root)===null||f===void 0?void 0:f.paddingInline}}function Sb(e,t){var l;return{borderRadius:(l=t==null?void 0:t.root)===null||l===void 0?void 0:l.borderRadius,...e==="top"&&{borderEndStartRadius:"0px",borderEndEndRadius:"0px"},...e==="side"&&{borderStartEndRadius:"0px",borderEndEndRadius:"0px"}}}function rT({isMobile:e,__stickyOffset:t,__mobileStickyOffset:l,hasInnerOverflowParents:a,__additionalOffset:i}){const s=e?(t??0)-(l??0):t??0;return a||t!==void 0?`${s}px`:`calc(${`var(${S_.stickyVerticalTopOffset}, 0px)`} + ${s}px + ${i?MN:"0px"})`}const Ag=_.createContext({isStuck:!1,isStuckAtBottom:!1}),lT=(e,t,l,a,i,s,u=!1)=>{const h=Fa(),g=!(h&&s)&&!!l,[v,b]=_.useState(!1),[x,k]=_.useState(!1),[S,w]=_.useState(!1);_.useLayoutEffect(()=>{if(e.current){const N=zi(e.current),D=Dt(e.current,T=>T.tagName==="MAIN");b(N.length>0&&N[0]!==D)}},[e]);const y=rT({isMobile:h,__stickyOffset:a,__mobileStickyOffset:i,hasInnerOverflowParents:v,__additionalOffset:u}),C=g?{style:{top:y}}:{},E=_.useCallback(({isTrusted:N,target:D,type:T})=>{if(!(T==="resize"&&D===window&&!N)&&e.current&&t.current){const P=parseFloat(getComputedStyle(e.current).borderTopWidth)||0,I=Math.round(e.current.getBoundingClientRect().top+P),H=Math.round(t.current.getBoundingClientRect().top);I<H?k(!0):k(!1);const q=Math.round(e.current.getBoundingClientRect().bottom-P),L=Math.round(t.current.getBoundingClientRect().bottom);q<=L?w(!0):w(!1)}},[e,t]);return _.useEffect(()=>{if(g){const N=new AbortController;return window.addEventListener("scroll",E,{capture:!0,signal:N.signal}),window.addEventListener("resize",E,{signal:N.signal}),()=>{N.abort()}}},[g,E]),{isSticky:g,isStuck:x,isStuckAtBottom:S,stickyStyles:C}},Ou={header:"awsui_header_164jl_1ns0c_5"},Bo={root:"awsui_root_14iqq_1vhb3_189","fit-height":"awsui_fit-height_14iqq_1vhb3_222","with-side-media":"awsui_with-side-media_14iqq_1vhb3_227","variant-default":"awsui_variant-default_14iqq_1vhb3_230","variant-stacked":"awsui_variant-stacked_14iqq_1vhb3_230",refresh:"awsui_refresh_14iqq_1vhb3_238","sticky-enabled":"awsui_sticky-enabled_14iqq_1vhb3_288","with-stuck-sticky-header-at-bottom":"awsui_with-stuck-sticky-header-at-bottom_14iqq_1vhb3_294","with-top-media":"awsui_with-top-media_14iqq_1vhb3_304","content-wrapper":"awsui_content-wrapper_14iqq_1vhb3_309","content-wrapper-fit-height":"awsui_content-wrapper-fit-height_14iqq_1vhb3_314",media:"awsui_media_14iqq_1vhb3_321","media-top":"awsui_media-top_14iqq_1vhb3_339","media-side":"awsui_media-side_14iqq_1vhb3_344",header:"awsui_header_14iqq_1vhb3_350","header-full-page":"awsui_header-full-page_14iqq_1vhb3_355","header-variant-embedded":"awsui_header-variant-embedded_14iqq_1vhb3_358","header-sticky-enabled":"awsui_header-sticky-enabled_14iqq_1vhb3_358","header-with-media":"awsui_header-with-media_14iqq_1vhb3_361","header-sticky-disabled":"awsui_header-sticky-disabled_14iqq_1vhb3_367","header-stuck":"awsui_header-stuck_14iqq_1vhb3_377","header-variant-cards":"awsui_header-variant-cards_14iqq_1vhb3_387","header-dynamic-height":"awsui_header-dynamic-height_14iqq_1vhb3_390","with-paddings":"awsui_with-paddings_14iqq_1vhb3_396","with-hidden-content":"awsui_with-hidden-content_14iqq_1vhb3_405","header-variant-full-page":"awsui_header-variant-full-page_14iqq_1vhb3_463","header-cover":"awsui_header-cover_14iqq_1vhb3_466",content:"awsui_content_14iqq_1vhb3_309","content-fit-height":"awsui_content-fit-height_14iqq_1vhb3_494","content-inner":"awsui_content-inner_14iqq_1vhb3_500","with-header":"awsui_with-header_14iqq_1vhb3_507",footer:"awsui_footer_14iqq_1vhb3_511","with-divider":"awsui_with-divider_14iqq_1vhb3_515"},aT={"content-inner":"awsui_content-inner_1mwlm_oyjaq_5"};function T_(e){const{subStepRef:t,funnelSubStepProps:l}=ja(),a=Nd();return d.createElement(zg,{...e,__subStepRef:a!=null&&a.isInModal?{current:null}:t,__funnelSubStepProps:a!=null&&a.isInModal?{}:l})}function zg({header:e,footer:t,children:l,variant:a="default",disableHeaderPaddings:i=!1,disableContentPaddings:s=!1,disableFooterPaddings:u=!1,fitHeight:h,media:f,style:g,__stickyOffset:v,__mobileStickyOffset:b,__stickyHeader:x=!1,__internalRootRef:k,__disableFooterDivider:S=!1,__hiddenContent:w=!1,__headerRef:y,__fullPage:C=!1,__disableStickyMobile:E=!0,__funnelSubStepProps:N,__subStepRef:D,__contentKey:T,...P}){var I;const H=Fa(),q=Zl(),L=io(P),O=_.useRef(null),j=_.useRef(null),{isSticky:V,isStuck:U,isStuckAtBottom:ne,stickyStyles:M}=lT(O,j,x,v,b,E,C&&q&&!H),$=Qe(),oe=a==="full-page",Q=ao(O,k),se=ao(j,y),R=V&&!H,X=!!(f!=null&&f.content),te=(I=f==null?void 0:f.position)!==null&&I!==void 0?I:"top";return d.createElement("div",{...L,...N,className:G(L.className,Bo.root,Bo[`variant-${a}`],h&&Bo["fit-height"],X&&(te==="side"?Bo["with-side-media"]:Bo["with-top-media"]),R&&[Bo["sticky-enabled"]],R&&U&&ne&&[Bo["with-stuck-sticky-header-at-bottom"]],Bo.refresh),ref:Q,...rs(`.${Ou.header} h1, .${Ou.header} h2, .${Ou.header} h3`),style:JN(g)},X&&d.createElement("div",{className:G(Bo[`media-${te==="side"?"side":"top"}`],Bo.media),style:te==="top"?{...Sb(te,g),height:(f==null?void 0:f.height)||""}:{...Sb(te,g),width:(f==null?void 0:f.width)||""}},f.content),d.createElement("div",{id:$,ref:D,key:T,className:G(Bo["content-wrapper"],h&&Bo["content-wrapper-fit-height"])},d.createElement(Jc,{wrapper:ie=>d.createElement(yn,{padding:"m"},ie)},e&&d.createElement(QN,null,d.createElement(Ag.Provider,{value:{isStuck:U,isStuckAtBottom:ne}},d.createElement("div",{className:G(Bo.refresh,Bo.header,Ou.header,Bo[`header-variant-${a}`],{[Bo["header-sticky-disabled"]]:x&&!V,[Bo["header-sticky-enabled"]]:V,[Bo["header-dynamic-height"]]:oe,[Bo["header-stuck"]]:U,[Bo["with-paddings"]]:!i,[Bo["with-hidden-content"]]:!l||w,[Bo["header-with-media"]]:X,[Bo["header-full-page"]]:C&&q}),ref:se,style:{...M.style,...oT(g)}},U&&!H&&q&&C&&d.createElement("div",{className:Bo["header-cover"]}),e))),d.createElement("div",{className:G(Bo.content,h&&Bo["content-fit-height"])},d.createElement("div",{className:G(Bo["content-inner"],aT["content-inner"],{[Bo["with-paddings"]]:!s,[Bo["with-header"]]:!!e}),style:eT(g)},d.createElement(Jc,{wrapper:ie=>d.createElement(yn,{padding:s?"m":void 0},ie)},l))),t&&d.createElement("div",{className:G(Bo.footer,{[Bo["with-divider"]]:!S,[Bo["with-paddings"]]:!u}),style:tT(g)},t))))}function Bn(e,t){const l=_.useRef();return l.current=e,_.useCallback(kn(((...a)=>{l.current&&l.current(...a)}),t),[])}const nT="1.4",E_=e=>{const{isInFunnel:t}=ar();return t&&e.funnelType==="single-page"?d.createElement(d.Fragment,null,e.children):d.createElement(uT,{...e})},iT="awsui-creation-edit-flow-done",cT=()=>{var e;try{(e=window.top)===null||e===void 0||e.document.dispatchEvent(new Event(iT))}catch{}},sT=({funnelInteractionId:e,funnelIdentifier:t})=>{},Bb=e=>{Hr.funnelComplete({funnelInteractionId:e.taskInteractionId,funnelIdentifier:e.taskIdentifier}),cT()};function Cb(e,t){for(const l of e)if(document.querySelector(l))return l;return t}const uT=({mounted:e=!0,children:t,stepConfiguration:l,...a})=>{const[i,s]=_.useState(""),[u,h]=_.useState(0),f=_.useRef("default"),g=_.useRef(Sh()),v=_.useRef(),b=_.useRef(0),x=_.useRef(0),k=_.useRef(0),S=_.useRef(void 0),w=_.useRef(0);_.useEffect(()=>{if(!e)return;let D;const T=setTimeout(()=>{var P,I,H;if(g.current=Cb(((P=a.funnelNameSelectors)===null||P===void 0?void 0:P.call(a))||[],Sh()),v.current=Cb(((I=a.componentSelectors)===null||I===void 0?void 0:I.call(a))||[],""),a.funnelType==="single-page"&&k.current>0)return;f.current="default";const q=(H=Lt(g.current))!==null&&H!==void 0?H:"",L=[{number:1,isOptional:!1,name:q,stepIdentifier:a.funnelIdentifier}];let O=wd;D=Hr.funnelStart({funnelName:q,funnelIdentifier:a.funnelIdentifier,flowType:a.funnelFlowType,funnelNameSelector:g.current,componentSelector:v.current,optionalStepNumbers:a.optionalStepNumbers,funnelType:a.funnelType,totalFunnelSteps:a.totalFunnelSteps,componentVersion:Yl,componentTheme:O,funnelVersion:nT,stepConfiguration:l??L,resourceType:a.funnelResourceType||Lt(`[${rS}]`)}),s(D)},1);return()=>{if(clearTimeout(T),!!D&&!(a.funnelType==="single-page"&&k.current>0)){if(f.current==="validating"){const P={taskIdentifier:a.funnelIdentifier,taskType:a.funnelType,timeToRespondAfterFormSubmit:performance.now()-w.current,taskInteractionId:D,taskFlowType:a.funnelFlowType};Bb(P),f.current="complete"}f.current==="complete"?Hr.funnelSuccessful({funnelInteractionId:D,funnelIdentifier:a.funnelIdentifier}):(f.current="cancelled",sT({funnelInteractionId:D,funnelIdentifier:a.funnelIdentifier}))}}},[e]);const y=()=>{f.current="validating",w.current=performance.now();const D=50,T=100,P=()=>{if(f.current!=="complete"){if(x.current>0){setTimeout(P,T);return}if(b.current===0){const I={taskIdentifier:a.funnelIdentifier,taskType:a.funnelType,timeToRespondAfterFormSubmit:performance.now()-w.current,taskInteractionId:i,taskFlowType:a.funnelFlowType};Bb(I),f.current="complete"}else f.current="default"}};setTimeout(P,D)},C=()=>h(D=>D+1),E=()=>{},N={funnelInteractionId:i,funnelIdentifier:a.funnelIdentifier,funnelFlowType:a.funnelFlowType,funnelErrorContext:a.funnelErrorContext,setFunnelInteractionId:s,funnelType:a.funnelType,optionalStepNumbers:a.optionalStepNumbers,totalFunnelSteps:a.totalFunnelSteps,funnelNameSelector:g.current,funnelSubmit:y,funnelCancel:E,submissionAttempt:u,funnelNextOrSubmitAttempt:C,funnelState:f,errorCount:b,loadingButtonCount:x,latestFocusCleanupFunction:S,isInFunnel:!0,wizardCount:k};return d.createElement(Bx.Provider,{value:N},t)},D_=e=>d.createElement(fT,{...e,key:e.stepNumber});function Fh(){return Array.from(document.querySelectorAll(Vl())).map((l,a)=>{var i,s,u,h,f;const g=(s=(i=l==null?void 0:l.__awsuiMetadata__)===null||i===void 0?void 0:i.analytics)===null||s===void 0?void 0:s.instanceIdentifier;return{name:(f=(h=(u=l.querySelector(Sx()))===null||u===void 0?void 0:u.innerText)===null||h===void 0?void 0:h.trim())!==null&&f!==void 0?f:"",number:a+1,subStepIdentifier:g}})}function dT(e,t){const l=_.useRef(new Map),a=50,i=_.useRef(!1);return _.useEffect(()=>{const u=setTimeout(()=>i.current=!0,a);return()=>{clearTimeout(u),i.current=!1}},[]),_.useEffect(()=>{const u=setTimeout(()=>l.current.set(e,Fh()),a);return()=>{clearTimeout(u)}},[e]),{onStepChange:Bn(()=>{i.current&&(l.current.set(e,Fh()),t(l.current.get(e)))},a),subStepConfiguration:l}}const fT=({mounted:e=!0,children:t,stepNumber:l,stepIdentifier:a,stepErrorContext:i,...s})=>{const{funnelInteractionId:u,funnelIdentifier:h,funnelNameSelector:f,funnelState:g,funnelType:v}=ar(),b=xl(),x=b.isInStep,k=b.funnelInteractionId,S={[tS]:l},w=_.useRef(0),y=s.stepNameSelector||f,{onStepChange:C,subStepConfiguration:E}=dT(l,T=>{u&&Hr.funnelStepChange({stepIdentifier:a,funnelIdentifier:h,funnelInteractionId:u,stepNumber:l,stepNameSelector:y,subStepAllSelector:Vl(),totalSubSteps:w.current,subStepConfiguration:T})});_.useEffect(()=>{if(!u||e)return;const T=Lt(y),P=setTimeout(()=>{g.current!=="cancelled"&&Hr.funnelStepComplete({funnelIdentifier:h,funnelInteractionId:u,stepIdentifier:a,stepNumber:l,stepName:T,stepNameSelector:y,subStepAllSelector:Vl(),totalSubSteps:w.current})},0);return()=>{clearTimeout(P)}},[a,h,u,l,y,g,x,v,k,e]),_.useEffect(()=>{if(!u||x&&k)return;const T=Lt(y);return g.current==="default"&&Hr.funnelStepStart({stepIdentifier:a,funnelIdentifier:h,funnelInteractionId:u,stepNumber:l,stepName:T,stepNameSelector:y,subStepAllSelector:Vl(),totalSubSteps:w.current,subStepConfiguration:Fh()}),()=>{g.current!=="cancelled"&&Hr.funnelStepComplete({funnelIdentifier:h,funnelInteractionId:u,stepIdentifier:a,stepNumber:l,stepName:T,stepNameSelector:y,subStepAllSelector:Vl(),totalSubSteps:w.current})}},[a,h,u,l,y,g,x,v,k]);const D=x&&k?b:{stepIdentifier:a,stepNumber:l,stepNameSelector:y,funnelStepProps:S,subStepCount:w,isInStep:!0,funnelInteractionId:u,onStepChange:C,subStepConfiguration:E,stepErrorContext:i};return d.createElement(Cx.Provider,{value:D},typeof t=="function"?t(D):t)},Rd=({children:e,subStepIdentifier:t,subStepErrorContext:l})=>{const a=Qe("substep"),i=yx(a),s=Sx(a),u=_.useRef(null),{subStepCount:h,onStepChange:f}=xl(),g=_.useRef(!1),v=_.useRef(!1),b=_.useRef(void 0),{funnelState:x,funnelInteractionId:k}=ar(),{stepNumber:S,stepNameSelector:w}=xl(),y={subStepIdentifier:t,subStepErrorContext:l,subStepSelector:i,subStepNameSelector:s,subStepId:a,subStepRef:u,mousePressed:g,isFocusedSubStep:v,focusCleanupFunction:b,isNestedSubStep:!1},C={..._.useContext(Bh),isNestedSubStep:!0},E=!!C.subStepId;_.useEffect(()=>{if(!E)return h.current++,f(),()=>{h.current--,f()}},[E,h,f]);const N=E?C:y;return _.useEffect(()=>{if(E||!u.current)return;const D=()=>g.current=!0,T=async()=>{var I;g.current=!1,v.current&&(await new Promise(H=>setTimeout(H,1)),(!u.current||!document.activeElement||!Aa(u.current,document.activeElement))&&(v.current=!1,(I=b.current)===null||I===void 0||I.call(b)))},P=new AbortController;return window.addEventListener("mousedown",D,{signal:P.signal}),window.addEventListener("mouseup",T,{signal:P.signal}),()=>{P.abort()}},[k,x,w,S,s,i,b,E,u]),d.createElement(Bh.Provider,{value:N},typeof e=="function"?e(N):e)},Li={"header-label":"awsui_header-label_4mvj3_1h74t_5",root:"awsui_root_4mvj3_1h74t_6"},hT=({className:e,children:t,header:l,variant:a,expanded:i,disableContentPaddings:s,__internalRootRef:u,__injectAnalyticsComponentMetadata:h,...f})=>{const g=$l(f),b=h?Ge({component:{name:"awsui.ExpandableSection",label:{root:"self"},properties:{variant:a,expanded:`${!!i}`}}}):{};return a==="container"||a==="stacked"?d.createElement(Rd,{subStepIdentifier:g==null?void 0:g.instanceIdentifier,subStepErrorContext:g==null?void 0:g.errorContext},d.createElement(T_,{...f,className:e,header:l,variant:a==="stacked"?"stacked":"default",disableContentPaddings:s||!i,disableHeaderPaddings:!0,__hiddenContent:!i,__internalRootRef:u,...b},t)):d.createElement("div",{className:e,...f,ref:u,...b,...rs(`.${Li["header-label"]}`)},l,t)},Ld=_.createContext({}),I_=e=>{if(!e||typeof e!="string")return;const l=(e.includes("/")?e.split("/")[1]:e).match(/\d+/);return l?parseInt(l[0],10):void 0},P_=_.createContext(null),gT=P_.Provider,Hg=()=>_.useContext(P_),mT=e=>{const t=Hg(),l=_.useMemo(()=>{if(typeof e=="string")return I_(e)},[e]);_.useEffect(()=>{var a;if(!((a=t==null?void 0:t.headerRef)===null||a===void 0)&&a.current&&l!==void 0)return t.headerRef.current.totalCount=l,()=>{var i;(i=t.headerRef.current)===null||i===void 0||delete i.totalCount}},[t==null?void 0:t.headerRef,l])},Nb={"heading-text":"awsui_heading-text_105ke_268sp_5"},zo={root:"awsui_root_2qdw9_1rr34_185",refresh:"awsui_refresh_2qdw9_1rr34_221","root-no-actions":"awsui_root-no-actions_2qdw9_1rr34_221","root-variant-h2":"awsui_root-variant-h2_2qdw9_1rr34_224","root-variant-h3":"awsui_root-variant-h3_2qdw9_1rr34_224","root-has-description":"awsui_root-has-description_2qdw9_1rr34_224","root-variant-h1":"awsui_root-variant-h1_2qdw9_1rr34_233",main:"awsui_main_2qdw9_1rr34_243","no-wrap":"awsui_no-wrap_2qdw9_1rr34_253","main-variant-h1":"awsui_main-variant-h1_2qdw9_1rr34_259",actions:"awsui_actions_2qdw9_1rr34_267","actions-centered":"awsui_actions-centered_2qdw9_1rr34_272","actions-variant-h1":"awsui_actions-variant-h1_2qdw9_1rr34_275","actions-variant-h2":"awsui_actions-variant-h2_2qdw9_1rr34_279","actions-variant-h3":"awsui_actions-variant-h3_2qdw9_1rr34_283",title:"awsui_title_2qdw9_1rr34_299","title-variant-h1":"awsui_title-variant-h1_2qdw9_1rr34_304","title-variant-h2":"awsui_title-variant-h2_2qdw9_1rr34_311","title-variant-h3":"awsui_title-variant-h3_2qdw9_1rr34_317","virtual-space":"awsui_virtual-space_2qdw9_1rr34_338",info:"awsui_info_2qdw9_1rr34_344",description:"awsui_description_2qdw9_1rr34_348","description-variant-h1":"awsui_description-variant-h1_2qdw9_1rr34_355","description-variant-h2":"awsui_description-variant-h2_2qdw9_1rr34_359","description-variant-h3":"awsui_description-variant-h3_2qdw9_1rr34_366",heading:"awsui_heading_2qdw9_1rr34_377","heading-variant-h1":"awsui_heading-variant-h1_2qdw9_1rr34_402","heading-variant-h2":"awsui_heading-variant-h2_2qdw9_1rr34_407","heading-variant-h3":"awsui_heading-variant-h3_2qdw9_1rr34_412","heading-text":"awsui_heading-text_2qdw9_1rr34_418","heading-text-variant-h1":"awsui_heading-text-variant-h1_2qdw9_1rr34_421","heading-text-variant-h2":"awsui_heading-text-variant-h2_2qdw9_1rr34_429","heading-text-variant-h3":"awsui_heading-text-variant-h3_2qdw9_1rr34_437",counter:"awsui_counter_2qdw9_1rr34_446"};function Rg({variant:e,headingTagOverride:t,children:l,actions:a,counter:i,description:s,info:u,__internalRootRef:h,__disableActionsWrapping:f,__headingTagRef:g,__headingTagTabIndex:v,...b}){const x=Fa(),k=t??(e==="awsui-h1-sticky"?"h1":e),{isStuck:S}=_.useContext(Ag),w=io(b),y=_.useContext(Ld).assignId,C=KN(),E=Qe("heading");mT(i),y!==void 0&&y(E);const D=e==="awsui-h1-sticky"?!x&&S?"h2":"h1":e;return d.createElement("div",{...w,className:G(zo.root,w.className,zo[`root-variant-${D}`],zo.refresh,!a&&[zo["root-no-actions"]],s&&[zo["root-has-description"]]),ref:h},d.createElement("div",{className:G(zo.main,zo[`main-variant-${D}`],zo.refresh,f&&[zo["no-wrap"]])},d.createElement("div",{className:G(zo.title,zo[`title-variant-${D}`],zo.refresh)},d.createElement(k,{className:G(zo.heading,zo[`heading-variant-${D}`]),ref:g,tabIndex:v,...rs(`.${Nb["heading-text"]}`)},d.createElement("span",{...C?{[dg]:wx}:{},className:G(zo["heading-text"],Nb["heading-text"],zo[`heading-text-variant-${D}`]),id:E},l),i!==void 0&&d.createElement("span",{className:zo.counter}," ",i)),u&&d.createElement(Hd.Provider,{value:E},d.createElement("span",{className:zo["virtual-space"]}," "),d.createElement("span",{className:zo.info},u))),a&&d.createElement("div",{className:G(zo.actions,zo[`actions-variant-${D}`],zo.refresh,!f&&[zo["actions-centered"]])},a)),d.createElement(A_,{variantOverride:D},s))}function A_({children:e,variantOverride:t}){return e&&d.createElement("p",{className:G(zo.description,zo[`description-variant-${t}`],zo.refresh)},e)||null}const Md=(e,t)=>t.includes(e);function Lg(e){return Md(e,["container","default","footer","inline"])}function z_(e){return Md(e,["container","compact","default","inline"])}function pT(e){return Md(e,["container","compact"])}function vT(e){return Md(e,["default","inline"])}const po={"content-enter":"awsui_content-enter_gwq0h_1pven_161","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_gwq0h_1pven_1","trigger-expanded":"awsui_trigger-expanded_gwq0h_1pven_183",icon:"awsui_icon_gwq0h_1pven_197",root:"awsui_root_gwq0h_1pven_211","expand-button":"awsui_expand-button_gwq0h_1pven_246",expanded:"awsui_expanded_gwq0h_1pven_254","icon-container":"awsui_icon-container_gwq0h_1pven_264","icon-container-container":"awsui_icon-container-container_gwq0h_1pven_268",wrapper:"awsui_wrapper_gwq0h_1pven_272","wrapper-default":"awsui_wrapper-default_gwq0h_1pven_280","wrapper-inline":"awsui_wrapper-inline_gwq0h_1pven_280","wrapper-footer":"awsui_wrapper-footer_gwq0h_1pven_280","wrapper-navigation":"awsui_wrapper-navigation_gwq0h_1pven_284","wrapper-container":"awsui_wrapper-container_gwq0h_1pven_287","wrapper-compact":"awsui_wrapper-compact_gwq0h_1pven_291","header-deprecated":"awsui_header-deprecated_gwq0h_1pven_304","wrapper-expanded":"awsui_wrapper-expanded_gwq0h_1pven_310","wrapper-not-expanded-without-actions":"awsui_wrapper-not-expanded-without-actions_gwq0h_1pven_333",header:"awsui_header_gwq0h_1pven_304","header-wrapper":"awsui_header-wrapper_gwq0h_1pven_350","header-actions-wrapper":"awsui_header-actions-wrapper_gwq0h_1pven_362","header-button":"awsui_header-button_gwq0h_1pven_368","header-container-button":"awsui_header-container-button_gwq0h_1pven_368","header-container":"awsui_header-container_gwq0h_1pven_368","header-navigation":"awsui_header-navigation_gwq0h_1pven_403","header-text":"awsui_header-text_gwq0h_1pven_440",content:"awsui_content_gwq0h_1pven_161","content-default":"awsui_content-default_gwq0h_1pven_453","content-inline":"awsui_content-inline_gwq0h_1pven_453","content-footer":"awsui_content-footer_gwq0h_1pven_457","content-expanded":"awsui_content-expanded_gwq0h_1pven_461","content-compact":"awsui_content-compact_gwq0h_1pven_464",focusable:"awsui_focusable_gwq0h_1pven_468","click-target":"awsui_click-target_gwq0h_1pven_483"},Yc=e=>{const t={action:e?"collapse":"expand",detail:{label:{rootSelector:`.${Li.root}`}}};return Ge(t)},bT=({id:e,className:t,onClick:l,ariaLabel:a,ariaControls:i,expanded:s,children:u,icon:h,onKeyUp:f,onKeyDown:g,variant:v})=>d.createElement("div",{id:e,role:"button",className:G(t,po["expand-button"],po["click-target"],po["header-deprecated"],Li["header-label"]),tabIndex:0,onKeyUp:f,onKeyDown:g,onClick:l,"aria-label":a,"aria-controls":i,"aria-expanded":s,...Yc(s)},d.createElement("div",{className:G(po["icon-container"],po[`icon-container-${v}`])},h),u),xT=({id:e,className:t,onClick:l,ariaLabelledBy:a,ariaLabel:i,ariaControls:s,expanded:u,children:h,icon:f})=>d.createElement("div",{id:e,className:G(t,po["click-target"],Li["header-label"])},d.createElement("button",{className:G(po["icon-container"],po["expand-button"]),"aria-labelledby":a,"aria-label":i,"aria-controls":s,"aria-expanded":u,type:"button",onClick:l,...Yc(u)},f),h),_T=({id:e,descriptionId:t,className:l,onClick:a,ariaLabel:i,ariaControls:s,expanded:u,children:h,icon:f,headerDescription:g,headerCounter:v,headerInfo:b,headerActions:x,variant:k,headingTagOverride:S,onKeyUp:w,onKeyDown:y})=>{const C=k==="container",E=S||"div",N=z_(k),D=N&&(b||x),T=N&&x,P=Lg(k)&&g&&d.createElement("span",{id:t,className:po[`description-${k}`]},g),I={onClick:a,onKeyDown:y,onKeyUp:w},H=D?I:void 0,q=!H&&!C&&P?I:void 0,L=!H&&!q?I:void 0,O=d.createElement("span",{className:G(po["expand-button"],C?po["header-container-button"]:po["header-button"],H&&po["click-target"]),role:"button",tabIndex:0,"aria-label":i,"aria-labelledby":!i&&P?e:void 0,"aria-describedby":P?t:void 0,"aria-controls":s,"aria-expanded":u,...H,...H?Yc(u):{}},d.createElement("span",{className:G(po["icon-container"],po[`icon-container-${k}`])},f),d.createElement("span",{id:e,className:G(po["header-text"],Li["header-label"])},h));return d.createElement("div",{className:G(l,L&&po["click-target"]),...L,...L?Yc(u):{}},C?d.createElement(Rg,{variant:"h2",description:P,counter:v,info:b,actions:T,headingTagOverride:S},O):d.createElement(d.Fragment,null,d.createElement("div",{className:G(T&&po["header-actions-wrapper"])},d.createElement(E,{className:G(po["header-wrapper"],q&&po["click-target"]),...q,...q?Yc(u):{}},O),T),P&&d.createElement(A_,{variantOverride:"h3"},P)))},kT=({id:e,descriptionId:t,className:l,variant:a,header:i,headerText:s,headerDescription:u,headerCounter:h,headerInfo:f,headerActions:g,headingTagOverride:v,expanded:b,ariaControls:x,ariaLabel:k,ariaLabelledBy:S,onKeyUp:w,onKeyDown:y,onClick:C})=>{const E=vT(a)&&g,N=d.createElement(no,{size:a==="container"?"medium":"normal",className:G(po.icon,b&&po.expanded),name:"caret-down-filled"}),D={id:e,icon:N,expanded:b,ariaControls:x,ariaLabel:k,onClick:C,variant:a};(h||f)&&pT(a),g&&z_(a),u&&Lg(a);const T=G(po.wrapper,po[`wrapper-${a}`],(b||E)&&po["wrapper-expanded"]);return a==="navigation"?d.createElement(xT,{className:G(l,T),ariaLabelledBy:S,...D},s??i):s||a==="inline"?d.createElement(_T,{className:G(l,T,b&&po.expanded,!b&&(!g||u)&&po["wrapper-not-expanded-without-actions"]),descriptionId:t,headerDescription:u,headerCounter:h,headerInfo:f,headerActions:g,headingTagOverride:v,onKeyUp:w,onKeyDown:y,...D},s):d.createElement(bT,{className:G(l,T,po.focusable,b&&po.expanded),onKeyUp:w,onKeyDown:y,...D},i)};function wT({expanded:e,defaultExpanded:t,onChange:l,variant:a="default",children:i,header:s,headerText:u,headerCounter:h,headerDescription:f,headerInfo:g,headerActions:v,headingTagOverride:b,disableContentPaddings:x,headerAriaLabel:k,__internalRootRef:S,__injectAnalyticsComponentMetadata:w,...y}){const C=_.useRef(null),E=Qe(),N=`${E}-trigger`,D=`${E}-description`,T=io(y),[P,I]=g_(e,l,t,{componentName:"ExpandableSection",controlledProp:"expanded",changeHandler:"onChange"}),H=_.useCallback(U=>{I(U),Ze(l,{expanded:U})},[l,I]),q=_.useCallback(()=>{H(!P)},[H,P]),L=_.useCallback(U=>{[Te.enter,Te.space].indexOf(U.keyCode)!==-1&&H(!P)},[H,P]),O=_.useCallback(U=>{U.keyCode===Te.space&&U.preventDefault()},[]),j={ariaControls:E,ariaLabel:k,ariaLabelledBy:k?void 0:N,onKeyUp:L,onKeyDown:O,onClick:q},V=a==="stacked"?"container":a;return d.createElement(hT,{...y,expanded:P,className:G(T.className,po.root,Li.root),variant:a,disableContentPaddings:x,__injectAnalyticsComponentMetadata:w,header:d.createElement(kT,{id:N,descriptionId:D,className:G(po.header,po[`header-${V}`],ZN),variant:V,expanded:!!P,header:s,headerText:u,headerDescription:f,headerCounter:h,headerInfo:g,headerActions:v,headingTagOverride:b,...j}),__internalRootRef:S},d.createElement(wg,{in:P,timeout:30,classNames:{enter:po["content-enter"]},nodeRef:C},d.createElement("div",{id:E,ref:C,className:G(po.content,po[`content-${V}`],P&&po["content-expanded"]),role:"group","aria-label":j.ariaLabel,"aria-labelledby":j.ariaLabelledBy,"aria-describedby":Lg(V)&&f?D:void 0},i)))}function Od(e){const t=e==null?void 0:e.join();return hl(l=>m_(l.contentBoxWidth,e),[t])}const vi={grid:"awsui_grid_14yj0_y2kz6_145","no-gutters":"awsui_no-gutters_14yj0_y2kz6_181","grid-column":"awsui_grid-column_14yj0_y2kz6_186","colspan-1":"awsui_colspan-1_14yj0_y2kz6_197","push-1":"awsui_push-1_14yj0_y2kz6_201","pull-1":"awsui_pull-1_14yj0_y2kz6_204","colspan-2":"awsui_colspan-2_14yj0_y2kz6_207","push-2":"awsui_push-2_14yj0_y2kz6_211","pull-2":"awsui_pull-2_14yj0_y2kz6_214","colspan-3":"awsui_colspan-3_14yj0_y2kz6_217","push-3":"awsui_push-3_14yj0_y2kz6_221","pull-3":"awsui_pull-3_14yj0_y2kz6_224","colspan-4":"awsui_colspan-4_14yj0_y2kz6_227","push-4":"awsui_push-4_14yj0_y2kz6_231","pull-4":"awsui_pull-4_14yj0_y2kz6_234","colspan-5":"awsui_colspan-5_14yj0_y2kz6_237","push-5":"awsui_push-5_14yj0_y2kz6_241","pull-5":"awsui_pull-5_14yj0_y2kz6_244","colspan-6":"awsui_colspan-6_14yj0_y2kz6_247","push-6":"awsui_push-6_14yj0_y2kz6_251","pull-6":"awsui_pull-6_14yj0_y2kz6_254","colspan-7":"awsui_colspan-7_14yj0_y2kz6_257","push-7":"awsui_push-7_14yj0_y2kz6_261","pull-7":"awsui_pull-7_14yj0_y2kz6_264","colspan-8":"awsui_colspan-8_14yj0_y2kz6_267","push-8":"awsui_push-8_14yj0_y2kz6_271","pull-8":"awsui_pull-8_14yj0_y2kz6_274","colspan-9":"awsui_colspan-9_14yj0_y2kz6_277","push-9":"awsui_push-9_14yj0_y2kz6_281","pull-9":"awsui_pull-9_14yj0_y2kz6_284","colspan-10":"awsui_colspan-10_14yj0_y2kz6_287","push-10":"awsui_push-10_14yj0_y2kz6_291","pull-10":"awsui_pull-10_14yj0_y2kz6_294","colspan-11":"awsui_colspan-11_14yj0_y2kz6_297","push-11":"awsui_push-11_14yj0_y2kz6_301","pull-11":"awsui_pull-11_14yj0_y2kz6_304","colspan-12":"awsui_colspan-12_14yj0_y2kz6_307","push-12":"awsui_push-12_14yj0_y2kz6_311","pull-12":"awsui_pull-12_14yj0_y2kz6_314","push-0":"awsui_push-0_14yj0_y2kz6_317","pull-0":"awsui_pull-0_14yj0_y2kz6_320","offset-1":"awsui_offset-1_14yj0_y2kz6_323","offset-2":"awsui_offset-2_14yj0_y2kz6_326","offset-3":"awsui_offset-3_14yj0_y2kz6_329","offset-4":"awsui_offset-4_14yj0_y2kz6_332","offset-5":"awsui_offset-5_14yj0_y2kz6_335","offset-6":"awsui_offset-6_14yj0_y2kz6_338","offset-7":"awsui_offset-7_14yj0_y2kz6_341","offset-8":"awsui_offset-8_14yj0_y2kz6_344","offset-9":"awsui_offset-9_14yj0_y2kz6_347","offset-10":"awsui_offset-10_14yj0_y2kz6_350","offset-11":"awsui_offset-11_14yj0_y2kz6_353","restore-pointer-events":"awsui_restore-pointer-events_14yj0_y2kz6_357"},Mg=d.forwardRef(({__breakpoint:e,gridDefinition:t=[],disableGutters:l=!1,children:a,__tagOverride:i,__responsiveClassName:s,__internalRootRef:u,...h},f)=>{let[g,v]=Od(void 0);e!==void 0&&(g=e,v=f);const b=io(h),x=is(a),k=i??"div",S=ao(v,u);return d.createElement(k,{...b,className:G(vi.grid,b.className,{[vi["no-gutters"]]:l},s?s(g):null),ref:S},x.map((w,y)=>{var C,E,N,D;const T=w.key;return d.createElement("div",{key:T?String(T):void 0,className:G(vi["grid-column"],ju("colspan",(C=t[y])===null||C===void 0?void 0:C.colspan,g),ju("offset",(E=t[y])===null||E===void 0?void 0:E.offset,g),ju("pull",(N=t[y])===null||N===void 0?void 0:N.pull,g),ju("push",(D=t[y])===null||D===void 0?void 0:D.push,g))},d.createElement("div",{className:vi["restore-pointer-events"]},w))}))});function ju(e,t,l){return typeof t=="number"?vi[`${e}-${t}`]:l===null||t===void 0?null:vi[`${e}-${VC(t,l)}`]}function Hc(e,t,l){if(e)return`${t}-${l}`}function yT(e,t,l,a,i,s){return{label:Hc(t,e,"label"),description:Hc(l,e,"description"),constraint:Hc(a,e,"constraint"),error:Hc(i,e,"error"),warning:Hc(s,e,"warning")}}function ST({error:e,warning:t,description:l,constraint:a}){const i=[e,t,l,a].filter(u=>!!u);return i.length?i.join(" "):void 0}function BT(e,t,l){let a;return e?a=[{colspan:12},{colspan:12}]:a=[{colspan:{default:12,xs:8}},{colspan:{default:12,xs:4}}],t?a:[a[0]]}const H_={label:"awsui_label_aqu00_ocied_5"},it={"error-icon-shake-wrapper":"awsui_error-icon-shake-wrapper_14mhv_fzxwy_153","warning-icon-shake-wrapper":"awsui_warning-icon-shake-wrapper_14mhv_fzxwy_154","error-icon-scale-wrapper":"awsui_error-icon-scale-wrapper_14mhv_fzxwy_184","warning-icon-scale-wrapper":"awsui_warning-icon-scale-wrapper_14mhv_fzxwy_185",warning:"awsui_warning_14mhv_fzxwy_154",error:"awsui_error_14mhv_fzxwy_153",root:"awsui_root_14mhv_fzxwy_236",label:"awsui_label_14mhv_fzxwy_269",info:"awsui_info_14mhv_fzxwy_285",description:"awsui_description_14mhv_fzxwy_291",constraint:"awsui_constraint_14mhv_fzxwy_292",hints:"awsui_hints_14mhv_fzxwy_299","constraint-has-validation-text":"awsui_constraint-has-validation-text_14mhv_fzxwy_300","secondary-control":"awsui_secondary-control_14mhv_fzxwy_304",controls:"awsui_controls_14mhv_fzxwy_308","label-hidden":"awsui_label-hidden_14mhv_fzxwy_308","label-wrapper":"awsui_label-wrapper_14mhv_fzxwy_311",control:"awsui_control_14mhv_fzxwy_308",error__message:"awsui_error__message_14mhv_fzxwy_338",warning__message:"awsui_warning__message_14mhv_fzxwy_339","visually-hidden":"awsui_visually-hidden_14mhv_fzxwy_343"};function CT({id:e,children:t,errorIconAriaLabel:l}){const a=ht("form-field"),i=_.useRef(null),s=a("i18nStrings.errorIconAriaLabel",l);return d.createElement(d.Fragment,null,d.createElement("div",{id:e,className:it.error},d.createElement("div",{className:it["error-icon-shake-wrapper"]},d.createElement("div",{className:it["error-icon-scale-wrapper"]},d.createElement(no,{name:"status-negative",size:"small",ariaLabel:s}))),d.createElement("span",{className:it.error__message,ref:i},t)),d.createElement(Mt,{assertive:!0,tagName:"span",sources:[s,i]}))}function NT({id:e,children:t,warningIconAriaLabel:l}){const a=ht("form-field"),i=_.useRef(null),s=a("i18nStrings.warningIconAriaLabel",l);return d.createElement(d.Fragment,null,d.createElement("div",{id:e,className:it.warning},d.createElement("div",{className:it["warning-icon-shake-wrapper"]},d.createElement("div",{className:it["warning-icon-scale-wrapper"]},d.createElement(no,{name:"status-warning",size:"small",ariaLabel:s}))),d.createElement("span",{className:it.warning__message,ref:i},t)),d.createElement(Mt,{assertive:!0,tagName:"span",sources:[s,i]}))}function TT({id:e,hasValidationText:t,children:l}){return d.createElement("div",{id:e,className:G(it.constraint,t&&it["constraint-has-validation-text"])},l)}function R_({controlId:e,stretch:t=!1,label:l,info:a,i18nStrings:i,children:s,secondaryControl:u,description:h,constraintText:f,errorText:g,warningText:v,__hideLabel:b,__internalRootRef:x,__disableGutters:k=!1,__analyticsMetadata:S=void 0,__style:w={},...y}){const C=_.useRef(),E=ao(C,x),N=io(y),D=Qe("formField"),T=e||D,P=e||T,{funnelIdentifier:I,funnelInteractionId:H,submissionAttempt:q,funnelState:L,errorCount:O}=ar(),{stepIdentifier:j,stepNumber:V,stepNameSelector:U}=xl(),{subStepIdentifier:ne,subStepSelector:M,subStepNameSelector:$}=ja(),oe=v&&!g,Q=yT(P,l,h,f,g,oe?v:void 0),se=ST(Q),R=BT(t,!!u),{ariaLabelledby:X,ariaDescribedby:te,invalid:ie,warning:pe}=ss({}),be={ariaLabelledby:gl(X,Q.label)||void 0,ariaDescribedby:gl(te,se)||void 0,invalid:!!g||!!ie,warning:!!v&&!g||!!pe&&!ie},re={[lS]:Q.label?zu(Q.label):void 0,[aS]:Q.error?zu(Q.error):void 0};return _.useEffect(()=>{var de,Y,ve;if(H&&g&&L.current!=="complete"){const xe=Lt(U),we=Lt($);return O.current++,((ve=(Y=(de=C.current)===null||de===void 0?void 0:de.getBoundingClientRect())===null||Y===void 0?void 0:Y.width)!==null&&ve!==void 0?ve:0)>0&&Hr.funnelSubStepError({funnelInteractionId:H,funnelIdentifier:I,subStepSelector:M,subStepName:we,subStepNameSelector:$,subStepIdentifier:ne,stepNumber:V,stepName:xe,stepNameSelector:U,stepIdentifier:j,fieldErrorSelector:`${zu(Q.error)} .${it.error__message}`,fieldLabelSelector:zu(Q.label),subStepAllSelector:Vl(),fieldIdentifier:S==null?void 0:S.instanceIdentifier,errorContext:S==null?void 0:S.errorContext}),()=>{O.current--}}},[H,g,q,O]),d.createElement("div",{...N,className:G(N.className,it.root),style:w,ref:E,...re,...Pi(y)},d.createElement("div",{className:G(it["label-wrapper"],b&&it["visually-hidden"])},l&&d.createElement("label",{className:G(it.label,H_.label),id:Q.label,htmlFor:T},l),d.createElement(Hd.Provider,{value:Q.label},!b&&a&&d.createElement("span",{className:it.info},a))),h&&d.createElement("div",{className:it.description,id:Q.description},h),d.createElement("div",{className:G(it.controls,b&&it["label-hidden"])},d.createElement(Mg,{gridDefinition:R,disableGutters:k},d.createElement(cd.Provider,{value:{controlId:T,...be}},s&&d.createElement("div",{className:it.control},s)),u&&d.createElement(cd.Provider,{value:be},d.createElement("div",{className:it["secondary-control"]},u)))),(f||g||v)&&d.createElement("div",{className:it.hints},g&&d.createElement(CT,{id:Q.error,errorIconAriaLabel:i==null?void 0:i.errorIconAriaLabel},g),oe&&d.createElement(NT,{id:Q.warning,warningIconAriaLabel:i==null?void 0:i.warningIconAriaLabel},v),f&&d.createElement(TT,{id:Q.constraint,hasValidationText:!!g||!!v},f)))}const L_={root:"awsui_root_vrgzu_11c7p_145",recovery:"awsui_recovery_vrgzu_11c7p_180"};function ET({children:e}){return d.createElement("div",{className:L_.root},e)}const DT=({statusType:e,empty:t,loadingText:l,finishedText:a,filteringResultsText:i,errorText:s,recoveryText:u,isEmpty:h,isNoMatch:f,noMatch:g,onRecoveryClick:v,hasRecoveryCallback:b=!1,errorIconAriaLabel:x})=>{const k=Ni(e),S={isSticky:!0,content:null,hasRecoveryButton:!1};return e==="loading"?S.content=d.createElement(sd,{type:"loading"},l):e==="error"?(S.hasRecoveryButton=!!u&&b,S.content=d.createElement("span",null,d.createElement(sd,{type:"error",__display:"inline",__animate:k!=="error",iconAriaLabel:x},s)," ",S.hasRecoveryButton&&d.createElement(C_,{onFollow:()=>Ze(v),variant:"recovery",className:L_.recovery},u))):h&&t?S.content=t:f&&g?S.content=g:i?S.content=i:e==="finished"&&a&&(S.content=a,S.isSticky=!1),S},ph={root:"awsui_root_1afi9_1n6s2_145",hidden:"awsui_hidden_1afi9_1n6s2_176","no-items":"awsui_no-items_1afi9_1n6s2_179"},Tb=({content:e,id:t,hasItems:l=!0})=>d.createElement("div",{className:G(ph.root,{[ph.hidden]:e===null,[ph["no-items"]]:!l})},e&&d.createElement(Mt,{id:t},d.createElement(ET,null,e)));function IT(e){var t,l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N,D,T,P,I,H,q,L,O,j,V,U,ne,M,$,oe,Q,se,R,X,te,ie,pe,be,re,de,Y,ve,xe,we,He,Be;let le={};return le={borderRadius:(t=e==null?void 0:e.root)===null||t===void 0?void 0:t.borderRadius,borderWidth:(l=e==null?void 0:e.root)===null||l===void 0?void 0:l.borderWidth,fontSize:(a=e==null?void 0:e.root)===null||a===void 0?void 0:a.fontSize,fontWeight:(i=e==null?void 0:e.root)===null||i===void 0?void 0:i.fontWeight,paddingBlock:(s=e==null?void 0:e.root)===null||s===void 0?void 0:s.paddingBlock,paddingInline:(u=e==null?void 0:e.root)===null||u===void 0?void 0:u.paddingInline,[he.styleBackgroundDefault]:(f=(h=e==null?void 0:e.root)===null||h===void 0?void 0:h.backgroundColor)===null||f===void 0?void 0:f.default,[he.styleBackgroundDisabled]:(v=(g=e==null?void 0:e.root)===null||g===void 0?void 0:g.backgroundColor)===null||v===void 0?void 0:v.disabled,[he.styleBackgroundHover]:(x=(b=e==null?void 0:e.root)===null||b===void 0?void 0:b.backgroundColor)===null||x===void 0?void 0:x.hover,[he.styleBackgroundFocus]:(S=(k=e==null?void 0:e.root)===null||k===void 0?void 0:k.backgroundColor)===null||S===void 0?void 0:S.focus,[he.styleBackgroundReadonly]:(y=(w=e==null?void 0:e.root)===null||w===void 0?void 0:w.backgroundColor)===null||y===void 0?void 0:y.readonly,[he.styleBorderColorDefault]:(E=(C=e==null?void 0:e.root)===null||C===void 0?void 0:C.borderColor)===null||E===void 0?void 0:E.default,[he.styleBorderColorDisabled]:(D=(N=e==null?void 0:e.root)===null||N===void 0?void 0:N.borderColor)===null||D===void 0?void 0:D.disabled,[he.styleBorderColorHover]:(P=(T=e==null?void 0:e.root)===null||T===void 0?void 0:T.borderColor)===null||P===void 0?void 0:P.hover,[he.styleBorderColorFocus]:(H=(I=e==null?void 0:e.root)===null||I===void 0?void 0:I.borderColor)===null||H===void 0?void 0:H.focus,[he.styleBorderColorReadonly]:(L=(q=e==null?void 0:e.root)===null||q===void 0?void 0:q.borderColor)===null||L===void 0?void 0:L.readonly,[he.styleBoxShadowDefault]:(j=(O=e==null?void 0:e.root)===null||O===void 0?void 0:O.boxShadow)===null||j===void 0?void 0:j.default,[he.styleBoxShadowDisabled]:(U=(V=e==null?void 0:e.root)===null||V===void 0?void 0:V.boxShadow)===null||U===void 0?void 0:U.disabled,[he.styleBoxShadowHover]:(M=(ne=e==null?void 0:e.root)===null||ne===void 0?void 0:ne.boxShadow)===null||M===void 0?void 0:M.hover,[he.styleBoxShadowFocus]:(oe=($=e==null?void 0:e.root)===null||$===void 0?void 0:$.boxShadow)===null||oe===void 0?void 0:oe.focus,[he.styleBoxShadowReadonly]:(se=(Q=e==null?void 0:e.root)===null||Q===void 0?void 0:Q.boxShadow)===null||se===void 0?void 0:se.readonly,[he.styleColorDefault]:(X=(R=e==null?void 0:e.root)===null||R===void 0?void 0:R.color)===null||X===void 0?void 0:X.default,[he.styleColorDisabled]:(ie=(te=e==null?void 0:e.root)===null||te===void 0?void 0:te.color)===null||ie===void 0?void 0:ie.disabled,[he.styleColorHover]:(be=(pe=e==null?void 0:e.root)===null||pe===void 0?void 0:pe.color)===null||be===void 0?void 0:be.hover,[he.styleColorFocus]:(de=(re=e==null?void 0:e.root)===null||re===void 0?void 0:re.color)===null||de===void 0?void 0:de.focus,[he.styleColorReadonly]:(ve=(Y=e==null?void 0:e.root)===null||Y===void 0?void 0:Y.color)===null||ve===void 0?void 0:ve.readonly,[he.stylePlaceholderColor]:(xe=e==null?void 0:e.placeholder)===null||xe===void 0?void 0:xe.color,[he.stylePlaceholderFontSize]:(we=e==null?void 0:e.placeholder)===null||we===void 0?void 0:we.fontSize,[he.stylePlaceholderFontWeight]:(He=e==null?void 0:e.placeholder)===null||He===void 0?void 0:He.fontWeight,[he.stylePlaceholderFontStyle]:(Be=e==null?void 0:e.placeholder)===null||Be===void 0?void 0:Be.fontStyle},le}const PT=(e,t,l,a,i,s)=>{const u={},h=_.useCallback(()=>{var f;(f=i.current)===null||f===void 0||f.focus(),s("")},[i,s]);return(e==="search"||e==="visualSearch")&&(u.__leftIcon="search",!t&&!l&&a&&(u.__rightIcon="close",u.__onRightIconClick=h)),u},M_=(e=!1)=>e===!0?"on":e||"off",pr={root:"awsui_root_2rhyz_1f2ia_145",input:"awsui_input_2rhyz_1f2ia_149","input-readonly":"awsui_input-readonly_2rhyz_1f2ia_203","input-invalid":"awsui_input-invalid_2rhyz_1f2ia_266","input-has-icon-left":"awsui_input-has-icon-left_2rhyz_1f2ia_275","input-warning":"awsui_input-warning_2rhyz_1f2ia_278","input-type-search":"awsui_input-type-search_2rhyz_1f2ia_290","input-has-icon-right":"awsui_input-has-icon-right_2rhyz_1f2ia_303","input-has-no-border-radius":"awsui_input-has-no-border-radius_2rhyz_1f2ia_306","input-container":"awsui_input-container_2rhyz_1f2ia_313","input-icon-left":"awsui_input-icon-left_2rhyz_1f2ia_318","input-icon-right":"awsui_input-icon-right_2rhyz_1f2ia_325","input-button-right":"awsui_input-button-right_2rhyz_1f2ia_331"};function AT({type:e="text",step:t,inputMode:l,autoComplete:a=!0,ariaLabel:i,clearAriaLabel:s,name:u,value:h,placeholder:f,autoFocus:g,disabled:v,readOnly:b,disableBrowserAutocorrect:x,spellcheck:k,__noBorderRadius:S,__leftIcon:w,__leftIconVariant:y="subtle",__onLeftIconClick:C,ariaRequired:E,__rightIcon:N,__onRightIconClick:D,onKeyDown:T,onKeyUp:P,onChange:I,__onDelayedInput:H,__onBlurWithDetail:q,onBlur:L,onFocus:O,nativeInputAttributes:j,__internalRootRef:V,__inheritFormFieldProps:U,__injectAnalyticsComponentMetadata:ne,__skipNativeAttributesWarnings:M,style:$,...oe},Q){const se=io(oe),R=ht("input"),X=Bn(le=>Ze(H,{value:le})),te=le=>{X(le),Ze(I,{value:le})},ie=_.useRef(null),pe=PT(e,v,b,h,ie,te);w=w??pe.__leftIcon,N=N??pe.__rightIcon,D=D??pe.__onRightIconClick;const be=ss(oe),{ariaLabelledby:re,ariaDescribedby:de,controlId:Y,invalid:ve,warning:xe}=U?be:oe,we={"aria-label":i,"aria-labelledby":i&&!oe.ariaLabelledby?void 0:re,"aria-describedby":de,name:u,placeholder:f,autoFocus:g,id:Y,className:G(pr.input,e&&pr[`input-type-${e}`],N&&pr["input-has-icon-right"],w&&pr["input-has-icon-left"],S&&pr["input-has-no-border-radius"],{[pr["input-readonly"]]:b,[pr["input-invalid"]]:ve,[pr["input-warning"]]:xe&&!ve}),autoComplete:M_(a),disabled:v,readOnly:b,type:e,step:t,inputMode:l,spellCheck:k,onKeyDown:T&&(le=>wn(T,le)),onKeyUp:P&&(le=>wn(P,le)),value:h??"",onChange:I&&(le=>te(le.target.value)),onBlur:le=>{Ze(L),Ze(q,{relatedTarget:le.relatedTarget})},onFocus:O&&(()=>Ze(O))};e==="number"&&(we.onWheel=le=>le.currentTarget.blur()),x&&(we.autoCorrect="off",we.autoCapitalize="off"),E&&(we["aria-required"]="true"),ve&&(we["aria-invalid"]="true");const He=ao(Q,ie);we.type==="visualSearch"&&(we.type="text");const Be={name:"awsui.Input",label:"input",properties:{value:h||""}};return d.createElement("div",{...se,className:G(se.className,pr["input-container"]),ref:V,dir:e==="email"?"ltr":void 0,...ne?Ge({component:Be}):Pi(oe)},w&&d.createElement("span",{onClick:C,className:pr["input-icon-left"]},d.createElement(no,{name:w,variant:v||b?"disabled":y})),d.createElement(Xt,{...we,tag:"input",componentName:"Input",nativeAttributes:j,skipWarnings:M,ref:He,style:IT($)}),N&&d.createElement("span",{className:pr["input-icon-right"],...N==="close"?Ge({action:"clearInput"}):{}},d.createElement(Ft,{className:pr["input-button-right"],variant:"inline-icon-pointer-target",formAction:"none",iconName:N,onClick:D,ariaLabel:R("clearAriaLabel",s),disabled:v})))}const Og=d.forwardRef(AT),No={placeholder:"awsui_placeholder_dwuol_r15lx_145",item:"awsui_item_dwuol_r15lx_150",checkbox:"awsui_checkbox_dwuol_r15lx_154","option-group":"awsui_option-group_dwuol_r15lx_163",filter:"awsui_filter_dwuol_r15lx_167",trigger:"awsui_trigger_dwuol_r15lx_172","layout-strut":"awsui_layout-strut_dwuol_r15lx_178","list-bottom":"awsui_list-bottom_dwuol_r15lx_184","selected-icon":"awsui_selected-icon_dwuol_r15lx_188","show-label-tag":"awsui_show-label-tag_dwuol_r15lx_193","inline-token-trigger":"awsui_inline-token-trigger_dwuol_r15lx_197","inline-token-list":"awsui_inline-token-list_dwuol_r15lx_204","inline-token-hidden-placeholder":"awsui_inline-token-hidden-placeholder_dwuol_r15lx_218","inline-token-counter":"awsui_inline-token-counter_dwuol_r15lx_224","inline-label-trigger-wrapper":"awsui_inline-label-trigger-wrapper_dwuol_r15lx_228","inline-label-wrapper":"awsui_inline-label-wrapper_dwuol_r15lx_232","inline-label":"awsui_inline-label_dwuol_r15lx_228","inline-label-disabled":"awsui_inline-label-disabled_dwuol_r15lx_257","inline-label-inline-tokens":"awsui_inline-label-inline-tokens_dwuol_r15lx_261","disabled-reason-tooltip":"awsui_disabled-reason-tooltip_dwuol_r15lx_266"},zT=d.forwardRef(({filteringType:e,...t},l)=>e==="none"?null:d.createElement(Og,{ref:l,type:"visualSearch",className:No.filter,autoComplete:!1,disableBrowserAutocorrect:!0,invalid:!1,__noBorderRadius:!0,...t,nativeInputAttributes:{"aria-expanded":!0,"aria-haspopup":!0,role:"combobox",autoCorrect:"off",autoCapitalize:"off",...t.nativeInputAttributes},__skipNativeAttributesWarnings:!0}));function HT(e){const t=[];let l;return e.forEach((a,i)=>{var s;if(a.type==="parent"){const u={type:"parent",option:a,index:i,children:[]};l=u,t.push(u)}else a.type==="child"?((s=l==null?void 0:l.children)!==null&&s!==void 0?s:t).push({type:"child",option:a,index:i}):(l=void 0,t.push({type:"child",option:a,index:i}))}),t}const Gl={root:"awsui_root_1fn7j_t5xe1_145","styled-box":"awsui_styled-box_1fn7j_t5xe1_152","styled-box-checked":"awsui_styled-box-checked_1fn7j_t5xe1_168","styled-box-indeterminate":"awsui_styled-box-indeterminate_1fn7j_t5xe1_168","styled-box-disabled":"awsui_styled-box-disabled_1fn7j_t5xe1_172","styled-box-readonly":"awsui_styled-box-readonly_1fn7j_t5xe1_172","styled-line":"awsui_styled-line_1fn7j_t5xe1_176","styled-line-disabled":"awsui_styled-line-disabled_1fn7j_t5xe1_181","styled-line-readonly":"awsui_styled-line-readonly_1fn7j_t5xe1_184"},RT={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}},jg=({checked:e,indeterminate:t,disabled:l=!1,readOnly:a=!1,style:i,...s})=>{var u,h,f;const g=io(s),b=RT["refresh"];return d.createElement("svg",{className:Gl.root,viewBox:b.viewBox,"aria-hidden":"true",focusable:"false",...g},d.createElement("rect",{className:G(Gl["styled-box"],{[Gl["styled-box-checked"]]:e,[Gl["styled-box-indeterminate"]]:t,[Gl["styled-box-disabled"]]:l,[Gl["styled-box-readonly"]]:a}),x:b.xy,y:b.xy,rx:b.r,ry:b.r,width:b.size,height:b.size,style:{fill:(u=i==null?void 0:i.box)===null||u===void 0?void 0:u.fill,stroke:(h=i==null?void 0:i.box)===null||h===void 0?void 0:h.stroke}}),e||t?d.createElement("polyline",{className:G(Gl["styled-line"],{[Gl["styled-line-disabled"]]:l,[Gl["styled-line-readonly"]]:a}),points:t?b.indeterminate:b.checked,style:{stroke:(f=i==null?void 0:i.line)===null||f===void 0?void 0:f.stroke}}):null)},Ho={option:"awsui_option_1p2cx_ph5rs_153",disabled:"awsui_disabled_1p2cx_ph5rs_190",parent:"awsui_parent_1p2cx_ph5rs_193",highlighted:"awsui_highlighted_1p2cx_ph5rs_196",content:"awsui_content_1p2cx_ph5rs_200","label-content":"awsui_label-content_1p2cx_ph5rs_207",label:"awsui_label_1p2cx_ph5rs_207",tag:"awsui_tag_1p2cx_ph5rs_214","label-tag":"awsui_label-tag_1p2cx_ph5rs_215","label-prefix":"awsui_label-prefix_1p2cx_ph5rs_225",tags:"awsui_tags_1p2cx_ph5rs_238",description:"awsui_description_1p2cx_ph5rs_239",selected:"awsui_selected_1p2cx_ph5rs_250",icon:"awsui_icon_1p2cx_ph5rs_264","filtering-match-highlight":"awsui_filtering-match-highlight_1p2cx_ph5rs_271","trigger-variant":"awsui_trigger-variant_1p2cx_ph5rs_286"},LT=(e,t)=>{if(t.length>1e4)return{noMatches:[e],matches:null};const l=t.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&"),a=new RegExp(l,"gi"),i=e.split(a),s=e.match(a);return{noMatches:i,matches:s}};function Eb({str:e,labelRef:t}){return d.createElement("mark",{ref:t,className:Ho["filtering-match-highlight"]},e)}function us({str:e,highlightText:t,labelRef:l}){if(!e||!t)return d.createElement("span",{ref:l},e);if(e===t)return d.createElement(Eb,{labelRef:l,str:e});const{noMatches:a,matches:i}=LT(e,t),s=[];return a.forEach((u,h)=>{s.push(d.createElement("span",{key:`noMatch-${h}`},u)),i&&h<i.length&&s.push(d.createElement(Eb,{key:`match-${h}`,str:i[h]}))}),d.createElement("span",{ref:l},s)}const Gg={label:"awsui_label_1q5vz_ocied_5"},MT=({labelContainerRef:e,labelRef:t,labelId:l,label:a,prefix:i,highlightText:s,triggerVariant:u})=>d.createElement("span",{id:l,ref:e,className:G(Ho.label,Gg.label,u&&Ho["trigger-variant"])},i&&d.createElement("span",{className:G(Ho["label-prefix"],u&&Ho["trigger-variant"])},i," "),d.createElement(us,{labelRef:t,str:a,highlightText:s})),OT=({labelTag:e,highlightText:t,triggerVariant:l})=>e?d.createElement("span",{className:G(Ho["label-tag"],l&&Ho["trigger-variant"])},d.createElement(us,{str:e,highlightText:t})):null,jT=({description:e,highlightedOption:t,highlightText:l,selectedOption:a,triggerVariant:i})=>e?d.createElement("span",{className:G(Ho.description,{[Ho["trigger-variant"]]:i,[Ho.highlighted]:t,[Ho.selected]:a})},d.createElement(us,{str:e,highlightText:l})):null,GT=({tags:e,highlightedOption:t,highlightText:l,selectedOption:a,triggerVariant:i})=>e?d.createElement("span",{className:G(Ho.tags,{[Ho.highlighted]:t,[Ho.selected]:a})},e.map((s,u)=>d.createElement("span",{key:u,className:G(Ho.tag,i&&Ho["trigger-variant"])},d.createElement(us,{str:s,highlightText:l})))):null,FT=({filteringTags:e,highlightedOption:t,highlightText:l,selectedOption:a,triggerVariant:i})=>{if(!l||!e)return null;const s=l.toLowerCase();return d.createElement("span",{className:G(Ho.tags,{[Ho.highlighted]:t,[Ho.selected]:a})},e.map((u,h)=>u.toLowerCase().indexOf(s)!==-1?d.createElement("span",{className:G(Ho.tag,i&&Ho["trigger-variant"]),key:h},d.createElement(us,{str:u,highlightText:l})):null))},qT=e=>!e.name&&!e.url&&!e.svg?null:d.createElement("span",{className:Ho.icon},d.createElement(no,{...e})),jd=({option:e,highlightText:t,triggerVariant:l=!1,isGroupOption:a=!1,highlightedOption:i=!1,selectedOption:s=!1,disableTitleTooltip:u=!1,labelContainerRef:h,labelRef:f,labelId:g,...v})=>{var b,x;if(!e)return null;const{disabled:k}=e,S=io(v),w=e.labelContent?"div":"span",y=G(Ho.option,k&&Ho.disabled,a&&Ho.parent,i&&Ho.highlighted,S.className),C=e.__customIcon||d.createElement(qT,{name:e.iconName,url:e.iconUrl,svg:e.iconSvg,alt:e.iconAlt,ariaLabel:e.iconAriaLabel,size:"normal"});return d.createElement(w,{...S,"data-value":e.value,className:y,lang:e.lang,title:u?void 0:(b=e.label)!==null&&b!==void 0?b:e.value},C,d.createElement(w,{className:Ho.content},d.createElement(w,{className:Ho["label-content"]},e.labelContent?d.createElement(w,{className:G(Ho.label,Gg.label)},e.labelContent):d.createElement(MT,{labelContainerRef:h,labelRef:f,labelId:g,label:(x=e.label)!==null&&x!==void 0?x:e.value,prefix:e.__labelPrefix,highlightText:t,triggerVariant:l}),d.createElement(OT,{labelTag:e.labelTag,highlightText:t,triggerVariant:l})),d.createElement(jT,{description:e.description,highlightedOption:i,selectedOption:s,highlightText:t,triggerVariant:l}),d.createElement(GT,{tags:e.tags,highlightedOption:i,selectedOption:s,highlightText:t,triggerVariant:l}),d.createElement(FT,{filteringTags:e.filteringTags,highlightedOption:i,selectedOption:s,highlightText:t,triggerVariant:l})))},$c={parent:"awsui_parent_2dmmi_qu62t_5","option-content":"awsui_option-content_2dmmi_qu62t_6"},UT=({isChild:e,value:t,...l})=>{const a=l,i={action:"select",detail:{label:{selector:[`.${Gg.label}`,`.${$c["option-content"]}`]}}};let s;return e&&a["data-group-index"]&&a["data-in-group-index"]||a["data-child-index"]?s=`${a["data-group-index"]},${a["data-in-group-index"]||a["data-child-index"]}`:a["data-test-index"]&&(s=`${a["data-test-index"]}`),s&&(i.detail.position=s),t&&(i.detail.value=t),e&&(i.detail.groupLabel={root:"body",selector:`.${$c.parent}[data-group-index="${a["data-group-index"]}"] .${$c["option-content"]}`}),i},nt={"selectable-item":"awsui_selectable-item_15o6u_z9adt_145","selectable-item-content":"awsui_selectable-item-content_15o6u_z9adt_168","pad-bottom":"awsui_pad-bottom_15o6u_z9adt_172",virtual:"awsui_virtual_15o6u_z9adt_179","has-background":"awsui_has-background_15o6u_z9adt_182",child:"awsui_child_15o6u_z9adt_185",disabled:"awsui_disabled_15o6u_z9adt_191",highlighted:"awsui_highlighted_15o6u_z9adt_194",selected:"awsui_selected_15o6u_z9adt_194","is-keyboard":"awsui_is-keyboard_15o6u_z9adt_232","visual-refresh":"awsui_visual-refresh_15o6u_z9adt_235","next-item-selected":"awsui_next-item-selected_15o6u_z9adt_243","previous-item-selected":"awsui_previous-item-selected_15o6u_z9adt_264",parent:"awsui_parent_15o6u_z9adt_268",interactiveGroups:"awsui_interactiveGroups_15o6u_z9adt_271",sticky:"awsui_sticky_15o6u_z9adt_301","with-scrollbar":"awsui_with-scrollbar_15o6u_z9adt_316","after-header":"awsui_after-header_15o6u_z9adt_322","measure-strut":"awsui_measure-strut_15o6u_z9adt_354","screenreader-content":"awsui_screenreader-content_15o6u_z9adt_367","option-content":"awsui_option-content_15o6u_z9adt_373","select-all":"awsui_select-all_15o6u_z9adt_377"},WT=({children:e,ariaSelected:t,ariaChecked:l,selected:a,highlighted:i,disabled:s,hasBackground:u,isParent:h,isChild:f,isSelectAll:g,virtualPosition:v,padBottom:b,disableContentStyling:x,isNextSelected:k,isPreviousSelected:S,useInteractiveGroups:w,screenReaderContent:y,ariaPosinset:C,ariaSetsize:E,highlightType:N,value:D,sticky:T,afterHeader:P,withScrollbar:I,...H},q)=>{const L=Zl(),{className:O,...j}=io(H),V=G(O,nt["selectable-item"],{[nt.selected]:a,[nt.highlighted]:i,[nt["has-background"]]:u,[nt.parent]:h,[$c.parent]:h,[nt.child]:f,[nt["select-all"]]:g,[nt["is-keyboard"]]:N==="keyboard",[nt.disabled]:s,[nt.virtual]:v!==void 0&&!T,[nt["pad-bottom"]]:b,[nt["next-item-selected"]]:k,[nt["previous-item-selected"]]:S,[nt.interactiveGroups]:w,[nt.sticky]:T,[nt["after-header"]]:!!P,[nt["with-scrollbar"]]:I,[nt["visual-refresh"]]:L}),U=G(nt["option-content"],$c["option-content"],{[nt["selectable-item-content"]]:!x}),ne=_.useRef(null),M=_.useRef(null);_.useLayoutEffect(()=>{i&&y&&(ne.current&&ne.current.setAttribute("aria-hidden","true"),M.current&&(M.current.textContent=y))},[i,y,ne,M]);const $=v!==void 0?{transform:`translateY(${v}px)`}:void 0,oe={};return h&&l===void 0?oe.role="presentation":(oe.role="option",oe["aria-disabled"]=s,t!==void 0&&(oe["aria-selected"]=t),l!==void 0&&(oe["aria-checked"]=l),C&&E&&(oe["aria-posinset"]=C,oe["aria-setsize"]=E),H.ariaDescribedby&&(oe["aria-describedby"]=H.ariaDescribedby)),d.createElement("div",{className:V,style:$,...oe,...j,...h||s?{}:Ge(UT({isChild:f,value:D,...H}))},d.createElement("div",{className:U,ref:ne},e),d.createElement("div",{className:nt["measure-strut"],ref:q}),d.createElement("div",{className:nt["screenreader-content"],ref:M}))},O_=d.forwardRef(WT),VT=({option:e,highlighted:t,selected:l,filteringValue:a,hasCheckbox:i,virtualPosition:s,padBottom:u,isNextSelected:h,isPreviousSelected:f,screenReaderContent:g,ariaPosinset:v,ariaSetsize:b,highlightType:x,withScrollbar:k,sticky:S,...w},y)=>{const C=io(w),E=e.type==="parent",N=e.type==="child",D=e.option,T=e.disabled||D.disabled,P=T&&D.disabledReason?D.disabledReason:"",I=!!P,H=_.useRef(null),{descriptionEl:q,descriptionId:L}=Ga(P),[O,j]=_.useState(!0);return _.useEffect(()=>j(!0),[t]),d.createElement(O_,{ariaSelected:!!l,selected:l,isNextSelected:h,isPreviousSelected:f,highlighted:t,disabled:e.disabled,isParent:E,isChild:N,ref:ao(y,H),virtualPosition:s,padBottom:u,screenReaderContent:g,ariaPosinset:v,ariaSetsize:b,highlightType:x,ariaDescribedby:I?L:"",value:e.option.value,withScrollbar:k,sticky:S,...C},d.createElement("div",{className:G(No.item,!E&&D.labelTag&&No["show-label-tag"])},i&&!E&&d.createElement("div",{className:No.checkbox},d.createElement(jg,{checked:l||!1,disabled:e.disabled})),d.createElement(jd,{option:{...D,disabled:T},highlightedOption:t,selectedOption:l,highlightText:a,isGroupOption:E}),!i&&!E&&l&&d.createElement("div",{className:No["selected-icon"]},d.createElement(no,{name:"check"})),I&&d.createElement(d.Fragment,null,q,t&&O&&d.createElement(Hi,{className:No["disabled-reason-tooltip"],trackRef:H,value:P,position:"right",hideOnOverscroll:!0,onDismiss:()=>j(!1)}))))},XT=d.memo(d.forwardRef(VT)),YT=({option:e,highlighted:t,selected:l,filteringValue:a,hasCheckbox:i,virtualPosition:s,padBottom:u,isNextSelected:h,isPreviousSelected:f,indeterminate:g,screenReaderContent:v,ariaPosinset:b,ariaSetsize:x,highlightType:k,withScrollbar:S,sticky:w,...y},C)=>{const E=io(y),N=e.type==="parent",D=e.type==="child",T=e.type==="select-all",P=e.option,I=e.disabled||P.disabled,H=I&&(e.disabledReason||P.disabledReason)?e.disabledReason||P.disabledReason:"",q=!!H,L=_.useRef(null),O=No.item,{descriptionId:j,descriptionEl:V}=Ga(H),[U,ne]=_.useState(!0);return _.useEffect(()=>ne(!0),[t]),d.createElement(O_,{ariaChecked:N&&g?"mixed":!!l,selected:l,isNextSelected:h,isPreviousSelected:f,highlighted:t,disabled:I,isParent:N,isChild:D,isSelectAll:T,highlightType:k,ref:ao(C,L),virtualPosition:s,padBottom:u,useInteractiveGroups:!0,screenReaderContent:v,ariaPosinset:b,ariaSetsize:x,ariaDescribedby:q?j:"",value:e.option.value,afterHeader:e.afterHeader,withScrollbar:S,sticky:w,...E},d.createElement("div",{className:O},i&&d.createElement("div",{className:No.checkbox},d.createElement(jg,{checked:l,indeterminate:(N||T)&&g,disabled:I})),d.createElement(jd,{option:{...P,disabled:I},highlightedOption:t,selectedOption:l,highlightText:a,isGroupOption:N})),q&&d.createElement(d.Fragment,null,V,t&&U&&d.createElement(Hi,{className:No["disabled-reason-tooltip"],trackRef:L,value:H,position:"right",hideOnOverscroll:!0,onDismiss:()=>ne(!1)})))},$T=d.memo(d.forwardRef(YT));function ZT({children:e,virtual:t,ariaLabelledby:l,ariaDisabled:a}){return d.createElement("div",{role:"group",className:G(No["option-group"],t&&No.virtual),"aria-labelledby":l,"aria-disabled":a},e)}const Yu=new WeakMap,QT=e=>Yu.get(e),KT=(e,t)=>{let l=1,a=0,i=1,s=null;e.forEach(u=>{const h=u.type==="parent",f=h?u:t(u);f&&f!==s&&(s=f,a+=1,i=1),h?Yu.set(u,{groupIndex:a}):f&&u.type==="child"?Yu.set(u,{throughIndex:l++,groupIndex:a,inGroupIndex:i++}):(u.type==="child"||!u.type)&&Yu.set(u,{throughIndex:l++})})},JT=({option:e,index:t,getOptionProps:l,filteringValue:a,checkboxes:i=!1})=>{const s=l(e,t);s.filteringValue=a;const{inGroupIndex:u,groupIndex:h,throughIndex:f}=QT(e)||{};return{...s,hasCheckbox:i,"data-group-index":h,"data-child-index":u,"data-test-index":f}},j_=({options:e,getOptionProps:t,filteringValue:l,highlightType:a,idPrefix:i,checkboxes:s=!1,hasDropdownStatus:u,virtualItems:h,useInteractiveGroups:f,screenReaderContent:g,ariaSetsize:v,withScrollbar:b,firstOptionSticky:x,stickyOptionRef:k})=>{const S=({index:C,option:E})=>{const N=h&&h[C],D=N?N.index:C;return JT({option:E,index:D,getOptionProps:t,filteringValue:E.type==="select-all"?"":l,checkboxes:s})},w=(C,E)=>{const N=h&&h[E],D=N?N.index:E,T=E===e.length-1,P=!u&&T,I=f?$T:XT,H=x&&D===0;return d.createElement(I,{key:D,...C,virtualPosition:N&&N.start,ref:H&&k?k:N&&N.measureRef,padBottom:P,screenReaderContent:g,ariaPosinset:D+1,ariaSetsize:v,highlightType:a.type,withScrollbar:b,sticky:H})};return HT(e).map(C=>{var E;const N=C.index,D=S(C);if(C.type==="parent"){const{children:T}=C,P=(E=D.id)!==null&&E!==void 0?E:`${i}-option-${N}`;return d.createElement(ZT,{key:`group-${N}`,virtual:(h==null?void 0:h[N])!==void 0,ariaLabelledby:P,ariaDisabled:D["aria-disabled"]},w(D,N),T.map(I=>d.createElement(d.Fragment,{key:I.index},w(S(I),I.index))))}return w(D,N)})};function G_({index:e,menuEl:t}){const l=t.querySelector(`[data-mouse-target="${e}"]`);if(l&&t.clientHeight!==void 0&&t.clientHeight>15){const a=t.getBoundingClientRect(),i=l.getBoundingClientRect(),s=parseInt(t.style.scrollPaddingBlockStart)||0;i.top<a.top+s||i.height>a.height-s?t.scrollBy({top:i.top-a.top-s}):i.bottom>a.bottom&&t.scrollBy({top:i.bottom-a.bottom})}}const F_=31,e2=({menuProps:e,getOptionProps:t,filteredOptions:l,filteringValue:a,highlightType:i,checkboxes:s,hasDropdownStatus:u,listBottom:h,useInteractiveGroups:f,screenReaderContent:g,firstOptionSticky:v},b)=>{const x=Qe("select-list-"),k=_.useRef(null),[S,w]=_.useState(v?F_:0),[y,C]=hl(T=>(k.current&&w(k.current.clientHeight),{inner:T.contentBoxWidth,outer:T.borderBoxWidth})),E=e.ref,N=ao(C,E);_.useImperativeHandle(b,()=>T=>{const P=v&&T===0;i.moveFocus&&E.current&&!P&&G_({index:T,menuEl:E.current})},[v,i.moveFocus,E]);const D=!!y&&y.inner<y.outer;return d.createElement(Id,{...e,ref:N,stickyItemBlockSize:S},j_({options:l,getOptionProps:t,filteringValue:a,idPrefix:x,highlightType:i,checkboxes:s,hasDropdownStatus:u,useInteractiveGroups:f,screenReaderContent:g,firstOptionSticky:v,stickyOptionRef:k,withScrollbar:D}),h?d.createElement("div",{role:"option",className:No["list-bottom"]},h):null)},o2=_.forwardRef(e2),q_={"button-trigger":"awsui_button-trigger_l32fn_xo3sj_5"},Vr={"button-trigger":"awsui_button-trigger_18eso_zlq2e_161",arrow:"awsui_arrow_18eso_zlq2e_161","in-filtering-token-root":"awsui_in-filtering-token-root_18eso_zlq2e_221","in-filtering-token-nested":"awsui_in-filtering-token-nested_18eso_zlq2e_221","has-caret":"awsui_has-caret_18eso_zlq2e_257",placeholder:"awsui_placeholder_18eso_zlq2e_260",pressed:"awsui_pressed_18eso_zlq2e_273",disabled:"awsui_disabled_18eso_zlq2e_276","in-filtering-token":"awsui_in-filtering-token_18eso_zlq2e_221",readonly:"awsui_readonly_18eso_zlq2e_297",invalid:"awsui_invalid_18eso_zlq2e_319",warning:"awsui_warning_18eso_zlq2e_328","inline-tokens":"awsui_inline-tokens_18eso_zlq2e_337"},t2=({children:e,pressed:t,hideCaret:l=!1,disabled:a=!1,readOnly:i=!1,invalid:s=!1,warning:u=!1,inlineTokens:h,inFilteringToken:f,ariaHasPopup:g,ariaLabel:v,ariaLabelledby:b,ariaDescribedby:x,ariaControls:k,onKeyDown:S,onKeyUp:w,onMouseDown:y,onClick:C,onFocus:E,onBlur:N,autoFocus:D,...T},P)=>{const I=io(T);let H={...I,type:"button",className:G(Vr["button-trigger"],q_["button-trigger"],I.className,t&&Vr.pressed,a&&Vr.disabled,s&&Vr.invalid,u&&!s&&Vr.warning,!l&&Vr["has-caret"],i&&Vr.readonly,f&&Vr["in-filtering-token"],f&&Vr[`in-filtering-token-${f}`],h&&Vr["inline-tokens"]),disabled:a,"aria-expanded":t,"aria-label":v,"aria-labelledby":b,"aria-describedby":x,"aria-haspopup":g??"listbox","aria-controls":k,"aria-disabled":i&&!a?"true":void 0,autoFocus:D};i||(H={...H,onKeyDown:S&&(L=>wn(S,L)),onKeyUp:w&&(L=>wn(w,L)),onMouseDown:y&&(L=>Rr(y,{},L)),onClick:C&&(L=>Rr(C,{},L)),onFocus:E&&(L=>Rr(E,{},L)),onBlur:N&&(L=>Rr(N,{relatedTarget:L.relatedTarget},L))}),s&&(H["aria-invalid"]=s);const q={action:t?"collapse":"expand",detail:{label:{root:"self"}}};return d.createElement("button",{ref:P,...H,...a||i?{}:Ge(q)},e,!l&&d.createElement("span",{className:Vr.arrow},d.createElement(no,{name:"caret-down-filled",variant:a||i?"disabled":"normal"})))},r2=d.forwardRef(t2),U_={"dismiss-button":"awsui_dismiss-button_dm8gx_1wq3k_145",token:"awsui_token_dm8gx_1wq3k_146"},Ut={root:"awsui_root_1i2wg_18qq8_161","dismiss-button":"awsui_dismiss-button_1i2wg_18qq8_193","dismiss-button-inline":"awsui_dismiss-button-inline_1i2wg_18qq8_233",icon:"awsui_icon_1i2wg_18qq8_240","icon-inline":"awsui_icon-inline_1i2wg_18qq8_246","token-normal":"awsui_token-normal_1i2wg_18qq8_251","token-inline":"awsui_token-inline_1i2wg_18qq8_258","token-option-inline":"awsui_token-option-inline_1i2wg_18qq8_284","token-box":"awsui_token-box_1i2wg_18qq8_288","token-box-without-dismiss":"awsui_token-box-without-dismiss_1i2wg_18qq8_307","token-box-inline":"awsui_token-box-inline_1i2wg_18qq8_311","disable-padding":"awsui_disable-padding_1i2wg_18qq8_331","token-box-readonly":"awsui_token-box-readonly_1i2wg_18qq8_338","token-box-disabled":"awsui_token-box-disabled_1i2wg_18qq8_339"},W_={root:"awsui_root_1epxo_12cv0_5","dismiss-button":"awsui_dismiss-button_1epxo_12cv0_6"},l2=_.forwardRef(a2);function a2({disabled:e,dismissLabel:t,onDismiss:l,readOnly:a,inline:i},s){const u={action:"dismiss",detail:{label:{root:"self"}}};return d.createElement("button",{ref:s,type:"button",className:G(Ut["dismiss-button"],U_["dismiss-button"],W_["dismiss-button"],i&&Ut["dismiss-button-inline"]),"aria-disabled":e||a?!0:void 0,onClick:()=>{e||a||!l||Ze(l)},"aria-label":t,...e||a?{}:Ge(u)},d.createElement(no,{name:"close"}))}const n2={token:"awsui_token_v05f6_c8hk2_5"};function i2({label:e,ariaLabel:t,labelTag:l,description:a,variant:i="normal",disabled:s,readOnly:u,icon:h,tags:f,dismissLabel:g,onDismiss:v,tooltipContent:b,role:x,disableInnerPadding:k,__internalRootRef:S,...w}){const y=io(w),C=_.useRef(null),E=_.useRef(null),[N,D]=_.useState(!1),[T,P]=_.useState(!1),I=i==="inline",H=Qe(),q=()=>{const O=E.current,j=C.current;if(O&&j)return O.offsetWidth>j.offsetWidth};Zr(C,()=>{var O;I&&P((O=q())!==null&&O!==void 0?O:!1)});const L=()=>{const j=typeof e=="string"||typeof e=="number"?{label:String(e)}:{labelContent:e};return I?{...j,disabled:s,__customIcon:h&&d.createElement("span",{className:G(Ut.icon,Ut["icon-inline"])},h)}:{...j,disabled:s,labelTag:l,description:a,tags:f,__customIcon:h&&d.createElement("span",{className:Ut.icon},h)}};return d.createElement("div",{...y,ref:S,className:G(Ut.root,U_.token,W_.root,I?Ut["token-inline"]:Ut["token-normal"],n2.token,y.className),"aria-label":t,"aria-labelledby":t?void 0:H,"aria-disabled":!!s,role:x??"group",onFocus:()=>{D(!0)},onBlur:()=>{D(!1)},onMouseEnter:()=>{D(!0)},onMouseLeave:()=>{D(!1)},tabIndex:b&&I&&T?0:void 0},d.createElement("div",{className:G(I?Ut["token-box-inline"]:Ut["token-box"],s&&Ut["token-box-disabled"],u&&Ut["token-box-readonly"],!I&&!v&&Ut["token-box-without-dismiss"],k&&Ut["disable-padding"])},d.createElement(jd,{className:G(I&&Ut["token-option-inline"]),triggerVariant:I,option:L(),disableTitleTooltip:!!b,labelContainerRef:C,labelRef:E,labelId:H}),v&&d.createElement(l2,{disabled:s,dismissLabel:g,onDismiss:v,readOnly:u,inline:I})),!!b&&I&&T&&N&&d.createElement(Hi,{"data-testid":"token-tooltip",trackRef:C,value:d.createElement(Mt,null,d.createElement("span",{"data-testid":"tooltip-live-region-content"},b)),size:"medium",onDismiss:()=>{D(!1)}}))}const c2=d.forwardRef(({ariaLabelledby:e,ariaDescribedby:t,controlId:l,invalid:a,inlineLabelText:i,warning:s,triggerProps:u,selectedOption:h,selectedOptions:f,triggerVariant:g,inFilteringToken:v,isOpen:b,placeholder:x,disabled:k,readOnly:S},w)=>{const y=Qe(),C=l??y,E=Qe("trigger-content-");let N=gl(e,E),D=null;g==="tokens"?f!=null&&f.length?(D=d.createElement("span",{className:G(No["inline-token-trigger"],k&&No["inline-token-trigger--disabled"],No["visual-refresh"])},d.createElement("span",{className:No["inline-token-list"]},f.map(({label:I},H)=>d.createElement(i2,{key:H,label:I,variant:"inline",disabled:k}))),d.createElement("span",{className:No["inline-token-counter"],id:E},d.createElement("span",{className:No["inline-token-hidden-placeholder"]},x),d.createElement("span",null,"(",f.length,")"))),N=e):D=d.createElement("span",{"aria-disabled":"true",className:G(No.placeholder,No.trigger),id:E},x):h?g==="option"?D=d.createElement(jd,{id:E,option:{...h,disabled:k},triggerVariant:!0}):D=d.createElement("span",{id:E,className:No.trigger},h.label||h.value):D=d.createElement("span",{"aria-disabled":"true",className:G(No.placeholder,No.trigger),id:E},x);const T=ao(u.ref,w),P=d.createElement(r2,{...u,id:C,ref:T,pressed:!!b,disabled:k,readOnly:S,invalid:a,warning:s&&!a,inFilteringToken:v,inlineTokens:g==="tokens",ariaDescribedby:t,ariaLabelledby:N},D);return d.createElement(d.Fragment,null,i?d.createElement("div",{className:No["inline-label-wrapper"]},d.createElement("label",{htmlFor:l,className:G(No["inline-label"],k&&No["inline-label-disabled"],g==="tokens"&&No["inline-label-inline-tokens"])},i),d.createElement("div",{className:No["inline-label-trigger-wrapper"]},P)):d.createElement(d.Fragment,null,P))});function vn(){return vn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var l=arguments[t];for(var a in l)Object.prototype.hasOwnProperty.call(l,a)&&(e[a]=l[a])}return e},vn.apply(this,arguments)}function s2(e,t){if(e==null)return{};var l={},a=Object.keys(e),i,s;for(s=0;s<a.length;s++)i=a[s],!(t.indexOf(i)>=0)&&(l[i]=e[i]);return l}var u2=["bottom","height","left","right","top","width"],d2=function(t,l){return t===void 0&&(t={}),l===void 0&&(l={}),u2.some(function(a){return t[a]!==l[a]})},Da=new Map,V_,f2=function e(){var t=[];Da.forEach(function(l,a){var i=a.getBoundingClientRect();d2(i,l.rect)&&(l.rect=i,t.push(l))}),t.forEach(function(l){l.callbacks.forEach(function(a){return a(l.rect)})}),V_=window.requestAnimationFrame(e)};function h2(e,t){return{observe:function(){var a=Da.size===0;Da.has(e)?Da.get(e).callbacks.push(t):Da.set(e,{rect:void 0,hasRectChanged:!1,callbacks:[t]}),a&&f2()},unobserve:function(){var a=Da.get(e);if(a){var i=a.callbacks.indexOf(t);i>=0&&a.callbacks.splice(i,1),a.callbacks.length||Da.delete(e),Da.size||cancelAnimationFrame(V_)}}}}var ud=typeof window<"u"?d.useLayoutEffect:d.useEffect;function g2(e,t){t===void 0&&(t={width:0,height:0});var l=d.useState(e.current),a=l[0],i=l[1],s=d.useReducer(m2,t),u=s[0],h=s[1],f=d.useRef(!1);return ud(function(){e.current!==a&&i(e.current)}),ud(function(){if(a&&!f.current){f.current=!0;var g=a.getBoundingClientRect();h({rect:g})}},[a]),d.useEffect(function(){if(a){var g=h2(a,function(v){h({rect:v})});return g.observe(),function(){g.unobserve()}}},[a]),u}function m2(e,t){var l=t.rect;return e.height!==l.height||e.width!==l.width?l:e}var p2=function(){return 50},v2=function(t){return t},b2=function(t,l){var a=l?"offsetWidth":"offsetHeight";return t[a]},X_=function(t){for(var l=Math.max(t.start-t.overscan,0),a=Math.min(t.end+t.overscan,t.size-1),i=[],s=l;s<=a;s++)i.push(s);return i};function x2(e){var t,l=e.size,a=l===void 0?0:l,i=e.estimateSize,s=i===void 0?p2:i,u=e.overscan,h=u===void 0?1:u,f=e.paddingStart,g=f===void 0?0:f,v=e.paddingEnd,b=v===void 0?0:v,x=e.parentRef,k=e.horizontal,S=e.scrollToFn,w=e.useObserver,y=e.initialRect,C=e.onScrollElement,E=e.scrollOffsetFn,N=e.keyExtractor,D=N===void 0?v2:N,T=e.measureSize,P=T===void 0?b2:T,I=e.rangeExtractor,H=I===void 0?X_:I,q=k?"width":"height",L=k?"scrollLeft":"scrollTop",O=d.useRef({scrollOffset:0,measurements:[]}),j=d.useState(0),V=j[0],U=j[1];O.current.scrollOffset=V;var ne=w||g2,M=ne(x,y),$=M[q];O.current.outerSize=$;var oe=d.useCallback(function(ke){x.current&&(x.current[L]=ke)},[x,L]),Q=S||oe;S=d.useCallback(function(ke){Q(ke,oe)},[oe,Q]);var se=d.useState({}),R=se[0],X=se[1],te=d.useCallback(function(){return X({})},[]),ie=d.useRef([]),pe=d.useMemo(function(){var ke=ie.current.length>0?Math.min.apply(Math,ie.current):0;ie.current=[];for(var Pe=O.current.measurements.slice(0,ke),Le=ke;Le<a;Le++){var Ke=D(Le),qe=R[Ke],ye=Pe[Le-1]?Pe[Le-1].end:g,Ae=typeof qe=="number"?qe:s(Le),Re=ye+Ae;Pe[Le]={index:Le,start:ye,size:Ae,end:Re,key:Ke}}return Pe},[s,R,g,a,D]),be=(((t=pe[a-1])==null?void 0:t.end)||g)+b;O.current.measurements=pe,O.current.totalSize=be;var re=C?C.current:x.current,de=d.useRef(E);de.current=E,ud(function(){if(!re){U(0);return}var ke=function(Le){var Ke=de.current?de.current(Le):re[L];U(Ke)};return ke(),re.addEventListener("scroll",ke,{capture:!1,passive:!0}),function(){re.removeEventListener("scroll",ke)}},[re,L]);var Y=k2(O.current),ve=Y.start,xe=Y.end,we=d.useMemo(function(){return H({start:ve,end:xe,overscan:h,size:pe.length})},[ve,xe,h,pe.length,H]),He=d.useRef(P);He.current=P;var Be=d.useMemo(function(){for(var ke=[],Pe=function(ye,Ae){var Re=we[ye],We=pe[Re],wo=vn(vn({},We),{},{measureRef:function(Ro){if(Ro){var rt=He.current(Ro,k);if(rt!==wo.size){var Yo=O.current.scrollOffset;wo.start<Yo&&oe(Yo+(rt-wo.size)),ie.current.push(Re),X(function(ot){var Je;return vn(vn({},ot),{},(Je={},Je[wo.key]=rt,Je))})}}}});ke.push(wo)},Le=0,Ke=we.length;Le<Ke;Le++)Pe(Le);return ke},[we,oe,k,pe]),le=d.useRef(!1);ud(function(){le.current&&X({}),le.current=!0},[s]);var ae=d.useCallback(function(ke,Pe){var Le=Pe===void 0?{}:Pe,Ke=Le.align,qe=Ke===void 0?"start":Ke,ye=O.current,Ae=ye.scrollOffset,Re=ye.outerSize;qe==="auto"&&(ke<=Ae?qe="start":ke>=Ae+Re?qe="end":qe="start"),qe==="start"?S(ke):qe==="end"?S(ke-Re):qe==="center"&&S(ke-Re/2)},[S]),_e=d.useCallback(function(ke,Pe){var Le=Pe===void 0?{}:Pe,Ke=Le.align,qe=Ke===void 0?"auto":Ke,ye=s2(Le,["align"]),Ae=O.current,Re=Ae.measurements,We=Ae.scrollOffset,wo=Ae.outerSize,To=Re[Math.max(0,Math.min(ke,a-1))];if(To){if(qe==="auto")if(To.end>=We+wo)qe="end";else if(To.start<=We)qe="start";else return;var Ro=qe==="center"?To.start+To.size/2:qe==="end"?To.end:To.start;ae(Ro,vn({align:qe},ye))}},[ae,a]),Ne=d.useCallback(function(){for(var ke=arguments.length,Pe=new Array(ke),Le=0;Le<ke;Le++)Pe[Le]=arguments[Le];_e.apply(void 0,Pe),requestAnimationFrame(function(){_e.apply(void 0,Pe)})},[_e]);return{virtualItems:Be,totalSize:be,scrollToOffset:ae,scrollToIndex:Ne,measure:te}}var _2=function(t,l,a,i){for(;t<=l;){var s=(t+l)/2|0,u=a(s);if(u<i)t=s+1;else if(u>i)l=s-1;else return s}return t>0?t-1:0};function k2(e){for(var t=e.measurements,l=e.outerSize,a=e.scrollOffset,i=t.length-1,s=function(g){return t[g].start},u=_2(0,i,s,a),h=u;h<i&&t[h].end<a+l;)h++;return{start:u,end:h}}function w2(e){const t=X_(e);return t[0]===0?t:[0,...t]}const y2=49;function S2({items:e,parentRef:t,estimateSize:l,firstItemSticky:a}){const i=x2({size:e.length,parentRef:t,estimateSize:l,overscan:5,rangeExtractor:a?w2:void 0}),s=_.useRef(new WeakMap),u=i.virtualItems.map(f=>`${f.index}`).join(":");return _.useEffect(()=>{s.current=new WeakMap},[u,e,l]),{virtualItems:_.useMemo(()=>i.virtualItems.map(f=>({...f,measureRef:g=>{var v;const b=(v=s.current.get(e[f.index]))!==null&&v!==void 0?v:0;b<y2&&(f.measureRef(g),s.current.set(e[f.index],b+1))}})),[e,i.virtualItems]),totalSize:i.totalSize,scrollToIndex:i.scrollToIndex}}const B2=(e,t)=>e.menuProps.open?d.createElement(C2,{...e,ref:t}):d.createElement(N2,{...e,ref:t}),C2=_.forwardRef(({menuProps:e,getOptionProps:t,filteredOptions:l,filteringValue:a,highlightType:i,checkboxes:s,hasDropdownStatus:u,listBottom:h,useInteractiveGroups:f,screenReaderContent:g,firstOptionSticky:v},b)=>{const[x,k]=hl(H=>({inner:H.contentBoxWidth,outer:H.borderBoxWidth}),[]),S=_.useRef(null),w=ao(k,S,e.ref),y=_.useRef(),{virtualItems:C,totalSize:E,scrollToIndex:N}=S2({items:l,parentRef:S,estimateSize:_.useCallback(()=>F_,[x==null?void 0:x.inner,a]),firstItemSticky:v});_.useImperativeHandle(b,()=>H=>{if(i.moveFocus){const q=y.current!==void 0&&H<y.current;v&&q&&H!==0&&S.current?G_({index:H,menuEl:S==null?void 0:S.current}):N(H)}y.current=H},[v,i.moveFocus,N]);const D=v?C[0].size:0,T=!!x&&x.inner<x.outer,P=Qe("select-list-"),I=j_({options:C.map(({index:H})=>l[H]),getOptionProps:t,filteringValue:a,highlightType:i,idPrefix:P,checkboxes:s,hasDropdownStatus:u,virtualItems:C,useInteractiveGroups:f,screenReaderContent:g,firstOptionSticky:v,withScrollbar:T});return d.createElement(Id,{...e,stickyItemBlockSize:D,ref:w},I,d.createElement("div",{"aria-hidden":"true",key:"total-size",className:No["layout-strut"],style:{height:E-D}}),h?d.createElement("div",{role:"option",className:No["list-bottom"]},h):null)}),N2=_.forwardRef(({menuProps:e,listBottom:t},l)=>(_.useImperativeHandle(l,()=>()=>{},[]),d.createElement(Id,{...e,ref:e.ref},t?d.createElement("div",{role:"option",className:No["list-bottom"]},t):null))),T2=_.forwardRef(B2),E2=["value","label","description","labelTag"],qh=(e,t,l)=>{if(!e)return!1;const a=e.toLowerCase().indexOf(t);return l?a===0:a>-1},Db=(e,t,l)=>{const a=t.toLowerCase(),i=e.option,s=f=>qh(i[f],a,l),u=f=>{var g;return(g=i[f])===null||g===void 0?void 0:g.some(v=>qh(v,a,l))},h=["tags"];return l||h.push("filteringTags"),E2.some(s)||h.some(u)},Y_=(e,t,l=!1)=>{if(t==="")return e;let a=null,i=!1;return e.reduce((s,u)=>u.type==="parent"?(i=!1,a=u,Db(u,t,l)&&(i=!0,s.push(a)),s):(u.type!=="child"&&(a=null,i=!1),i?s.push(u):Db(u,t,l)&&(a&&(s.push(a),a=null),s.push(u)),s),[])},$_=e=>!!e&&!e.disabled&&e.type!=="parent",Z_=e=>!!e&&!e.disabled,bi=e=>!!e&&"options"in e&&!!e.options,D2=e=>{const t=new Map;return{flatOptions:e.reduce((a,i)=>{if(bi(i)){const{options:s,...u}=i,h={type:"parent",option:i},f=s.every(g=>g.disabled);(i.disabled||f)&&(h.disabled=!0),a.push(h),s.forEach(g=>{const v={type:"child",option:g};(u.disabled||g.disabled)&&(v.disabled=!0),a.push(v),t.set(v,h)})}else{const s={option:i};i.disabled&&(s.disabled=!0),a.push(s)}return a},[]),parentMap:t}};function I2(e,t,l){const{flatOptions:a,parentMap:i}=D2(e),s=t!=="auto"?a:Y_(a,l);return KT(s,i.get.bind(i)),{flatOptions:a,filteredOptions:s,parentMap:i,totalCount:a.length,matchesCount:s.length}}const P2=(e,t)=>(t||[]).map(l=>{for(const a of e)if(a.type!=="parent"&&a.option.value===l.value)return a;return{option:l}});function A2(e,t){return!t||!e?[]:e.filter(l=>qh(l,t,!1))}function z2({option:e,parentGroup:t,highlightText:l}){return[t&&t.label,e.__labelPrefix,e.label||e.value,e.description,e.labelTag].concat(e.tags).concat(A2(e.filteringTags,l)).filter(a=>!!a).join(" ")}function H2({highlightText:e,announceSelected:t,highlightedOption:l,getParent:a,selectedAriaLabel:i,renderHighlightedAriaLive:s}){const u=_.useRef(void 0);if(_.useEffect(()=>{if(l){const x=requestAnimationFrame(()=>{u.current=a(l)});return()=>cancelAnimationFrame(x)}}),!l)return"";const h=l.option,f=a(l),g=f&&f!==u.current?f:void 0;if(s)return s(h,g);const v=t&&i?i:"",b=z2({option:h,parentGroup:g,highlightText:e});return[v,b].filter(Boolean).join(" ")}const R2=({onLoadItems:e,options:t,statusType:l})=>{const a=_.useRef(void 0);return{fireLoadItems:h=>{a.current!==h&&(a.current=h,Ze(e,{filteringText:h,firstPage:!0,samePage:!1}))},handleLoadMore:()=>{const h=t.length===0;l==="pending"&&Ze(e,{firstPage:h,samePage:!1,filteringText:a.current||""})},handleRecoveryClick:()=>Ze(e,{firstPage:!1,samePage:!0,filteringText:a.current||""})}},L2=e=>e.split("").every(t=>t===e[0]);function M2(e,t,l,a){const i=a?Z_:$_,s=h=>Y_(e,h,!0).filter(f=>i(f)),u=s(t);if(u.length===1)return u[0];if(l&&t.length>1&&L2(t)){const h=s(t[0]);if(h.length>0){let f=bi(l)?h.map(({option:g})=>g).indexOf(l):h.map(({option:g})=>g.value).indexOf(l.value);return f+=1,f=f%h.length,h[f]}}return u.length>0?u[0]:null}function O2({isEnabled:e,options:t,highlightOption:l,highlightedOption:a,useInteractiveGroups:i}){const s=_.useRef(""),u=Bn(()=>s.current="",500);return h=>{if(!e)return;const{key:f}=h;if(!f||f.length!==1)return;u();const g=s.current+f;s.current=g;const v=M2(t,g,a,i);v&&l(v)}}class Na{constructor(t,l=t==="keyboard"){this.type=t,this.moveFocus=l}}function j2({options:e,isHighlightable:t}){const[l,a]=_.useState(-1),[i,s]=_.useState(new Na("keyboard")),u=_.useCallback((b,x)=>{a(b),s(k=>k.type!==x.type?x:k)},[]),h=e[l]&&t(e[l])?e[l]:void 0,f=(b,x=l,k)=>{let w=x===-1&&b===-1?e.length:x;do w+=b;while(e[w]&&!t(e[w]));e[w]&&u(w,k)},g=(b,x)=>f(b,l,x),v=_.useCallback((b,x)=>{const k=e.indexOf(b);u(k,x)},[e,u]);return[{highlightType:i,highlightedIndex:l,highlightedOption:h},{setHighlightedIndexWithMouse:(b,x=!1)=>u(b,new Na("mouse",x)),highlightFirstOptionWithMouse:()=>f(1,-1,new Na("mouse",!0)),moveHighlightWithKeyboard:b=>g(b,new Na("keyboard")),highlightOptionWithKeyboard:b=>v(b,new Na("keyboard")),resetHighlightWithKeyboard:()=>u(-1,new Na("keyboard")),goHomeWithKeyboard:()=>f(1,-1,new Na("keyboard")),goEndWithKeyboard:()=>f(-1,e.length,new Na("keyboard"))}]}const Ib=(e,t)=>{if(!(t<0))return`${e}-option-${t}`},G2=36,F2=35,q2=({goUp:e,goDown:t,selectOption:l,goHome:a,goEnd:i,closeDropdown:s,preventNativeSpace:u=!1})=>h=>{switch(h.detail.keyCode){case Te.up:h.preventDefault(),e();break;case Te.down:h.preventDefault(),t();break;case G2:a();break;case F2:i();break;case Te.escape:h.stopPropagation(),s();break;case Te.enter:h.preventDefault(),l();break;case Te.space:u&&(h.preventDefault(),l())}},U2=({openDropdown:e,goHome:t})=>l=>{switch(l.detail.keyCode){case Te.up:case Te.down:l.preventDefault(),t(),e();break;case Te.space:case Te.enter:l.preventDefault(),e();break}};function W2({selectedOptions:e,updateSelectedOption:t,options:l,filteringType:a,onBlur:i,onFocus:s,externalRef:u,keepOpen:h,embedded:f,fireLoadItems:g,setFilteringValue:v,useInteractiveGroups:b=!1,statusType:x,isAllSelected:k,isSomeSelected:S,toggleAll:w}){const y=b?Z_:$_,C=ye=>!!ye&&(b||ye.type!=="parent"),E=_.useRef(null),N=_.useRef(null),D=_.useRef(null),T=a!=="none"&&!f,P=T?E:D,I=P2(l,e),H=e.reduce((ye,Ae)=>(Ae.value&&ye.add(Ae.value),ye),new Set),[{highlightType:q,highlightedOption:L,highlightedIndex:O},{moveHighlightWithKeyboard:j,resetHighlightWithKeyboard:V,setHighlightedIndexWithMouse:U,highlightOptionWithKeyboard:ne,highlightFirstOptionWithMouse:M,goHomeWithKeyboard:$,goEndWithKeyboard:oe}]=j2({options:l,isHighlightable:C}),{isOpen:Q,openDropdown:se,closeDropdown:R,toggleDropdown:X,openedWithKeyboard:te}=y_({defaultOpen:f,onOpen:()=>g(""),onClose:()=>{V(),v==null||v("")}}),ie=()=>{Ze(s,{})},pe=()=>{Ze(i,{}),R()},be=I.length>0,re=Qe("option-list"),de=Qe("dialog"),Y=Ib(re,O),ve=()=>{var ye;h||((ye=N.current)===null||ye===void 0||ye.focus(),R())},xe=ye=>{const Ae=ye||L;!Ae||!y(Ae)||(Ae.type==="select-all"&&w?w():t(Ae.option),ve())},we=q2({goUp:()=>{if(!b&&(L==null?void 0:L.type)==="child"&&O===1||O===0){oe();return}j(-1)},goDown:()=>{if(O===l.length-1){$();return}j(1)},selectOption:xe,goHome:$,goEnd:oe,closeDropdown:()=>{var ye;f||((ye=N.current)===null||ye===void 0||ye.focus(),R())},preventNativeSpace:!T||L&&q.type==="keyboard"}),He=U2({openDropdown:()=>se(!0),goHome:$}),Be=()=>({onFocus:ie,onBlur:pe,dropdownContentId:de,dropdownContentRole:T?"dialog":void 0}),le=(ye=!1,Ae=!1)=>{const Re={ref:N,onFocus:()=>R(),autoFocus:Ae,ariaHasPopup:T?"dialog":"listbox",ariaControls:Q?T?de:re:void 0};return ye||(Re.onMouseDown=We=>{var wo;We.preventDefault(),Q&&((wo=N.current)===null||wo===void 0||wo.focus()),X()},Re.onKeyDown=He),Re},ae=()=>!T||!v?{}:{ref:E,onKeyDown:we,onChange:ye=>{v(ye.detail.value),V()},__onDelayedInput:ye=>{g(ye.detail.value)},nativeInputAttributes:{"aria-activedescendant":Y,"aria-owns":re,"aria-controls":re}},_e=()=>{const ye={id:re,ref:D,open:Q,onMouseUp:Ae=>{Ae>-1&&xe(l[Ae])},onMouseMove:Ae=>{Ae>-1&&U(Ae)},statusType:x};return T||(ye.onKeyDown=we,ye.nativeAttributes={"aria-activedescendant":Y}),f&&(ye.onFocus=()=>{L||$()},ye.onBlur=()=>{V()}),ye},Ne=ye=>{const Ae=ye.options.filter(wo=>!!wo.value&&H.has(wo.value)).length,Re=Ae>0,We=Ae===ye.options.length;return{selected:Re&&We&&b,indeterminate:Re&&!We}},ke=(ye,Ae)=>{var Re,We;const wo=ye.type==="select-all",To=ye===L,Ro=bi(ye.option)?Ne(ye.option):void 0,rt=wo?k:I.indexOf(ye)>-1||!!(Ro!=null&&Ro.selected),Yo=(Re=l[Ae+1])===null||Re===void 0?void 0:Re.option,ot=Yo&&bi(Yo)?Ne(Yo).selected:I.indexOf(l[Ae+1])>-1,Je=(We=l[Ae-1])===null||We===void 0?void 0:We.option,xo=Je&&bi(Je)?Ne(Je).selected:I.indexOf(l[Ae-1])>-1;return{key:Ae,option:ye,highlighted:To,selected:rt,isNextSelected:ot,isPreviousSelected:xo,indeterminate:!!(Ro!=null&&Ro.indeterminate)||wo&&!k&&S,"data-mouse-target":C(ye)?Ae:-1,id:Ib(re,Ae)}},Pe=Ni(Q);_.useEffect(()=>{if(Q&&!Pe&&l.length>0&&!T)if(te)I[0]?ne(I[0]):$();else if(!I[0]||!l.includes(I[0]))M();else{const ye=l.indexOf(I[0]);U(ye,!0)}},[Q,I,be,U,ne,M,$,te,l,Pe,T]);const Le=_.useCallback(()=>{var ye;(ye=P.current)===null||ye===void 0||ye.focus({preventScroll:!0})},[P]);_.useEffect(()=>{Q&&!f&&Le()},[Q,P,f,Le]),Ri(u,N);const Ke=!!L&&bi(L.option)&&Ne(L.option).selected,qe=!!L&&(I.indexOf(L)>-1||Ke);return{isOpen:Q,highlightedOption:L,highlightedIndex:O,highlightType:q,getTriggerProps:le,getDropdownProps:Be,getMenuProps:_e,getFilterProps:ae,getOptionProps:ke,highlightOption:ne,selectOption:xe,announceSelected:qe,dialogId:de,focusActiveRef:Le}}function V2(e,t,{trailing:l=!0}={}){let a=null,i=null,s=null;function u(){if(a===null||i===null)return;const g=Date.now();g-i>=t?(e.apply(a.this,a.args),i=g,a=null,s=null):l&&h()}function h(){s&&cancelAnimationFrame(s),s=requestAnimationFrame(u)}function f(...g){i===null?(i=Date.now(),e.apply(this,g)):(a={this:this,args:g},h())}return f.cancel=()=>{s&&cancelAnimationFrame(s),a=null,i=null,s=null},f}const Fg=e=>Object.keys(e).filter(l=>l.indexOf("__")!==0).reduce((l,a)=>(l[a]=e[a],l),{});function lo({variant:e="div",margin:t={},padding:l={},...a}){const i=Xo("Box",{props:{color:a.color,display:a.display,float:a.float,fontSize:a.fontSize,fontWeight:a.fontWeight,textAlign:a.textAlign,variant:e}});return d.createElement(yn,{variant:e,margin:t,padding:l,...a,...i})}qo(lo,"Box");const oo=d.forwardRef(({children:e,iconName:t,iconAlign:l="left",iconUrl:a,iconSvg:i,iconAlt:s,variant:u="normal",loading:h=!1,loadingText:f,disabled:g=!1,disabledReason:v,wrapText:b=!0,href:x,target:k,rel:S,external:w=!1,download:y,formAction:C="submit",ariaLabel:E,ariaDescribedby:N,onClick:D,onFollow:T,ariaExpanded:P,ariaControls:I,fullWidth:H,form:q,i18nStrings:L,style:O,nativeButtonAttributes:j,nativeAnchorAttributes:V,...U},ne)=>{const M=Xo("Button",{props:{formAction:C,fullWidth:H,iconAlign:l,iconName:t,rel:S,target:k,external:w,variant:u,wrapText:b},metadata:{hasDisabledReason:!!v}}),$=io(U);return d.createElement(Ft,{...$,...M,ref:ne,iconName:t,iconAlign:l,iconUrl:a,iconSvg:i,iconAlt:s,variant:u,loading:h,loadingText:f,disabled:g,disabledReason:v,wrapText:b,href:x,target:k,rel:S,external:w,download:y,formAction:C,ariaLabel:E,ariaDescribedby:N,onClick:D,onFollow:T,ariaExpanded:P,ariaControls:I,fullWidth:H,form:q,i18nStrings:L,style:O,nativeButtonAttributes:j,nativeAnchorAttributes:V,__injectAnalyticsComponentMetadata:!0},e)});qo(oo,"Button");const Q_=d.forwardRef(({items:e,variant:t="normal",loading:l=!1,loadingText:a,disabled:i=!1,disabledReason:s,expandableGroups:u=!1,expandToViewport:h=!1,ariaLabel:f,children:g,onItemClick:v,onItemFollow:b,mainAction:x,fullWidth:k,nativeMainActionAttributes:S,nativeTriggerAttributes:w,...y},C)=>{const E=Xo("ButtonDropdown",{props:{expandToViewport:h,expandableGroups:u,variant:t},metadata:{mainAction:!!x,checkboxItems:bN(e),hasDisabledReason:!!s,hasDisabledReasons:xN(e)}}),N=io(y),D={name:"awsui.ButtonDropdown",label:`.${_i["trigger-label"]}`,properties:{variant:t,disabled:`${i}`}};return d.createElement(IN,{...N,...E,ref:C,items:e,variant:t,loading:l,loadingText:a,disabled:i,disabledReason:s,expandableGroups:u,expandToViewport:h,ariaLabel:f,onItemClick:v,onItemFollow:b,mainAction:x,fullWidth:k,nativeMainActionAttributes:S,nativeTriggerAttributes:w,...Ge({component:D})},g)});qo(Q_,"ButtonDropdown");const X2=ag(e=>{function t(i){e(i.target)}function l(){e(null)}const a=new AbortController;return window.addEventListener("mousedown",t,{signal:a.signal}),window.addEventListener("keydown",l,{signal:a.signal}),()=>{a.abort()}});function Y2(){const e=_.useRef(null);return X2(t=>{e.current=t}),()=>e.current}const fi={label:"awsui_label_13tpe_9w8pd_5","native-input":"awsui_native-input_13tpe_9w8pd_6"},mr={content:"awsui_content_1wepg_fp1bh_145",description:"awsui_description_1wepg_fp1bh_146",label:"awsui_label_1wepg_fp1bh_147",outline:"awsui_outline_1wepg_fp1bh_155","show-outline":"awsui_show-outline_1wepg_fp1bh_158","native-input":"awsui_native-input_1wepg_fp1bh_162",wrapper:"awsui_wrapper_1wepg_fp1bh_166","label-wrapper":"awsui_label-wrapper_1wepg_fp1bh_172","empty-content":"awsui_empty-content_1wepg_fp1bh_183","description-bottom-padding":"awsui_description-bottom-padding_1wepg_fp1bh_193","label-disabled":"awsui_label-disabled_1wepg_fp1bh_201","description-disabled":"awsui_description-disabled_1wepg_fp1bh_202",control:"awsui_control_1wepg_fp1bh_206"};function Pb(e){return e.filter(t=>!!t).join(" ")}function K_({controlId:e,controlClassName:t,outlineClassName:l,showOutline:a,disabled:i,readOnly:s,nativeControl:u,styledControl:h,label:f,description:g,descriptionBottomPadding:v,ariaLabel:b,ariaLabelledby:x,ariaDescribedby:k,ariaControls:S,onClick:w,style:y,__internalRootRef:C,...E}){var N,D,T,P,I,H;const q=Qe(),L=e||q,O=`${L}-label`,j=`${L}-description`,V=[];f&&!b&&V.push(O),x&&V.push(x);const U=[];return k&&U.push(k),g&&U.push(j),d.createElement("span",{...E,className:G(mr.wrapper,E.className),ref:C,...rs(f?`.${fi.label}`:`.${fi["native-input"]}`)},d.createElement("span",{className:mr["label-wrapper"],"aria-disabled":i?"true":void 0,onClick:i||s?void 0:w,...Ge(i||s?{}:{action:"select",detail:{label:f?`.${fi.label}`:`.${fi["native-input"]}`}})},d.createElement("span",{className:G(mr.control,t),style:{background:(N=y==null?void 0:y.control)===null||N===void 0?void 0:N.background,...(y==null?void 0:y.focusRing)&&{[he.styleFocusRingBorderColor]:(D=y.focusRing)===null||D===void 0?void 0:D.borderColor,[he.styleFocusRingBorderRadius]:(T=y.focusRing)===null||T===void 0?void 0:T.borderRadius,[he.styleFocusRingBorderWidth]:(P=y.focusRing)===null||P===void 0?void 0:P.borderWidth}}},h,u({id:L,disabled:i,className:G(mr["native-input"],fi["native-input"]),"aria-describedby":U.length?Pb(U):void 0,"aria-labelledby":V.length?Pb(V):void 0,"aria-label":b,"aria-controls":S}),d.createElement("span",{className:G(mr.outline,l,a&&mr["show-outline"])})),d.createElement("span",{className:G(mr.content,!f&&!g&&mr["empty-content"])},f&&d.createElement("span",{id:O,className:G(mr.label,fi.label,{[mr["label-disabled"]]:i}),style:{color:(I=y==null?void 0:y.label)===null||I===void 0?void 0:I.color}},f),g&&d.createElement("span",{id:j,className:G(mr.description,{[mr["description-disabled"]]:i,[mr["description-bottom-padding"]]:v}),style:{color:(H=y==null?void 0:y.description)===null||H===void 0?void 0:H.color}},g))))}function ds(e,t,l,a,i="default"){let s;return t?s="disabled":l?s="readOnly":a?s="indeterminate":e?s="checked":s=i,s}function $2(e,t,l,a,i){var s,u,h,f,g,v,b;let x={};if(e!=null&&e.label||e!=null&&e.input){const k=ds(t,l,a,i);x={label:{color:((s=e==null?void 0:e.label)===null||s===void 0?void 0:s.color)&&e.label.color[k]},focusRing:{borderColor:(h=(u=e==null?void 0:e.input)===null||u===void 0?void 0:u.focusRing)===null||h===void 0?void 0:h.borderColor,borderRadius:(g=(f=e==null?void 0:e.input)===null||f===void 0?void 0:f.focusRing)===null||g===void 0?void 0:g.borderRadius,borderWidth:(b=(v=e==null?void 0:e.input)===null||v===void 0?void 0:v.focusRing)===null||b===void 0?void 0:b.borderWidth}}}return x}function Z2(e,t,l,a,i){var s,u,h,f;let g={};if(e!=null&&e.input){const v=ds(t,l,a,i);g={box:{fill:((s=e.input)===null||s===void 0?void 0:s.fill)&&e.input.fill[v],stroke:((u=e.input)===null||u===void 0?void 0:u.stroke)&&e.input.stroke[v]},line:{stroke:((f=(h=e.input)===null||h===void 0?void 0:h.check)===null||f===void 0?void 0:f.stroke)&&e.input.check.stroke[v]}}}return g}const vh={root:"awsui_root_k2y2q_vka3b_145","checkbox-control":"awsui_checkbox-control_k2y2q_vka3b_178",outline:"awsui_outline_k2y2q_vka3b_186"},J_=d.forwardRef(({controlId:e,name:t,checked:l,disabled:a,readOnly:i,ariaRequired:s,indeterminate:u,children:h,description:f,ariaLabel:g,onFocus:v,onBlur:b,onChange:x,tabIndex:k,showOutline:S,ariaControls:w,style:y,nativeInputAttributes:C,__internalRootRef:E,__injectAnalyticsComponentMetadata:N=!1,...D},T)=>{const{ariaDescribedby:P,ariaLabelledby:I}=ss(D),H=io(D),q=_.useRef(null);Ri(T,q),_.useEffect(()=>{q.current&&(q.current.indeterminate=!!u)});const{tabIndex:L}=br(q,{tabIndex:k}),O={},j={name:"awsui.Checkbox",label:{root:"self"},properties:{checked:`${!!l}`}};return N&&(O.component=j),!a&&!i&&(O.action=l?"deselect":"select"),d.createElement(K_,{...H,className:G(vh.root,H.className),controlClassName:vh["checkbox-control"],outlineClassName:vh.outline,controlId:e,disabled:a,readOnly:i,label:h,description:f,descriptionBottomPadding:!0,ariaLabel:g,ariaLabelledby:I,ariaDescribedby:P,ariaControls:w,showOutline:S,nativeControl:V=>d.createElement(Xt,{...V,tag:"input",componentName:"Checkbox",nativeAttributes:C,ref:q,type:"checkbox",checked:l,name:t,"aria-required":s?"true":void 0,"aria-disabled":i&&!a?"true":void 0,tabIndex:L,onFocus:()=>Ze(v),onBlur:()=>Ze(b),onChange:()=>{}}),onClick:()=>{var V;(V=q.current)===null||V===void 0||V.focus(),Ze(x,u?{checked:!0,indeterminate:!1}:{checked:!l,indeterminate:!1})},styledControl:d.createElement(jg,{checked:l,indeterminate:u,disabled:a,readOnly:i,style:Z2(y,l,a,i,u)}),style:$2(y,l,a,i,u),__internalRootRef:E,...Ge(O)})});function Q2(e,t,l,a){var i,s;let u;if(e!=null&&e.input){const h=ds(t,l,a,void 0);u={fill:((i=e.input)===null||i===void 0?void 0:i.fill)&&e.input.fill[h],stroke:((s=e.input)===null||s===void 0?void 0:s.stroke)&&e.input.stroke[h]}}return u}function K2(e,t,l,a){var i,s,u;let h;if(e!=null&&e.input){const f=ds(t,l,a,void 0);h={fill:((s=(i=e.input)===null||i===void 0?void 0:i.circle)===null||s===void 0?void 0:s.fill)&&e.input.circle.fill[f],stroke:((u=e.input)===null||u===void 0?void 0:u.fill)&&e.input.fill[f]}}return h}function J2(e,t,l,a){var i,s,u,h,f,g,v,b;let x={};if(e!=null&&e.label||e!=null&&e.description||e!=null&&e.input){const k=ds(t,l,a,void 0);x={label:{color:((i=e==null?void 0:e.label)===null||i===void 0?void 0:i.color)&&e.label.color[k]},description:{color:((s=e==null?void 0:e.description)===null||s===void 0?void 0:s.color)&&e.description.color[k]},focusRing:{borderColor:(h=(u=e==null?void 0:e.input)===null||u===void 0?void 0:u.focusRing)===null||h===void 0?void 0:h.borderColor,borderRadius:(g=(f=e==null?void 0:e.input)===null||f===void 0?void 0:f.focusRing)===null||g===void 0?void 0:g.borderRadius,borderWidth:(b=(v=e==null?void 0:e.input)===null||v===void 0?void 0:v.focusRing)===null||b===void 0?void 0:b.borderWidth}}}return x}const Fl={"radio-control":"awsui_radio-control_1v1hk_svig6_145",outline:"awsui_outline_1v1hk_svig6_153","styled-circle-border":"awsui_styled-circle-border_1v1hk_svig6_176","styled-circle-disabled":"awsui_styled-circle-disabled_1v1hk_svig6_180","styled-circle-readonly":"awsui_styled-circle-readonly_1v1hk_svig6_180","styled-circle-fill":"awsui_styled-circle-fill_1v1hk_svig6_185","styled-circle-checked":"awsui_styled-circle-checked_1v1hk_svig6_201"},e4={root:"awsui_root_15oj2_1q93l_5"},o4=d.forwardRef(function({name:t,children:l,value:a,checked:i,description:s,disabled:u,controlId:h,readOnly:f,className:g,style:v,nativeInputAttributes:b,onSelect:x,...k},S){const w=_.useRef(null),y=ao(w,S),{tabIndex:C}=br(w),E=io(k);return d.createElement(K_,{...E,className:G(e4.root,g),controlClassName:Fl["radio-control"],outlineClassName:Fl.outline,label:l,description:s,disabled:u,readOnly:f,controlId:h,style:J2(v,i,u,f),__internalRootRef:k.__internalRootRef,...Pi(k),nativeControl:N=>d.createElement(Xt,{...N,tag:"input",componentName:"RadioButton",nativeAttributes:b,tabIndex:C,type:"radio",ref:y,name:t,value:a,checked:i,"aria-disabled":f&&!u?"true":void 0,onChange:()=>{}}),onClick:()=>{var N;(N=w.current)===null||N===void 0||N.focus(),i||Ze(x)},styledControl:d.createElement("svg",{viewBox:"0 0 100 100",focusable:"false","aria-hidden":"true"},d.createElement("circle",{className:G(Fl["styled-circle-border"],{[Fl["styled-circle-disabled"]]:u,[Fl["styled-circle-readonly"]]:f}),strokeWidth:6.25,cx:50,cy:50,r:46,style:Q2(v,i,u,f)}),d.createElement("circle",{className:G(Fl["styled-circle-fill"],{[Fl["styled-circle-disabled"]]:u,[Fl["styled-circle-checked"]]:i,[Fl["styled-circle-readonly"]]:f}),strokeWidth:30,cx:50,cy:50,r:35,style:K2(v,i,u,f)}))})}),xi={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 ek({selectionType:e,indeterminate:t=!1,onShiftToggle:l,onFocusUp:a,onFocusDown:i,name:s,ariaLabel:u,focusedComponent:h,rowIndex:f,itemKey:g,verticalAlign:v="middle",onChange:b,...x}){const k=Qe(),S=e==="multi",{navigationActive:w}=br(null),y=T=>{S&&(l==null||l(T.shiftKey))},C=T=>{y(T),S&&T.preventDefault()},E=T=>{y(T),S&&!w&&(T.keyCode===Te.up&&(T.preventDefault(),a==null||a(T)),T.keyCode===Te.down&&(T.preventDefault(),i==null||i(T)))},N=T=>{const P=T.currentTarget,I=P.tagName==="INPUT"?P:P.querySelector("input");I==null||I.focus()},D=S?d.createElement(J_,{...x,onChange:b,showOutline:h==="selection-control",controlId:k,"data-focus-id":"selection-control",indeterminate:t}):d.createElement(o4,{...x,controlId:k,name:s,value:"",onSelect:b});return d.createElement(d.Fragment,null,d.createElement("label",{onKeyDown:E,onKeyUp:y,onMouseDown:C,onMouseUp:y,onClick:N,htmlFor:k,className:G(xi.label,xi.root,v==="top"&&xi["label-top"]),"aria-label":u,title:u,...f!==void 0&&!x.disabled?Ge({detail:{position:`${f+1}`,item:g||""}}):{}},D),d.createElement("span",{className:xi.stud,"aria-hidden":!0}," "))}const qg=(e,t)=>typeof e=="function"?e(t):t[e],t4=(e,t,l)=>e?qg(e,t):l,Zc=(e,t)=>e?qg(e,t):t,Uc=(e,t)=>e.id||t,r4=e=>!e||e==="container"?"default":e==="borderless"?"embedded":e;function l4({columnDisplay:e,visibleColumns:t,columnDefinitions:l}){return e?a4({columnDisplay:e,columnDefinitions:l}):t?n4({visibleColumns:t,columnDefinitions:l}):l}function a4({columnDisplay:e,columnDefinitions:t}){const l=t.reduce((a,i)=>i.id===void 0?a:{...a,[i.id]:i},{});return e.filter(a=>a.visible).map(a=>l[a.id]).filter(Boolean)}function n4({visibleColumns:e,columnDefinitions:t}){const l=new Set(e);return t.filter(({id:a})=>a!==void 0&&l.has(a))}function ok(e,t){return{[e["sticky-cell"]]:!!t,[e["sticky-cell-pad-inline-start"]]:!!(t!=null&&t.padInlineStart),[e["sticky-cell-last-inline-start"]]:!!(t!=null&&t.lastInsetInlineStart),[e["sticky-cell-last-inline-end"]]:!!(t!=null&&t.lastInsetInlineEnd)}}const dd="selection-item",i4="selection-root";class fd{constructor(t,l){this.map=new Map,this.put=a=>this.map.set.call(this.map,Zc(this.trackBy,a),a),this.has=a=>this.map.has.call(this.map,Zc(this.trackBy,a)),this.forEach=this.map.forEach.bind(this.map),this.trackBy=t,l.forEach(this.put)}}const Uh={item:{["data-"+dd]:"item"},all:{["data-"+dd]:"all"},root:{["data-"+i4]:"true"}};function c4(e,t){if(e!=="multi")return{};function l(s,u,h){let f=u;const g=u4(s);for(;f>=-1&&f<t;){f+=h;const v=s4(g,f);if(v&&!v.disabled){v.focus();break}}}const[a,i]=[1,-1].map(s=>u=>{const h=u.currentTarget,f=Dt(h,v=>v.dataset.selectionItem==="item"),g=Array.prototype.indexOf.call(f.parentElement.children,f);l(h,g,s)});return{moveFocusDown:a,moveFocusUp:i,moveFocus:l}}function s4(e,t){return t===-1?e.querySelector(`[data-${dd}="all"] .${xi.root} input`):e.querySelectorAll(`[data-${dd}="item"] .${xi.root} input`)[t]}function u4(e){return Dt(e,t=>t.dataset.selectionRoot==="true")}function d4(e){const t=f4(e),l=h4(e);return e.selectionType==="single"?t:l}function f4({ariaLabels:e,isItemDisabled:t=()=>!1,onSelectionChange:l,selectedItems:a=[],selectionType:i,trackBy:s,setLastUserAction:u}){const h=Qe();if(i!=="single")return{isItemSelected:()=>!1};const f=new fd(s,a.slice(0,1)),g=f.has.bind(f),v=b=>{!t(b)&&!g(b)&&(Ze(l,{selectedItems:[b]}),u==null||u("selection"))};return{isItemSelected:g,getItemSelectionProps:b=>{var x;return{name:h,selectionType:"single",disabled:t(b),checked:g(b),onChange:()=>v(b),ariaLabel:gl(e==null?void 0:e.selectionGroupLabel,(x=e==null?void 0:e.itemSelectionLabel)===null||x===void 0?void 0:x.call(e,{selectedItems:a},b))}}}}function h4({ariaLabels:e,isItemDisabled:t=()=>!1,items:l,loading:a,onSelectionChange:i,selectedItems:s=[],selectionType:u,trackBy:h,setLastUserAction:f}){const g=Qe(),[v,b]=_.useState(!1),[x,k]=_.useState(null);if(u!=="multi")return{isItemSelected:()=>!1};const S=new fd(h,s),w=S.has.bind(S);let y=!0,C=!0;for(const L of l)y=y&&t(L),C=C&&(w(L)||t(L));const E=s.length>0&&C,N=s.length>0&&!C,D=new Map;l.forEach((L,O)=>D.set(Zc(h,L),O));const T=L=>{const O=x?D.get(Zc(h,x)):void 0;if(O!==void 0){const j=D.get(Zc(h,L)),V=Math.min(j,O),U=Math.max(j,O);return l.slice(V,U+1)}return[L]},P=L=>{const O=[...s];return L.forEach(j=>{!w(j)&&!t(j)&&O.push(j)}),O},I=L=>{const O=new fd(h,L),j=[];return s.forEach(V=>{(!O.has(V)||t(V))&&j.push(V)}),j},H=()=>{const L=C?I(l):P(l);Ze(i,{selectedItems:L}),f==null||f("selection")},q=L=>{if(!t(L)){const O=v?T(L):[L],j=w(L)?I(O):P(O);Ze(i,{selectedItems:j}),k(L),f==null||f("selection")}};return{isItemSelected:w,getSelectAllProps:()=>{var L;return{name:g,selectionType:"multi",disabled:y||!!a,checked:E,indeterminate:N,onChange:H,ariaLabel:gl(e==null?void 0:e.selectionGroupLabel,(L=e==null?void 0:e.allItemsSelectionLabel)===null||L===void 0?void 0:L.call(e,{selectedItems:s})),selectionGroupLabel:e==null?void 0:e.selectionGroupLabel}},getItemSelectionProps:L=>{var O;return{name:g,selectionType:"multi",disabled:t(L),checked:w(L),onChange:()=>q(L),onShiftToggle:j=>b(j),ariaLabel:gl(e==null?void 0:e.selectionGroupLabel,(O=e==null?void 0:e.itemSelectionLabel)===null||O===void 0?void 0:O.call(e,{selectedItems:s},L))}}}}function g4(e,t){return{scrollToTop:()=>{if(!e.current||!t.current)return;const i=tk(e.current,t.current);i>0&&Wh(i,e.current)},scrollToItem:i=>{if(!i||!e.current||!t.current)return;const u=Ue(t.current).insetBlockEnd-Ue(i).insetBlockStart;u>0&&Wh(u,e.current)}}}function tk(e,t){const l=Ue(t),a=Ue(e);return l.insetBlockStart-a.insetBlockStart}function Wh(e,t){const l=zi(t);l.length?l[0].scrollTop-=e:window.scrollTo({top:window.pageYOffset-e})}const ro={root:"awsui_root_wih1l_1xndw_153",tools:"awsui_tools_wih1l_1xndw_164","tools-filtering":"awsui_tools-filtering_wih1l_1xndw_172","tools-align-right":"awsui_tools-align-right_wih1l_1xndw_186","tools-pagination":"awsui_tools-pagination_wih1l_1xndw_190","tools-preferences":"awsui_tools-preferences_wih1l_1xndw_190","tools-small":"awsui_tools-small_wih1l_1xndw_196",table:"awsui_table_wih1l_1xndw_202","table-layout-fixed":"awsui_table-layout-fixed_wih1l_1xndw_208",wrapper:"awsui_wrapper_wih1l_1xndw_212","variant-stacked":"awsui_variant-stacked_wih1l_1xndw_219","wrapper-content-measure":"awsui_wrapper-content-measure_wih1l_1xndw_219","variant-container":"awsui_variant-container_wih1l_1xndw_219","has-footer":"awsui_has-footer_wih1l_1xndw_222","has-header":"awsui_has-header_wih1l_1xndw_225","cell-merged":"awsui_cell-merged_wih1l_1xndw_242","cell-merged-content":"awsui_cell-merged-content_wih1l_1xndw_254",empty:"awsui_empty_wih1l_1xndw_270",loading:"awsui_loading_wih1l_1xndw_274","selection-control":"awsui_selection-control_wih1l_1xndw_283","selection-control-header":"awsui_selection-control-header_wih1l_1xndw_290","header-secondary":"awsui_header-secondary_wih1l_1xndw_296","variant-full-page":"awsui_variant-full-page_wih1l_1xndw_307","table-has-header":"awsui_table-has-header_wih1l_1xndw_313","header-controls":"awsui_header-controls_wih1l_1xndw_324","variant-embedded":"awsui_variant-embedded_wih1l_1xndw_333","variant-borderless":"awsui_variant-borderless_wih1l_1xndw_333","footer-wrapper":"awsui_footer-wrapper_wih1l_1xndw_338",footer:"awsui_footer_wih1l_1xndw_338","footer-with-pagination":"awsui_footer-with-pagination_wih1l_1xndw_346","footer-pagination":"awsui_footer-pagination_wih1l_1xndw_354","thead-active":"awsui_thead-active_wih1l_1xndw_358",row:"awsui_row_wih1l_1xndw_359","row-selected":"awsui_row-selected_wih1l_1xndw_360"};function m4({header:e,filter:t,pagination:l,preferences:a,setLastUserAction:i}){const[s,u]=Od(["xs"]),h=typeof e=="string",f=_.useContext(Ld).assignId,g=Qe("heading");f!==void 0&&h&&f(g);const v=s==="default",b=t||l||a;return d.createElement(d.Fragment,null,h?d.createElement("span",{id:g},e):e,b&&d.createElement("div",{ref:u,className:G(ro.tools,v&&ro["tools-small"])},t&&d.createElement("div",{className:ro["tools-filtering"],onClickCapture:()=>i==null?void 0:i("filter"),onKeyDownCapture:()=>i==null?void 0:i("filter")},t),d.createElement("div",{className:ro["tools-align-right"]},l&&d.createElement("div",{className:ro["tools-pagination"],onClickCapture:()=>i==null?void 0:i("pagination")},l),a&&d.createElement("div",{className:ro["tools-preferences"],onClickCapture:()=>i==null?void 0:i("preferences")},a))))}const rk=d.forwardRef(({...e},t)=>{const l=Xo("Checkbox",{props:{readOnly:e.readOnly}});return d.createElement(J_,{...e,...l,ref:t,__injectAnalyticsComponentMetadata:!0})});qo(rk,"Checkbox");const Rc={"css-grid":"awsui_css-grid_zqq3x_1t536_181","grid-no-gutters":"awsui_grid-no-gutters_zqq3x_1t536_192","grid-variant-text-grid":"awsui_grid-variant-text-grid_zqq3x_1t536_195",item:"awsui_item_zqq3x_1t536_195","first-column":"awsui_first-column_zqq3x_1t536_212"},p4=e=>e%2!==0;function v4(e,t,l){if(!l)return e;const a=Math.min(e,Math.floor(l/t));return Math.max(1,a<e&&p4(a)?a-1:a)}function b4({columns:e=1,minColumnWidth:t=0,disableGutters:l,variant:a,children:i,__tagOverride:s}){const[u,h]=hl(x=>x.contentBoxWidth),f=v4(e,t,u),g=a!=="text-grid"&&l,v=is(i),b=s??"div";return d.createElement(b,{ref:h,className:G(Rc["css-grid"],Rc[`grid-variant-${a}`],g&&[Rc["grid-no-gutters"]]),style:{gridTemplateColumns:`repeat(${f}, minmax(0, 1fr))`}},v.map((x,k)=>{const S=x.key;return d.createElement("div",{key:S?String(S):void 0,className:G(Rc.item,{[Rc["first-column"]]:k%f===0})},x)}))}function x4(e,t){const l=[];for(let a=0;a<t;a++)l[a]=e;return l}const Ia={"column-layout":"awsui_column-layout_vvxn7_u5w81_181",grid:"awsui_grid_vvxn7_u5w81_213","grid-no-gutters":"awsui_grid-no-gutters_vvxn7_u5w81_219","grid-variant-text-grid":"awsui_grid-variant-text-grid_vvxn7_u5w81_223","grid-breakpoint-default":"awsui_grid-breakpoint-default_vvxn7_u5w81_231","grid-columns-1":"awsui_grid-columns-1_vvxn7_u5w81_234","grid-breakpoint-xxs":"awsui_grid-breakpoint-xxs_vvxn7_u5w81_234","grid-breakpoint-xs":"awsui_grid-breakpoint-xs_vvxn7_u5w81_237","grid-columns-2":"awsui_grid-columns-2_vvxn7_u5w81_240","grid-columns-3":"awsui_grid-columns-3_vvxn7_u5w81_246","grid-columns-4":"awsui_grid-columns-4_vvxn7_u5w81_252","grid-vertical-borders":"awsui_grid-vertical-borders_vvxn7_u5w81_268","grid-horizontal-borders":"awsui_grid-horizontal-borders_vvxn7_u5w81_301"},_4={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 k4({columns:e,variant:t,borders:l,disableGutters:a,__breakpoint:i,children:s,__tagOverride:u}){var h;const f=t==="text-grid",g=!f&&a,v=!f&&(l==="horizontal"||l==="all"),b=!f&&(l==="vertical"||l==="all"),x=is(s),[k,S]=Od(w4);return d.createElement(Mg,{ref:S,disableGutters:!0,gridDefinition:x4((h=_4[e])!==null&&h!==void 0?h:{},x.length),className:G(Ia.grid,Ia[`grid-columns-${e}`],Ia[`grid-variant-${t}`],{[Ia["grid-horizontal-borders"]]:v,[Ia["grid-vertical-borders"]]:b,[Ia["grid-no-gutters"]]:g}),__breakpoint:i||k,__responsiveClassName:w=>w&&Ia[`grid-breakpoint-${w}`],__tagOverride:u},s)}const w4=["default","xxs","xs"];function y4({columns:e=1,variant:t="default",borders:l="none",disableGutters:a=!1,minColumnWidth:i,children:s,__tagOverride:u,__breakpoint:h,__internalRootRef:f,...g}){const v=io(g);return d.createElement("div",{...v,className:G(v.className,Ia["column-layout"]),ref:f},i?d.createElement(b4,{columns:e,borders:l,variant:t,minColumnWidth:i,disableGutters:a,__tagOverride:u},s):d.createElement(k4,{columns:e,variant:t,borders:l,disableGutters:a,__breakpoint:h,__tagOverride:u},s))}const S4=({children:e})=>d.createElement(Bd.Provider,{value:{onClick:()=>{}}},d.createElement(Ld.Provider,{value:{assignId:()=>{}}},d.createElement(cd.Provider,{value:{}},d.createElement(Hd.Provider,{value:""},d.createElement(Dd.Provider,{value:i_},d.createElement(X5,null,e)))))),wt={dialog:"awsui_dialog_1d2i7_1e7ip_169","modal-slide-up":"awsui_modal-slide-up_1d2i7_1e7ip_1","awsui-motion-fade-in-0":"awsui_awsui-motion-fade-in-0_1d2i7_1e7ip_1",refresh:"awsui_refresh_1d2i7_1e7ip_192","awsui-motion-scale-popup":"awsui_awsui-motion-scale-popup_1d2i7_1e7ip_1",root:"awsui_root_1d2i7_1e7ip_225","awsui-motion-fade-in":"awsui_awsui-motion-fade-in_1d2i7_1e7ip_1",hidden:"awsui_hidden_1d2i7_1e7ip_302","focus-lock":"awsui_focus-lock_1d2i7_1e7ip_306",small:"awsui_small_1d2i7_1e7ip_326",medium:"awsui_medium_1d2i7_1e7ip_329",large:"awsui_large_1d2i7_1e7ip_332",max:"awsui_max_1d2i7_1e7ip_335","breakpoint-xs":"awsui_breakpoint-xs_1d2i7_1e7ip_335",container:"awsui_container_1d2i7_1e7ip_341",content:"awsui_content_1d2i7_1e7ip_382","no-paddings":"awsui_no-paddings_1d2i7_1e7ip_387",header:"awsui_header_1d2i7_1e7ip_392","header--text":"awsui_header--text_1d2i7_1e7ip_404",footer:"awsui_footer_1d2i7_1e7ip_408","footer--stuck":"awsui_footer--stuck_1d2i7_1e7ip_417","dismiss-control":"awsui_dismiss-control_1d2i7_1e7ip_429","modal-open":"awsui_modal-open_1d2i7_1e7ip_433"};let $u;function B4(){C4(),document.body.classList.add(wt["modal-open"])}function Ab(){document.body.classList.remove(wt["modal-open"]),T4()}function C4(){if(E4()){$u=document.body.style.paddingRight;const e=N4(),t=Pg().width,l=e+t;document.body.style.paddingRight=l+"px"}}function N4(){return parseInt(window.getComputedStyle(document.body).paddingRight,10)}function T4(){$u?document.body.style.setProperty("padding-right",$u):document.body.style.removeProperty("padding-right"),$u=void 0}function E4(){return document.body.clientWidth<window.innerWidth}const zb={header:"awsui_header_15dxs_1ns0c_5"};function D4(e){const{funnelProps:t,funnelSubmit:l,funnelNextOrSubmitAttempt:a}=ar(),{funnelStepProps:i}=xl(),{subStepRef:s,funnelSubStepProps:u}=ja(),h=({variant:f})=>{f==="primary"&&(a(),l())};return d.createElement(lk,{__funnelProps:t,__funnelStepProps:i,__subStepRef:s,__subStepFunnelProps:u,onButtonClick:h,...e})}function lk({modalRoot:e,getModalRoot:t,removeModalRoot:l,...a}){return d.createElement(ts,{container:e,getContainer:t,removeContainer:l},d.createElement(I4,{...a}))}function I4({size:e,visible:t,header:l,children:a,footer:i,disableContentPaddings:s,onButtonClick:u=()=>{},onDismiss:h,__internalRootRef:f,__injectAnalyticsComponentMetadata:g,__funnelProps:v,__funnelStepProps:b,__subStepRef:x,__subStepFunnelProps:k,referrerId:S,...w}){var y;const C=Qe(),E=`${w.id||C}-header`,N=_.useRef(null),[D,T]=Od(["xs"]),I=ht("modal")("closeAriaLabel",w.closeAriaLabel),H=_.useRef(null),q=ao(T,H,f),L=io(w),O={name:"awsui.Modal",label:`.${zb.header} h2`},j=g?Ge({component:O}):{},V=_.useRef(0),U=_.useRef(0),ne=_.useRef(0),M=_.useRef(!1);_.useEffect(()=>()=>{Ab()},[]);const $=()=>{V.current=performance.now(),U.current=0,M.current=!1},oe=xe=>{var we;if(ne.current===0&&V.current&&V.current!==0&&!M.current){const He=xe-V.current;xx.modalPerformanceData({timeToContentReadyInModal:He,instanceIdentifier:C,componentIdentifier:((we=Y.current)===null||we===void 0?void 0:we.textContent)||""}),M.current=!0}},Q=100;_.useEffect(()=>{t?(B4(),$(),setTimeout(()=>{oe(V.current)},Q)):Ab()},[t]),_.useEffect(()=>{t&&H.current&&(H.current.scrollTop=0)},[t]);const se=xe=>Ze(h,{reason:xe}),R=xe=>{N.current=xe.target},X=xe=>{const we=H.current,He=N.current;xe.target===we&&He===we&&se("overlay")},te=()=>se("closeButton"),ie=xe=>{xe.keyCode===Te.escape&&se("keyboard")},{ref:pe,isIntersecting:be}=B_(),[re,de]=hl(xe=>xe.borderBoxHeight),Y=_.useRef(null),{subStepRef:ve}=ja();return d.createElement(Nx.Provider,{value:`.${wt["header--text"]}`},d.createElement(S4,null,d.createElement(o_.Provider,{value:{isInModal:!0,componentLoadingCount:ne,emitTimeToContentReadyInModal:oe}},d.createElement("div",{...L,...v,...b,className:G(wt.root,{[wt.hidden]:!t},L.className,wt.refresh),role:"dialog","aria-labelledby":E,onMouseDown:R,onClick:X,ref:q,style:re?{scrollPaddingBottom:re}:void 0,"data-awsui-referrer-id":((y=ve.current)===null||y===void 0?void 0:y.id)||S},d.createElement(pg,{disabled:!t,autoFocus:!0,restoreFocus:!0,className:wt["focus-lock"]},d.createElement("div",{className:G(wt.dialog,wt[e],wt[`breakpoint-${D}`],wt.refresh),onKeyDown:ie,...j},d.createElement("div",{className:wt.container},d.createElement("div",{className:G(wt.header,zb.header)},d.createElement(Rg,{variant:"h2",__disableActionsWrapping:!0,actions:d.createElement("div",{...Ge({action:"dismiss"})},d.createElement(Ft,{ariaLabel:I,className:wt["dismiss-control"],variant:"modal-dismiss",iconName:"close",formAction:"none",onClick:te}))},d.createElement("span",{ref:Y,id:E,className:wt["header--text"]},l))),d.createElement(Jc,{wrapper:xe=>d.createElement(yn,{padding:{bottom:"m",horizontal:"l"}},xe)},d.createElement("div",{ref:x,...k,className:G(wt.content,{[wt["no-paddings"]]:s})},a,d.createElement("div",{ref:pe})),i&&d.createElement(Bd.Provider,{value:{onClick:u}},d.createElement("div",{ref:de,className:G(wt.footer,be&&wt["footer--stuck"])},i))))))))))}const P4={root:"awsui_root_r2vco_1yzpb_145"},A4=d.forwardRef(({options:e,filteringType:t="none",filteringPlaceholder:l,filteringAriaLabel:a,filteringClearAriaLabel:i,filteringResultsText:s,inlineLabelText:u,ariaRequired:h,placeholder:f,disabled:g,readOnly:v,ariaLabel:b,statusType:x="finished",empty:k,loadingText:S,finishedText:w,errorText:y,noMatch:C,triggerVariant:E="label",renderHighlightedAriaLive:N,selectedOption:D,onBlur:T,onFocus:P,onLoadItems:I,onChange:H,virtualScroll:q,expandToViewport:L,autoFocus:O,__inFilteringToken:j,__internalRootRef:V,...U},ne)=>{var M;const $=io(U),oe=ss(U),Q=ht("select"),se=Q("errorIconAriaLabel",U.errorIconAriaLabel),R=Q("selectedAriaLabel",U.selectedAriaLabel),X=Q("recoveryText",U.recoveryText);U.recoveryText;const{handleLoadMore:te,handleRecoveryClick:ie,fireLoadItems:pe}=R2({onLoadItems:I,options:e,statusType:x}),[be,re]=_.useState(""),{filteredOptions:de,parentMap:Y,totalCount:ve,matchesCount:xe}=I2(e,t,be),we=_.useRef(null),He=_.useRef(null),Be=Qe("trigger"),le=(M=oe.controlId)!==null&&M!==void 0?M:Be,ae=_.useRef(null),{isOpen:_e,highlightType:Ne,highlightedOption:ke,highlightedIndex:Pe,getTriggerProps:Le,getDropdownProps:Ke,getFilterProps:qe,getMenuProps:ye,getOptionProps:Ae,highlightOption:Re,selectOption:We,announceSelected:wo,focusActiveRef:To}=W2({selectedOptions:D?[D]:[],updateSelectedOption:Ot=>Ze(H,{selectedOption:Ot}),options:de,filteringType:t,onBlur:T,onFocus:P,externalRef:ne,fireLoadItems:pe,setFilteringValue:re,statusType:x}),Ro=O2({isEnabled:t==="none"&&!v,options:de,highlightOption:_e?Re:We,highlightedOption:_e?ke==null?void 0:ke.option:D}),rt=Qe("select-arialabel-"),Yo=Qe("footer");_.useEffect(()=>{var Ot;(Ot=ae.current)===null||Ot===void 0||Ot.call(ae,Pe)},[Pe]);const ot=d.createElement(zT,{clearAriaLabel:i,filteringType:t,placeholder:l,ariaLabel:a,ariaRequired:h,value:be,...qe()}),Je=d.createElement(c2,{ref:He,placeholder:f,disabled:g,readOnly:v,triggerVariant:E,triggerProps:Le(g,O),selectedOption:D,isOpen:_e,inFilteringToken:j,inlineLabelText:u,...oe,controlId:le,ariaLabelledby:gl(oe.ariaLabelledby,rt)}),xo=!e||e.length===0,Do=de&&de.length===0,Ct=t!=="none"&&be.length>0&&de&&de.length>0?s==null?void 0:s(xe,ve):void 0,$t=DT({statusType:x,empty:k,loadingText:S,finishedText:w,errorText:y,recoveryText:X,isEmpty:xo,isNoMatch:Do,noMatch:C,filteringResultsText:Ct,errorIconAriaLabel:se,onRecoveryClick:()=>{ie(),To()},hasRecoveryCallback:!!I}),ir={...ye(),onLoadMore:te,ariaLabelledby:gl(rt,le),ariaDescribedby:$t.content?Yo:void 0},Kr=H2({announceSelected:wo,highlightedOption:ke,getParent:Ot=>{var kl;return(kl=Y.get(Ot))===null||kl===void 0?void 0:kl.option},selectedAriaLabel:R,renderHighlightedAriaLive:N}),Jr=q?T2:o2,yt=Ot=>{Ot.target!==document.activeElement&&Ot.preventDefault()},Kl=ao(we,V),Mr=Ke();return d.createElement("div",{...$,ref:Kl,className:G(P4.root,$.className),onKeyDown:Ro},d.createElement(Tg,{...Mr,ariaLabelledby:Mr.dropdownContentRole?gl(rt,le):void 0,ariaDescribedby:Mr.dropdownContentRole&&$t.content?Yo:void 0,open:_e,stretchTriggerHeight:!!j,stretchBeyondTriggerWidth:!0,trigger:Je,header:ot,onMouseDown:yt,footer:$t.isSticky?d.createElement(Tb,{content:_e?$t.content:null,id:Yo}):null,expandToViewport:L},d.createElement(Jr,{listBottom:$t.isSticky?null:d.createElement(Tb,{content:_e?$t.content:null,id:Yo}),menuProps:ir,getOptionProps:Ae,filteredOptions:de,filteringValue:be,ref:ae,hasDropdownStatus:$t.content!==null,screenReaderContent:Kr,highlightType:Ne})),d.createElement("div",{hidden:!0,id:rt},b||u))}),Hb=_.createContext({}),z4=(e,t)=>{const l=Hg(),a=_.useMemo(()=>I_(t),[t]);_.useEffect(()=>{var i;if(!((i=l==null?void 0:l.filterRef)===null||i===void 0)&&i.current)return l.filterRef.current.filterText=e,l.filterRef.current.filterCount=a,l.filterRef.current.filtered=!!e,()=>{var s,u,h;(s=l.filterRef.current)===null||s===void 0||delete s.filterText,(u=l.filterRef.current)===null||u===void 0||delete u.filterCount,(h=l.filterRef.current)===null||h===void 0||delete h.filtered}},[l==null?void 0:l.filterRef,a,e])},Vh={root:"awsui_root_1sdq3_1y1he_145",input:"awsui_input_1sdq3_1y1he_180",results:"awsui_results_1sdq3_1y1he_184"},H4=2e3,R4=d.forwardRef(({id:e,renderLiveRegion:t,children:l},a)=>{const i=_.useRef(null);return _.useImperativeHandle(a,()=>({reannounce:()=>{var s;(s=i.current)===null||s===void 0||s.reannounce()}}),[]),d.createElement(d.Fragment,null,d.createElement("span",{className:Vh.results,id:e},l),t&&d.createElement(Mt,{delay:H4,tagName:"span",hidden:!0,ref:i},l))}),L4=2e3;function M4({searchQuery:e,countText:t,loading:l,announceCallback:a}){const i=_.useRef(l),s=Bn(()=>{!t||i.current||a()},L4);_.useEffect(()=>{i.current=l,s()},[e,t,l,s])}const O4=d.forwardRef(({filteringText:e,filteringAriaLabel:t,filteringPlaceholder:l,filteringClearAriaLabel:a,controlId:i,ariaLabelledby:s,ariaDescribedby:u,disabled:h,countText:f,disableBrowserAutocorrect:g,onChange:v,onDelayedChange:b,loading:x=!1,style:k,__internalRootRef:S,...w},y)=>{const C=io(w),E=_.useRef(null),N=_.useRef(null);Ri(y,E),z4(e,f);const D=Qe("text-filter-search-results"),T=e&&f&&!h;return M4({searchQuery:e,countText:f,loading:x,announceCallback:()=>{var P;(P=N.current)===null||P===void 0||P.reannounce()}}),d.createElement("div",{...C,className:G(C.className,Vh.root),ref:S},d.createElement(Og,{__inheritFormFieldProps:!0,disableBrowserAutocorrect:g,ref:E,className:Vh.input,type:"search",ariaLabel:t,placeholder:l,value:e,disabled:h,controlId:i,ariaLabelledby:s,ariaDescribedby:gl(T?D:void 0,u),autoComplete:!1,clearAriaLabel:a,onChange:P=>Ze(v,{filteringText:P.detail.value}),__onDelayedInput:P=>Ze(b,{filteringText:P.detail.value}),style:k}),T?d.createElement(R4,{renderLiveRegion:!x,id:D,ref:N},f):null)});function Gd({columns:e=1,variant:t="default",borders:l="none",disableGutters:a=!1,...i}){const s=Xo("ColumnLayout",{props:{borders:l,columns:e,disableGutters:a,minColumnWidth:i.minColumnWidth,variant:t}}),u=Fg(i);return d.createElement(y4,{columns:e,variant:t,borders:l,disableGutters:a,...u,...s})}qo(Gd,"ColumnLayout");function ml({variant:e="default",disableHeaderPaddings:t=!1,disableContentPaddings:l=!1,fitHeight:a=!1,...i}){const s=$l(i),u=Xo("Container",{props:{disableContentPaddings:l,disableHeaderPaddings:t,fitHeight:a,variant:e},metadata:{hasInstanceIdentifier:!!(s!=null&&s.instanceIdentifier)}},s),h=Fg(i),f={name:"awsui.Container",label:{root:"self"}};return d.createElement(Rd,{subStepIdentifier:s==null?void 0:s.instanceIdentifier,subStepErrorContext:s==null?void 0:s.errorContext},d.createElement(T_,{variant:e,disableContentPaddings:l,disableHeaderPaddings:t,fitHeight:a,...i,...h,...u,...Ge({component:f})}))}qo(ml,"Container");function j4(e){var t;const l=(t=void 0)!==null&&t!==void 0?t:!1,a=_.useContext(LN),i=_.useRef(null),s=_.useCallback(()=>i.current,[i]),u=_.useCallback(h=>{l||a(h.contentBoxHeight)},[l,a]);return Zr(s,u),_.useLayoutEffect(function(){return()=>{l||a(0)}},[l,a]),i}const Ht={layout:"awsui_layout_5gtk3_umd8j_145",background:"awsui_background_5gtk3_umd8j_159","is-overlap-disabled":"awsui_is-overlap-disabled_5gtk3_umd8j_164","header-background":"awsui_header-background_5gtk3_umd8j_167",notifications:"awsui_notifications_5gtk3_umd8j_171",breadcrumbs:"awsui_breadcrumbs_5gtk3_umd8j_176","default-padding":"awsui_default-padding_5gtk3_umd8j_181","header-wrapper":"awsui_header-wrapper_5gtk3_umd8j_185","with-divider":"awsui_with-divider_5gtk3_umd8j_190",content:"awsui_content_5gtk3_umd8j_193","has-header":"awsui_has-header_5gtk3_umd8j_197","is-visual-refresh":"awsui_is-visual-refresh_5gtk3_umd8j_204","has-default-background":"awsui_has-default-background_5gtk3_umd8j_204","has-notifications":"awsui_has-notifications_5gtk3_umd8j_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"},G4=((1<<30)-1)/120;function F4({children:e,disableOverlap:t,header:l,headerVariant:a="default",headerBackgroundStyle:i,__internalRootRef:s,maxContentWidth:u=Number.MAX_VALUE,breadcrumbs:h,notifications:f,defaultPadding:g,secondaryHeader:v,...b}){const x=_.useRef(null),k=ao(x,s),S=io(b),w=Zl(),y=mx(x),C=j4(),E=!e||t,N=a==="high-contrast"&&w?RN:"";return d.createElement("div",{...S,className:G(S.className,Ht.layout,{[Ht["is-overlap-disabled"]]:E,[Ht["is-visual-refresh"]]:w,[Ht["has-header"]]:!!l,[Ht["default-padding"]]:!!g,[Ht["has-notifications"]]:!!f}),style:{[he.contentLayoutMaxContentWidth]:u<Number.MAX_VALUE?`${u}px`:`${G4}px`},ref:k},d.createElement("div",{className:G(Ht.background,{[Ht["has-default-background"]]:!i},N),ref:C},i&&d.createElement("div",{className:Ht["header-background"],style:{background:typeof i=="function"?i(y):i}})),f&&d.createElement("div",{className:G(Ht.notifications,Lc.notifications,N)},f),h&&d.createElement("div",{className:G(Ht.breadcrumbs,Lc.breadcrumbs,N)},h),l&&!v&&d.createElement("div",{className:G(Ht["header-wrapper"],Lc.header,N,{[Ht["with-divider"]]:a==="divider"})},l),l&&v&&d.createElement("div",{className:G(Ht["header-wrapper"],{[Ht["with-divider"]]:a==="divider"})},d.createElement(Mg,{gridDefinition:[{colspan:{default:12,xs:9}},{colspan:{default:12,xs:3}}]},d.createElement("div",{className:G(Lc.header,N)},l),d.createElement("div",{className:Lc["secondary-header"]},v))),d.createElement("div",{className:G(Ht.content,{[Ht["with-divider"]]:a==="divider"})},e))}function ak(e){const t=Xo("ContentLayout",{props:{disableOverlap:e.disableOverlap}});return d.createElement(F4,{...e,...t})}qo(ak,"ContentLayout");function hd({variant:e="default",...t}){const l=$l(t),a=Xo("ExpandableSection",{props:{disableContentPaddings:t.disableContentPaddings,headingTagOverride:t.headingTagOverride,variant:e},metadata:{hasInstanceIdentifier:!!(l!=null&&l.instanceIdentifier),hasHeaderActions:!!t.headerActions}},l);return d.createElement(wT,{variant:e,...t,...a,__injectAnalyticsComponentMetadata:!0})}qo(hd,"ExpandableSection");function q4(e){const t={};for(const l in e){const a=e[l];a&&(t[l]=a.getBoundingClientRect())}return t}function U4({oldState:e,elements:t,onTransitionsEnd:l,newElementInitialState:a}){for(const i in t){const s=t[i],u=e[i];if(s){const h=s.getBoundingClientRect(),f={scale:1,x:0,y:0},g=u?{scale:u.width/h.width,x:(u.left+u.right)/2-(h.left+h.right)/2,y:(u.top+u.bottom)/2-(h.top+h.bottom)/2}:a?a(h):{},v={...f,...g};s.style.transitionProperty="none",s.style.transform=`scale(${v.scale}) translate(${v.x}px, ${v.y}px)`,u||(s.style.opacity="0")}}requestAnimationFrame(()=>{const i=new Set;for(const s in t){const u=t[s];if(u){e[s]?(u.style.transitionProperty="transform",u.style.transform=""):(u.style.transitionProperty="transform, opacity",u.style.transform="",u.style.opacity="");const f=v=>{v.target===u&&(i.add(s),u.removeEventListener("transitionstart",f))},g=v=>{v.target===u&&(u.style.transitionProperty="",u.removeEventListener("transitionend",g),l&&(i.delete(s),i.size===0&&l()))};u.addEventListener("transitionstart",f),u.addEventListener("transitionend",g)}}})}const Xh={"flash-header":"awsui_flash-header_4c95g_vov7p_5"},nk=(e,t,l)=>{const a={component:{name:"awsui.Flashbar",label:t?{root:"self",selector:"ul"}:{root:"self"},properties:{itemsCount:`${e}`,stackItems:`${t}`}}};return l!==void 0&&(a.component.properties.expanded=`${l}`),a},ik=(e,t,l)=>{const a={itemLabel:`.${Xh["flash-header"]}`,itemPosition:`${e}`,itemType:t};return l&&(a.itemId=l),{component:{innerContext:a}}},ck=500,sk={error:"red",info:"blue","in-progress":"blue",success:"green",warning:"yellow"};function W4(e){const t="blue";return e&&sk[e]||t}function uk(e){return e.loading?"in-progress":e.type||"info"}function dk(e){return W4(uk(e))}function V4(e,t){const l=[],a=[],i=new Set,s=Object.keys(sk).length,u=Math.min(e.length,t);for(let v=0;v<e.length;v++){const b=e[v],x=dk(b),k=i.has(x);if(v<u)l.push({item:{...b,expandedIndex:v},isColorRepeated:k});else{if(i.size===s)break;k||a.push({...b,expandedIndex:v})}i.add(x)}const h=[];let f=0;for(let v=l.length-1;v>=0;v--){const b=l[v];b.isColorRepeated&&f<a.length?f+=1:h.push(b.item)}const g=h.reverse();for(let v=0;g.length<t;v++)g.push(a[v]);return g}function X4(e){const t={error:0,info:0,"in-progress":0,success:0,warning:0};for(const l of e){const a=uk(l);t[a]+=1}return t}function Ug(e){return e==="in-progress"?"inProgress":e}const Y4=[{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"}];function fk(e,t="info"){var l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N;if(!e)return;const D=Ug(t),T=((a=(l=e==null?void 0:e.item)===null||l===void 0?void 0:l.root)===null||a===void 0?void 0:a.background)&&((s=(i=e==null?void 0:e.item)===null||i===void 0?void 0:i.root)===null||s===void 0?void 0:s.background[D]),P=((h=(u=e==null?void 0:e.item)===null||u===void 0?void 0:u.root)===null||h===void 0?void 0:h.borderColor)&&((g=(f=e==null?void 0:e.item)===null||f===void 0?void 0:f.root)===null||g===void 0?void 0:g.borderColor[D]),I=(b=(v=e==null?void 0:e.item)===null||v===void 0?void 0:v.root)===null||b===void 0?void 0:b.borderRadius,H=(k=(x=e==null?void 0:e.item)===null||x===void 0?void 0:x.root)===null||k===void 0?void 0:k.borderWidth,q=((w=(S=e==null?void 0:e.item)===null||S===void 0?void 0:S.root)===null||w===void 0?void 0:w.borderWidth)&&"solid",L=((C=(y=e==null?void 0:e.item)===null||y===void 0?void 0:y.root)===null||C===void 0?void 0:C.color)&&((N=(E=e==null?void 0:e.item)===null||E===void 0?void 0:E.root)===null||N===void 0?void 0:N.color[D]);return{background:T,borderColor:P,borderRadius:I,borderStyle:q,borderWidth:H,color:L}}function $4(e,t="info"){var l,a,i,s,u,h,f,g,v,b;if(!e)return;const x=((i=(a=(l=e==null?void 0:e.item)===null||l===void 0?void 0:l.root)===null||a===void 0?void 0:a.focusRing)===null||i===void 0?void 0:i.borderColor)&&e.item.root.focusRing.borderColor[Ug(t)];return{...fk(e,t),...((u=(s=e==null?void 0:e.item)===null||s===void 0?void 0:s.root)===null||u===void 0?void 0:u.focusRing)&&{[he.styleFocusRingBorderColor]:x,[he.styleFocusRingBorderRadius]:(h=e.item.root.focusRing)===null||h===void 0?void 0:h.borderRadius,[he.styleFocusRingBorderWidth]:(f=e.item.root.focusRing)===null||f===void 0?void 0:f.borderWidth},...((b=(v=(g=e==null?void 0:e.item)===null||g===void 0?void 0:g.root)===null||v===void 0?void 0:v.focusRing)===null||b===void 0?void 0:b.borderRadius)&&{[he.styleFocusRingBorderRadius]:e.item.root.focusRing.borderRadius}}}function Z4(e,t="info"){var l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N;if(!e)return;const D=Ug(t),T=((i=(a=(l=e==null?void 0:e.item)===null||l===void 0?void 0:l.dismissButton)===null||a===void 0?void 0:a.color)===null||i===void 0?void 0:i.active)&&e.item.dismissButton.color.active[D],P=((h=(u=(s=e==null?void 0:e.item)===null||s===void 0?void 0:s.dismissButton)===null||u===void 0?void 0:u.color)===null||h===void 0?void 0:h.default)&&e.item.dismissButton.color.default[D],I=((v=(g=(f=e==null?void 0:e.item)===null||f===void 0?void 0:f.dismissButton)===null||g===void 0?void 0:g.color)===null||v===void 0?void 0:v.hover)&&e.item.dismissButton.color.hover[D],H=((k=(x=(b=e==null?void 0:e.item)===null||b===void 0?void 0:b.dismissButton)===null||x===void 0?void 0:x.focusRing)===null||k===void 0?void 0:k.borderColor)&&e.item.dismissButton.focusRing.borderColor[D];return{root:{color:{active:T,default:P,hover:I},focusRing:{borderColor:H,borderRadius:(y=(w=(S=e==null?void 0:e.item)===null||S===void 0?void 0:S.dismissButton)===null||w===void 0?void 0:w.focusRing)===null||y===void 0?void 0:y.borderRadius,borderWidth:(N=(E=(C=e==null?void 0:e.item)===null||C===void 0?void 0:C.dismissButton)===null||E===void 0?void 0:E.focusRing)===null||N===void 0?void 0:N.borderWidth}}}}function Q4(e){var t,l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N,D,T,P,I,H,q,L,O,j,V,U,ne,M,$,oe,Q,se,R,X,te,ie,pe,be,re,de,Y;if(e)return{borderRadius:(l=(t=e==null?void 0:e.notificationBar)===null||t===void 0?void 0:t.root)===null||l===void 0?void 0:l.borderRadius,borderWidth:(i=(a=e==null?void 0:e.notificationBar)===null||a===void 0?void 0:a.root)===null||i===void 0?void 0:i.borderWidth,...((h=(u=(s=e==null?void 0:e.notificationBar)===null||s===void 0?void 0:s.root)===null||u===void 0?void 0:u.background)===null||h===void 0?void 0:h.active)&&{[he.styleBackgroundActive]:e.notificationBar.root.background.active},...((v=(g=(f=e==null?void 0:e.notificationBar)===null||f===void 0?void 0:f.root)===null||g===void 0?void 0:g.background)===null||v===void 0?void 0:v.default)&&{[he.styleBackgroundDefault]:e.notificationBar.root.background.default},...((k=(x=(b=e==null?void 0:e.notificationBar)===null||b===void 0?void 0:b.root)===null||x===void 0?void 0:x.background)===null||k===void 0?void 0:k.hover)&&{[he.styleBackgroundHover]:e.notificationBar.root.background.hover},...((y=(w=(S=e==null?void 0:e.notificationBar)===null||S===void 0?void 0:S.root)===null||w===void 0?void 0:w.borderColor)===null||y===void 0?void 0:y.active)&&{[he.styleBorderColorActive]:e.notificationBar.root.borderColor.active},...((N=(E=(C=e==null?void 0:e.notificationBar)===null||C===void 0?void 0:C.root)===null||E===void 0?void 0:E.borderColor)===null||N===void 0?void 0:N.default)&&{[he.styleBorderColorDefault]:e.notificationBar.root.borderColor.default},...((P=(T=(D=e==null?void 0:e.notificationBar)===null||D===void 0?void 0:D.root)===null||T===void 0?void 0:T.borderColor)===null||P===void 0?void 0:P.hover)&&{[he.styleBorderColorHover]:e.notificationBar.root.borderColor.hover},...((q=(H=(I=e==null?void 0:e.notificationBar)===null||I===void 0?void 0:I.root)===null||H===void 0?void 0:H.color)===null||q===void 0?void 0:q.active)&&{[he.styleColorActive]:e.notificationBar.root.color.active},...((j=(O=(L=e==null?void 0:e.notificationBar)===null||L===void 0?void 0:L.root)===null||O===void 0?void 0:O.color)===null||j===void 0?void 0:j.default)&&{[he.styleColorDefault]:e.notificationBar.root.color.default},...((ne=(U=(V=e==null?void 0:e.notificationBar)===null||V===void 0?void 0:V.root)===null||U===void 0?void 0:U.color)===null||ne===void 0?void 0:ne.hover)&&{[he.styleColorHover]:e.notificationBar.root.color.hover},...(($=(M=e==null?void 0:e.notificationBar)===null||M===void 0?void 0:M.expandButton)===null||$===void 0?void 0:$.focusRing)&&{[he.styleFocusRingBorderColor]:(se=(Q=(oe=e==null?void 0:e.notificationBar)===null||oe===void 0?void 0:oe.expandButton)===null||Q===void 0?void 0:Q.focusRing)===null||se===void 0?void 0:se.borderColor,[he.styleFocusRingBorderRadius]:(te=(X=(R=e==null?void 0:e.notificationBar)===null||R===void 0?void 0:R.expandButton)===null||X===void 0?void 0:X.focusRing)===null||te===void 0?void 0:te.borderRadius,[he.styleFocusRingBorderWidth]:(be=(pe=(ie=e==null?void 0:e.notificationBar)===null||ie===void 0?void 0:ie.expandButton)===null||pe===void 0?void 0:pe.focusRing)===null||be===void 0?void 0:be.borderWidth},...((Y=(de=(re=e==null?void 0:e.notificationBar)===null||re===void 0?void 0:re.expandButton)===null||de===void 0?void 0:de.focusRing)===null||Y===void 0?void 0:Y.borderRadius)&&{[he.styleFocusRingBorderRadius]:e.notificationBar.expandButton.focusRing.borderRadius}}}const Se={"flash-with-motion":"awsui_flash-with-motion_1q84n_hcc82_157",enter:"awsui_enter_1q84n_hcc82_157","flash-body":"awsui_flash-body_1q84n_hcc82_171","flash-message":"awsui_flash-message_1q84n_hcc82_171","flash-header":"awsui_flash-header_1q84n_hcc82_171","flash-content":"awsui_flash-content_1q84n_hcc82_172","action-button-wrapper":"awsui_action-button-wrapper_1q84n_hcc82_173","dismiss-button-wrapper":"awsui_dismiss-button-wrapper_1q84n_hcc82_174","flash-icon":"awsui_flash-icon_1q84n_hcc82_197",entering:"awsui_entering_1q84n_hcc82_210",entered:"awsui_entered_1q84n_hcc82_231",exiting:"awsui_exiting_1q84n_hcc82_336",stack:"awsui_stack_1q84n_hcc82_370","animation-running":"awsui_animation-running_1q84n_hcc82_370",item:"awsui_item_1q84n_hcc82_370","flash-list-item":"awsui_flash-list-item_1q84n_hcc82_371","notification-bar":"awsui_notification-bar_1q84n_hcc82_372",collapsed:"awsui_collapsed_1q84n_hcc82_392","animation-ready":"awsui_animation-ready_1q84n_hcc82_392","expanded-only":"awsui_expanded-only_1q84n_hcc82_392",expanded:"awsui_expanded_1q84n_hcc82_392",flash:"awsui_flash_1q84n_hcc82_157",collapsible:"awsui_collapsible_1q84n_hcc82_448","short-list":"awsui_short-list_1q84n_hcc82_454","visual-refresh":"awsui_visual-refresh_1q84n_hcc82_454",status:"awsui_status_1q84n_hcc82_601",header:"awsui_header_1q84n_hcc82_601","item-count":"awsui_item-count_1q84n_hcc82_602",button:"awsui_button_1q84n_hcc82_603","type-count":"awsui_type-count_1q84n_hcc82_636","count-number":"awsui_count-number_1q84n_hcc82_636",icon:"awsui_icon_1q84n_hcc82_674",floating:"awsui_floating_1q84n_hcc82_715",flashbar:"awsui_flashbar_1q84n_hcc82_719","initial-hidden":"awsui_initial-hidden_1q84n_hcc82_778","flash-list":"awsui_flash-list_1q84n_hcc82_371","flash-focus-container":"awsui_flash-focus-container_1q84n_hcc82_802","flash-text":"awsui_flash-text_1q84n_hcc82_832",hidden:"awsui_hidden_1q84n_hcc82_851","header-replacement":"awsui_header-replacement_1q84n_hcc82_856","content-replacement":"awsui_content-replacement_1q84n_hcc82_861","dismiss-button":"awsui_dismiss-button_1q84n_hcc82_174","action-wrapped":"awsui_action-wrapped_1q84n_hcc82_879","action-button":"awsui_action-button_1q84n_hcc82_173","action-slot":"awsui_action-slot_1q84n_hcc82_886","flash-type-success":"awsui_flash-type-success_1q84n_hcc82_890","flash-type-error":"awsui_flash-type-error_1q84n_hcc82_894","flash-type-info":"awsui_flash-type-info_1q84n_hcc82_898","flash-type-in-progress":"awsui_flash-type-in-progress_1q84n_hcc82_899","flash-type-warning":"awsui_flash-type-warning_1q84n_hcc82_903"},K4={success:"status-positive",warning:"status-warning",info:"status-info",error:"status-negative","in-progress":"status-in-progress"},J4=c_(ls.flashbar.onActionRegistered),e3=s_("flash",ls.flashContent);function o3(e,t,l,a,i,s,u,h){return d.createElement("div",{className:Se["dismiss-button-wrapper"],...Ge({action:"dismiss"})},d.createElement(Ft,{ref:i,onClick:f=>{t&&t(f),u&&u(s,h)},className:Se["dismiss-button"],variant:"flashbar-icon",iconName:"close",formAction:"none",ariaLabel:e,style:Z4(l,a)}))}const t3=e=>{if(!e)return;const t=e.querySelector(`.${Se["dismiss-button"]}`),l=e.querySelector(`.${Se["flash-focus-container"]}`);t?t.focus():l&&l.focus()};function hk(e,t){if(!e)return;const l=e.querySelector(`[data-itemid="${CSS.escape(t)}"]`);if(!l)return;const a=l.querySelector(`.${Se["flash-focus-container"]}`);a==null||a.focus()}const gk=d.forwardRef(({id:e,header:t,content:l,dismissible:a,dismissLabel:i,loading:s,action:u,buttonText:h,onButtonClick:f,onDismiss:g,className:v,transitionState:b,ariaRole:x,i18nStrings:k,type:S="info",analyticsMetadata:w,style:y,rootRef:C,onDismissed:E,persistenceConfig:N,...D},T)=>{const[P,I]=u_(),H=sx("Flash",Yl,w),q=ao(T,C,H,I),L=Qe("flash-icon"),O=Qe("flash-message"),j=_.useRef(null),V=_.useRef(null),U=_.useRef(null),{discoveredActions:ne,headerRef:M,contentRef:$}=J4(S),{initialHidden:oe,headerReplacementType:Q,contentReplacementType:se,headerRef:R,contentRef:X,replacementHeaderRef:te,replacementContentRef:ie}=e3({type:S,header:t,children:l}),pe=ao(M,R,j),be=ao($,X,V),re=D.statusIconAriaLabel||(k==null?void 0:k[`${s||S==="in-progress"?"inProgress":S}IconAriaLabel`]),de=K4[S],Y=s?d.createElement("span",{role:"img","aria-label":re},d.createElement(Ed,null)):d.createElement(no,{name:de,ariaLabel:re}),ve=s?"info":S,xe={[iS]:ve};return w!=null&&w.suppressFlowMetricEvents&&(xe[cS]="true"),d.createElement("div",{ref:q,role:x,"aria-live":x?"off":void 0,"data-itemid":e,className:G(Se.flash,Se[`flash-type-${ve}`],v,b&&{[Se.enter]:b==="enter",[Se.entering]:b==="entering",[Se.entered]:b==="entered",[Se.exit]:b==="exit",[Se.exiting]:b==="exiting",[Se.exited]:b==="exited"},ns(S==="warning"&&!s?"flashbar-warning":"flashbar"),oe&&Se["initial-hidden"]),style:$4(y,ve),...xe},d.createElement("div",{className:Se["flash-body"]},d.createElement("div",{className:Se["flash-focus-container"],tabIndex:-1,role:"group","aria-labelledby":`${L} ${O}`},d.createElement("div",{className:G(Se["flash-icon"],Se["flash-text"]),id:L},Y),d.createElement("div",{className:G(Se["flash-message"],Se["flash-text"]),id:O},d.createElement("div",{className:G(Se["flash-header"],Q!=="original"?Se.hidden:Xh["flash-header"]),ref:pe},t),d.createElement("div",{className:G(Se["header-replacement"],Q!=="replaced"&&Se.hidden),ref:te}),d.createElement("div",{className:G(Se["flash-content"],se!=="original"?Se.hidden:Xh["flash-header"]),ref:be},l),d.createElement("div",{className:G(Se["content-replacement"],se!=="replaced"&&Se.hidden),ref:ie}))),d.createElement(d_,{className:Se["action-button-wrapper"],testUtilClasses:{actionSlot:Se["action-slot"],actionButton:Se["action-button"]},action:u,discoveredActions:ne,buttonText:h,onButtonClick:f,containerWidth:P,wrappedClass:Se["action-wrapped"]})),a&&o3(i,g,y,ve,U,e,E,N),x==="status"&&d.createElement(Mt,{sources:[re,j,V]}))}),r3=(e,t,l,a)=>{var i;if(!t||!e||!l)return;const s=t.findIndex(g=>{var v;return((v=g.id)!==null&&v!==void 0?v:"")===e});if(s===-1)return;let u=s+1;if(u>=t.length&&(u=s-1),u<0||u>=t.length){const g=document.querySelector("h1");g==null||g.focus();return}const h=(i=t[u].id)!==null&&i!==void 0?i:u;setTimeout(()=>{const g=a[h];if(!g){const v=l==null?void 0:l.querySelector(`.${Se.button}`);if(v){v.focus();return}const b=document.querySelector("h1");b==null||b.focus();return}t3(g)},0)};function mk({items:e,onItemsAdded:t,onItemsChanged:l,onItemsRemoved:a,__internalRootRef:i,...s}){const u=_.useMemo(()=>e.every(N=>"id"in N),[e]),h=io(s),f=_.useRef(null),g=_.useRef({}),v=ao(f,i),b=ig(f),x=Zl(),[k,S]=_.useState(e),[w,y]=_.useState(null);if(e){const N=e.filter(({id:T})=>T&&!k.some(P=>P.id===T)),D=k.filter(({id:T})=>T&&!e.some(P=>P.id===T));if(N.length>0||D.length>0){S(e),t==null||t(N),a==null||a(D),l==null||l({allItemsHaveId:u,isReducedMotion:b});const T=N.filter(({ariaRole:P})=>P==="alert");T.length>0&&y(T[0].id)}}const C=Bn(hk,ck);return _.useEffect(()=>{w&&C(f.current,w)},[C,w,f]),{allItemsHaveId:u,baseProps:h,isReducedMotion:b,isVisualRefresh:x,mergedRef:v,ref:f,flashRefs:g,handleFlashDismissed:(N,D)=>{r3(N,e,f.current,g.current),D!=null&&D.uniqueKey&&CC()}}}function pk(e){const[t,l]=_.useState(()=>new Set),[a,i]=_.useState(()=>new Map),s=e.filter(u=>{var h;return!(!((h=u.persistenceConfig)===null||h===void 0)&&h.uniqueKey)||a.get(u.persistenceConfig.uniqueKey)===!0});return _.useEffect(()=>{const u=e.filter(g=>{var v;return((v=g.persistenceConfig)===null||v===void 0?void 0:v.uniqueKey)&&!t.has(g.persistenceConfig.uniqueKey)});if(u.length===0)return;let h=!0;return(async()=>{try{const g=await Promise.all(u.map(async v=>{try{const b=await NC(v.persistenceConfig);return{key:v.persistenceConfig.uniqueKey,visible:!b}}catch{return{key:v.persistenceConfig.uniqueKey,visible:!0}}}));if(!h)return;i(v=>{const b=new Map(v);return g.forEach(({key:x,visible:k})=>b.set(x,k)),b}),l(v=>{const b=new Set(v);return g.forEach(({key:x})=>b.add(x)),b})}catch{if(!h)return;i(g=>{const v=new Map(g);return u.forEach(b=>v.set(b.persistenceConfig.uniqueKey,!0)),v})}})(),()=>{h=!1}},[e]),s}const Rb=1,l3=100;function a3({items:e,style:t,...l}){const a=pk(e),[i,s]=_.useState([]),[u,h]=_.useState([]),[f,g]=_.useState(!1),v=_.useCallback(()=>({...f?k.current:x.current,notificationBar:C.current}),[f]),b=_.useCallback(()=>{const ae=q4(v());w(ae)},[v]),x=_.useRef({}),k=_.useRef({}),[S,w]=_.useState(null),y=_.useRef(null),C=_.useRef(null),[E,N]=_.useState(!1),D=Qe("flashbar"),T=Qe("item-count"),{baseProps:P,isReducedMotion:I,mergedRef:H,ref:q,flashRefs:L,handleFlashDismissed:O}=mk({items:a,...l,onItemsAdded:ae=>{s([...i,...ae])},onItemsChanged:ae=>{ae!=null&&ae.allItemsHaveId&&!(ae!=null&&ae.isReducedMotion)&&b()},onItemsRemoved:ae=>{h([...u,...ae])}});a.length<=Rb&&f&&g(!1);const j=!I;function V(){I||b(),g(ae=>!ae)}const U=Bn(hk,ck);_.useLayoutEffect(()=>{if(f&&(a!=null&&a.length)){const ae=a[0];ae.id!==void 0&&U(q.current,ae.id)}},[U,f]),ld(()=>{!f&&C.current&&bg(C.current)},[f]);const ne=_.useMemo(()=>V2(()=>{const ae=y==null?void 0:y.current,_e=ae==null?void 0:ae.parentElement;if(ae&&_e){_e.classList.remove(Se.floating);const Ne=window.innerHeight,ke=Dt(_e,Le=>Le.getAttribute("role")==="region")||_e;f&&Math.ceil(ke.getBoundingClientRect().bottom)>=Ne||_e.classList.add(Se.floating)}},l3),[f]);_.useLayoutEffect(()=>(window.addEventListener("resize",ne),()=>{window.removeEventListener("resize",ne),ne.cancel()}),[ne]);const{i18nStrings:M}=l,$=ht("flashbar"),oe=$("i18nStrings.ariaLabel",M==null?void 0:M.ariaLabel),Q=$("i18nStrings.notificationBarText",M==null?void 0:M.notificationBarText),se=$("i18nStrings.notificationBarAriaLabel",M==null?void 0:M.notificationBarAriaLabel),R={errorIconAriaLabel:$("i18nStrings.errorIconAriaLabel",M==null?void 0:M.errorIconAriaLabel),inProgressIconAriaLabel:$("i18nStrings.inProgressIconAriaLabel",M==null?void 0:M.inProgressIconAriaLabel),infoIconAriaLabel:$("i18nStrings.infoIconAriaLabel",M==null?void 0:M.infoIconAriaLabel),successIconAriaLabel:$("i18nStrings.successIconAriaLabel",M==null?void 0:M.successIconAriaLabel),warningIconAriaLabel:$("i18nStrings.warningIconAriaLabel",M==null?void 0:M.warningIconAriaLabel)};_.useLayoutEffect(()=>{S&&(ne(),U4({elements:v(),oldState:S,newElementInitialState:({top:ae})=>({scale:.9,y:-.2*ae}),onTransitionsEnd:()=>N(!1)}),N(!0),w(null))},[ne,v,S,f]);const X=a.length>Rb,te=X4(a),ie=new Set(a.map(dk)).size,pe=Math.max(ie,3),be=Math.min(pe,a.length),re=f?a.map((ae,_e)=>({...ae,expandedIndex:_e})):V4(a,be).map((ae,_e)=>({...ae,collapsedIndex:_e})),de=ae=>{var _e,Ne;return(Ne=(_e=ae.id)!==null&&_e!==void 0?_e:ae.expandedIndex)!==null&&Ne!==void 0?Ne:0},Y=ae=>i.some(_e=>_e.id&&_e.id===ae.id),ve=ae=>!("expandedIndex"in ae),xe=ae=>Y(ae)||ve(ae),we=ae=>f||ve(ae)||"expandedIndex"in ae&&ae.expandedIndex===0,He=(ae,_e)=>_e===0&&xe(ae),Be=ae=>`flash-${de(ae)}`,le=()=>d.createElement("ul",{ref:y,className:G(Se["flash-list"],f?Se.expanded:Se.collapsed,E&&Se["animation-running"],S&&Se["animation-ready"],Se["visual-refresh"]),id:D,"aria-label":oe,"aria-describedby":X?T:void 0,style:!f||E?{[he.flashbarStackDepth]:be}:void 0},d.createElement(i3,{withMotion:!I},re.map((ae,_e)=>d.createElement(as,{key:de(ae),in:!ve(ae),onStatusChange:Ne=>{Ne==="entered"?s([]):Ne==="exited"&&h([])}},(Ne,ke)=>{var Pe,Le,Ke;return d.createElement("li",{"aria-hidden":!we(ae),className:we(ae)?G(Se["flash-list-item"],!f&&Se.item,!x.current[Be(ae)]&&Se["expanded-only"]):G(Se.flash,Se[`flash-type-${(Pe=ae.type)!==null&&Pe!==void 0?Pe:"info"}`],Se.item),ref:qe=>{f?k.current[Be(ae)]=qe:x.current[Be(ae)]=qe},style:{..._e>0&&!f&&fk(t,ae.type),...(!f||E)&&{[he.flashbarStackIndex]:(Ke=(Le=ae.collapsedIndex)!==null&&Le!==void 0?Le:ae.expandedIndex)!==null&&Ke!==void 0?Ke:_e}},key:de(ae),...Ge(ik(_e+1,ae.type||"info",ae.id))},we(ae)&&d.createElement(gk,{className:G(j&&Se["flash-with-motion"],Se["flash-refresh"]),key:de(ae),ref:qe=>{L.current[de(ae)]=qe,He(ae,_e)&&ke&&(typeof ke=="function"?ke(qe):ke&&typeof ke=="object"&&"current"in ke&&(ke.current=qe))},transitionState:He(ae,_e)?Ne:void 0,i18nStrings:R,style:t,onDismissed:O,...ae}))}))));return d.createElement("div",{...P,className:G(P.className,Se.flashbar,Se.stack,X&&Se.collapsible,a.length===2&&Se["short-list"],f&&Se.expanded,Se["visual-refresh"]),ref:H,...Ge(nk(a.length,!0,f))},f&&le(),X&&d.createElement("div",{className:G(Se["notification-bar"],Se["visual-refresh"],f?Se.expanded:Se.collapsed,E&&Se["animation-running"],a.length===2&&Se["short-list"],ns("flashbar")),onClick:V,ref:C,style:Q4(t),...Ge({action:f?"collapse":"expand",detail:{label:"h2"}})},d.createElement("span",{"aria-live":"polite",className:Se.status,role:"status",id:T},Q&&d.createElement("h2",{className:Se.header},Q),d.createElement("span",{className:Se["item-count"]},Y4.map(({type:ae,labelName:_e,iconName:Ne})=>d.createElement(n3,{key:ae,iconName:Ne,label:R[_e],count:te[ae]})))),d.createElement("button",{"aria-controls":D,"aria-describedby":T,"aria-expanded":f,"aria-label":se,className:G(Se.button,f&&Se.expanded)},d.createElement(no,{className:Se.icon,size:"normal",name:"angle-down"}))),!f&&le())}const n3=({iconName:e,label:t,count:l})=>d.createElement("span",{className:Se["type-count"]},d.createElement("span",{title:t},d.createElement(no,{name:e,ariaLabel:t})),d.createElement("span",{className:Se["count-number"]},l)),i3=({children:e,withMotion:t})=>t?d.createElement(Sd,{component:null},e):d.createElement(d.Fragment,null,e),c3=115;function s3({items:e,i18nStrings:t,style:l,...a}){const i=pk(e),{allItemsHaveId:s,baseProps:u,isReducedMotion:h,isVisualRefresh:f,mergedRef:g,flashRefs:v,handleFlashDismissed:b}=mk({items:i,...a}),x=ht("flashbar"),k=x("i18nStrings.ariaLabel",t==null?void 0:t.ariaLabel),S={errorIconAriaLabel:x("i18nStrings.errorIconAriaLabel",t==null?void 0:t.errorIconAriaLabel),inProgressIconAriaLabel:x("i18nStrings.inProgressIconAriaLabel",t==null?void 0:t.inProgressIconAriaLabel),infoIconAriaLabel:x("i18nStrings.infoIconAriaLabel",t==null?void 0:t.infoIconAriaLabel),successIconAriaLabel:x("i18nStrings.successIconAriaLabel",t==null?void 0:t.successIconAriaLabel),warningIconAriaLabel:x("i18nStrings.warningIconAriaLabel",t==null?void 0:t.warningIconAriaLabel)},w=h||!f||!s,y=!h&&f;function C(){if(!(w||!i))return d.createElement(Sd,{component:"ul",className:Se["flash-list"],"aria-label":k},i.map((D,T)=>{var P;return d.createElement(as,{transitionChangeDelay:{entering:c3},key:(P=D.id)!==null&&P!==void 0?P:T,in:!0},(I,H)=>{var q;return d.createElement("li",{className:Se["flash-list-item"]},N(D,(q=D.id)!==null&&q!==void 0?q:T,H,I))})}))}function E(){if(!(!w||!i))return d.createElement("ul",{className:Se["flash-list"],"aria-label":k,...Ge(nk(i.length,!1))},i.map((D,T)=>{var P,I;return d.createElement("li",{key:(P=D.id)!==null&&P!==void 0?P:T,className:Se["flash-list-item"],...Ge(ik(T+1,D.type||"info",D.id))},N(D,(I=D.id)!==null&&I!==void 0?I:T))}))}function N(D,T,P,I){return d.createElement(gk,{className:G(y&&Se["flash-with-motion"],Se["flash-refresh"]),key:T,ref:H=>{v.current[T]=H,P&&typeof P=="function"?P(H):P&&typeof P=="object"&&"current"in P&&(P.current=H)},transitionState:I,i18nStrings:S,style:l,onDismissed:b,...D})}return d.createElement("div",{...u,className:G(u.className,Se.flashbar),ref:g},C(),E())}function u3(e){return e.stackItems?d.createElement(a3,{...e}):d.createElement(s3,{...e})}const d3=GN(u3),f3=d3();function vk(e){const{__internalRootRef:t}=Xo("Flashbar",{props:{stackItems:e.stackItems}});return d.createElement(f3,{__internalRootRef:t,...e})}qo(vk,"Flashbar");const ki={root:"awsui_root_6xiez_bfzb6_5",header:"awsui_header_6xiez_bfzb6_6"},Ta={root:"awsui_root_1i0s3_sdppn_145",header:"awsui_header_1i0s3_sdppn_177",content:"awsui_content_1i0s3_sdppn_181",error:"awsui_error_1i0s3_sdppn_185",footer:"awsui_footer_1i0s3_sdppn_189","actions-section":"awsui_actions-section_1i0s3_sdppn_193","secondary-actions":"awsui_secondary-actions_1i0s3_sdppn_202",actions:"awsui_actions_1i0s3_sdppn_193"};function h3({children:e,header:t,errorText:l,errorIconAriaLabel:a,actions:i,secondaryActions:s,__internalRootRef:u,__injectAnalyticsComponentMetadata:h,__errorSlotId:f,...g}){const v=io(g),x=ht("form")("errorIconAriaLabel",a),k={component:{name:"awsui.Form",label:{selector:["h1","h2","h3"].map(S=>`.${ki.header} ${S}`)}}};return d.createElement(Jc,{suppressNested:!0},d.createElement("div",{...v,ref:u,className:G(Ta.root,ki.root,v.className),...h?Ge(k):{}},t&&d.createElement("div",{className:G(Ta.header,ki.header)},t),e&&d.createElement("div",{className:Ta.content},e),l&&d.createElement(yn,{margin:{top:"l"}},d.createElement(Cg,{type:"error",statusIconAriaLabel:x},d.createElement("div",{className:Ta.error,id:f},l))),(i||s)&&d.createElement("div",{className:Ta.footer},d.createElement("div",{className:Ta["actions-section"]},i&&d.createElement("div",{className:Ta.actions},i),s&&d.createElement("div",{className:Ta["secondary-actions"]},s))),l&&d.createElement(Mt,{hidden:!0,tagName:"span",assertive:!0},x,", ",l)))}const g3=({variant:e="full-page",actions:t,errorText:l,__internalRootRef:a,...i})=>{const s=_.useRef(null),u=ao(s,a),{funnelIdentifier:h,funnelInteractionId:f,funnelProps:g,funnelSubmit:v,funnelNextOrSubmitAttempt:b,errorCount:x,submissionAttempt:k,funnelErrorContext:S}=ar(),w=uS(),y=({variant:E})=>{E==="primary"&&(b(),v())},C=Qe("form-error-");return _.useEffect(()=>{var E,N;if(f&&l){x.current++;const D=Lt(w.current.stepNameSelector);return Hr.funnelStepError({funnelInteractionId:f,stepNumber:w.current.stepNumber,stepNameSelector:w.current.stepNameSelector,stepName:D,stepIdentifier:w.current.stepIdentifier,currentDocument:(E=s.current)===null||E===void 0?void 0:E.ownerDocument,totalSubSteps:w.current.subStepCount.current,funnelIdentifier:h,subStepAllSelector:Vl(),errorContext:w.current.stepErrorContext,subStepConfiguration:(N=w.current.subStepConfiguration.current)===null||N===void 0?void 0:N.get(w.current.stepNumber),stepErrorSelector:"#"+C}),()=>{x.current--}}},[f,h,l,k,x,S,C,w]),d.createElement(Bd.Provider,{value:{onClick:y}},d.createElement(h3,{variant:e,actions:t,errorText:l,__errorSlotId:C,...i,...g,...w.current.funnelStepProps,__internalRootRef:u,__injectAnalyticsComponentMetadata:!0}))};function bk({variant:e="full-page",...t}){const l=$l(t),a=Xo("Form",{props:{variant:e,flowType:l==null?void 0:l.flowType},metadata:{hasResourceType:!!(l!=null&&l.resourceType),hasInstanceIdentifier:!!(l!=null&&l.instanceIdentifier)}},l),s=dS()||`.${ki.header} .${zo["heading-text"]}`;return d.createElement(E_,{funnelIdentifier:l==null?void 0:l.instanceIdentifier,funnelFlowType:l==null?void 0:l.flowType,funnelErrorContext:l==null?void 0:l.errorContext,funnelResourceType:l==null?void 0:l.resourceType,funnelType:"single-page",optionalStepNumbers:[],totalFunnelSteps:1,funnelNameSelectors:()=>[s,`.${ki.header}`],componentSelectors:()=>[`.${ki.root}`]},d.createElement(D_,{stepIdentifier:l==null?void 0:l.instanceIdentifier,stepErrorContext:l==null?void 0:l.errorContext,stepNumber:1},d.createElement(g3,{variant:e,...t,...a})))}qo(bk,"Form");function ft({stretch:e=!1,...t}){const l=$l(t),a=Xo("FormField",{props:{stretch:e},metadata:{hasInstanceIdentifier:!!(l!=null&&l.instanceIdentifier),hasErrorContext:!!(l!=null&&l.errorContext)}},l);return d.createElement(R_,{stretch:e,...t,__hideLabel:!1,__analyticsMetadata:l,...a,...Ge({component:{name:"awsui.FormField",label:`.${H_.label}`}})})}qo(ft,"FormField");function Sn({variant:e="h2",...t}){const l=Xo("Header",{props:{headingTagOverride:t.headingTagOverride,variant:e}}),a=e==="h1"?-1:void 0;return d.createElement(Rg,{__headingTagTabIndex:a,variant:e,...t,...l})}qo(Sn,"Header");const Qr=d.forwardRef(({value:e,type:t="text",step:l,inputMode:a,autoComplete:i=!0,spellcheck:s,disabled:u,readOnly:h,disableBrowserAutocorrect:f,onKeyDown:g,onKeyUp:v,onChange:b,onBlur:x,onFocus:k,ariaRequired:S,name:w,placeholder:y,autoFocus:C,ariaLabel:E,ariaLabelledby:N,ariaDescribedby:D,invalid:T,warning:P,controlId:I,clearAriaLabel:H,nativeInputAttributes:q,style:L,...O},j)=>{const V=Xo("Input",{props:{autoComplete:i,autoFocus:C,disableBrowserAutocorrect:f,inputMode:a,readOnly:h,spellcheck:s,type:t}}),U=io(O),ne=_.useRef(null);return _.useImperativeHandle(j,()=>({focus(...M){var $;($=ne.current)===null||$===void 0||$.focus(...M)},select(){var M;(M=ne.current)===null||M===void 0||M.select()}}),[ne]),d.createElement(Og,{ref:ne,...U,...V,autoComplete:i,ariaLabel:E,ariaRequired:S,autoFocus:C,disabled:u,disableBrowserAutocorrect:f,name:w,onKeyDown:g,onKeyUp:v,onChange:b,onBlur:x,onFocus:k,placeholder:y,readOnly:h,type:t,step:l,inputMode:a,spellcheck:s,value:e,ariaDescribedby:D,ariaLabelledby:N,invalid:T,warning:P,controlId:I,clearAriaLabel:H,nativeInputAttributes:q,style:L,className:G(pr.root,U.className),__inheritFormFieldProps:!0,__injectAnalyticsComponentMetadata:!0})});qo(Qr,"Input");const Ti=d.forwardRef(({fontSize:e="body-m",color:t="normal",external:l=!1,style:a,...i},s)=>{const u=Xo("Link",{props:{color:t,external:l,fontSize:e,rel:i.rel,target:i.target,variant:i.variant}}),h={action:"click",detail:{label:{root:"self"},external:`${l}`},component:{name:"awsui.Link",label:{root:"self"},properties:{variant:i.variant||"secondary"}}};return i.href&&(h.detail.href=i.href),d.createElement(C_,{fontSize:e,color:t,external:l,...i,...u,ref:s,...Ge(h),style:a})});qo(Ti,"Link");function m3({analyticsMetadata:e,baseComponentProps:t,size:l="medium",...a}){const i=Qe(),s={[q1]:i};return d.createElement(E_,{mounted:a.visible,funnelIdentifier:e==null?void 0:e.instanceIdentifier,funnelFlowType:e==null?void 0:e.flowType,funnelErrorContext:e==null?void 0:e.errorContext,funnelResourceType:e==null?void 0:e.resourceType,funnelType:"modal",optionalStepNumbers:[],totalFunnelSteps:1,funnelNameSelectors:()=>{var u;return[`[${q1}="${(u=window==null?void 0:window.CSS)===null||u===void 0?void 0:u.escape(i)}"] .${wt["header--text"]}`]}},d.createElement(D_,{mounted:a.visible,stepIdentifier:e==null?void 0:e.instanceIdentifier,stepErrorContext:e==null?void 0:e.errorContext,stepNumber:1},d.createElement(Rd,{subStepIdentifier:e==null?void 0:e.instanceIdentifier,subStepErrorContext:e==null?void 0:e.errorContext},d.createElement(D4,{size:l,...a,...t,...s,__injectAnalyticsComponentMetadata:!0}))))}function Lr({size:e="medium",...t}){const{isInFunnel:l}=ar(),a=$l(t),i=Xo("Modal",{props:{size:e,disableContentPaddings:t.disableContentPaddings,flowType:a.flowType},metadata:{hasResourceType:!!(a!=null&&a.resourceType),hasInstanceIdentifier:!!(a!=null&&a.instanceIdentifier)}},a);return l?d.createElement(lk,{size:e,...t,...i,__injectAnalyticsComponentMetadata:!0}):d.createElement(m3,{analyticsMetadata:a,baseComponentProps:i,size:e,...t})}qo(Lr,"Modal");function p3(e,t){const l=[];for(let a=e;a<=t;a++)l.push(a);return l}function v3(e,t,l){const i=Math.floor(3.5);let s=i;const u=2;let h=t-1;l&&(s++,h=t+1);let f=e-i,g=e+s;f<u&&(g+=u-f,f=u),g>h&&(f-=g-h,g=h),f=Math.max(f,2),g=Math.min(g,h);const v=f>2,b=l||g<h;return v&&f++,b&&g--,{leftDots:v,rightDots:b,leftIndex:f,rightIndex:g}}const Yr={root:"awsui_root_fvjdu_1toqn_145",button:"awsui_button_fvjdu_1toqn_185",dots:"awsui_dots_fvjdu_1toqn_186","button-disabled":"awsui_button-disabled_fvjdu_1toqn_214",arrow:"awsui_arrow_fvjdu_1toqn_219","page-number":"awsui_page-number_fvjdu_1toqn_229","button-current":"awsui_button-current_fvjdu_1toqn_235","page-item":"awsui_page-item_fvjdu_1toqn_252","root-disabled":"awsui_root-disabled_fvjdu_1toqn_270"},Mc={nextPageLabel:"",previousPageLabel:"",pageLabel:e=>`${e}`};function Yh({className:e,ariaLabel:t,disabled:l,pageIndex:a,isCurrent:i=!1,children:s,onClick:u,...h}){function f(g){g.preventDefault(),u(a)}return d.createElement("li",{className:Yr["page-item"],...Pi(h)},d.createElement("button",{className:G(e,Yr.button,l&&Yr["button-disabled"],i&&Yr["button-current"]),type:"button","aria-label":t,disabled:l,onClick:f,"aria-current":i,...l?{}:Ge({action:"click",detail:{label:{root:"self"}}})},s))}function bh({pageIndex:e,...t}){return d.createElement(Yh,{className:Yr["page-number"],pageIndex:e,...t,...t.disabled?{}:Ge({detail:{position:`${e}`}})},e)}function b3({openEnd:e,currentPageIndex:t,ariaLabels:l,pagesCount:a,disabled:i,onChange:s,onNextPageClick:u,onPreviousPageClick:h,__internalRootRef:f,...g}){var v,b,x,k;const S=io(g),{leftDots:w,leftIndex:y,rightIndex:C,rightDots:E}=v3(t,a,e),N=ht("pagination"),D=l==null?void 0:l.paginationLabel,T=(v=N("ariaLabels.nextPageLabel",l==null?void 0:l.nextPageLabel))!==null&&v!==void 0?v:Mc.nextPageLabel,P=(b=N("ariaLabels.previousPageLabel",l==null?void 0:l.previousPageLabel))!==null&&b!==void 0?b:Mc.previousPageLabel,I=(x=N("ariaLabels.pageLabel",l==null?void 0:l.pageLabel,U=>ne=>U({pageNumber:ne})))!==null&&x!==void 0?x:Mc.pageLabel;function H(U){L(U),Ze(h,{requestedPageAvailable:!0,requestedPageIndex:U})}function q(U){L(U),Ze(u,{requestedPageAvailable:t<a,requestedPageIndex:U})}function L(U){Ze(s,{currentPageIndex:U})}const O=i||t===1,j=i||!e&&(a===0||t===a),V=Hg();return!((k=V==null?void 0:V.paginationRef)===null||k===void 0)&&k.current&&(V.paginationRef.current.currentPageIndex=t,V.paginationRef.current.totalPageCount=a,V.paginationRef.current.openEnd=e),d.createElement("ul",{"aria-label":D,...S,className:G(S.className,Yr.root,i&&Yr["root-disabled"]),ref:f},d.createElement(Yh,{className:Yr.arrow,pageIndex:t-1,ariaLabel:P??Mc.nextPageLabel,disabled:O,onClick:H,...O?{}:Ge({detail:{position:"prev"}})},d.createElement(no,{name:"angle-left",variant:i?"disabled":"normal"})),d.createElement(bh,{pageIndex:1,isCurrent:t===1,disabled:i,ariaLabel:I(1),onClick:L}),w&&d.createElement("li",{className:Yr.dots},"..."),p3(y,C).map(U=>d.createElement(bh,{key:U,isCurrent:t===U,pageIndex:U,disabled:i,ariaLabel:I(U),onClick:L})),E&&d.createElement("li",{className:Yr.dots},"..."),!e&&a>1&&d.createElement(bh,{isCurrent:t===a,pageIndex:a,disabled:i,ariaLabel:I(a),onClick:L}),d.createElement(Yh,{className:Yr.arrow,pageIndex:t+1,ariaLabel:T??Mc.nextPageLabel,disabled:j,onClick:q,...j?{}:Ge({detail:{position:"next"}})},d.createElement(no,{name:"angle-right",variant:i?"disabled":"normal"})))}function xk(e){const t=Xo("Pagination",{props:{openEnd:e.openEnd}});return d.createElement(b3,{...e,...t,...Ge({component:{name:"awsui.Pagination",label:{root:"self"},properties:{openEnd:`${!!e.openEnd}`,pagesCount:`${e.pagesCount||""}`,currentPageIndex:`${e.currentPageIndex}`}}})})}qo(xk,"Pagination");function x3(e){const t=_.useRef(null);return l=>{const a=l.currentTarget;a&&(t.current===null||t.current===a)&&requestAnimationFrame(()=>{t.current=a,e.forEach(i=>{const s=i.current;s&&s!==a&&(s.scrollLeft=a.scrollLeft)}),requestAnimationFrame(()=>{t.current=null})})}}const _3=1e3;function k3({elementRef:e,items:t,itemCount:l,instanceIdentifier:a,getComponentIdentifier:i,getComponentConfiguration:s,loading:u=!1,interactionMetadata:h}){const f=cg(),g=t_(e,"data-analytics-task-interaction-id",f),{isInFunnel:v}=ar(),b=_.useRef(null),x=_.useRef(null),k=_.useRef(null),S=_.useRef(!0),w=_.useRef({itemCount:l,getComponentIdentifier:i,getComponentConfiguration:s,interactionMetadata:h});w.current={itemCount:l,getComponentIdentifier:i,getComponentConfiguration:s,interactionMetadata:h},_.useEffect(()=>(S.current=!0,()=>{S.current=!1}),[]),_.useEffect(()=>{v||F1.componentMounted({taskInteractionId:f,componentName:"table",componentConfiguration:w.current.getComponentConfiguration()})},[f,v]),_.useEffect(()=>{u&&(k.current=performance.now(),b.current&&b.current.time>performance.now()-_3?x.current=b.current.name:x.current=null)},[u]),ld(()=>{var C;if(!u&&k.current!==null){const E=performance.now()-k.current;k.current=null,xx.tableInteraction({userAction:(C=x.current)!==null&&C!==void 0?C:"",interactionTime:Math.round(E),interactionMetadata:w.current.interactionMetadata(),componentIdentifier:w.current.getComponentIdentifier(),instanceIdentifier:a,noOfResourcesInTable:w.current.itemCount})}},[a,u,f,v]);const y=Bn(()=>{var C,E;S.current&&F1.componentUpdated({taskInteractionId:f,componentName:"table",actionType:(E=(C=b.current)===null||C===void 0?void 0:C.name)!==null&&E!==void 0?E:"",componentConfiguration:w.current.getComponentConfiguration()})});return ld(()=>{v||u||y()},[f,v,u,t,y]),{tableInteractionAttributes:g,setLastUserAction:C=>void(b.current={name:C,time:performance.now()})}}function _k(e){const t=_.useRef(null),l=bl(e);return _.useEffect(()=>{function a(i){Aa(t.current,i.target)||l()}return document.addEventListener("click",a,{capture:!0}),()=>document.removeEventListener("click",a,{capture:!0})},[l]),t}const Gu={"expand-toggle-icon":"awsui_expand-toggle-icon_1xe88_1hyl4_153","expand-toggle-icon-expanded":"awsui_expand-toggle-icon-expanded_1xe88_1hyl4_174","expand-toggle":"awsui_expand-toggle_1xe88_1hyl4_153","disable-focus-highlight":"awsui_disable-focus-highlight_1xe88_1hyl4_225"};function w3({isExpanded:e,onExpandableItemToggle:t,expandButtonLabel:l,collapseButtonLabel:a,customIcon:i,className:s,disableFocusHighlight:u}){const h=_.useRef(null),{tabIndex:f}=br(h);return d.createElement("button",{type:"button",ref:h,tabIndex:f,"aria-label":e?a:l,"aria-expanded":e,className:G(Gu["expand-toggle"],u&&Gu["disable-focus-highlight"],s),onClick:t},i??d.createElement(no,{size:"small",name:"caret-down-filled",className:G(Gu["expand-toggle-icon"],e&&Gu["expand-toggle-icon-expanded"])}))}function y3(e,t){return e&&t?e.padInlineStart===t.padInlineStart&&e.lastInsetInlineStart===t.lastInsetInlineStart&&e.lastInsetInlineEnd===t.lastInsetInlineEnd&&e.offset.insetInlineStart===t.offset.insetInlineStart&&e.offset.insetInlineEnd===t.offset.insetInlineEnd:e===t}function S3(e,t){return e.scrollPaddingInlineStart===t.scrollPaddingInlineStart&&e.scrollPaddingInlineEnd===t.scrollPaddingInlineEnd}function B3(e,t){var l,a,i,s;const u=t.visibleColumns.length,h=[];for(let x=0;x<Math.min(u,t.stickyColumnsFirst);x++){const k=e.get(t.visibleColumns[x]),S=k?Ue(k).inlineSize:0;h[x]=((l=h[x-1])!==null&&l!==void 0?l:0)+S}const f=[];for(let x=0;x<Math.min(u,t.stickyColumnsLast);x++){const k=e.get(t.visibleColumns[u-1-x]),S=k?Ue(k).inlineSize:0;f[x]=((a=f[x-1])!==null&&a!==void 0?a:0)+S}const g=(i=h[t.stickyColumnsFirst-1])!==null&&i!==void 0?i:0,v=(s=f[t.stickyColumnsLast-1])!==null&&s!==void 0?s:0;return{offsets:t.visibleColumns.reduce((x,k,S)=>{var w,y;return x.set(k,{first:(w=h[S-1])!==null&&w!==void 0?w:0,last:(y=f[u-1-S-1])!==null&&y!==void 0?y:0})},new Map),stickyWidthInlineStart:g,stickyWidthInlineEnd:v}}const C3=148;function N3({visibleColumns:e,stickyColumnsFirst:t,stickyColumnsLast:l}){const a=_.useMemo(()=>new T3,[]),i=_.useRef(null),s=_.useRef(null),u=_.useRef(new Map),h=t+l>0,f=bl(()=>{i.current&&s.current&&a.updateCellStyles({wrapper:i.current,table:s.current,cells:u.current,visibleColumns:e,stickyColumnsFirst:t,stickyColumnsLast:l})});Zr(i,f),Zr(s,f),_.useEffect(()=>{i.current&&s.current&&a.updateCellStyles({wrapper:i.current,table:s.current,cells:u.current,visibleColumns:e,stickyColumnsFirst:t,stickyColumnsLast:l})},[a,t,l,e]),_.useEffect(()=>{if(!h)return;const x=w=>w.wrapperState,k=(w,y)=>{S3(w,y)||i.current&&(i.current.style.scrollPaddingInlineStart=w.scrollPaddingInlineStart+"px",i.current.style.scrollPaddingInlineEnd=w.scrollPaddingInlineEnd+"px")};return a.subscribe(x,(w,y)=>k(x(w),x(y)))},[a,h]);const g=_.useCallback(x=>{i.current&&i.current.removeEventListener("scroll",f),x&&h&&x.addEventListener("scroll",f),i.current=x},[h,f]),v=_.useCallback(x=>{s.current=x},[]),b=_.useCallback((x,k)=>{k?u.current.set(x,k):u.current.delete(x)},[]);return{store:a,style:{wrapper:h?{...a.get().wrapperState}:void 0},refs:{wrapper:g,table:v,cell:b}}}function kk({stickyColumns:e,columnId:t,getClassName:l}){var a;const i=e.refs.cell,s=_.useRef(null),u=_.useCallback(f=>{s.current&&s.current(),i(t,f);const g=b=>{var x;return(x=b.cellState.get(t))!==null&&x!==void 0?x:null},v=(b,x)=>{if(y3(b,x))return;const k=l(b);f&&(Object.keys(k).forEach(S=>{k[S]?f.classList.add(S):f.classList.remove(S)}),f.style.insetInlineStart=(b==null?void 0:b.offset.insetInlineStart)!==void 0?`${b.offset.insetInlineStart}px`:"",f.style.insetInlineEnd=(b==null?void 0:b.offset.insetInlineEnd)!==void 0?`${b.offset.insetInlineEnd}px`:"")};f&&(s.current=e.store.subscribe(g,(b,x)=>{v(g(b),g(x))}))},[t,i,e.store]),h=e.store.get().cellState.get(t);return{ref:u,className:h?G(l(h)):void 0,style:(a=h==null?void 0:h.offset)!==null&&a!==void 0?a:void 0}}class T3 extends $N{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=t=>{const l=this.isEnabled(t),a=t.stickyColumnsFirst-1,i=t.visibleColumns.length-t.stickyColumnsLast;return t.visibleColumns.reduce((s,u,h)=>{var f,g,v,b;let x="non-sticky";if(h<t.stickyColumnsFirst?x="inline-start":h>=t.visibleColumns.length-t.stickyColumnsLast&&(x="inline-end"),!l||x==="non-sticky")return s;const k=h===0,S=(g=(f=this.cellOffsets.offsets.get(u))===null||f===void 0?void 0:f.first)!==null&&g!==void 0?g:0,w=(b=(v=this.cellOffsets.offsets.get(u))===null||v===void 0?void 0:v.last)!==null&&b!==void 0?b:0;return s.set(u,{padInlineStart:k&&this.padInlineStart,lastInsetInlineStart:this.isStuckToTheInlineStart&&a===h,lastInsetInlineEnd:this.isStuckToTheInlineEnd&&i===h,offset:{insetInlineStart:x==="inline-start"?S:void 0,insetInlineEnd:x==="inline-end"?w:void 0}}),s},new Map)},this.updateCellOffsets=t=>{this.cellOffsets=B3(t.cells,t)},this.isEnabled=t=>{if(t.stickyColumnsFirst+t.stickyColumnsLast===0)return!1;const a=Ue(t.wrapper).inlineSize;if(!(Ue(t.table).inlineSize>a))return!1;const u=this.cellOffsets.stickyWidthInlineStart+this.cellOffsets.stickyWidthInlineEnd,h=parseFloat(getComputedStyle(t.table).paddingLeft)||0,f=parseFloat(getComputedStyle(t.table).paddingRight)||0;return u+C3+h+f<a}}updateCellStyles(t){const l=t.stickyColumnsFirst+t.stickyColumnsLast>0,a=this.cellOffsets.offsets.size>0;(l||a)&&(this.updateScroll(t),this.updateCellOffsets(t),this.set(()=>({cellState:this.generateCellStyles(t),wrapperState:{scrollPaddingInlineStart:this.cellOffsets.stickyWidthInlineStart,scrollPaddingInlineEnd:this.cellOffsets.stickyWidthInlineEnd}})))}updateScroll(t){const l=kd(t.wrapper),a=t.wrapper.scrollWidth,i=t.wrapper.clientWidth,s=parseFloat(getComputedStyle(t.table).paddingInlineStart)||0,u=parseFloat(getComputedStyle(t.table).paddingInlineEnd)||0;this.isStuckToTheInlineStart=l>s,this.isStuckToTheInlineEnd=Math.ceil(l)<a-i-u,this.padInlineStart=s!==0&&this.isStuckToTheInlineStart}}const E3={sortable:"none",ascending:"ascending",descending:"descending"},D3=e=>E3[e];function wk(e){const t={};return t.role=e.tableRole==="grid-default"?"grid":e.tableRole,t["aria-label"]=e.ariaLabel,t["aria-labelledby"]=e.ariaLabelledby,typeof e.totalItemsCount=="number"&&e.totalItemsCount>0&&(t["aria-rowcount"]=e.totalItemsCount+1),(e.tableRole==="grid"||e.tableRole==="treegrid")&&(t["aria-colcount"]=e.totalColumnsCount),(e.tableRole==="grid"||e.tableRole==="treegrid")&&(t.tabIndex=-1),t}function I3(e){const t={};return e.isScrollable&&(t.role="region",t.tabIndex=0,t["aria-label"]=e.ariaLabel,t["aria-labelledby"]=e.ariaLabelledby),t}function P3(e){const t={};return(e.tableRole==="grid"||e.tableRole==="grid-default"||e.tableRole==="treegrid")&&(t["aria-rowindex"]=1),t}function A3(e){const t={};return e.tableRole==="grid"||e.tableRole==="treegrid"?t["aria-rowindex"]=(e.firstIndex||1)+e.rowIndex+1:e.firstIndex!==void 0&&(t["aria-rowindex"]=e.firstIndex+e.rowIndex+1),e.tableRole==="treegrid"&&e.level&&e.level!==0&&(t["aria-level"]=e.level),e.tableRole==="treegrid"&&e.setSize&&(t["aria-setsize"]=e.setSize),e.tableRole==="treegrid"&&e.posInSet&&(t["aria-posinset"]=e.posInSet),t}function z3(e){const t={};return t.scope="col",(e.tableRole==="grid"||e.tableRole==="treegrid")&&(t["aria-colindex"]=e.colIndex+1),e.sortingStatus&&(t["aria-sort"]=D3(e.sortingStatus)),t}function H3(e){const t={};return(e.tableRole==="grid"||e.tableRole==="treegrid")&&(t["aria-colindex"]=e.colIndex+1),e.isRowHeader&&(t.scope="row"),t}function Lb(e){return e.closest("td,th")}function R3(e){return e instanceof HTMLInputElement||e instanceof HTMLButtonElement?e.disabled:!1}function L3(e){let t=e;for(;t;){if(gd(t))return!1;if(t.getAttribute("role")==="dialog"||t.getAttribute("data-awsui-table-suppress-navigation")==="true")return!0;t=t.parentElement}return!1}function M3(e,t,l){var a,i;let s=null;const u=Array.from((a=e==null?void 0:e.querySelectorAll("tr[aria-rowindex]"))!==null&&a!==void 0?a:[]);l<0&&u.reverse();for(const h of u){const f=parseInt((i=h.getAttribute("aria-rowindex"))!==null&&i!==void 0?i:"");if(s=h,f===t||l>=0&&f>t||l<0&&f<t)break}return s}function O3(e,t,l){var a;let i=null;const s=Array.from(e.querySelectorAll("td[aria-colindex],th[aria-colindex]"));l<0&&s.reverse();for(const u of s){const h=parseInt((a=u.getAttribute("aria-colindex"))!==null&&a!==void 0?a:"");if(i=u,h===t||l>=0&&h>t||l<0&&h<t)break}return i}function gd(e){return e.tagName==="TD"||e.tagName==="TH"}function j3(e){e&&(gd(e)&&e.tabIndex!==0&&(e.tabIndex=-1),e.focus())}function G3({keyboardNavigation:e,pageSize:t,getTable:l,children:a}){const i=_.useRef(null),s=_.useMemo(()=>new F3(i),[]),u=bl(l);return _.useEffect(()=>{if(e){const h=u();if(h)return s.init(h),s.cleanup}},[e,s,u]),_.useEffect(()=>{s.update({pageSize:t})},[s,t]),_.useEffect(()=>{e&&s.refresh()}),d.createElement(bx,{ref:i,navigationActive:e,getNextFocusTarget:s.getNextFocusTarget,isElementSuppressed:s.isElementSuppressed,onRegisterFocusable:s.onRegisterFocusable,onUnregisterActive:s.onUnregisterActive},a)}class F3{constructor(t){this._pageSize=0,this._table=null,this.focusedCell=null,this.focusInside=!1,this.keepUserIndex=!1,this.cleanup=()=>{},this.onRegisterFocusable=l=>{var a;if(!this.focusInside)return;const i=(a=this.focusedCell)===null||a===void 0?void 0:a.element;i&&gd(i)&&i.contains(l)&&l.focus({preventScroll:!0})},this.onUnregisterActive=()=>{this.focusedCell&&!Aa(this.table,this.focusedCell.element)&&this.moveFocusBy(this.focusedCell,{x:0,y:0})},this.getNextFocusTarget=()=>{var l;if(!this.table)return null;const a=this.focusedCell,i=this.table.querySelector("td,th");let s=(l=i&&this.getFocusablesFrom(i)[0])!==null&&l!==void 0?l:i;return a&&(s=this.getNextFocusable(a,{x:0,y:0})),s},this.isElementSuppressed=l=>this.focusedCell?!l||L3(l):!1,this.onFocusin=l=>{var a;if(this.focusInside=!0,!(l.target instanceof HTMLElement)||(this.updateFocusedCell(l.target),!this.focusedCell))return;(a=this._navigationAPI.current)===null||a===void 0||a.updateFocusTarget();const i=this.focusedCell.element,s=gd(i)?this.getFocusablesFrom(i)[0]:null;s?s.focus({preventScroll:!0}):this.keepUserIndex=!1},this.onFocusout=()=>{this.focusInside=!1},this.onKeydown=l=>{if(!this.focusedCell)return;const a=[Te.up,Te.down,Te.left,Te.right,Te.pageUp,Te.pageDown,Te.home,Te.end],i=l.ctrlKey?1:0,s=l.altKey?1:0,u=l.shiftKey?1:0,h=l.metaKey?1:0;if(i+s+u+h&&!l.ctrlKey||l.ctrlKey&&l.keyCode!==Te.home&&l.keyCode!==Te.end||this.isElementSuppressed(document.activeElement)||!this.isRegistered(document.activeElement)||a.indexOf(l.keyCode)===-1)return;const v=this.focusedCell;l.preventDefault(),Gh(l)&&id(l,{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:()=>l.ctrlKey?this.moveFocusBy(v,{y:-1/0,x:-1/0}):this.moveFocusBy(v,{y:0,x:-1/0}),onEnd:()=>l.ctrlKey?this.moveFocusBy(v,{y:1/0,x:1/0}):this.moveFocusBy(v,{y:0,x:1/0})})},this._navigationAPI=t}init(t){this._table=t;const l=new AbortController;t.addEventListener("focusin",this.onFocusin,{signal:l.signal}),t.addEventListener("focusout",this.onFocusout,{signal:l.signal}),t.addEventListener("keydown",this.onKeydown,{signal:l.signal}),this.cleanup=()=>{l.abort()}}update({pageSize:t}){this._pageSize=t}refresh(){setTimeout(()=>{var t,l;this._table&&(this.updateFocusedCell((t=this.focusedCell)===null||t===void 0?void 0:t.element),(l=this._navigationAPI.current)===null||l===void 0||l.updateFocusTarget())},0)}get pageSize(){return this._pageSize}get table(){return this._table}moveFocusBy(t,l){l.y!==0&&l.x===0&&(this.keepUserIndex=!0),j3(this.getNextFocusable(t,l))}isRegistered(t){var l,a;return!t||((a=(l=this._navigationAPI.current)===null||l===void 0?void 0:l.isRegistered(t))!==null&&a!==void 0?a:!1)}updateFocusedCell(t){var l,a,i,s,u,h;if(!t)return;const f=Lb(t),g=f==null?void 0:f.closest("tr");if(!f||!g)return;const v=parseInt((l=f.getAttribute("aria-colindex"))!==null&&l!==void 0?l:""),b=parseInt((a=g.getAttribute("aria-rowindex"))!==null&&a!==void 0?a:"");if(isNaN(v)||isNaN(b))return;const k=this.getFocusablesFrom(f).indexOf(t),S=(s=(i=this.focusedCell)===null||i===void 0?void 0:i.colIndex)!==null&&s!==void 0?s:-1,w=(h=(u=this.focusedCell)===null||u===void 0?void 0:u.elementIndex)!==null&&h!==void 0?h:-1;this.focusedCell={rowIndex:b,colIndex:this.keepUserIndex&&S!==-1?S:v,elementIndex:this.keepUserIndex&&w!==-1?w:k,element:t}}getNextFocusable(t,l){var a;const i=t.rowIndex+l.y,s=M3(this.table,i,l.y);if(!s)return null;const u=Lb(t.element),h=u?this.getFocusablesFrom(u):[],f=t.elementIndex+l.x,g=!!l.x,v=t.elementIndex!==-1&&0<=f&&f<h.length,b=t.element!==h[f];if(g&&v&&b)return h[f];const x=t.colIndex+l.x,k=O3(s,x,l.x);if(!k||k===u&&l.x!==0)return null;const S=this.getFocusablesFrom(k);let w=t.elementIndex;return(isFinite(l.x)&&l.x>0||l.x===-1/0)&&(w=0),(isFinite(l.x)&&l.x<0||l.x===1/0)&&(w=S.length-1),(a=S[w])!==null&&a!==void 0?a:k}getFocusablesFrom(t){const l=a=>{var i;return(i=this._navigationAPI.current)===null||i===void 0?void 0:i.isRegistered(a)};return mg(t).filter(a=>l(a)&&!R3(a))}}const so={"expandable-toggle-wrapper":"awsui_expandable-toggle-wrapper_c6tup_1blv8_145","body-cell":"awsui_body-cell_c6tup_1blv8_152","body-cell-content":"awsui_body-cell-content_c6tup_1blv8_160","expandable-level-0":"awsui_expandable-level-0_c6tup_1blv8_166","expandable-level-1":"awsui_expandable-level-1_c6tup_1blv8_173","expandable-level-2":"awsui_expandable-level-2_c6tup_1blv8_180","expandable-level-3":"awsui_expandable-level-3_c6tup_1blv8_187","expandable-level-4":"awsui_expandable-level-4_c6tup_1blv8_194","expandable-level-5":"awsui_expandable-level-5_c6tup_1blv8_201","expandable-level-6":"awsui_expandable-level-6_c6tup_1blv8_208","expandable-level-7":"awsui_expandable-level-7_c6tup_1blv8_215","expandable-level-8":"awsui_expandable-level-8_c6tup_1blv8_222","expandable-level-9":"awsui_expandable-level-9_c6tup_1blv8_229","expandable-level-next":"awsui_expandable-level-next_c6tup_1blv8_236","body-cell-align-top":"awsui_body-cell-align-top_c6tup_1blv8_254","body-cell-wrap":"awsui_body-cell-wrap_c6tup_1blv8_260","is-visual-refresh":"awsui_is-visual-refresh_c6tup_1blv8_357","body-cell-edit-active":"awsui_body-cell-edit-active_c6tup_1blv8_447","body-cell-expandable":"awsui_body-cell-expandable_c6tup_1blv8_447","body-cell-editable":"awsui_body-cell-editable_c6tup_1blv8_447","has-striped-rows":"awsui_has-striped-rows_c6tup_1blv8_530","sticky-cell-pad-inline-start":"awsui_sticky-cell-pad-inline-start_c6tup_1blv8_696","has-selection":"awsui_has-selection_c6tup_1blv8_862","body-cell-first-row":"awsui_body-cell-first-row_c6tup_1blv8_1031","body-cell-last-row":"awsui_body-cell-last-row_c6tup_1blv8_1034","body-cell-selected":"awsui_body-cell-selected_c6tup_1blv8_1034","has-footer":"awsui_has-footer_c6tup_1blv8_1034","body-cell-shaded":"awsui_body-cell-shaded_c6tup_1blv8_1044","sticky-cell":"awsui_sticky-cell_c6tup_1blv8_696","table-variant-full-page":"awsui_table-variant-full-page_c6tup_1blv8_1095","sticky-cell-last-inline-end":"awsui_sticky-cell-last-inline-end_c6tup_1blv8_1112","sticky-cell-last-inline-start":"awsui_sticky-cell-last-inline-start_c6tup_1blv8_1121","body-cell-next-selected":"awsui_body-cell-next-selected_c6tup_1blv8_1143","body-cell-prev-selected":"awsui_body-cell-prev-selected_c6tup_1blv8_1150","body-cell-editor-wrapper":"awsui_body-cell-editor-wrapper_c6tup_1blv8_1176","body-cell-success":"awsui_body-cell-success_c6tup_1blv8_1181","body-cell-editor":"awsui_body-cell-editor_c6tup_1blv8_1176","body-cell-editor-disabled":"awsui_body-cell-editor-disabled_c6tup_1blv8_1206","body-cell-editor-row":"awsui_body-cell-editor-row_c6tup_1blv8_1215","body-cell-editor-controls":"awsui_body-cell-editor-controls_c6tup_1blv8_1225","body-cell-editor-row-editor":"awsui_body-cell-editor-row-editor_c6tup_1blv8_1228","body-cell-editor-focusable":"awsui_body-cell-editor-focusable_c6tup_1blv8_1231","body-cell-editor-icon":"awsui_body-cell-editor-icon_c6tup_1blv8_1255","resizable-columns":"awsui_resizable-columns_c6tup_1blv8_1367","expandable-cell-content":"awsui_expandable-cell-content_c6tup_1blv8_1370","body-cell-edit-disabled-popover":"awsui_body-cell-edit-disabled-popover_c6tup_1blv8_1421","body-cell-has-success":"awsui_body-cell-has-success_c6tup_1blv8_1424"},fs=d.forwardRef(({children:e,wrapLines:t,isRowHeader:l,isFirstRow:a,isLastRow:i,isSelected:s,isNextSelected:u,isPrevSelected:h,nativeAttributes:f,onClick:g,onFocus:v,onBlur:b,isEvenRow:x,stripedRows:k,isSelection:S,hasSelection:w,hasFooter:y,columnId:C,colIndex:E,stickyState:N,tableRole:D,level:T,isExpandable:P,isExpanded:I,onExpandableItemToggle:H,expandButtonLabel:q,collapseButtonLabel:L,verticalAlign:O,resizableColumns:j,resizableStyle:V,isEditable:U,isEditing:ne,isEditingDisabled:M,hasSuccessIcon:$,tableVariant:oe,...Q},se)=>{const R=l?"th":"td";V=j?{}:V,f={...f,...H3({tableRole:D,isRowHeader:l,colIndex:E})};const X=kk({stickyColumns:N,columnId:C,getClassName:re=>ok(so,re)}),te=_.useRef(null),ie=ao(X.ref,se,te),{tabIndex:pe}=br(te),be=ne&&!M;return d.createElement(R,{style:{...V,...X.style},className:G(so["body-cell"],a&&so["body-cell-first-row"],i&&so["body-cell-last-row"],s&&so["body-cell-selected"],u&&so["body-cell-next-selected"],h&&so["body-cell-prev-selected"],!x&&k&&so["body-cell-shaded"],k&&so["has-striped-rows"],so["is-visual-refresh"],S&&ro["selection-control"],w&&so["has-selection"],y&&so["has-footer"],j&&so["resizable-columns"],O==="top"&&so["body-cell-align-top"],U&&so["body-cell-editable"],ne&&!M&&so["body-cell-edit-active"],ne&&M&&so["body-cell-edit-disabled-popover"],$&&so["body-cell-has-success"],T!==void 0&&!be&&so["body-cell-expandable"],T!==void 0&&!be&&so[`expandable-level-${q3(T)}`],oe&&so[`table-variant-${oe}`],X.className),onClick:g,onFocus:v,onBlur:b,ref:ie,...f,tabIndex:pe===-1?void 0:pe,...Pi(Q)},T!==void 0&&P&&!be&&d.createElement("div",{className:so["expandable-toggle-wrapper"]},d.createElement(w3,{isExpanded:I,onExpandableItemToggle:H,expandButtonLabel:q,collapseButtonLabel:L})),d.createElement("div",{className:G(so["body-cell-content"],t&&so["body-cell-wrap"])},e))});function q3(e){return 0<=e&&e<=9?e:"next"}function U3({item:e,column:t,ariaLabels:l,isEditing:a,onEditStart:i,onEditEnd:s,editDisabledReason:u,...h}){var f;const g=h.level!==void 0,v=_k(()=>{a&&s(!0)}),b=_.useRef(null),x=_.useRef(null),k=_.useRef(null);function S(D){D.key==="Escape"&&s(!0)}const w=()=>{var D;i(),(D=x.current)===null||D===void 0||D.focus()},{targetProps:y,descriptionEl:C}=Ga(u),E=Ng(k),{tabIndex:N}=br(x);return d.createElement(fs,{...h,nativeAttributes:{"data-inline-editing-active":a.toString()},isEditing:a,isEditingDisabled:!0,onClick:!a&&!g?w:void 0,ref:g?void 0:v},t.cell(e),d.createElement("div",{className:so["body-cell-editor-wrapper"]},d.createElement("div",{ref:g?v:void 0},d.createElement("button",{ref:x,tabIndex:N,className:G(so["body-cell-editor"],so["body-cell-editor-disabled"],g&&so["body-cell-editor-focusable"]),onClick:!a&&g?w:void 0,"aria-label":(f=l==null?void 0:l.activateEditLabel)===null||f===void 0?void 0:f.call(l,t,e),"aria-haspopup":"dialog","aria-disabled":"true",onKeyDown:S,...y},d.createElement("span",{className:so["body-cell-editor-icon"]},d.createElement(no,{name:"lock-private",variant:"normal",__internalRootRef:b})),C))),a&&d.createElement("span",{ref:k},d.createElement(ts,null,d.createElement("span",{className:E},d.createElement(xg,{size:"medium",fixedWidth:!1,position:"top",trackRef:b,arrow:D=>d.createElement(gg,{position:D}),renderWithPortal:!0,zIndex:7e3},d.createElement(vg,{dismissButton:!1,dismissAriaLabel:void 0,header:null,onDismiss:()=>{},overflowVisible:"both"},d.createElement(Mt,{tagName:"span"},u)))))))}const W3=()=>{};function V3({ariaLabels:e,item:t,column:l,onEditEnd:a,submitEdit:i,__onRender:s}){var u,h,f,g;const[v,b]=_.useState(!1),[x,k]=_.useState(),S=ht("table"),w=_.useRef(null);function y({cancelled:U=!1,refocusCell:ne=!0}={}){U||k(void 0),a({cancelled:U,refocusCell:ne})}async function C(){var U;if(x===void 0){y();return}b(!0);try{await i(t,l,x),b(!1),y()}catch{b(!1),(U=w.current)===null||U===void 0||U.focusFirst()}}function E(U){U.preventDefault(),U.stopPropagation(),C()}function N({reFocusEditedCell:U=!0}={}){v||y({cancelled:!0,refocusCell:U})}function D(U){U.key==="Escape"&&N()}const T=_k(()=>N({reFocusEditedCell:!1}));_.useEffect(()=>{if(s){const U=setTimeout(s,1);return()=>clearTimeout(U)}},[s]);const{ariaLabel:P=void 0,validation:I=W3,errorIconAriaLabel:H,constraintText:q,editingCell:L,disableNativeForm:O}=l.editConfig,j={currentValue:x,setValue:k,submitValue:C},V=O?"div":"form";return d.createElement(pg,{restoreFocus:!0,ref:w},d.createElement("div",{role:"dialog",ref:T,"aria-label":(u=e==null?void 0:e.activateEditLabel)===null||u===void 0?void 0:u.call(e,l,t),onKeyDown:D},d.createElement(V,{onSubmit:O?void 0:E},d.createElement(R_,{stretch:!0,label:P,constraintText:q,__hideLabel:!0,__disableGutters:!0,i18nStrings:{errorIconAriaLabel:H},errorText:I(t,x)},d.createElement("div",{className:so["body-cell-editor-row"]},d.createElement("div",{className:so["body-cell-editor-row-editor"]},L(t,j)),d.createElement("span",{className:so["body-cell-editor-controls"]},d.createElement(h_,{direction:"horizontal",size:"xxs"},v?null:d.createElement(Ft,{ariaLabel:(h=e==null?void 0:e.cancelEditLabel)===null||h===void 0?void 0:h.call(e,l),formAction:"none",iconName:"close",variant:"inline-icon",onClick:()=>N()}),d.createElement(Ft,{ariaLabel:(f=e==null?void 0:e.submitEditLabel)===null||f===void 0?void 0:f.call(e,l),formAction:O?"none":"submit",onClick:O?C:void 0,iconName:"check",variant:"inline-icon",loading:v})),d.createElement(Mt,{tagName:"span",hidden:!0},v?S("ariaLabels.submittingEditText",(g=e==null?void 0:e.submittingEditText)===null||g===void 0?void 0:g.call(e,l)):"")))))))}const X3=()=>{throw new Error("The function `handleSubmit` is required for editable columns")};function Y3({item:e,column:t,isEditing:l,onEditStart:a,onEditEnd:i,submitEdit:s,ariaLabels:u,successfulEdit:h=!1,...f}){var g,v,b;const x=ht("table"),k=_.useRef(null),S={"data-inline-editing-active":l.toString()},w=_.useRef(!1),y=f.level!==void 0;_.useEffect(()=>{!l&&k.current&&w.current&&(w.current=!1,k.current.focus())},[l]);const[C,E]=_.useState(!1),N=Ni(h),D=Ni(C),[T,P]=_.useState(!1);_.useEffect(()=>{h&&N&&!C&&D&&P(!1),h&&!N&&P(!0)},[C,h,D,N]);const{tabIndex:I}=br(k);return d.createElement(fs,{...f,nativeAttributes:S,isEditing:l,hasSuccessIcon:T&&C,onClick:!l&&!y?a:void 0,onFocus:()=>E(!0),onBlur:()=>E(!1)},l&&t.editConfig?d.createElement(V3,{ariaLabels:u,column:t,item:e,onEditEnd:H=>{P(!1),w.current=H.refocusCell,i(H.cancelled)},submitEdit:s??X3}):d.createElement(d.Fragment,null,t.cell(e),T&&C&&d.createElement(d.Fragment,null,d.createElement("span",{className:so["body-cell-success"],onMouseDown:H=>{H.preventDefault()}},d.createElement(no,{name:"status-positive",variant:"success",ariaLabel:(g=u==null?void 0:u.successfulEditLabel)===null||g===void 0?void 0:g.call(u,t)})),d.createElement(Mt,{tagName:"span",hidden:!0},x("ariaLabels.successfulEditLabel",(v=u==null?void 0:u.successfulEditLabel)===null||v===void 0?void 0:v.call(u,t)))),d.createElement("div",{className:so["body-cell-editor-wrapper"]},d.createElement("button",{className:G(so["body-cell-editor"],y&&so["body-cell-editor-focusable"]),"aria-label":(b=u==null?void 0:u.activateEditLabel)===null||b===void 0?void 0:b.call(u,t,e),ref:k,onClick:!l&&y?a:void 0,tabIndex:I},d.createElement("span",{className:so["body-cell-editor-icon"]},d.createElement(no,{name:"edit"}))))))}function $3(e){var t,l;const a=(l=(t=e.column.editConfig)===null||t===void 0?void 0:t.disabledReason)===null||l===void 0?void 0:l.call(t,e.item);if(a)return d.createElement(U3,{editDisabledReason:a,...e});if(e.isEditable||e.isEditing)return d.createElement(Y3,{...e});const{column:i,item:s}=e;return d.createElement(fs,{...e,isEditable:!1},i.cell(s))}function Mb(e,t){function l(a){const i=t[a];let s="";typeof i=="number"&&(s=i+"px"),typeof i=="string"&&(s=i),e.style[a]!==s&&(e.style[a]=s)}l("width"),l("minWidth"),l("maxWidth")}function Z3({items:e,expandableRows:t,trackBy:l,ariaLabels:a}){var i;const s=ht("table"),u=!!t,h=new fd(l,(i=t==null?void 0:t.expandedItems)!==null&&i!==void 0?i:[]);let f=e;const g=new Map,v=x=>{var k,S;return(S=(k=g.get(x))===null||k===void 0?void 0:k.level)!==null&&S!==void 0?S:0};if(u){const x=new Array,k=(S,w)=>{const y=t.getItemChildren(S);g.set(S,{...w,children:y}),x.push(S),h.has(S)&&y.forEach((C,E)=>k(C,{level:w.level+1,setSize:y.length,posInSet:E+1,parent:S}))};e.forEach((S,w)=>k(S,{level:1,setSize:e.length,posInSet:w+1,parent:null}));for(let S=0;S<x.length;S++){const w=x[S];if(h.has(w)){let y=S+1;for(y;y<x.length;y++){const C=x[y];if(v(w)>=v(C))break}y--}}f=x}return{isExpandable:u,allItems:f,getExpandableItemProps:x=>{var k,S,w,y;const{level:C=1,setSize:E=1,posInSet:N=1,parent:D=null,children:T=[]}=(k=g.get(x))!==null&&k!==void 0?k:{};return{level:C,setSize:E,posInSet:N,isExpandable:(S=t==null?void 0:t.isItemExpandable(x))!==null&&S!==void 0?S:!0,isExpanded:h.has(x),onExpandableItemToggle:()=>Ze(t==null?void 0:t.onExpandableItemToggle,{item:x,expanded:!h.has(x)}),expandButtonLabel:s("ariaLabels.expandButtonLabel",(w=a==null?void 0:a.expandButtonLabel)===null||w===void 0?void 0:w.call(a,x)),collapseButtonLabel:s("ariaLabels.collapseButtonLabel",(y=a==null?void 0:a.collapseButtonLabel)===null||y===void 0?void 0:y.call(a,x)),parent:D,children:T}}}}function Q3({totalColumnsCount:e,hasFooter:t,loading:l,loadingText:a,empty:i,tableRef:s,containerRef:u}){const h=_.useRef(null);return Zr(u,({contentBoxWidth:f})=>{if(s.current&&h.current){const g=parseFloat(getComputedStyle(s.current).paddingInlineStart)||0,v=parseFloat(getComputedStyle(s.current).paddingInlineEnd)||0,b=f+g+v;h.current.style.inlineSize=Math.floor(b)+"px"}}),d.createElement("td",{colSpan:e,className:G(ro["cell-merged"],t&&ro["has-footer"])},d.createElement("div",{ref:h,className:ro["cell-merged-content"],"data-awsui-table-suppress-navigation":!0},l?d.createElement(sd,{type:"loading",className:ro.loading,wrapText:!0},d.createElement(Mt,{tagName:"span"},a)):d.createElement("div",{className:ro.empty},i)))}const K3={"items-loader":"awsui_items-loader_115pt_16l07_5"};function J3({item:e,trackBy:t,children:l}){let a=e&&t?qg(t,e):void 0;return a=typeof a=="string"?a:void 0,d.createElement("div",{"data-root":e?"false":"true","data-parentrow":a,className:K3["items-loader"]},l)}function eE({item:e,loadingStatus:t,renderLoaderPending:l,renderLoaderLoading:a,renderLoaderError:i,renderLoaderEmpty:s}){let u=null;return t==="pending"&&l?u=l({item:e}):t==="loading"&&a?u=d.createElement(Mt,{tagName:"span"},a({item:e})):t==="error"&&i?u=d.createElement(Mt,{tagName:"span"},i({item:e})):t==="finished"&&s&&e&&(u=d.createElement(Mt,{tagName:"span"},s({item:e}))),u}function oE({item:e,trackBy:t,children:l,...a}){return d.createElement(fs,{...a,isEditable:!1,isEditing:!1},a.isRowHeader?d.createElement(J3,{item:e,trackBy:t},l):null)}function tE({items:e,getLoadingStatus:t,getExpandableItemProps:l}){const a=new Array,i=f=>l(f).parent,s=f=>l(f).children,u=f=>f?l(f).level:0,h=f=>l(f).isExpanded;for(let f=0;f<e.length;f++){if(a.push({type:"data",item:e[f]}),h(e[f])&&s(e[f]).length===0){const x=t==null?void 0:t(e[f]);(x==="loading"||x==="finished"||x==="error")&&a.push({type:"loader",item:e[f],level:u(e[f]),status:x,from:0})}let g=i(e[f]),v=u(e[f])-u(e[f+1]);for(;g&&v>0;){const x=t==null?void 0:t(g);if(x&&x!=="finished"){const k=g?u(g):0,S=g?s(g):[];a.push({type:"loader",item:g,level:k,status:x,from:S.length})}g=g&&i(g),v--}const b=t==null?void 0:t(null);f===e.length-1&&b&&b!=="finished"&&a.push({type:"loader",item:null,level:0,status:b,from:e.length})}return{allRows:a}}const La=120;function rE(e,t){const l=new Map;for(let a=0;a<t.length;a++){const i=t[a];let s=i.width||0;const u=i.minWidth||s||La;if(!s&&a!==t.length-1){const h=e(i.id);s=h?Ue(h).inlineSize:La}l.set(i.id,Math.max(s,u))}return l}function lE(e,t,l,a){const i=e.find(h=>h.id===a);let s=La;if(typeof(i==null?void 0:i.width)=="number"&&i.width<La&&(s=i==null?void 0:i.width),typeof(i==null?void 0:i.minWidth)=="number"&&(s=i==null?void 0:i.minWidth),l=Math.max(l,s),t.get(a)===l)return t;const u=new Map(t);return u.set(a,l),u}const yk=_.createContext({getColumnStyles:()=>({}),columnWidths:new Map,updateColumn:()=>{},setCell:()=>{}});function aE({visibleColumns:e,resizableColumns:t,containerRef:l,children:a}){const i=_.useRef(null),s=_.useRef(0),[u,h]=_.useState(null),f=_.useRef(new Map),g=_.useRef(new Map),v=w=>{var y;return(y=f.current.get(w))!==null&&y!==void 0?y:null},b=(w,y,C)=>{const E=w?g:f;C?E.current.set(y,C):E.current.delete(y)},x=(w,y)=>{var C,E,N;const D=e.find(T=>T.id===y);if(!D)return{};if(w)return{width:((C=f.current.get(D.id))===null||C===void 0?void 0:C.getBoundingClientRect().width)||((E=u==null?void 0:u.get(D.id))!==null&&E!==void 0?E:D.width)};if(t&&u){const T=D.id===((N=e[e.length-1])===null||N===void 0?void 0:N.id),P=e.reduce((I,{id:H})=>I+(u.get(H)||La),0);return T&&s.current>P?{width:"auto",minWidth:D==null?void 0:D.minWidth}:{width:u.get(D.id),minWidth:D==null?void 0:D.minWidth}}return{width:D.width,minWidth:D.minWidth,maxWidth:t?void 0:D.maxWidth}},k=bl(()=>{for(const{id:w}of e){const y=f.current.get(w);y&&Mb(y,x(!1,w))}for(const{id:w}of e){const y=g.current.get(w);y&&Mb(y,x(!0,w))}});Zr(l,({contentBoxWidth:w})=>{s.current=w,requestAnimationFrame(()=>k())}),_.useEffect(()=>{if(k(),!t)return;let w=!1;const y=new Map(u),C=i.current;if(C){for(let E=0;E<e.length;E++){const N=e[E];!(u!=null&&u.get(N.id))&&C.indexOf(N.id)===-1&&(w=!0,y.set(N.id,N.width||La))}w&&h(y)}i.current=e.map(E=>E.id)},[u,t,e,k]),_.useEffect(()=>{t&&h(()=>rE(v,e))},[]);function S(w,y){h(C=>lE(e,C??new Map,y,w))}return d.createElement(yk.Provider,{value:{getColumnStyles:x,columnWidths:u??new Map,updateColumn:S,setCell:b}},a)}function nE(){return _.useContext(yk)}const Rt={"resize-active":"awsui_resize-active_x7peu_an1qk_145","resize-active-with-focus":"awsui_resize-active-with-focus_x7peu_an1qk_145","resizer-wrapper":"awsui_resizer-wrapper_x7peu_an1qk_150","divider-interactive":"awsui_divider-interactive_x7peu_an1qk_158","is-borderless":"awsui_is-borderless_x7peu_an1qk_158","resizer-button-wrapper":"awsui_resizer-button-wrapper_x7peu_an1qk_162",divider:"awsui_divider_x7peu_an1qk_158","divider-disabled":"awsui_divider-disabled_x7peu_an1qk_182","visual-refresh":"awsui_visual-refresh_x7peu_an1qk_190","divider-active":"awsui_divider-active_x7peu_an1qk_194",resizer:"awsui_resizer_x7peu_an1qk_150","has-focus":"awsui_has-focus_x7peu_an1qk_246",tracker:"awsui_tracker_x7peu_an1qk_268"};function un(e){if(!e)return null;const t=Dt(e,h=>h.tagName==="TH");if(!t)return null;const l=Dt(t,h=>h.className.indexOf(ro.root)>-1);if(!l)return null;const a=l.querySelector("table");if(!a)return null;const i=l.querySelectorAll("thead th"),s=l.querySelector(`.${Rt.tracker}`);if(!s)return null;const u=zi(t)[0];return u?{header:t,table:a,allHeaders:i,tracker:s,scrollParent:u}:null}function Ob(e){const t=e&&Dt(e,l=>l.tagName.toLowerCase()==="th");return t?Ue(t).inlineSize:0}const iE=10,cE=10,jb=5;function Sk({className:e}){return d.createElement("span",{className:G(Rt.divider,Rt["divider-disabled"],e)})}function sE({onWidthUpdate:e,onWidthUpdateCommit:t,ariaLabelledby:l,minWidth:a=La,tabIndex:i,showFocusRing:s,focusId:u,roleDescription:h,tooltipText:f,isBorderless:g}){e=bl(e),t=bl(t);const v=Qe(),b=_.useRef(null),x=_.useRef(null),k=_.useRef(null),[S,w]=_.useState(!1),[y,C]=_.useState(!1),[E,N]=_.useState(!1),[D,T]=_.useState(!1),[P,I]=_.useState(!1),H=_.useRef(),[q,L]=_.useState(!1),[O,j]=_.useState(0);_.useEffect(()=>{j(Ob(x.current))},[]);const V=_.useCallback(()=>{const Q=un(x.current);if(!Q||!b.current)return!1;let se=0,R=0;Q.allHeaders.forEach(ve=>{const{inlineSize:xe}=Ue(ve);ve.style.insetInlineStart&&(se+=xe),ve.style.insetInlineEnd&&(R+=xe)});const{insetInlineStart:X,insetInlineEnd:te}=Ue(Q.scrollParent),{insetInlineStart:ie,insetInlineEnd:pe,inlineSize:be}=Ue(Q.header),re=ie-X,de=te-pe,Y=!!Q.header.style.insetInlineStart||!!Q.header.style.insetInlineEnd;return Math.ceil(re+be)<(Y?0:se)||Math.ceil(de)<(Y?0:R)},[]),U=_.useCallback(()=>{k.current&&V()&&bg(k.current)},[V]);_.useEffect(()=>{if(!E){T(!1);return}const Q=un(x.current);if(!Q)return;const se=()=>T(V());return Q.scrollParent.addEventListener("scroll",se),()=>Q.scrollParent.removeEventListener("scroll",se)},[V,E]),_.useEffect(()=>{E&&T(V())},[O,V,E]);const ne=_.useCallback(Q=>{const se=un(x.current);if(!se)return;const{insetInlineStart:R}=Ue(se.table);se.tracker.style.insetBlockStart=Ue(se.header).blockSize+"px",se.tracker.style.insetInlineStart=Q-R-1+"px"},[]),M=_.useCallback(Q=>{const se=un(x.current);if(!se)return;const{insetInlineEnd:R,inlineSize:X}=Ue(se.header),te=Q<a?a:Q;ne(R+te-X),j(te),e(Q)},[a,e,ne]),$=_.useCallback(Q=>{const se=un(x.current);if(!se)return;const{insetInlineStart:R}=Ue(se.scrollParent);if(Q>R){const X=Ue(se.header).insetInlineStart,te=Q-X;M(te)}},[M]);_.useEffect(()=>{var Q,se;const R=un(x.current),X=(se=(Q=x.current)===null||Q===void 0?void 0:Q.ownerDocument)!==null&&se!==void 0?se:window.document;if(!S&&!q||!R)return;const{insetInlineEnd:te}=Ue(R.scrollParent),ie=()=>{const Y=Ue(R.header).inlineSize;H.current=setTimeout(ie,cE),M(Y+jb),R.scrollParent.scrollLeft+=jb*(Xl(R.scrollParent)?-1:1)},pe=Y=>{C(!0),clearTimeout(H.current);const ve=G1(Y);ve>te?H.current=setTimeout(ie,iE):$(ve)},be=Y=>{w(!1),y?(C(!1),$(G1(Y))):N(!0),t(),clearTimeout(H.current)},re=Y=>{P?[Te.left,Te.right,Te.enter,Te.space,Te.escape].indexOf(Y.keyCode)!==-1&&(Y.preventDefault(),Gh(Y)&&id(Y,{onActivate:()=>{var xe;I(!1),N(!1),(xe=x.current)===null||xe===void 0||xe.focus()},onEscape:()=>{var xe;I(!1),N(!1),(xe=x.current)===null||xe===void 0||xe.focus()},onInlineStart:()=>{M(Ue(R.header).inlineSize-10),U()},onInlineEnd:()=>{M(Ue(R.header).inlineSize+10),U()}})):Y.keyCode===Te.enter||Y.keyCode===Te.space?(Y.preventDefault(),Gh(Y)&&id(Y,{onActivate:()=>{var ve;N(!0),I(!0),(ve=k.current)===null||ve===void 0||ve.focus()}})):N(!1)};ne(Ue(R.header).insetInlineEnd);const de=new AbortController;return S?(X.body.classList.add(Rt["resize-active"]),X.addEventListener("pointermove",pe,{signal:de.signal}),X.addEventListener("pointerup",be,{signal:de.signal})):q&&(X.body.classList.add(Rt["resize-active-with-focus"]),R.header.addEventListener("keydown",re,{signal:de.signal})),P&&X.body.classList.add(Rt["resize-active"]),()=>{X.body.classList.remove(Rt["resize-active"]),X.body.classList.remove(Rt["resize-active-with-focus"]),de.abort()}},[y,P,S,q,U,t,$,M,ne]),_.useEffect(()=>{if(y)return()=>clearTimeout(H.current)},[y]);const{tabIndex:oe}=br(x,{tabIndex:i});return d.createElement("div",{className:G(Rt["resizer-wrapper"],Rt["visual-refresh"],g&&Rt["is-borderless"]),ref:b},d.createElement(zN,{clickDragThreshold:3,hideButtonsOnDrag:!1,directions:{"inline-start":D?void 0:O>a?"active":"disabled","inline-end":D?void 0:"active"},triggerMode:"controlled",controlledShowButtons:E&&!D,wrapperClassName:Rt["resizer-button-wrapper"],tooltipText:f,"data-obscured":D,onDirectionClick:Q=>{const se=un(x.current);se&&(Q==="inline-start"?(M(Ue(se.header).inlineSize-20),requestAnimationFrame(()=>{t(),U()})):Q==="inline-end"&&(M(Ue(se.header).inlineSize+20),requestAnimationFrame(()=>{t(),U()})))}},d.createElement("button",{type:"button",ref:x,className:G(Rt.resizer,(q||s||P)&&Rt["has-focus"]),onPointerDown:Q=>{Q.pointerType==="mouse"&&Q.button!==0||w(!0)},onClick:()=>{var Q;w(!1),C(!1),N(!0),L(!0),I(!0),(Q=k.current)===null||Q===void 0||Q.focus()},onFocus:()=>{j(Ob(x.current)),L(!0)},onBlur:Q=>{if(Q.relatedTarget!==k.current){L(!1),N(!1);return}},"aria-roledescription":h,"aria-labelledby":l,tabIndex:oe,"data-focus-id":u}),d.createElement("span",{className:G(Rt["divider-interactive"],(S||y)&&Rt["divider-active"]),"data-awsui-table-suppress-navigation":!0,ref:k,id:v,role:"slider",tabIndex:-1,"aria-labelledby":l,"aria-hidden":!P,"aria-valuemin":a,"aria-valuemax":Number.MAX_SAFE_INTEGER,"aria-valuenow":O,"data-focus-id":u,onBlur:Q=>{I(!1),Q.relatedTarget!==x.current&&(L(!1),N(!1)),t()}})))}function uE(){return d.createElement("span",{className:Rt.tracker})}const Jo={"header-cell":"awsui_header-cell_1spae_wii4_149","header-cell-fake-focus":"awsui_header-cell-fake-focus_1spae_wii4_183","header-cell-sticky":"awsui_header-cell-sticky_1spae_wii4_204","header-cell-stuck":"awsui_header-cell-stuck_1spae_wii4_207","header-cell-variant-full-page":"awsui_header-cell-variant-full-page_1spae_wii4_207","header-cell-hidden":"awsui_header-cell-hidden_1spae_wii4_213","header-cell-variant-embedded":"awsui_header-cell-variant-embedded_1spae_wii4_216","is-visual-refresh":"awsui_is-visual-refresh_1spae_wii4_216","sticky-cell":"awsui_sticky-cell_1spae_wii4_216","header-cell-variant-borderless":"awsui_header-cell-variant-borderless_1spae_wii4_216","header-cell-sortable":"awsui_header-cell-sortable_1spae_wii4_219","table-variant-full-page":"awsui_table-variant-full-page_1spae_wii4_240","sticky-cell-pad-left":"awsui_sticky-cell-pad-left_1spae_wii4_243","has-selection":"awsui_has-selection_1spae_wii4_243","sticky-cell-last-inline-start":"awsui_sticky-cell-last-inline-start_1spae_wii4_246","resize-divider":"awsui_resize-divider_1spae_wii4_251","sticky-cell-last-inline-end":"awsui_sticky-cell-last-inline-end_1spae_wii4_258","sorting-icon":"awsui_sorting-icon_1spae_wii4_268","edit-icon":"awsui_edit-icon_1spae_wii4_276","header-cell-content":"awsui_header-cell-content_1spae_wii4_282","header-cell-content-expandable":"awsui_header-cell-content-expandable_1spae_wii4_288","header-cell-disabled":"awsui_header-cell-disabled_1spae_wii4_340","header-cell-sorted":"awsui_header-cell-sorted_1spae_wii4_340","header-cell-text":"awsui_header-cell-text_1spae_wii4_354","header-cell-text-wrap":"awsui_header-cell-text-wrap_1spae_wii4_358","header-cell-ascending":"awsui_header-cell-ascending_1spae_wii4_364","header-cell-descending":"awsui_header-cell-descending_1spae_wii4_365","has-striped-rows":"awsui_has-striped-rows_1spae_wii4_479","sticky-cell-pad-inline-start":"awsui_sticky-cell-pad-inline-start_1spae_wii4_479","header-cell-resizable":"awsui_header-cell-resizable_1spae_wii4_491"};function Bk({resizableStyle:e,sortingStatus:t,sortingDisabled:l,focusedComponent:a,stuck:i,sticky:s,resizable:u,hidden:h,stripedRows:f,isSelection:g,colIndex:v,columnId:b,stickyState:x,cellRef:k,tableRole:S,children:w,variant:y,ariaLabel:C,tableVariant:E,...N}){const D=kk({stickyColumns:x,columnId:b,getClassName:H=>ok(Jo,H)}),T=_.useRef(null),P=ao(D.ref,k,T),{tabIndex:I}=br(T);return d.createElement("th",{"data-focus-id":`header-${String(b)}`,className:G(Jo["header-cell"],Jo[`header-cell-variant-${y}`],s&&Jo["header-cell-sticky"],u&&Jo["header-cell-resizable"],i&&Jo["header-cell-stuck"],f&&Jo["has-striped-rows"],Jo["is-visual-refresh"],g&&G(ro["selection-control"],ro["selection-control-header"]),E&&Jo[`table-variant-${E}`],{[Jo["header-cell-fake-focus"]]:a===`header-${String(b)}`,[Jo["header-cell-sortable"]]:t,[Jo["header-cell-sorted"]]:t==="ascending"||t==="descending",[Jo["header-cell-disabled"]]:l,[Jo["header-cell-ascending"]]:t==="ascending",[Jo["header-cell-descending"]]:t==="descending",[Jo["header-cell-hidden"]]:h},D.className),style:{...e,...D.style},ref:P,...z3({tableRole:S,sortingStatus:t,colIndex:v}),tabIndex:I===-1?void 0:I,...Pi(N),...C?{"aria-label":C}:{}},w)}function dE({focusedComponent:e,singleSelectionHeaderAriaLabel:t,getSelectAllProps:l,onFocusMove:a,...i}){const s=l?l():void 0;return d.createElement(Bk,{...i,isSelection:!0,colIndex:0,focusedComponent:e,ariaLabel:s==null?void 0:s.selectionGroupLabel,...Ge({action:s!=null&&s.checked?"deselectAll":"selectAll"})},s?d.createElement(ek,{onFocusDown:u=>{a(u.target,-1,1)},focusedComponent:e,...s,...i.sticky?{tabIndex:-1}:{}}):d.createElement(jN,null,t),d.createElement(Sk,{className:ro["resize-divider"]}))}function Gb({selectionControlProps:e,...t}){return d.createElement(fs,{...t,isSelection:!0,wrapLines:!1,isEditable:!1,isEditing:!1,colIndex:0},e?d.createElement(ek,{...e,verticalAlign:t.verticalAlign}):null)}const fE={sortable:"caret-down",ascending:"caret-up-filled",descending:"caret-down-filled"},hE=(e,t,l,a)=>{if(t)return l?"descending":"ascending";if(e&&!a)return"sortable"},gE=e=>fE[e],Ck=(e,t)=>e===t||e.sortingField!==void 0&&e.sortingField===t.sortingField||e.sortingComparator!==void 0&&e.sortingComparator===t.sortingComparator,mE=(e=[],t)=>{if(!t)return null;for(let l=0;l<e.length;l++)if(Ck(e[l],t))return e[l].id||null;return null},Fb={"header-cell-text":"awsui_header-cell-text_dpuyq_1id1o_5"};function pE({tabIndex:e,column:t,activeSortingColumn:l,sortingDescending:a,sortingDisabled:i,wrapLines:s,focusedComponent:u,stuck:h,sticky:f,hidden:g,stripedRows:v,onClick:b,colIndex:x,updateColumn:k,resizableColumns:S,resizableStyle:w,onResizeFinish:y,isEditable:C,columnId:E,stickyState:N,cellRef:D,tableRole:T,resizerRoleDescription:P,resizerTooltipText:I,isExpandable:H,hasDynamicContent:q,variant:L,tableVariant:O}){var j;const V=ht("table"),U=!!t.sortingComparator||!!t.sortingField,ne=!!l&&Ck(t,l),M=hE(U,ne,!!a,!!i),$=()=>b({sortingColumn:t,isDescending:ne?!a:!1}),oe=({nativeEvent:ie})=>{(ie.keyCode===Te.enter||ie.keyCode===Te.space)&&(ie.preventDefault(),$())},Q=Qe("table-header-"),se=_.useRef(null),{tabIndex:R}=br(se,{tabIndex:e}),X=_.useRef(null),te=ao(D,X);return Zr(q?X:()=>null,ie=>{k(E,ie.borderBoxWidth)}),d.createElement(Bk,{resizableStyle:w,cellRef:te,sortingStatus:M,sortingDisabled:i,focusedComponent:u,stuck:h,sticky:f,resizable:S,hidden:g,stripedRows:v,colIndex:x,columnId:E,stickyState:N,tableRole:T,variant:L,tableVariant:O,...i?{}:Ge({action:"sort",detail:{position:`${x+1}`,columnId:t.id?`${t.id}`:"",label:`.${Fb["header-cell-text"]}`,sortingDescending:`${!a}`}})},d.createElement("div",{ref:se,"data-focus-id":`sorting-control-${String(E)}`,className:G(Jo["header-cell-content"],{[Jo["header-cell-fake-focus"]]:u===`sorting-control-${String(E)}`,[Jo["header-cell-content-expandable"]]:H}),"aria-label":t.ariaLabel?t.ariaLabel({sorted:ne,descending:ne&&!!a,disabled:!!i}):void 0,...M&&!i?{onKeyPress:oe,tabIndex:R,role:"button",onClick:$}:{}},d.createElement("div",{className:G(Jo["header-cell-text"],Fb["header-cell-text"],s&&Jo["header-cell-text-wrap"]),id:Q},t.header,C?d.createElement("span",{className:Jo["edit-icon"]},d.createElement(no,{name:"edit",ariaLabel:V("columnDefinitions.editConfig.editIconAriaLabel",(j=t.editConfig)===null||j===void 0?void 0:j.editIconAriaLabel)})):null),M&&d.createElement("span",{className:Jo["sorting-icon"]},d.createElement(no,{name:gE(M)}))),S?d.createElement(sE,{tabIndex:e,focusId:`resize-control-${String(E)}`,showFocusRing:u===`resize-control-${String(E)}`,onWidthUpdate:ie=>k(E,ie),onWidthUpdateCommit:y,ariaLabelledby:Q,minWidth:typeof t.minWidth=="string"?parseInt(t.minWidth):t.minWidth,roleDescription:V("ariaLabels.resizerRoleDescription",P),tooltipText:I,isBorderless:L==="full-page"||L==="embedded"||L==="borderless"}):d.createElement(Sk,{className:Jo["resize-divider"]}))}const Nk=d.forwardRef(({selectionType:e,getSelectAllProps:t,columnDefinitions:l,sortingColumn:a,sortingDisabled:i,sortingDescending:s,resizableColumns:u,variant:h,tableVariant:f,wrapLines:g,onFocusMove:v,onSortingChange:b,onResizeFinish:x,singleSelectionHeaderAriaLabel:k,stripedRows:S,sticky:w=!1,hidden:y=!1,stuck:C=!1,stickyState:E,selectionColumnId:N,focusedComponent:D,onFocusedComponentChange:T,tableRole:P,resizerRoleDescription:I,resizerTooltipText:H,isExpandable:q,setLastUserAction:L},O)=>{const{getColumnStyles:j,columnWidths:V,updateColumn:U,setCell:ne}=nE(),M={stuck:C,sticky:w,hidden:y,stripedRows:S,tableRole:P,variant:h,tableVariant:f,stickyState:E};return d.createElement("thead",{className:G(!y&&ro["thead-active"])},d.createElement("tr",{...Uh.all,ref:O,"aria-rowindex":1,...P3({tableRole:P}),onFocus:$=>{var oe;const Q=Dt($.target,R=>!!R.getAttribute("data-focus-id")),se=(oe=Q==null?void 0:Q.getAttribute("data-focus-id"))!==null&&oe!==void 0?oe:null;T==null||T(se)},onBlur:()=>T==null?void 0:T(null)},e?d.createElement(dE,{...M,focusedComponent:D,columnId:N,getSelectAllProps:t,onFocusMove:v,singleSelectionHeaderAriaLabel:k}):null,l.map(($,oe)=>{const Q=Uc($,oe);return d.createElement(pE,{...M,key:Q,tabIndex:w?-1:0,focusedComponent:D,column:$,activeSortingColumn:a,sortingDescending:s,sortingDisabled:i,wrapLines:g,colIndex:e?oe+1:oe,columnId:Q,updateColumn:U,onResizeFinish:()=>x(V),resizableColumns:u,resizableStyle:j(w,Q),onClick:se=>{L("sorting"),Ze(b,se)},isEditable:!!$.editConfig,cellRef:se=>ne(w,Q,se),tableRole:P,resizerRoleDescription:I,resizerTooltipText:H,isExpandable:oe===0&&q,hasDynamicContent:y&&!u&&$.hasDynamicContent})})))}),vE=(e,t,l,a,i)=>{const s=Fa(),u=_.useCallback(()=>{e.current&&t.current&&l.current&&a.current&&i.current&&(a.current.style.inlineSize=`${e.current.getBoundingClientRect().width}px`,i.current.style.marginBlockStart=`-${t.current.getBoundingClientRect().height}px`)},[t,l,a,i,e]);_.useLayoutEffect(()=>{u()}),Zr(t,u);const h=()=>{if(!s&&t.current&&l.current&&i.current){const v=tk(t.current,l.current);v>0&&Wh(v,i.current)}},{scrollToItem:f}=g4(i,l);return{scrollToRow:v=>{s||f(v)},scrollToTop:h}},bE=_.forwardRef(xE);function xE({variant:e,theadProps:t,wrapperRef:l,theadRef:a,secondaryWrapperRef:i,onScroll:s,tableRef:u,tableHasHeader:h,contentDensity:f,tableRole:g},v){const b=_.useRef(null),x=_.useRef(null),{isStuck:k}=_.useContext(Ag),[S,w]=_.useState(null),{scrollToRow:y,scrollToTop:C}=vE(u,a,b,x,l);return _.useImperativeHandle(v,()=>({scrollToTop:C,scrollToRow:y,setFocus:w})),d.createElement("div",{className:G(ro["header-secondary"],ro[`variant-${e}`],{[ro["table-has-header"]]:h}),"aria-hidden":!0,tabIndex:-1,ref:i,onScroll:s},d.createElement("table",{className:G(ro.table,ro["table-layout-fixed"],f==="compact"&&ns("compact-table")),ref:x,...wk({tableRole:g})},d.createElement(Nk,{ref:b,sticky:!0,stuck:k,focusedComponent:S,...t})))}const za={"sticky-scrollbar":"awsui_sticky-scrollbar_faqt8_105xs_181","sticky-scrollbar-content":"awsui_sticky-scrollbar-content_faqt8_105xs_193","sticky-scrollbar-visible":"awsui_sticky-scrollbar-visible_faqt8_105xs_196","sticky-scrollbar-native-invisible":"awsui_sticky-scrollbar-native-invisible_faqt8_105xs_199","sticky-scrollbar-offset":"awsui_sticky-scrollbar-offset_faqt8_105xs_202","is-visual-refresh":"awsui_is-visual-refresh_faqt8_105xs_205"},qb=(e,t,l,a,i)=>{if(!e||!l||!t)return;const{inlineSize:s}=Ue(e),{inlineSize:u}=Ue(t),h=Pg().height;if(s>u?(l.classList.contains(za["sticky-scrollbar-visible"])||requestAnimationFrame(()=>{l.scrollLeft=t.scrollLeft}),l.classList.add(za["sticky-scrollbar-visible"]),h||l.classList.add(za["sticky-scrollbar-native-invisible"])):l.classList.remove(za["sticky-scrollbar-visible"]),h&&l&&a&&(l.style.blockSize=`${h}px`,a.style.blockSize=`${h}px`),e&&t&&a&&l){const g=Ue(t),v=Ue(e);l.style.inlineSize=`${g.inlineSize}px`,a.style.inlineSize=`${v.inlineSize}px`,l.style.insetBlockEnd=i?"0px":`var(${S_.stickyVerticalBottomOffset}, 0px)`}};function _E(e,t,l,a,i){const[s,u]=_.useState(!1),h=a.current;_.useEffect(()=>{h&&u(!!J5(h)||!!zi(h)[0])},[h]),_.useEffect(()=>{if(a.current&&l.current&&typeof ResizeObserver<"u"){const f=new ResizeObserver(()=>{t.current&&qb(l.current,a.current,e.current,t.current,s)});return f.observe(a.current),f.observe(l.current),()=>{f.disconnect()}}},[t,e,l,a,s,i]),_.useEffect(()=>{const f=()=>{qb(l.current,a.current,e.current,t.current,s)};return f(),window.addEventListener("resize",f),()=>{window.removeEventListener("resize",f)}},[l,a,e,t,s])}const kE=_.forwardRef(wE);function wE({wrapperRef:e,tableRef:t,onScroll:l,hasStickyColumns:a},i){const s=d.useRef(null),u=d.useRef(null),h=ao(i,s),f=a||Pg().height===0;_E(s,u,t,e,f);const{ref:g,isIntersecting:v}=B_();return d.createElement(d.Fragment,null,d.createElement("div",{ref:h,className:G(za["sticky-scrollbar"],f&&za["sticky-scrollbar-offset"],za["is-visual-refresh"]),onScroll:l,"data-stuck":!v},d.createElement("div",{ref:u,className:za["sticky-scrollbar-content"]})),d.createElement("div",{ref:g,style:{position:"absolute",right:0,bottom:0,left:0,height:1}}))}function yE({onCancel:e,onSubmit:t}){const[l,a]=_.useState(null),[i,s]=_.useState(null),[u,h]=_.useState(!1),f=S=>{s(null),a(S)},g=_.useCallback(()=>a(null),[]);return{isLoading:u,startEdit:f,cancelEdit:g,checkEditing:({row:S,col:w})=>S===(l==null?void 0:l.row)&&w===l.col,checkLastSuccessfulEdit:({row:S,col:w})=>S===(i==null?void 0:i.row)&&w===i.col,completeEdit:(S,w)=>{Rr(e,{})||(a(null),w||s(S))},submitEdit:t?async(...S)=>{h(!0);try{await t(...S)}finally{h(!1)}}:void 0}}var Zu,Qu,mn;const Ub=`.${so["sticky-cell"]}`,SE=50;function BE(e){_.useEffect(()=>{if(e.current){const t=e.current,l=new CE,a=s=>{s.target&&s.target instanceof HTMLElement&&(s.target.matches(Ub)||s.target.closest(Ub))&&l.set(t.scrollLeft)};t.addEventListener("click",a);const i=()=>{l.active&&(t.scrollLeft=l.scrollLeft,l.clear())};return t.addEventListener("scroll",i),()=>{t.removeEventListener("click",a),t.removeEventListener("scroll",i)}}},[e])}class CE{constructor(){Zu.set(this,setTimeout(()=>{},0)),Qu.set(this,0),mn.set(this,!1)}set(t){ze(this,mn,"f")||(ul(this,mn,!0,"f"),ul(this,Qu,t,"f"),ul(this,Zu,setTimeout(()=>ul(this,mn,!1,"f"),SE),"f"))}clear(){ul(this,mn,!1,"f"),clearTimeout(ze(this,Zu,"f"))}get active(){return ze(this,mn,"f")}get scrollLeft(){return ze(this,Qu,"f")}}Zu=new WeakMap,Qu=new WeakMap,mn=new WeakMap;function NE({onRowClick:e,onRowContextMenu:t}){return{onRowClickHandler:e&&((i,s,u)=>{const h=Dt(u.target,f=>f.tagName.toLowerCase()==="td");(!h||!h.classList.contains(ro["selection-control"]))&&Ze(e,{rowIndex:i,item:s})}),onRowContextMenuHandler:t&&((i,s,u)=>{const h={rowIndex:i,item:s,clientX:u.clientX,clientY:u.clientY};Rr(t,h,u)})}}function TE(e,t){e.querySelectorAll("tr").forEach((l,a)=>{l.querySelectorAll("td").forEach((i,s)=>{t(i,a,s)})})}function EE({enableKeyboardNavigation:e,selectionType:t,tableRoot:l,columnDefinitions:a,numRows:i}){const s=_.useMemo(()=>{const b=a.map(x=>!!x.editConfig);return t&&b.unshift(!1),b},[a,t]),u=s.length-1,h=t?1:0,f=_.useCallback((b,x)=>{l!=null&&l.current&&TE(l.current,(k,S,w)=>{var y;if(S===b&&w===x){const C=k.querySelector("button:last-child");C&&((y=C.focus)===null||y===void 0||y.call(C),bg(C))}})},[l]),g=_.useCallback((b,x)=>{var k;const S=(k=l.current)===null||k===void 0?void 0:k.querySelector("td:focus-within");if(!S)return;const w=S.cellIndex,y=S.parentElement.rowIndex;let C=y,E=w;if(b!==0&&(C=Math.min(i,Math.max(y+b,0))),x!==0)for(;E<=u&&E>=h&&(E+=x,!s[E]););(y!==C||w!==E)&&l.current&&f(C,E)},[f,s,u,h,i,l]),v=_.useCallback(b=>{var x,k;if(!(!((x=l.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(),g(-1,0);break;case"ArrowDown":b.preventDefault(),g(1,0);break;case"ArrowLeft":b.preventDefault(),g(0,-1);break;case"ArrowRight":b.preventDefault(),g(0,1);break;default:return}},[g,l]);_.useEffect(()=>{if(!l.current||e)return;const b=l.current;return l.current.addEventListener("keydown",v),()=>b&&b.removeEventListener("keydown",v)},[e,s,v,l])}const DE=10,IE=54,Oc=Symbol("selection-column-id"),PE=d.forwardRef((e,t)=>{const{funnelSubStepProps:l}=ja(),a={...e,__funnelSubStepProps:l};return d.createElement(Tk,{...a,ref:t})}),Tk=d.forwardRef(({header:e,footer:t,empty:l,filter:a,pagination:i,preferences:s,items:u,columnDefinitions:h,trackBy:f,loading:g,loadingText:v,selectionType:b,selectedItems:x,isItemDisabled:k,ariaLabels:S,onSelectionChange:w,onSortingChange:y,sortingColumn:C,sortingDescending:E,sortingDisabled:N,visibleColumns:D,stickyHeader:T,stickyHeaderVerticalOffset:P,onRowClick:I,onRowContextMenu:H,wrapLines:q,stripedRows:L,contentDensity:O,submitEdit:j,onEditCancel:V,resizableColumns:U,onColumnWidthsChange:ne,variant:M,__internalRootRef:$,totalItemsCount:oe,firstIndex:Q,renderAriaLive:se,stickyColumns:R,columnDisplay:X,enableKeyboardNavigation:te,expandableRows:ie,getLoadingStatus:pe,renderLoaderPending:be,renderLoaderLoading:re,renderLoaderError:de,renderLoaderEmpty:Y,cellVerticalAlign:ve,__funnelSubStepProps:xe,...we},He)=>{var Be,le,ae;ie&&te===void 0&&(te=!0);const _e=io(we);Ni(T);const Ne=Fa(),{isExpandable:ke,allItems:Pe,getExpandableItemProps:Le}=Z3({items:u,expandableRows:ie,trackBy:f,ariaLabels:S}),{allRows:Ke}=tE({items:Pe,getLoadingStatus:pe,getExpandableItemProps:Le}),[qe,ye]=hl(De=>De.borderBoxWidth),Ae=_.useRef(null),Re=ao(ye,Ae),[We,wo]=hl(De=>De.borderBoxWidth),To=_.useRef(null),Ro=d.useRef(null),rt=_.useRef(null),Yo=d.useRef(null),ot=d.useRef(null),{cancelEdit:Je,...xo}=yE({onCancel:V,onSubmit:j}),Do=_.useRef({}),ko=_.useRef({}),Ct=_.useRef({}),$t=_.useRef({}),ir=()=>{var De,uo,Zt,mt;return(Zt=(uo=(De=In.current)===null||De===void 0?void 0:De.querySelector(`.${zo["heading-text"]}`))===null||uo===void 0?void 0:uo.innerText)!==null&&Zt!==void 0?Zt:(mt=In.current)===null||mt===void 0?void 0:mt.innerText},Kr=()=>{var De;return!((De=In.current)===null||De===void 0)&&De.querySelector(`.${zo.actions} .${lr.button}`)?"table-with-actions":""},Jr=r_("table",()=>!g,To,()=>({loading:g??!1,header:ir()}),[g]),yt=$l(we),Kl=()=>{const De=ko.current,uo=Do.current;return JSON.stringify({filterData:De,paginationData:uo,sortingColumn:C==null?void 0:C.sortingField,sortingOrder:C?E?"Descending":"Ascending":void 0})},Mr=()=>{var De,uo,Zt,mt,wr,St,ll,yr,al,pt,Uo;const st=$t.current,vt=ko.current,Nt=Do.current,Sr=Ct.current;return{variant:M,flowType:(De=we.analyticsMetadata)===null||De===void 0?void 0:De.flowType,resourceType:(uo=we.analyticsMetadata)===null||uo===void 0?void 0:uo.resourceType,instanceIdentifier:yt==null?void 0:yt.instanceIdentifier,taskName:(Zt=yt==null?void 0:yt.instanceIdentifier)!==null&&Zt!==void 0?Zt:ir(),uxTaskName:ir(),patternIdentifier:Kr(),sortedBy:{columnId:C==null?void 0:C.sortingField,sortingOrder:C?E?"desc":"asc":void 0},filtered:(mt=vt==null?void 0:vt.filtered)!==null&&mt!==void 0?mt:null,filteredBy:(wr=vt==null?void 0:vt.filteredBy)!==null&&wr!==void 0?wr:[],filteredCount:(St=vt==null?void 0:vt.filterCount)!==null&&St!==void 0?St:null,totalNumberOfResources:(ll=st==null?void 0:st.totalCount)!==null&&ll!==void 0?ll:null,tablePreferences:{visibleColumns:(yr=Sr==null?void 0:Sr.visibleColumns)!==null&&yr!==void 0?yr:[],resourcesPerPage:(al=Sr==null?void 0:Sr.pageSize)!==null&&al!==void 0?al:null},pagination:{currentPageIndex:(pt=Nt==null?void 0:Nt.currentPageIndex)!==null&&pt!==void 0?pt:0,totalNumberOfPages:Nt!=null&&Nt.openEnd?null:(Uo=Nt==null?void 0:Nt.totalPageCount)!==null&&Uo!==void 0?Uo:null,openEnd:!!(Nt!=null&&Nt.openEnd)},resourcesSelected:(x==null?void 0:x.length)>0}},{setLastUserAction:Ot,tableInteractionAttributes:kl}=k3({elementRef:To,loading:g,items:u,instanceIdentifier:yt==null?void 0:yt.instanceIdentifier,itemCount:u.length,getComponentIdentifier:ir,getComponentConfiguration:Mr,interactionMetadata:Kl});_.useImperativeHandle(He,()=>{var De;return{scrollToTop:((De=Yo.current)===null||De===void 0?void 0:De.scrollToTop)||(()=>{}),cancelEdit:Je}},[Je]);const wl=_.useRef(null),yl=x3([wl,ot,Ro]),{moveFocusDown:Wd,moveFocusUp:bs,moveFocus:xs}=c4(b,Pe.length),{onRowClickHandler:ji,onRowContextMenuHandler:Cn}=NE({onRowClick:I,onRowContextMenu:H}),xr=l4({columnDefinitions:h,columnDisplay:X,visibleColumns:D}),{isItemSelected:_s,getSelectAllProps:ks,getItemSelectionProps:_r}=d4({items:Pe,trackBy:f,selectedItems:x,selectionType:b,isItemDisabled:k,onSelectionChange:w,ariaLabels:{...S,selectionGroupLabel:void 0},loading:g,setLastUserAction:Ot}),ct=De=>De.type==="data"&&_s(De.item),$o=M,el=!!(e||a||i||s),ol=!!b,Gi=Ne&&M==="full-page"&&!!i,Nn=!!t||Gi,Tn=_.useRef(void 0),Dn=!(S!=null&&S.tableLabel)&&!!e&&Tn.current?Tn.current:void 0,Jl=_.useCallback(De=>{Tn.current=De},[]),tl=[],Sl=[];ol&&(tl.push({id:Oc,width:IE}),Sl.push(Oc));for(let De=0;De<xr.length;De++){const uo=Uc(xr[De],De);tl.push({...xr[De],id:uo}),Sl.push(uo)}const kr=N3({visibleColumns:Sl,stickyColumnsFirst:((Be=R==null?void 0:R.first)!==null&&Be!==void 0?Be:0)+(R!=null&&R.first&&ol?1:0),stickyColumnsLast:(R==null?void 0:R.last)||0}),gt=((le=R==null?void 0:R.first)!==null&&le!==void 0?le:0)+((ae=R==null?void 0:R.last)!==null&&ae!==void 0?ae:0)>0,ws=!!h.find(De=>De.editConfig);let Or="table";ke?Or="treegrid":te?Or="grid":ws&&(Or="grid-default");const rl={selectionType:b,getSelectAllProps:ks,columnDefinitions:xr,variant:$o,tableVariant:$o,wrapLines:q,resizableColumns:U,sortingColumn:C,sortingDisabled:N,sortingDescending:E,onSortingChange:y,onFocusMove:xs,onResizeFinish(De){const uo=h.map((mt,wr)=>De.get(Uc(mt,wr))||mt.width||La);uo.some((mt,wr)=>h[wr].width!==mt)&&Ze(ne,{widths:uo})},singleSelectionHeaderAriaLabel:S==null?void 0:S.selectionGroupLabel,resizerRoleDescription:S==null?void 0:S.resizerRoleDescription,resizerTooltipText:S==null?void 0:S.resizerTooltipText,stripedRows:L,stickyState:kr,selectionColumnId:Oc,tableRole:Or,isExpandable:ke,setLastUserAction:Ot};BE(wl);const ea=ao(wl,kr.refs.wrapper),Vd=ao(wo,To,kr.refs.table),ys=I3({isScrollable:!!(We&&qe&&We>qe),ariaLabel:S==null?void 0:S.tableLabel,ariaLabelledby:Dn}),Ss=Y2();EE({enableKeyboardNavigation:te,selectionType:b,tableRoot:To,columnDefinitions:xr,numRows:Ke==null?void 0:Ke.length});const In=_.useRef(null),[oa,Pn]=hl(De=>De.borderBoxHeight),jr=ao(In,Pn),jt=b?1:0,Fi=xr.length+jt;return d.createElement(Dd.Provider,{value:{defaultVariant:"primary"}},d.createElement(gT,{value:{paginationRef:Do,filterRef:ko,preferencesRef:Ct,headerRef:$t}},d.createElement(aE,{visibleColumns:tl,resizableColumns:U,containerRef:Ae},d.createElement(zg,{..._e,...kl,__internalRootRef:$,className:G(_e.className,ro.root),__funnelSubStepProps:xe,__fullPage:M==="full-page",header:d.createElement(d.Fragment,null,el&&d.createElement("div",null,d.createElement("div",{ref:jr,className:G(ro["header-controls"],ro[`variant-${$o}`])},d.createElement(Ld.Provider,{value:{assignId:Jl}},d.createElement(m4,{header:e,filter:a,pagination:i,preferences:s,setLastUserAction:Ot})))),T&&d.createElement(bE,{ref:Yo,variant:$o,theadProps:rl,wrapperRef:wl,theadRef:rt,secondaryWrapperRef:Ro,tableRef:To,onScroll:yl,tableHasHeader:el,contentDensity:O,tableRole:Or})),disableHeaderPaddings:!0,disableContentPaddings:!0,disableFooterPaddings:!0,variant:r4($o),__disableFooterDivider:!0,__disableStickyMobile:!1,footer:Nn?d.createElement("div",{className:G(ro["footer-wrapper"],ro[`variant-${$o}`])},d.createElement("div",{className:G(ro.footer,Gi&&ro["footer-with-pagination"])},t&&d.createElement("span",null,t),Gi&&d.createElement("div",{className:ro["footer-pagination"]},i))):null,__stickyHeader:T,__mobileStickyOffset:oa??0,__stickyOffset:P,...Uh.root},d.createElement("div",{ref:ea,className:G(ro.wrapper,ro[`variant-${$o}`],{[ro["has-footer"]]:Nn,[ro["has-header"]]:el}),style:kr.style.wrapper,onScroll:yl,...ys},d.createElement("div",{className:ro["wrapper-content-measure"],ref:Re}),!!se&&!!Q&&!g&&d.createElement(Mt,{hidden:!0,tagName:"span"},d.createElement("span",null,se({firstIndex:Q,lastIndex:Q+u.length-1,visibleItemsCount:Pe.length,totalItemsCount:oe}))),d.createElement(G3,{keyboardNavigation:!!te,pageSize:DE,getTable:()=>To.current},d.createElement("table",{...Jr,ref:Vd,className:G(ro.table,U&&ro["table-layout-fixed"],O==="compact"&&ns("compact-table")),...wk({tableRole:Or,totalItemsCount:oe,totalColumnsCount:Fi,ariaLabel:S==null?void 0:S.tableLabel,ariaLabelledby:Dn})},d.createElement(Nk,{ref:rt,hidden:T,onFocusedComponentChange:De=>{var uo;return(uo=Yo.current)===null||uo===void 0?void 0:uo.setFocus(De)},...rl}),d.createElement("tbody",null,g||Pe.length===0?d.createElement("tr",null,d.createElement(Q3,{totalColumnsCount:Fi,hasFooter:Nn,loading:g,loadingText:v,empty:l,tableRef:To,containerRef:Ae})):Ke.map((De,uo)=>{const Zt=uo===0,mt=uo===Ke.length-1,wr=De.type==="data"?Le(De.item):void 0,St=A3({tableRole:Or,firstIndex:Q,rowIndex:uo,level:De.type==="loader"?De.level:void 0,...wr}),ll=pt=>t4(f,pt,uo),yr={isFirstRow:Zt,isLastRow:mt,isSelected:ol&&ct(De),isPrevSelected:ol&&!Zt&&ct(Ke[uo-1]),isNextSelected:ol&&!mt&&ct(Ke[uo+1]),isEvenRow:uo%2===0,stripedRows:L,hasSelection:ol,hasFooter:Nn,stickyState:kr,tableRole:Or};if(De.type==="data"){const pt=`${ll(De.item)}`;return d.createElement("tr",{key:pt,className:G(ro.row,yr.isSelected&&ro["row-selected"]),onFocus:({currentTarget:Uo})=>{var st;Uo.contains(Ss())||(st=Yo.current)===null||st===void 0||st.scrollToRow(Uo)},...Uh.item,onClick:ji&&ji.bind(null,uo,De.item),onContextMenu:Cn&&Cn.bind(null,uo,De.item),...St},_r&&d.createElement(Gb,{...yr,columnId:Oc,selectionControlProps:{..._r(De.item),onFocusDown:Wd,onFocusUp:bs,rowIndex:uo,itemKey:pt},verticalAlign:ve,tableVariant:$o}),xr.map((Uo,st)=>{var vt,Nt;const Sr=`${Uc(Uo,st)}`,qa={row:pt,col:Sr},qi=xo.checkEditing(qa),Xd=xo.checkLastSuccessfulEdit(qa),Yd=!!Uo.editConfig&&!xo.isLoading,An=ke&&st===0?wr:void 0,Gr={component:{innerContext:{position:`${uo+1},${st+1}`,columnId:Uo.id?`${Uo.id}`:"",columnLabel:{selector:`table thead tr th:nth-child(${st+(b?2:1)})`,root:"component"},item:pt}}};return d.createElement($3,{key:Sr,...yr,resizableStyle:{width:Uo.width,minWidth:Uo.minWidth,maxWidth:Uo.maxWidth},ariaLabels:S,column:Uo,item:De.item,wrapLines:q,isEditable:Yd,isEditing:qi,isRowHeader:Uo.isRowHeader,successfulEdit:Xd,resizableColumns:U,onEditStart:()=>xo.startEdit(qa),onEditEnd:Ui=>xo.completeEdit(qa,Ui),submitEdit:xo.submitEdit,columnId:(vt=Uo.id)!==null&&vt!==void 0?vt:st,colIndex:st+jt,verticalAlign:(Nt=Uo.verticalAlign)!==null&&Nt!==void 0?Nt:ve,tableVariant:$o,...An,...Ge(Gr)})}))}const al=eE({item:De.item,loadingStatus:De.status,renderLoaderPending:be,renderLoaderLoading:re,renderLoaderError:de,renderLoaderEmpty:Y});return al&&d.createElement("tr",{key:(De.item?ll(De.item):"root-"+uo)+"-"+De.from,className:ro.row,...St},_r&&d.createElement(Gb,{...yr,columnId:Oc,verticalAlign:ve,tableVariant:$o}),xr.map((pt,Uo)=>{var st;return d.createElement(oE,{key:Uc(pt,Uo),...yr,wrapLines:!1,columnId:(st=pt.id)!==null&&st!==void 0?st:Uo,colIndex:Uo+jt,isRowHeader:Uo===0,level:De.level,item:De.item,trackBy:f},al)}))})))),U&&d.createElement(uE,null)),d.createElement(kE,{ref:ot,wrapperRef:wl,tableRef:To,onScroll:yl,hasStickyColumns:gt})))))}),Ma=d.forwardRef(({options:e=[],filteringType:t="none",statusType:l="finished",triggerVariant:a="label",...i},s)=>{const u=Xo("Select",{props:{autoFocus:i.autoFocus,expandToViewport:i.expandToViewport,filteringType:t,triggerVariant:a,virtualScroll:i.virtualScroll,readOnly:i.readOnly},metadata:{hasInlineLabel:!!i.inlineLabelText,hasDisabledReasons:e.some(g=>!!g.disabledReason)}}),h=Fg(i),f={name:"awsui.Select",label:`.${q_["button-trigger"]}`,properties:{disabled:`${!!h.disabled}`,selectedOptionValue:`${h.selectedOption&&h.selectedOption.value?h.selectedOption.value:null}`}};return d.createElement(A4,{options:e,filteringType:t,statusType:l,triggerVariant:a,...h,...u,ref:s,...Ge({component:f})})});qo(Ma,"Select");function co({direction:e="vertical",...t}){const l=Xo("SpaceBetween",{props:{alignItems:t.alignItems,direction:e,size:t.size}});return d.createElement(h_,{direction:e,...t,...l})}qo(co,"SpaceBetween");function Ek({size:e="normal",variant:t="normal",...l}){const a=Xo("Spinner",{props:{size:e,variant:t}});return d.createElement(Ed,{size:e,variant:t,...l,...a})}qo(Ek,"Spinner");function Dk({type:e="success",wrapText:t=!0,...l}){const a=Xo("StatusIndicator",{props:{colorOverride:l.colorOverride,type:e,wrapText:t}});return d.createElement(sd,{type:e,wrapText:t,...l,...a})}qo(Dk,"StatusIndicator");const hs=d.forwardRef(({items:e=[],selectedItems:t=[],variant:l="container",contentDensity:a="comfortable",cellVerticalAlign:i="middle",firstIndex:s=1,...u},h)=>{var f,g,v;const b=$l(u),x=u.visibleColumns&&u.visibleColumns.length<u.columnDefinitions.length||((f=u.columnDisplay)===null||f===void 0?void 0:f.some(N=>!N.visible)),k=!!(!((g=u.stickyColumns)===null||g===void 0)&&g.first)||!!(!((v=u.stickyColumns)===null||v===void 0)&&v.last),S=Xo("Table",{props:{contentDensity:a,resizableColumns:u.resizableColumns,selectionType:u.selectionType,stickyHeader:u.stickyHeader,stripedRows:u.stripedRows,variant:l,wrapLines:u.wrapLines,enableKeyboardNavigation:u.enableKeyboardNavigation,totalItemsCount:u.totalItemsCount,flowType:b.flowType,cellVerticalAlign:i},metadata:{expandableRows:!!u.expandableRows,progressiveLoading:!!u.getLoadingStatus,inlineEdit:u.columnDefinitions.some(N=>!!N.editConfig),disabledInlineEdit:u.columnDefinitions.some(N=>{var D;return!!(!((D=N.editConfig)===null||D===void 0)&&D.disabledReason)}),hasSortableColumns:u.columnDefinitions.some(N=>N.sortingField||N.sortingComparator),hasHiddenColumns:x,hasStickyColumns:k,hasFilterSlot:!!u.filter,hasPaginationSlot:!!u.pagination,itemsCount:e.length,hasInstanceIdentifier:!!(b!=null&&b.instanceIdentifier),hasResourceType:!!(b!=null&&b.resourceType),usesVisibleColumns:!!u.visibleColumns,usesColumnDisplay:!!u.columnDisplay,usesColumnDefinitionsVerticalAlign:u.columnDefinitions.some(N=>N.verticalAlign!==i)}},b),w={name:"awsui.Table",label:{root:"self"},properties:{selectionType:u.selectionType||"none",itemsCount:`${e.length}`,selectedItemsCount:`${t.length}`,variant:l}},y=mE(u.columnDefinitions,u.sortingColumn);y&&(w.properties.sortingColumnId=y,w.properties.sortingDescending=`${u.sortingDescending||!1}`);const C={items:e,selectedItems:t,variant:l,contentDensity:a,firstIndex:s,cellVerticalAlign:i,...u,...S,ref:h,...Ge({component:w})},E={tableContentDensity:a,tableHasStripedRows:!!u.stripedRows,tableHasHiddenColumns:x,tableHasStickyColumns:k};return l==="borderless"||l==="embedded"?d.createElement(Hb.Provider,{value:E},d.createElement(Tk,{...C})):d.createElement(Hb.Provider,{value:E},d.createElement(Rd,null,d.createElement(PE,{...C})))});qo(hs,"Table");function AE(){return"scrollBehavior"in document.documentElement.style}const zE=e=>.0015*Math.abs(e)+.558,HE=e=>Math.round(Math.abs(e)/zE(e)),Ik=()=>window.performance?window.performance.now():Date.now(),RE=e=>.5*(1-Math.cos(Math.PI*e)),Pk=e=>{const t=Ik(),l=Math.min((t-e.startTime)/e.scrollTime,1),a=RE(l),i=e.startX+(e.endX-e.startX)*a;e.scrollable.scrollLeft=i,i!==e.endX&&requestAnimationFrame(()=>Pk(e))},LE=(e,t)=>{const l=e.scrollLeft;Pk({scrollable:e,startX:l,endX:t,startTime:Ik(),scrollTime:HE(t-l)})},Ak=(e,t)=>{if(gx(e)){e.scrollLeft=t;return}if(AE()&&e.scrollTo){e.scrollTo({left:t,behavior:"smooth"});return}LE(e,t)},Fu=(e,t)=>{if(!(e!=null&&e.current))return;const l=e.current,{scrollLeft:a,scrollWidth:i,offsetWidth:s}=l,u=Math.ceil(l.clientWidth*.75),h=t==="forward"?Math.min(Math.abs(a)+u,i-s):Math.max(Math.abs(a)-u,0),f=Xl(l)?h*-1:h;Ak(l,f)},ME=(e,t)=>{const{offsetWidth:l,scrollWidth:a}=e,i=t.current&&2*t.current.offsetWidth;return i?a>l+i:a>l},Wb=e=>kd(e)>0,Vb=e=>Math.ceil(kd(e))<e.scrollWidth-e.offsetWidth,OE=(e,t,l=!0)=>{if(!e||!t)return;const a=2;let i=t.scrollLeft;i=Math.min(i,e.offsetLeft-a),i=Math.max(i,e.offsetLeft+e.offsetWidth/2-t.offsetWidth/2+a),l?Ak(t,i):t.scrollLeft=i};function jE(e){var t,l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N,D,T,P,I,H,q,L,O,j,V,U,ne,M,$,oe,Q,se;return{borderRadius:(t=e==null?void 0:e.tab)===null||t===void 0?void 0:t.borderRadius,borderWidth:(l=e==null?void 0:e.tab)===null||l===void 0?void 0:l.borderWidth,fontSize:(a=e==null?void 0:e.tab)===null||a===void 0?void 0:a.fontSize,fontWeight:(i=e==null?void 0:e.tab)===null||i===void 0?void 0:i.fontWeight,paddingBlock:(s=e==null?void 0:e.tab)===null||s===void 0?void 0:s.paddingBlock,paddingInline:(u=e==null?void 0:e.tab)===null||u===void 0?void 0:u.paddingInline,[he.styleBackgroundActive]:(f=(h=e==null?void 0:e.tab)===null||h===void 0?void 0:h.backgroundColor)===null||f===void 0?void 0:f.active,[he.styleBackgroundDefault]:(v=(g=e==null?void 0:e.tab)===null||g===void 0?void 0:g.backgroundColor)===null||v===void 0?void 0:v.default,[he.styleBackgroundDisabled]:(x=(b=e==null?void 0:e.tab)===null||b===void 0?void 0:b.backgroundColor)===null||x===void 0?void 0:x.disabled,[he.styleBackgroundHover]:(S=(k=e==null?void 0:e.tab)===null||k===void 0?void 0:k.backgroundColor)===null||S===void 0?void 0:S.hover,[he.styleBorderColorActive]:(y=(w=e==null?void 0:e.tab)===null||w===void 0?void 0:w.borderColor)===null||y===void 0?void 0:y.active,[he.styleBorderColorDefault]:(E=(C=e==null?void 0:e.tab)===null||C===void 0?void 0:C.borderColor)===null||E===void 0?void 0:E.default,[he.styleBorderColorDisabled]:(D=(N=e==null?void 0:e.tab)===null||N===void 0?void 0:N.borderColor)===null||D===void 0?void 0:D.disabled,[he.styleBorderColorHover]:(P=(T=e==null?void 0:e.tab)===null||T===void 0?void 0:T.borderColor)===null||P===void 0?void 0:P.hover,[he.styleColorActive]:(H=(I=e==null?void 0:e.tab)===null||I===void 0?void 0:I.color)===null||H===void 0?void 0:H.active,[he.styleColorDefault]:(L=(q=e==null?void 0:e.tab)===null||q===void 0?void 0:q.color)===null||L===void 0?void 0:L.default,[he.styleColorDisabled]:(j=(O=e==null?void 0:e.tab)===null||O===void 0?void 0:O.color)===null||j===void 0?void 0:j.disabled,[he.styleColorHover]:(U=(V=e==null?void 0:e.tab)===null||V===void 0?void 0:V.color)===null||U===void 0?void 0:U.hover,[he.styleFocusRingBorderColor]:(M=(ne=e==null?void 0:e.tab)===null||ne===void 0?void 0:ne.focusRing)===null||M===void 0?void 0:M.borderColor,[he.styleFocusRingBorderRadius]:(oe=($=e==null?void 0:e.tab)===null||$===void 0?void 0:$.focusRing)===null||oe===void 0?void 0:oe.borderRadius,[he.styleFocusRingBorderWidth]:(se=(Q=e==null?void 0:e.tab)===null||Q===void 0?void 0:Q.focusRing)===null||se===void 0?void 0:se.borderWidth}}function GE(e){var t,l,a,i,s,u,h,f;return{[he.styleTabsActiveIndicatorColor]:(l=(t=e==null?void 0:e.tab)===null||t===void 0?void 0:t.activeIndicator)===null||l===void 0?void 0:l.color,[he.styleTabsActiveIndicatorWidth]:(i=(a=e==null?void 0:e.tab)===null||a===void 0?void 0:a.activeIndicator)===null||i===void 0?void 0:i.width,[he.styleTabsActiveIndicatorBorderRadius]:(u=(s=e==null?void 0:e.tab)===null||s===void 0?void 0:s.activeIndicator)===null||u===void 0?void 0:u.borderRadius,[he.styleTabsSeparatorColor]:(h=e==null?void 0:e.tabSeparator)===null||h===void 0?void 0:h.color,[he.styleTabsSeparatorWidth]:(f=e==null?void 0:e.tabSeparator)===null||f===void 0?void 0:f.width}}const dl={"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"},Ve={"tabs-header":"awsui_tabs-header_14rmt_15h2w_154","tab-header-scroll-container":"awsui_tab-header-scroll-container_14rmt_15h2w_163","tabs-header-list":"awsui_tabs-header-list_14rmt_15h2w_169","pagination-button":"awsui_pagination-button_14rmt_15h2w_186","pagination-button-left":"awsui_pagination-button-left_14rmt_15h2w_193","pagination-button-left-scrollable":"awsui_pagination-button-left-scrollable_14rmt_15h2w_196","pagination-button-right":"awsui_pagination-button-right_14rmt_15h2w_200","pagination-button-right-scrollable":"awsui_pagination-button-right-scrollable_14rmt_15h2w_203","actions-container":"awsui_actions-container_14rmt_15h2w_208","tabs-tab":"awsui_tabs-tab_14rmt_15h2w_216","tabs-tab-label":"awsui_tabs-tab-label_14rmt_15h2w_226","tabs-tab-header-container":"awsui_tabs-tab-header-container_14rmt_15h2w_237","tabs-tab-dismiss":"awsui_tabs-tab-dismiss_14rmt_15h2w_245","tabs-tab-action":"awsui_tabs-tab-action_14rmt_15h2w_245",refresh:"awsui_refresh_14rmt_15h2w_250","tabs-tab-disabled":"awsui_tabs-tab-disabled_14rmt_15h2w_254","tabs-tab-link":"awsui_tabs-tab-link_14rmt_15h2w_296","tabs-tab-active":"awsui_tabs-tab-active_14rmt_15h2w_379","tabs-header-with-divider":"awsui_tabs-header-with-divider_14rmt_15h2w_388","tabs-tab-focusable":"awsui_tabs-tab-focusable_14rmt_15h2w_392",root:"awsui_root_14rmt_15h2w_396",tabs:"awsui_tabs_14rmt_15h2w_154","tabs-content":"awsui_tabs-content_14rmt_15h2w_434","fit-height":"awsui_fit-height_14rmt_15h2w_438","tabs-content-active":"awsui_tabs-content-active_14rmt_15h2w_444","tabs-content-wrapper":"awsui_tabs-content-wrapper_14rmt_15h2w_458","with-paddings":"awsui_with-paddings_14rmt_15h2w_458","tabs-container-content-wrapper":"awsui_tabs-container-content-wrapper_14rmt_15h2w_469","disabled-reason-tooltip":"awsui_disabled-reason-tooltip_14rmt_15h2w_480","tabs-tab-focused":"awsui_tabs-tab-focused_14rmt_15h2w_484"},FE={"tab-dismiss-button":"awsui_tab-dismiss-button_1nq1i_1nd7r_5"},qE=`.${Ve["tabs-tab-link"]}`,UE=`.${Ve["tabs-tab-focused"]}`,Xb=`.${Ve["tabs-tab-focusable"]}`;function WE({dismissLabel:e,dismissDisabled:t,onDismiss:l,tabId:a}){return d.createElement(Ft,{onClick:l,variant:"icon",iconName:"close",formAction:"none",ariaLabel:e,disabled:t,className:G(FE["tab-dismiss-button"],dl["tab-dismiss-button"]),"data-testid":`awsui-tab-dismiss-button-${a}`})}function VE({onChange:e,activeTabId:t,tabs:l,variant:a,idNamespace:i,ariaLabel:s,ariaLabelledby:u,i18nStrings:h,keyboardActivationMode:f,actions:g,style:v}){const b=_.useRef(null),x=_.useRef(null),k=_.useRef(null),S=ht("tabs"),w=Zl(),y=_.useRef(null),C=_.useRef(typeof document<"u"?document:null),E=le=>{var ae;return C.current=(ae=le==null?void 0:le.ownerDocument)!==null&&ae!==void 0?ae:document},[N,D]=hl(le=>le.contentBoxWidth),T=ao(y,D,E),P=_.useRef(new Map),[I,H]=_.useState(!1),[q,L]=_.useState(!1),[O,j]=_.useState(!1),[V,U]=_.useState(t),[ne,M]=_.useState(t),$=l.some(le=>le.action||le.dismissible),oe=Ni($),Q=$?{role:"application","aria-roledescription":S("i18nStrings.tabsWithActionsAriaRoleDescription",h==null?void 0:h.tabsWithActionsAriaRoleDescription)}:{role:"tablist"};_.useEffect(()=>{var le;oe&&!$&&((le=be())===null||le===void 0||le.focus())},[$,oe]),_.useEffect(()=>{b.current&&(H(ME(b.current,k)),L(Wb(b.current)),j(Vb(b.current)))},[N,l]);const se=le=>{if(!t)return;const ae=P.current.get(t);ae&&b.current&&OE(ae,b.current,le)};_.useEffect(()=>{requestAnimationFrame(()=>{se(!1)})},[I,N,l.length]),_.useEffect(()=>{se(!0)},[t]),_.useEffect(()=>{var le,ae;C.current&&(!((le=b.current)===null||le===void 0)&&le.contains(C.current.activeElement))&&C.current.activeElement!==x.current&&((ae=x.current)===null||ae===void 0||ae.focus({preventScroll:!0}))},[t]);const R=()=>{b.current&&(L(Wb(b.current)),j(Vb(b.current)))},X=G({[Ve["tabs-header"]]:!0,[Ve["tabs-header-with-divider"]]:a==="default"||w}),te=G({[Ve["pagination-button"]]:!0,[Ve["pagination-button-left"]]:!0,[Ve["pagination-button-left-scrollable"]]:q}),ie=G({[Ve["pagination-button"]]:!0,[Ve["pagination-button-right"]]:!0,[Ve["pagination-button-right-scrollable"]]:O}),pe=_.useRef(null);function be(){var le,ae;if(!y.current)return null;const _e=Array.from(y.current.querySelectorAll(qE));return(ae=(le=_e.find(Ne=>Ne.matches(UE)))!==null&&le!==void 0?le:_e.find(Ne=>!Ne.disabled))!==null&&ae!==void 0?ae:null}function re(le){var ae;if(!!le.classList.contains(Ve["tabs-tab-link"])){const Ne=(ae=pe.current)===null||ae===void 0?void 0:ae.getFocusTarget(),ke=Ne==null?void 0:Ne.querySelector(`.${Ve["tabs-tab-link"]}`);ke==null||ke.focus()}}_.useEffect(()=>{var le;(le=pe.current)===null||le===void 0||le.updateFocusTarget()});function de(){var le;(le=pe.current)===null||le===void 0||le.updateFocusTarget()}function Y(){var le;(le=pe.current)===null||le===void 0||le.updateFocusTarget()}function ve(le){var ae,_e,Ne;const ke=(ae=C.current)===null||ae===void 0?void 0:ae.activeElement,Pe=[Te.right,Te.left,Te.end,Te.home,Te.pageUp,Te.pageDown,Te.space],Le=(_e=C.current)===null||_e===void 0?void 0:_e.querySelector(`.${Ve["tabs-tab-action"]} [aria-expanded="true"]`),Ke=!(ke!=null&&ke.classList.contains(Ve["tabs-tab-link"]));if(Le)return;if(le.key==="Tab"&&!le.shiftKey&&Ke){le.preventDefault();const Ae=`${i}-${t}-panel`,Re=(Ne=C.current)===null||Ne===void 0?void 0:Ne.getElementById(Ae);Re==null||Re.focus()}if(e_(le)||Pe.indexOf(le.keyCode)===-1||!y.current||!ke)return;le.preventDefault();const qe=we(y.current),ye=Kc(ke)?qe.indexOf(ke):-1;id(le,{onHome:()=>xe(qe[0]),onEnd:()=>xe(qe[qe.length-1]),onInlineStart:()=>xe(qe[yb(ye-1,[0,qe.length-1])]),onInlineEnd:()=>xe(qe[yb(ye+1,[0,qe.length-1])]),onPageDown:()=>O&&Fu(b,"forward"),onPageUp:()=>q&&Fu(b,"backward"),onActivate:()=>{var Ae;return V&&V!==t&&e({activeTabId:V,activeTabHref:(Ae=l.find(Re=>Re.id===V))===null||Ae===void 0?void 0:Ae.href})}})}function xe(le){var ae,_e;le.focus();const Ne=l.reduce((ke,Pe)=>ke.set(Pe.id,Pe),new Map);for(const[ke,Pe]of P.current.entries()){const Le=Pe==null?void 0:Pe.querySelector(`.${Ve["tabs-tab-link"]}`);if(ke!==t&&Le===le){M(ke),U(ke),!(!((ae=Ne.get(ke))===null||ae===void 0)&&ae.disabled)&&f==="automatic"&&e({activeTabId:ke,activeTabHref:(_e=Ne.get(ke))===null||_e===void 0?void 0:_e.href});break}}}function we(le){function ae(Ne){var ke,Pe;return(Pe=(ke=pe.current)===null||ke===void 0?void 0:ke.isRegistered(Ne))!==null&&Pe!==void 0?Pe:!1}function _e(Ne){return Ne instanceof HTMLButtonElement?!Ne.disabled||Ne.closest(Xb):Ne.matches(Xb)}return mg(le).filter(Ne=>ae(Ne)&&_e(Ne))}const He=$?"div":"ul";return d.createElement("div",{className:X},d.createElement("div",{className:Ve["tab-header-scroll-container"],ref:T},I&&d.createElement("span",{ref:k,className:te},d.createElement(Ft,{formAction:"none",variant:"icon",iconName:"angle-left",disabled:!q,__focusable:!0,onClick:()=>Fu(b,"backward"),ariaLabel:S("i18nStrings.scrollLeftAriaLabel",h==null?void 0:h.scrollLeftAriaLabel)})),d.createElement(bx,{ref:pe,navigationActive:!0,getNextFocusTarget:be,onUnregisterActive:re},d.createElement(He,{...Q,className:G(Ve["tabs-header-list"],dl["tabs-header-list"]),"aria-label":s,"aria-labelledby":u,ref:b,onScroll:R,onKeyDown:ve,onFocus:de,onBlur:Y},l.map(Be))),I&&d.createElement("span",{className:ie},d.createElement(Ft,{formAction:"none",variant:"icon",iconName:"angle-right",disabled:!O,__focusable:!0,onClick:()=>Fu(b,"forward"),ariaLabel:S("i18nStrings.scrollRightAriaLabel",h==null?void 0:h.scrollRightAriaLabel)}))),g&&d.createElement("div",{className:Ve["actions-container"]},g));function Be(le,ae){const{dismissible:_e,dismissLabel:Ne,dismissDisabled:ke,action:Pe,onDismiss:Le}=le,Ke=t===le.id&&!le.disabled,qe=Je=>{var xo;if(le.disabled){Je.preventDefault();return}if(!(!Cd(Je)&&le.href)){if(Je.preventDefault(),!le.href){const ko=P.current.get(le.id);ko&&ko&&ko!==((xo=C.current)===null||xo===void 0?void 0:xo.activeElement)&&ko.focus({preventScroll:!0})}le.id!==t&&(U(le.id),M(le.id),e({activeTabId:le.id,activeTabHref:le.href}))}},ye=G({[Ve["tabs-tab-link"]]:!0,[Ve.refresh]:w,[Ve["tabs-tab-active"]]:t===le.id&&!le.disabled,[Ve["tabs-tab-focused"]]:V===le.id,[Ve["tabs-tab-active"]]:Ke,[dl["active-tab-header"]]:Ke,[Ve["tabs-tab-disabled"]]:le.disabled,[Ve["tabs-tab-focusable"]]:!le.disabled||le.disabled&&!!le.disabledReason}),Ae=G({[Ve["tabs-tab-header-container"]]:!0,[Ve.refresh]:w,[Ve["tabs-tab-active"]]:Ke,[Ve["tabs-tab-disabled"]]:le.disabled,[Ve["tabs-tab-focusable"]]:!le.disabled||le.disabled&&!!le.disabledReason}),Re=G({[Ve["tabs-tab-action"]]:!0,[Ve["tabs-tab-active"]]:Ke}),We={className:ye,"aria-controls":`${i}-${le.id}-panel`,"data-testid":le.id,id:zk({namespace:i,tabId:le.id}),onClick:qe},wo=$?{role:"group","aria-labelledby":We.id}:{};$?We["aria-expanded"]=t===le.id:(We["aria-selected"]=t===le.id,We.role="tab"),le.disabled&&(We["aria-disabled"]="true");const To=Je=>{le.id===t&&(x.current=Je),P.current.set(le.id,Je)},Ro=Je=>{if(!y.current||!Le)return;const xo=we(y.current).filter(Ct=>Ct.classList.contains(Ve["tabs-tab-link"])),Do=xo.findIndex(Ct=>Ct.dataset.testid===le.id);xo.splice(Do,1);let ko;ne&&ne!==le.id?ko=xo.find(Ct=>Ct.dataset.testid===ne):ko=xo[Math.min(xo.length-1,Do)],ko&&ko.dataset.testid&&(e({activeTabId:ko.dataset.testid}),M(ko.dataset.testid),ko.focus()),Le(Je)},rt=$?"div":"li",Yo={action:"dismiss",detail:{id:le.id,label:`.${dl["tab-dismiss-button"]}`,position:`${ae+1}`}},ot={innerContext:{tabId:le.id,tabLabel:`.${dl["tab-label"]}`,tabPosition:`${ae+1}`}};return d.createElement(rt,{ref:Je=>P.current.set(le.id,Je),className:Ve["tabs-tab"],role:"presentation",key:le.id},d.createElement("div",{className:Ae,...wo,...Ge({component:ot}),style:GE(v)},d.createElement(XE,{ref:To,tab:le,elementProps:We,activeTabId:t,index:ae,style:v}),Pe&&d.createElement("span",{className:Re},Pe),_e&&d.createElement("span",{className:Ve["tabs-tab-dismiss"],...Ge(Yo)},WE({dismissLabel:Ne,dismissDisabled:ke,onDismiss:Ro,tabId:le.id}))))}}const XE=_.forwardRef(({tab:e,elementProps:t,activeTabId:l,index:a,style:i},s)=>{const u=_.useRef(null),h=_.useRef(null),f=ao(u,s),{tabIndex:g}=br(u),v=e.disabled&&!!e.disabledReason,[b,x]=_.useState(!1),{targetProps:k,descriptionEl:S}=Ga(e.disabledReason),w=d.createElement(d.Fragment,null,d.createElement("span",{className:G(Ve["tabs-tab-label"],dl["tab-label"]),ref:h},d.createElement("span",null,e.label)),v&&d.createElement(d.Fragment,null,S,b&&d.createElement(Hi,{className:Ve["disabled-reason-tooltip"],trackRef:h,value:e.disabledReason,onDismiss:()=>x(!1)}))),y={onFocus:()=>x(!0),onBlur:()=>x(!1),onMouseEnter:()=>x(!0),onMouseLeave:()=>x(!1)},C={action:"select",detail:{id:e.id,label:`.${dl["tab-label"]}`,position:`${a+1}`,originTabId:l||""}},E={...t,...v?k:{},...v?y:{},ref:f,tabIndex:g,style:{...t.style,...jE(i)},...e.disabled||e.id===l?{}:Ge(C)};return e.href?d.createElement("a",{...E,href:e.href},w):d.createElement("button",{...E,type:"button",disabled:e.disabled&&!v},w)});function zk({namespace:e,tabId:t}){return e+"-"+t}function YE(e){const t=e.filter(l=>!l.disabled);return t.length>0?t[0]:null}function $E(e,t){switch(e.contentRenderStrategy){case"active":return!1;case"eager":return!0;case"lazy":return t.has(e.id)}return!1}function Hk({tabs:e,variant:t="default",onChange:l,activeTabId:a,ariaLabel:i,ariaLabelledby:s,disableContentPaddings:u=!1,i18nStrings:h,fitHeight:f,keyboardActivationMode:g="automatic",actions:v,style:b,...x}){var k,S;for(const H of e)es("Tabs",H.href);const{__internalRootRef:w}=Xo("Tabs",{props:{disableContentPaddings:u,variant:t,fitHeight:f,keyboardActivationMode:g},metadata:{hasActions:e.some(H=>!!H.action),hasHeaderActions:!!v,hasDisabledReasons:e.some(H=>!!H.disabledReason),hasEagerLoadedTabs:e.some(H=>H.contentRenderStrategy==="eager"),hasLazyLoadedTabs:e.some(H=>H.contentRenderStrategy==="lazy")}}),y=Qe("awsui-tabs-"),[C,E]=g_(a,l,(S=(k=YE(e))===null||k===void 0?void 0:k.id)!==null&&S!==void 0?S:"",{componentName:"Tabs",controlledProp:"activeTabId",changeHandler:"onChange"}),N=_.useRef(new Set);C!==void 0&&N.current.add(C);const D=io(x),T={name:"awsui.Tabs",label:`.${dl["tabs-header-list"]}`};C&&(T.properties={activeTabId:C,activeTabLabel:`.${dl["active-tab-header"]} .${dl["tab-label"]}`,activeTabPosition:`${e.findIndex(H=>H.id===C)+1}`,tabsCount:`${e.length}`});const P=()=>{const H=e.filter(L=>L.id===C)[0],q=L=>{const O=L===H,V={className:G({[Ve["tabs-content"]]:!0,[Ve["tabs-content-active"]]:O}),role:"tabpanel",id:`${y}-${L.id}-panel`,key:`${y}-${L.id}-panel`,tabIndex:0,"aria-labelledby":zk({namespace:y,tabId:L.id})},U=!L.disabled&&(O||$E(L,N.current));return d.createElement("div",{...V},U&&L.content)};return d.createElement("div",{className:G(t==="container"||t==="stacked"?Ve["tabs-container-content-wrapper"]:Ve["tabs-content-wrapper"],{[Ve["with-paddings"]]:!u})},e.map(q))},I=d.createElement(VE,{activeTabId:C,variant:t,idNamespace:y,ariaLabel:i,ariaLabelledby:s,tabs:e,actions:v,onChange:H=>{E(H.activeTabId),Ze(l,H)},i18nStrings:h,keyboardActivationMode:g,style:b});return t==="container"||t==="stacked"?d.createElement(zg,{header:I,disableHeaderPaddings:!0,...D,className:G(D.className,Ve.root),__internalRootRef:w,__contentKey:C,disableContentPaddings:!0,variant:t==="stacked"?"stacked":"default",fitHeight:f,...Ge({component:T}),style:b==null?void 0:b.container},P()):d.createElement("div",{...D,className:G(D.className,Ve.root,Ve.tabs,{[Ve["fit-height"]]:f}),ref:w,...Ge({component:T})},I,P())}qo(Hk,"Tabs");const ZE={"text-content":"awsui_text-content_6absk_1b4u3_146"};function Wg({children:e,...t}){const{__internalRootRef:l}=Xo("TextContent"),a=io(t),i=G(a.className,ZE["text-content"]);return d.createElement("div",{...a,className:i,ref:l},e)}qo(Wg,"TextContent");const Rk=d.forwardRef((e,t)=>{const l=Xo("TextFilter",{props:{disabled:e.disabled,disableBrowserAutocorrect:e.disableBrowserAutocorrect}}),a={name:"awsui.TextFilter",label:"input",properties:{disabled:`${!!e.disabled}`,filteringText:e.filteringText||""}};return d.createElement(O4,{...e,...l,ref:t,...Ge({component:a})})});qo(Rk,"TextFilter");function QE(e){var t,l,a,i,s,u,h,f,g,v,b,x,k,S,w,y,C,E,N,D,T,P,I,H,q,L,O,j,V,U,ne,M,$,oe;let Q={};if(e!=null&&e.root&&Tx==="core")return Q={borderRadius:(t=e==null?void 0:e.root)===null||t===void 0?void 0:t.borderRadius,borderWidth:(l=e==null?void 0:e.root)===null||l===void 0?void 0:l.borderWidth,fontSize:(a=e==null?void 0:e.root)===null||a===void 0?void 0:a.fontSize,fontWeight:(i=e==null?void 0:e.root)===null||i===void 0?void 0:i.fontWeight,paddingBlock:(s=e==null?void 0:e.root)===null||s===void 0?void 0:s.paddingBlock,paddingInline:(u=e==null?void 0:e.root)===null||u===void 0?void 0:u.paddingInline,...((h=e==null?void 0:e.root)===null||h===void 0?void 0:h.backgroundColor)&&{[he.styleBackgroundDefault]:(f=e.root.backgroundColor)===null||f===void 0?void 0:f.default,[he.styleBackgroundDisabled]:(g=e.root.backgroundColor)===null||g===void 0?void 0:g.disabled,[he.styleBackgroundHover]:(v=e.root.backgroundColor)===null||v===void 0?void 0:v.hover,[he.styleBackgroundFocus]:(b=e.root.backgroundColor)===null||b===void 0?void 0:b.focus,[he.styleBackgroundReadonly]:(x=e.root.backgroundColor)===null||x===void 0?void 0:x.readonly},...((k=e==null?void 0:e.root)===null||k===void 0?void 0:k.borderColor)&&{[he.styleBorderColorDefault]:(S=e.root.borderColor)===null||S===void 0?void 0:S.default,[he.styleBorderColorDisabled]:(w=e.root.borderColor)===null||w===void 0?void 0:w.disabled,[he.styleBorderColorHover]:(y=e.root.borderColor)===null||y===void 0?void 0:y.hover,[he.styleBorderColorFocus]:(C=e.root.borderColor)===null||C===void 0?void 0:C.focus,[he.styleBorderColorReadonly]:(E=e.root.borderColor)===null||E===void 0?void 0:E.readonly},...((N=e==null?void 0:e.root)===null||N===void 0?void 0:N.boxShadow)&&{[he.styleBoxShadowDefault]:(D=e.root.boxShadow)===null||D===void 0?void 0:D.default,[he.styleBoxShadowDisabled]:(T=e.root.boxShadow)===null||T===void 0?void 0:T.disabled,[he.styleBoxShadowHover]:(P=e.root.boxShadow)===null||P===void 0?void 0:P.hover,[he.styleBoxShadowFocus]:(I=e.root.boxShadow)===null||I===void 0?void 0:I.focus,[he.styleBoxShadowReadonly]:(H=e.root.boxShadow)===null||H===void 0?void 0:H.readonly},...((q=e==null?void 0:e.root)===null||q===void 0?void 0:q.color)&&{[he.styleColorDefault]:(L=e.root.color)===null||L===void 0?void 0:L.default,[he.styleColorDisabled]:(O=e.root.color)===null||O===void 0?void 0:O.disabled,[he.styleColorHover]:(j=e.root.color)===null||j===void 0?void 0:j.hover,[he.styleColorFocus]:(V=e.root.color)===null||V===void 0?void 0:V.focus,[he.styleColorReadonly]:(U=e.root.color)===null||U===void 0?void 0:U.readonly},...(e==null?void 0:e.placeholder)&&{[he.stylePlaceholderColor]:(ne=e.placeholder)===null||ne===void 0?void 0:ne.color,[he.stylePlaceholderFontSize]:(M=e.placeholder)===null||M===void 0?void 0:M.fontSize,[he.stylePlaceholderFontWeight]:($=e.placeholder)===null||$===void 0?void 0:$.fontWeight,[he.stylePlaceholderFontStyle]:(oe=e.placeholder)===null||oe===void 0?void 0:oe.fontStyle}},Q}const jc={root:"awsui_root_qk1j1_18j92_145",textarea:"awsui_textarea_qk1j1_18j92_149","textarea-readonly":"awsui_textarea-readonly_qk1j1_18j92_206","textarea-invalid":"awsui_textarea-invalid_qk1j1_18j92_247","textarea-warning":"awsui_textarea-warning_qk1j1_18j92_256"},Oa=d.forwardRef(({value:e,autoComplete:t=!0,disabled:l,readOnly:a,disableBrowserAutocorrect:i,disableBrowserSpellcheck:s,spellcheck:u,onKeyDown:h,onKeyUp:f,onChange:g,onBlur:v,onFocus:b,ariaRequired:x,name:k,rows:S,placeholder:w,autoFocus:y,ariaLabel:C,nativeTextareaAttributes:E,style:N,...D},T)=>{const{__internalRootRef:P}=Xo("Textarea",{props:{autoComplete:t,autoFocus:y,disableBrowserAutocorrect:i,disableBrowserSpellcheck:s,readOnly:a,spellcheck:u}}),{ariaLabelledby:I,ariaDescribedby:H,controlId:q,invalid:L,warning:O}=ss(D),j=io(D),V=_.useRef(null);Ri(T,V);const U={"aria-label":C,"aria-labelledby":I,"aria-describedby":H,"aria-required":x?"true":void 0,"aria-invalid":L?"true":void 0,name:k,placeholder:w,autoFocus:y,className:G(jc.textarea,{[jc["textarea-readonly"]]:a,[jc["textarea-invalid"]]:L,[jc["textarea-warning"]]:O&&!L}),autoComplete:M_(t),spellCheck:u,disabled:l,readOnly:a?!0:void 0,rows:S||3,onKeyDown:h&&(M=>wn(h,M)),onKeyUp:f&&(M=>wn(f,M)),value:e||"",onChange:g&&(M=>Ze(g,{value:M.target.value})),onBlur:v&&(()=>Ze(v)),onFocus:b&&(()=>Ze(b))};i&&(U.autoCorrect="off",U.autoCapitalize="off"),s&&(U.spellCheck="false");const ne={name:"awsui.Textarea",label:"textarea",properties:{value:e||""}};return d.createElement("span",{...j,className:G(jc.root,j.className),ref:P,...Ge({component:ne})},d.createElement(Xt,{...U,tag:"textarea",componentName:"Textarea",nativeAttributes:E,ref:V,id:q,style:QE(N)}))});qo(Oa,"Textarea");const KE=e=>{const{type:t,children:l,dismissible:a=!0,timeout:i=0}=e,[s,u]=_.useState([]);return _.useEffect(()=>{if(!l){u([]);return}if(u([{type:t,content:l,dismissible:a,onDismiss:()=>u([])}]),i>0){const h=setTimeout(()=>u([]),i);return()=>clearTimeout(h)}},[t,l,a,i]),z.jsx(vk,{items:s})};var Ku={exports:{}},JE=Ku.exports,Yb;function e6(){return Yb||(Yb=1,(function(e){(function(t,l){e.exports?e.exports=l():t.log=l()})(JE,function(){var t=function(){},l="undefined",a=typeof window!==l&&typeof window.navigator!==l&&/Trident\/|MSIE /.test(window.navigator.userAgent),i=["trace","debug","info","warn","error"],s={},u=null;function h(w,y){var C=w[y];if(typeof C.bind=="function")return C.bind(w);try{return Function.prototype.bind.call(C,w)}catch{return function(){return Function.prototype.apply.apply(C,[w,arguments])}}}function f(){console.log&&(console.log.apply?console.log.apply(console,arguments):Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()}function g(w){return w==="debug"&&(w="log"),typeof console===l?!1:w==="trace"&&a?f:console[w]!==void 0?h(console,w):console.log!==void 0?h(console,"log"):t}function v(){for(var w=this.getLevel(),y=0;y<i.length;y++){var C=i[y];this[C]=y<w?t:this.methodFactory(C,w,this.name)}if(this.log=this.debug,typeof console===l&&w<this.levels.SILENT)return"No console available for logging"}function b(w){return function(){typeof console!==l&&(v.call(this),this[w].apply(this,arguments))}}function x(w,y,C){return g(w)||b.apply(this,arguments)}function k(w,y){var C=this,E,N,D,T="loglevel";typeof w=="string"?T+=":"+w:typeof w=="symbol"&&(T=void 0);function P(O){var j=(i[O]||"silent").toUpperCase();if(!(typeof window===l||!T)){try{window.localStorage[T]=j;return}catch{}try{window.document.cookie=encodeURIComponent(T)+"="+j+";"}catch{}}}function I(){var O;if(!(typeof window===l||!T)){try{O=window.localStorage[T]}catch{}if(typeof O===l)try{var j=window.document.cookie,V=encodeURIComponent(T),U=j.indexOf(V+"=");U!==-1&&(O=/^([^;]+)/.exec(j.slice(U+V.length+1))[1])}catch{}return C.levels[O]===void 0&&(O=void 0),O}}function H(){if(!(typeof window===l||!T)){try{window.localStorage.removeItem(T)}catch{}try{window.document.cookie=encodeURIComponent(T)+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC"}catch{}}}function q(O){var j=O;if(typeof j=="string"&&C.levels[j.toUpperCase()]!==void 0&&(j=C.levels[j.toUpperCase()]),typeof j=="number"&&j>=0&&j<=C.levels.SILENT)return j;throw new TypeError("log.setLevel() called with invalid level: "+O)}C.name=w,C.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},C.methodFactory=y||x,C.getLevel=function(){return D??N??E},C.setLevel=function(O,j){return D=q(O),j!==!1&&P(D),v.call(C)},C.setDefaultLevel=function(O){N=q(O),I()||C.setLevel(O,!1)},C.resetLevel=function(){D=null,H(),v.call(C)},C.enableAll=function(O){C.setLevel(C.levels.TRACE,O)},C.disableAll=function(O){C.setLevel(C.levels.SILENT,O)},C.rebuild=function(){if(u!==C&&(E=q(u.getLevel())),v.call(C),u===C)for(var O in s)s[O].rebuild()},E=q(u?u.getLevel():"WARN");var L=I();L!=null&&(D=q(L)),v.call(C)}u=new k,u.getLogger=function(y){if(typeof y!="symbol"&&typeof y!="string"||y==="")throw new TypeError("You must supply a name when creating a logger.");var C=s[y];return C||(C=s[y]=new k(y,u.methodFactory)),C};var S=typeof window!==l?window.log:void 0;return u.noConflict=function(){return typeof window!==l&&window.log===u&&(window.log=S),u},u.getLoggers=function(){return s},u.default=u,u})})(Ku)),Ku.exports}var o6=e6();const pl=rg(o6),Lk=_.createContext({setAlert:()=>{}});function t6({children:e}){const[t,l]=_.useState(),a=_.useMemo(()=>({setAlert:(i,s="success")=>{i?(typeof i=="string"&&(s==="error"?pl.error(i):s==="warning"&&pl.warn(i)),l({content:i,type:s})):l(void 0)}}),[]);return z.jsxs(Lk.Provider,{value:a,children:[t&&z.jsx(KE,{type:t.type,children:t.content}),e]})}const gs=()=>_.useContext(Lk);class r6{constructor(t,l,a){Ba(this,"endpointProvider");Ba(this,"clientId");Ba(this,"redirectUrl");Ba(this,"pendingRefresh");this.endpointProvider=t,this.clientId=l,this.redirectUrl=a}generateCodeVerifier(t=128){const l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_.~";let a="";for(let i=0;i<t;i++){const s=Math.floor(Math.random()*l.length);a+=l.charAt(s)}return a}async generateCodeChallenge(t){const a=new TextEncoder().encode(t),i=await crypto.subtle.digest("SHA-256",a);return btoa(String.fromCharCode(...new Uint8Array(i))).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}async getAuthorizationUrl(t,l){const a=await this.generateCodeChallenge(t);let i=await this.endpointProvider.retrieveAuthorizationEndpoint()+`?response_type=code&client_id=${encodeURIComponent(this.clientId)}&scope=openid%20profile%20email&redirect_uri=${encodeURIComponent(this.redirectUrl)}&code_challenge=${encodeURIComponent(a)}&code_challenge_method=S256`;return l&&(i=i+"&state="+encodeURIComponent(l)),i}async refreshTokens(){this.pendingRefresh?await this.pendingRefresh:(this.pendingRefresh=(async()=>{localStorage.removeItem("access_token"),localStorage.removeItem("id_token"),localStorage.removeItem("tokens_expires_at");const t=localStorage.getItem("refresh_token");if(t){const l={grant_type:"refresh_token",client_id:this.clientId,refresh_token:t},i=await(await fetch(await this.endpointProvider.retrieveTokenEndpoint(),{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(l)})).json();if(!i.access_token)throw new Error("Failed to refresh token");localStorage.setItem("access_token",i.access_token),localStorage.setItem("id_token",i.id_token),localStorage.setItem("tokens_expire_at",(Date.now()+i.expires_in*1e3).toString())}})(),await this.pendingRefresh,this.pendingRefresh=void 0)}async validateCode(t,l){const a={grant_type:"authorization_code",client_id:this.clientId,code:l,redirect_uri:this.redirectUrl,code_verifier:t},s=await(await fetch(await this.endpointProvider.retrieveTokenEndpoint(),{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(a)})).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 t=localStorage.getItem("tokens_expire_at"),l=Date.now()+5*6e4;(!t||Number.parseInt(t)<l)&&await this.refreshTokens();const a=localStorage.getItem("access_token");if(!a)throw new Error("Failed to get access token");return a}async getIdToken(){const t=localStorage.getItem("tokens_expire_at"),l=Date.now()+5*6e4;(!t||Number.parseInt(t)<l)&&await this.refreshTokens();const a=localStorage.getItem("id_token");if(!a)throw new Error("Failed to get ID token");return a}async getIdTokenPayload(){const l=(await this.getIdToken()).split(".")[1];return JSON.parse(atob(l))}}class l6{constructor(t){Ba(this,"_configurationEndpoint");Ba(this,"_pendingLoad");Ba(this,"_configuration");this._configurationEndpoint=t}async retrieveAuthorizationEndpoint(){var t,l;return(t=this._configuration)!=null&&t.authorization_endpoint||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.authorization_endpoint}async retrieveTokenEndpoint(){var t,l;return(t=this._configuration)!=null&&t.token_endpoint||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.token_endpoint}async retrieveUserInfoEndpoint(){var t,l;return(t=this._configuration)!=null&&t.userinfo_endpoint||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.userinfo_endpoint}async retrieveTokenRevocationEndpoint(){var t,l;return(t=this._configuration)!=null&&t.revocation_endpoint||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.revocation_endpoint}async retrieveEndSessionEndpoint(){var t,l;return(t=this._configuration)!=null&&t.end_session_endpoint||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.end_session_endpoint}async retrieveJSONWebKeySetEndpoint(){var t,l;return(t=this._configuration)!=null&&t.jwks_uri||await this._loadConfiguration(),(l=this._configuration)==null?void 0:l.jwks_uri}async _loadConfiguration(){try{this._pendingLoad?await this._pendingLoad:(this._pendingLoad=(async()=>{const t=await fetch(this._configurationEndpoint);this._configuration=await t.json()})(),await this._pendingLoad,this._pendingLoad=void 0)}catch(t){throw"Failed to load configuration endpoint: "+t}}}const Mk="/prod";function Ok(e){const t=e.startsWith("/api/")?e:`/api${e.startsWith("/")?"":"/"}${e}`;return`${Mk}${t}`}function a6(e){const t=e.startsWith("/")?e:`/${e}`;return`${window.location.origin}${Mk}${t}`}const Vg=_.createContext(void 0),Fd=_.createContext(null),n6=()=>_.useContext(Fd);function i6({children:e}){const{setAlert:t}=gs(),l=_.useContext(Vg),a=a6("/popup.html"),[i,s]=_.useState(void 0),[u,h]=_.useState(!1),[f,g]=_.useState(!1),[v,b]=_.useState("");_.useEffect(()=>{if(l){const S=new r6(new l6(`https://cognito-idp.${l.region}.amazonaws.com/${l.userPoolId}/.well-known/openid-configuration`),l.clientId,a);s(S)}},[l]),_.useEffect(()=>{if(i&&!v){const S=i.generateCodeVerifier();b(S),i.getAuthorizationUrl(S).then(w=>{const y=window.open(w,"authentication","height=600,width=400");y||g(!0),window.addEventListener("message",C=>{if(C.origin===window.location.origin&&C.data.name==="auth"){pl.debug("Auth Popup PostBack",{data:C.data}),y==null||y.close();const E=C.data.code;i.validateCode(S,E).then(()=>{i.getIdTokenPayload().then(N=>{pl.debug({claims:N}),h(!0)})}).catch(N=>{pl.error(N),t(N.message,"error")})}})})}},[i]);const x=f?"Login popup was blocked. Please allow popups on this site and try again.":"Authenticating...",k=z.jsxs(co,{direction:"vertical",size:"l",children:[z.jsx("p",{children:x}),f&&z.jsx(oo,{onClick:()=>window.location.reload(),children:"Try Again"})]});return z.jsx(z.Fragment,{children:u&&i?z.jsx(Fd.Provider,{value:i,children:e}):k})}function ms(){const{setAlert:e}=gs(),t=n6();async function l(a,i,s){try{const u=await t.getIdToken(),h={method:a,headers:{"Content-Type":"application/json",Authorization:`Bearer ${u}`}};s&&a!=="GET"&&(h.body=JSON.stringify(s));const f=await fetch(Ok(i),h);if(f.status===204)return;const g=await f.json();if(f.status>=200&&f.status<=299)return g;g.message?e(g.message,"error"):e(`HTTP: ${f.status}. ${g}`,"error")}catch(u){e(u.message,"error")}}return{apiFetch:l}}const xh={ADMIN:"FlowConfigAdmin",EDIT:"FlowConfigEdit",READ:"FlowConfigRead"};function c6(e){if(!e||!e["cognito:groups"])return[];const t=e["cognito:groups"];return typeof t=="string"?t.split(",").map(l=>l.trim()):Array.isArray(t)?t:[]}function Xg(e){return e.includes(xh.ADMIN)?"Full":e.includes(xh.EDIT)?"Edit":e.includes(xh.READ)?"Read":null}function $b(e,t){const l=Xg(e);if(!l)return null;switch(t){case"Read":return l;case"Edit":return l==="Edit"||l==="Full"?l:null;case"Create":case"Delete":return l==="Full"?l:null;default:return null}}function s6(e){return Xg(e)==="Full"}function ps(){const e=_.useContext(Fd),[t,l]=_.useState([]),[a,i]=_.useState(null);return _.useEffect(()=>{e&&e.getIdTokenPayload().then(s=>{const u=c6(s);l(u),i(Xg(u))}).catch(s=>{console.error("Failed to get token payload:",s),l([]),i(null)})},[e]),{userGroups:t,accessLevel:a,hasAccess:s=>$b(t,s)!==null,getAccessLevel:s=>$b(t,s),canMakeStructuralChanges:()=>s6(t),isAdmin:()=>a==="Full",canEdit:()=>a==="Edit"||a==="Full",canRead:()=>a!==null,hasAnyAccess:()=>a!==null}}function u6({isEditing:e,saving:t,previewLoading:l,canPreview:a,canSave:i=!0,onClose:s,onSave:u,onPreview:h}){return z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{onClick:s,children:"Cancel"}),z.jsx(oo,{iconName:"external",loading:l,onClick:h,disabled:!a,children:"Preview"}),i&&z.jsx(oo,{variant:"primary",loading:t,onClick:u,children:e?"Save Changes":"Create"})]})})}const Zb=[{label:"Voice",value:"voice"},{label:"Chat",value:"chat"}],Mi=_.createContext(void 0);function d6({visible:e,onDismiss:t,previewData:l,lang:a,channel:i,onLangChange:s,onChannelChange:u,onRefresh:h,refreshLoading:f}){var b;const v=(((b=_.useContext(Mi))==null?void 0:b.locales)||[]).map(x=>({label:x.name,value:x.code}));return z.jsx(Lr,{onDismiss:t,visible:e,header:"Flow Config Preview",size:"large",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:t,children:"Close"}),z.jsx(oo,{variant:"primary",onClick:h,loading:f,iconName:"refresh",children:"Refresh"})]})}),children:z.jsxs(co,{direction:"vertical",size:"l",children:[z.jsx(ml,{header:z.jsx(Sn,{variant:"h3",children:"Preview Settings"}),children:z.jsxs(Gd,{columns:2,children:[z.jsx(ft,{label:"Language",children:z.jsx(Ma,{selectedOption:v.find(x=>x.value===a)||null,onChange:({detail:x})=>{var k;(k=x.selectedOption)!=null&&k.value&&s(x.selectedOption.value)},options:v})}),z.jsx(ft,{label:"Channel",children:z.jsx(Ma,{selectedOption:Zb.find(x=>x.value===i)||null,onChange:({detail:x})=>{var k;(k=x.selectedOption)!=null&&k.value&&u(x.selectedOption.value)},options:Zb})})]})}),l&&z.jsx(ml,{header:z.jsx(Sn,{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(l).length===0?z.jsxs(lo,{textAlign:"center",color:"inherit",children:[z.jsx("b",{children:"No data"}),z.jsxs(lo,{variant:"p",color:"inherit",children:["No data available for ",a," ",i," channel"]})]}):z.jsx(hs,{columnDefinitions:[{id:"key",header:"Key",cell:x=>x.key},{id:"value",header:"Value",cell:x=>z.jsx(lo,{children:z.jsx("div",{style:{maxWidth:"400px",wordWrap:"break-word",whiteSpace:"pre-wrap"},children:x.value})})}],items:Object.entries(l).map(([x,k])=>({key:x,value:k})),empty:z.jsx(lo,{textAlign:"center",color:"inherit",children:"No data available"})})})]})})}function f6({flowConfig:e,isEditing:t,onUpdate:l,readOnly:a=!1}){return z.jsx(ml,{header:z.jsx(Sn,{variant:"h2",children:"Basic Information"}),children:z.jsx(co,{direction:"vertical",size:"m",children:z.jsxs(Gd,{columns:2,children:[z.jsx(ft,{label:"ID",description:"Unique identifier for this flow configuration",errorText:e.id?"":"ID is required",children:z.jsx(Qr,{value:e.id,onChange:({detail:i})=>l({id:i.value}),placeholder:"e.g., customer-service-queue",disabled:t})}),z.jsx(ft,{label:"Description",description:"Human-readable description",errorText:e.description?"":"Description is required",children:z.jsx(Qr,{value:e.description,onChange:({detail:i})=>l({description:i.value}),placeholder:"e.g., Main customer service configuration",readOnly:a})})]})})})}function h6({visible:e,variableName:t,currentOptions:l,onDismiss:a,onSave:i}){const[s,u]=_.useState(l.join(`
|
|
60
|
+
`)),[h,f]=_.useState(""),g=()=>{const b=s.split(`
|
|
61
|
+
`).map(k=>k.trim()).filter(k=>k.length>0);if(b.length===0){f("At least one option is required");return}const x=[...new Set(b)];f(""),i(x)},v=()=>{u(l.join(`
|
|
62
|
+
`)),f(""),a()};return z.jsx(Lr,{onDismiss:v,visible:e,header:`Options for ${t}`,footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:v,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:g,children:"Save"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[h&&z.jsx(Yt,{type:"error",children:h}),z.jsx(ft,{label:"Options",description:"Enter one option per line. These are the values a non-admin user can select.",children:z.jsx(Oa,{value:s,onChange:({detail:b})=>{u(b.value),h&&f("")},placeholder:`yes
|
|
63
|
+
no
|
|
64
|
+
maybe`,rows:6})})]})})}function g6({flowConfig:e,onUpdate:t,onAddVariable:l,canAddVariables:a=!0,isReadOnly:i=!1}){var N,D;const{isAdmin:s}=ps(),[u,h]=_.useState(null),[f,g]=_.useState(null),v=Object.entries(e.variables).sort(([T],[P])=>T.localeCompare(P)).map(([T,P])=>{var I;return{key:T,value:P,schema:((I=e.schema)==null?void 0:I[T])||{type:"text"}}}),b=(T,P)=>{var H;const I=(H=e.schema)==null?void 0:H[T];if((I==null?void 0:I.type)==="number"&&P!==""){const q=parseFloat(P);if(isNaN(q))return}t({variables:{...e.variables,[T]:P}})},x=T=>{const P={...e.variables};delete P[T];const I={...e.schema};delete I[T],t({variables:P,schema:I})},k=(T,P)=>{var L,O,j;const I=e.schema||{};if((((L=I[T])==null?void 0:L.type)||"text")==="select"&&P!=="select"&&(((j=(O=I[T])==null?void 0:O.options)==null?void 0:j.length)||0)>0){g({key:T,newType:P,willLoseOptions:!0});return}S(T,P)},S=(T,P)=>{var O,j;const I=e.schema||{},H=e.variables[T],q={...I,[T]:{...I[T],type:P,options:P==="select"?((O=I[T])==null?void 0:O.options)||[]:void 0}};let L=H;P==="boolean"?L="false":P==="number"?L="0":P==="select"&&(L=(((j=I[T])==null?void 0:j.options)||[]).includes(H)?H:""),t({schema:q,variables:{...e.variables,[T]:L}})},w=(T,P)=>{const I=e.schema||{};t({schema:{...I,[T]:{...I[T],type:"select",options:P}}}),h(null)},y=T=>{const{key:P,value:I,schema:H}=T;switch(H.type){case"boolean":return z.jsx(rk,{checked:I==="true",onChange:({detail:q})=>b(P,q.checked?"true":"false"),disabled:i,children:z.jsx(Dk,{type:I==="true"?"success":"error",children:I==="true"?"true":"false"})});case"number":return z.jsx(Qr,{type:"number",value:I,onChange:({detail:q})=>b(P,q.value),placeholder:"0",readOnly:i});case"select":{const q=H.options||[];return q.length===0?z.jsx(lo,{color:"text-status-error",children:z.jsx("em",{children:s()?"Add options →":"No options configured"})}):z.jsx(Ma,{selectedOption:I?{label:I,value:I}:null,onChange:({detail:L})=>{var O;return b(P,((O=L.selectedOption)==null?void 0:O.value)||"")},options:q.map(L=>({label:L,value:L})),placeholder:"Select a value",disabled:i,expandToViewport:!0})}case"text":default:return z.jsx(Qr,{value:I,onChange:({detail:q})=>b(P,q.value),placeholder:"Variable value",readOnly:i})}},C=[{label:"Text",value:"text"},{label:"Number",value:"number"},{label:"Boolean",value:"boolean"},{label:"Select",value:"select"}],E=[{id:"key",header:"Variable Name",cell:T=>T.key},...s()?[{id:"schema",header:"Schema",cell:T=>{var P;return z.jsxs(co,{direction:"horizontal",size:"xs",alignItems:"center",children:[z.jsx("div",{style:{width:"120px"},children:z.jsx(Ma,{selectedOption:C.find(I=>I.value===T.schema.type)||C[0],onChange:({detail:I})=>k(T.key,I.selectedOption.value),options:C,disabled:i,expandToViewport:!0})}),T.schema.type==="select"&&z.jsxs(oo,{variant:"inline-link",onClick:()=>h(T.key),disabled:i,children:["Options (",((P=T.schema.options)==null?void 0:P.length)||0,")"]})]})}}]:[],{id:"value",header:"Value",cell:T=>y(T)},...a?[{id:"actions",header:"Actions",cell:T=>z.jsx(oo,{variant:"icon",iconName:"remove",onClick:()=>x(T.key),ariaLabel:`Remove variable ${T.key}`})}]:[]];return z.jsxs(z.Fragment,{children:[z.jsx(hd,{headerText:"Variables",headerCounter:`(${v.length})`,headerActions:a&&z.jsx(oo,{onClick:l,iconName:"add-plus",children:"Add Variable"}),defaultExpanded:v.length>0,children:z.jsx(ml,{children:z.jsx(hs,{columnDefinitions:E,items:v,empty:z.jsxs(lo,{textAlign:"center",color:"inherit",children:[z.jsx("b",{children:"No variables"}),z.jsx(lo,{variant:"p",color:"inherit",children:'Click "Add Variable" to add configurable variables.'})]})})})}),u&&z.jsx(h6,{visible:!!u,variableName:u,currentOptions:((D=(N=e.schema)==null?void 0:N[u])==null?void 0:D.options)||[],onDismiss:()=>h(null),onSave:T=>w(u,T)}),f&&z.jsx(Lr,{visible:!!f,onDismiss:()=>g(null),header:"Change Variable Type?",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:()=>g(null),children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:()=>{S(f.key,f.newType),g(null)},children:"Change Type"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[z.jsxs(lo,{children:["Changing from ",z.jsx("strong",{children:"Select"})," to ",z.jsx("strong",{children:f.newType})," will permanently delete the configured options."]}),z.jsx(lo,{color:"text-status-warning",children:"This action cannot be undone."})]})})]})}function m6(e){const{text:t,languageCode:l,voiceId:a}=e,{setAlert:i}=gs(),{apiFetch:s}=ms(),[u,h]=_.useState(!1),[f,g]=_.useState(new Audio),[v,b]=_.useState(!1),[x,k]=_.useState(!1);_.useEffect(()=>{f.onended=()=>{b(!1)}},[]),_.useEffect(()=>{k(!1)},[l,a,t]);const S=async()=>{if(v){f.pause();const C=f;C.src="",g(C),b(!1)}else await w()},w=async()=>{try{if(h(!0),!x){k(!0);const C=await s("POST","/api/preview-speech",{languageCode:l,voiceId:a,text:t});if(!C)throw new Error("No response from preview speech API");const E=C.Audio,N=Uint8Array.from(E.data);f.src=URL.createObjectURL(new Blob([N])),g(f)}b(!0),await f.play()}catch(C){i(C.message,"error"),b(!1),f.src="",g(f)}finally{h(!1)}},y=u||!t||!a;return z.jsx(oo,{iconName:v?"audio-off":"audio-full",onClick:S,disabled:y,ariaLabel:"Preview text-to-speech",formAction:"none",children:v?"Stop Preview":"Preview"})}function p6({promptName:e,language:t,content:l,selectedVoices:a,onUpdatePrompt:i,onVoiceChange:s,isReadOnly:u=!1}){var v;const h=((v=_.useContext(Mi))==null?void 0:v.locales)||[],f=b=>{const x=h.find(k=>k.code===b);return(x?x.voices:[]).map(k=>({label:k,value:k}))},g=b=>a[b]||"";return z.jsx(ml,{header:z.jsx(Sn,{variant:"h3",children:t}),children:z.jsxs(co,{direction:"vertical",size:"s",children:[z.jsx(ft,{label:"Voice Content",stretch:!0,children:z.jsx(Oa,{value:l.voice,onChange:({detail:b})=>{i(e,t,{voice:b.value})},rows:3,readOnly:u})}),z.jsx(ft,{label:"Chat Content (Optional)",stretch:!0,children:z.jsx(Oa,{value:l.chat||"",onChange:({detail:b})=>{i(e,t,{chat:b.value})},rows:2,readOnly:u})}),z.jsxs(Gd,{columns:2,children:[z.jsx(ft,{label:"Preview Voice",children:z.jsx(Ma,{selectedOption:{label:g(t),value:g(t)},onChange:({detail:b})=>{var x;(x=b.selectedOption)!=null&&x.value&&s(t,b.selectedOption.value)},options:f(t),placeholder:"Select voice"})}),z.jsx(lo,{padding:{top:"l"},children:z.jsx(m6,{text:l.voice,languageCode:t,voiceId:g(t)})})]})]})},t)}function v6({flowConfig:e,selectedVoices:t,onUpdate:l,onAddPrompt:a,onAddLanguage:i,onRemovePrompt:s,onVoiceChange:u,canMakeStructuralChanges:h=!0,isReadOnly:f=!1}){const g=(v,b,x)=>{const k=e.prompts[v][b];l({prompts:{...e.prompts,[v]:{...e.prompts[v],[b]:{...k,...x}}}})};return z.jsx(hd,{headerText:"Prompts",headerCounter:`(${Object.keys(e.prompts).length})`,headerActions:h&&z.jsx(oo,{onClick:a,iconName:"add-plus",children:"Add Prompt"}),defaultExpanded:!0,children:z.jsx(ml,{children:z.jsx(co,{direction:"vertical",size:"s",children:Object.entries(e.prompts).length===0?z.jsxs(lo,{textAlign:"center",color:"inherit",children:[z.jsx("b",{children:"No prompts"}),z.jsx(lo,{variant:"p",color:"inherit",children:'Click "Add Prompt" to add voice and chat content.'})]}):Object.entries(e.prompts).sort(([v],[b])=>v.localeCompare(b)).map(([v,b])=>z.jsx(hd,{headerText:v,headerCounter:`(${Object.keys(b).length} languages)`,headerActions:!f&&z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{onClick:()=>i(v),iconName:"add-plus",variant:"icon",ariaLabel:`Add language to ${v}`}),h&&z.jsx(oo,{variant:"icon",iconName:"remove",onClick:()=>s(v),ariaLabel:`Remove prompt ${v}`})]}),defaultExpanded:!1,children:z.jsx(co,{direction:"vertical",size:"s",children:Object.entries(b).sort(([x],[k])=>x.localeCompare(k)).map(([x,k])=>z.jsx(p6,{promptName:v,language:x,content:k,selectedVoices:t,onUpdatePrompt:g,onVoiceChange:u,isReadOnly:f},x))})},v))})})})}function b6({flowConfig:e,isEditing:t,selectedVoices:l,onUpdate:a,onAddVariable:i,onAddPrompt:s,onAddLanguage:u,onVoiceChange:h,canMakeStructuralChanges:f=!0,isReadOnly:g=!1}){const v=b=>{const x={...e.prompts};delete x[b],a({prompts:x})};return z.jsx(bk,{children:z.jsxs(co,{direction:"vertical",size:"l",children:[z.jsx(f6,{flowConfig:e,isEditing:t,onUpdate:a,readOnly:g||!f}),z.jsx(g6,{flowConfig:e,onUpdate:a,onAddVariable:i,canAddVariables:!g&&f,isReadOnly:g}),z.jsx(v6,{flowConfig:e,selectedVoices:l,onUpdate:a,onAddPrompt:s,onAddLanguage:u,onRemovePrompt:v,onVoiceChange:h,canMakeStructuralChanges:!g&&f,isReadOnly:g})]})})}function x6({visible:e,onDismiss:t,onAdd:l,existingKeys:a}){const[i,s]=_.useState(""),[u,h]=_.useState(""),[f,g]=_.useState(""),v=()=>{if(!i||!u){g("Both key and value are required");return}if(a.includes(i)){g("This variable key already exists");return}l(i,u),s(""),h(""),g(""),t()},b=()=>{s(""),h(""),g(""),t()};return z.jsx(Lr,{onDismiss:b,visible:e,header:"Add Variable",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:b,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:v,children:"Add Variable"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[f&&z.jsx(Yt,{type:"error",children:f}),z.jsx(ft,{label:"Variable Name",children:z.jsx(Qr,{value:i,onChange:({detail:x})=>s(x.value),placeholder:"e.g., priority"})}),z.jsx(ft,{label:"Value",children:z.jsx(Qr,{value:u,onChange:({detail:x})=>h(x.value),placeholder:"e.g., high"})})]})})}function _6({visible:e,onDismiss:t,onAdd:l,existingPrompts:a}){var E;const s=(((E=_.useContext(Mi))==null?void 0:E.locales)||[]).map(N=>({label:N.name,value:N.code})),[u,h]=_.useState(""),[f,g]=_.useState({label:"English (US)",value:"en-US"}),[v,b]=_.useState(""),[x,k]=_.useState(""),[S,w]=_.useState(""),y=()=>{if(!u||!v){w("Prompt name and voice content are required");return}if(a.includes(u)){w("This prompt name already exists");return}const N={name:u,languages:{[f.value]:{voice:v,chat:x||void 0}}};l(N),h(""),g({label:"English (US)",value:"en-US"}),b(""),k(""),w(""),t()},C=()=>{h(""),g({label:"English (US)",value:"en-US"}),b(""),k(""),w(""),t()};return z.jsx(Lr,{onDismiss:C,visible:e,header:"Add Prompt",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:C,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:y,children:"Add Prompt"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[S&&z.jsx(Yt,{type:"error",children:S}),z.jsx(ft,{label:"Prompt Name",children:z.jsx(Qr,{value:u,onChange:({detail:N})=>h(N.value),placeholder:"e.g., welcome"})}),z.jsx(ft,{label:"Language",children:z.jsx(Ma,{selectedOption:f,onChange:({detail:N})=>{N.selectedOption&&N.selectedOption.label&&N.selectedOption.value&&g(N.selectedOption)},options:s})}),z.jsx(ft,{label:"Voice Content",stretch:!0,children:z.jsx(Oa,{value:v,onChange:({detail:N})=>b(N.value),placeholder:"Voice content (may include SSML tags)",rows:3})}),z.jsx(ft,{label:"Chat Content (Optional)",stretch:!0,children:z.jsx(Oa,{value:x,onChange:({detail:N})=>k(N.value),placeholder:"Chat content (plain text)",rows:2})})]})})}function k6({visible:e,promptName:t,onDismiss:l,onAdd:a,existingLocales:i}){var E;const[s,u]=_.useState(""),[h,f]=_.useState(""),[g,v]=_.useState(""),k=(((E=_.useContext(Mi))==null?void 0:E.locales)||[]).map(N=>({label:N.name,value:N.code})).filter(N=>!i.includes(N.value)),[S,w]=_.useState(k.length>0?k[0]:{label:"",value:""}),y=()=>{if(!s){v("Voice content is required");return}if(!S.value){v("Please select a locale");return}a(t,S.value,s,h),w(k.length>0?k[0]:{label:"",value:""}),u(""),f(""),v(""),l()},C=()=>{w(k.length>0?k[0]:{label:"",value:""}),u(""),f(""),v(""),l()};return z.jsx(Lr,{onDismiss:C,visible:e,header:`Add Locale to "${t}"`,footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:C,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:y,disabled:k.length===0,children:"Add Locale"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[g&&z.jsx(Yt,{type:"error",children:g}),k.length===0?z.jsx(Yt,{type:"warning",children:"All available locales have already been added to this prompt."}):z.jsxs(z.Fragment,{children:[z.jsx(ft,{label:"Locale",children:z.jsx(Ma,{selectedOption:S,onChange:({detail:N})=>{N.selectedOption&&N.selectedOption.label&&N.selectedOption.value&&w(N.selectedOption)},options:k})}),z.jsx(ft,{label:"Voice Content",stretch:!0,children:z.jsx(Oa,{value:s,onChange:({detail:N})=>u(N.value),placeholder:"Voice content (may include SSML tags)",rows:3})}),z.jsx(ft,{label:"Chat Content (Optional)",stretch:!0,children:z.jsx(Oa,{value:h,onChange:({detail:N})=>f(N.value),placeholder:"Chat content (plain text)",rows:2})})]})]})})}function w6({flowConfigId:e,onClose:t,onSave:l}){var re;const a=((re=_.useContext(Mi))==null?void 0:re.locales)||[],[i,s]=_.useState({id:"",description:"",variables:{},prompts:{}}),[u,h]=_.useState(!1),[f,g]=_.useState(""),[v,b]=_.useState(a.reduce((de,Y)=>(de[Y.code]=Y.voices[0]||"",de),{})),[x,k]=_.useState(!1),[S,w]=_.useState(!1),[y,C]=_.useState(null),[E,N]=_.useState(!1),[D,T]=_.useState(null),[P,I]=_.useState(!1),[H,q]=_.useState("en-US"),[L,O]=_.useState("voice"),{apiFetch:j}=ms(),{canEdit:V,canMakeStructuralChanges:U}=ps(),ne=!!e,M=!V(),$=V();_.useEffect(()=>{e&&oe()},[e]);const oe=async()=>{try{const de=await j("GET",`/api/flow-config/${e}`);de&&s({...de,variables:de.variables||{},prompts:de.prompts||{}})}catch{g("Failed to load flow configuration")}},Q=async()=>{if(!i.id||!i.description){g("ID and description are required");return}h(!0);try{await j("POST",`/api/flow-config/${i.id}`,i),l()}catch{g("Failed to save flow configuration")}finally{h(!1)}},se=(de,Y)=>{s(ve=>({...ve,variables:{...ve.variables,[de]:Y}}))},R=de=>{s(Y=>({...Y,prompts:{...Y.prompts,[de.name]:de.languages}}))},X=(de,Y,ve,xe)=>{s(we=>({...we,prompts:{...we.prompts,[de]:{...we.prompts[de],[Y]:{voice:ve,chat:xe||void 0}}}}))},te=(de,Y)=>{b(ve=>({...ve,[de]:Y}))},ie=async()=>{if(!i.id||!i.description){g("ID and description are required for preview");return}I(!0),g("");try{const de=await j("POST","/api/flow-config/preview",{flowConfig:i,lang:H,channel:L});T(de||null),N(!0)}catch{g("Failed to generate preview")}finally{I(!1)}},pe=de=>{s(Y=>({...Y,...de}))},be=!!(i.id&&i.description);return z.jsxs(co,{direction:"vertical",size:"l",children:[z.jsx(u6,{isEditing:ne,saving:u,previewLoading:P,flowConfigId:i.id,canPreview:be,canSave:$,onClose:t,onSave:Q,onPreview:ie}),f&&z.jsx(Yt,{type:"error",dismissible:!0,onDismiss:()=>g(""),children:f}),z.jsx(b6,{flowConfig:i,isEditing:ne,selectedVoices:v,onUpdate:M?()=>{}:pe,onAddVariable:M?()=>{}:()=>w(!0),onAddPrompt:M?()=>{}:()=>k(!0),onAddLanguage:M?()=>{}:de=>C(de),onVoiceChange:te,canMakeStructuralChanges:U(),isReadOnly:M}),!M&&z.jsxs(z.Fragment,{children:[z.jsx(x6,{visible:S,onDismiss:()=>w(!1),onAdd:se,existingKeys:Object.keys(i.variables)}),z.jsx(_6,{visible:x,onDismiss:()=>k(!1),onAdd:R,existingPrompts:Object.keys(i.prompts)}),y&&z.jsx(k6,{visible:!!y,promptName:y,onDismiss:()=>C(null),onAdd:X,existingLocales:Object.keys(i.prompts[y]||{})})]}),z.jsx(d6,{visible:E,onDismiss:()=>N(!1),previewData:D,lang:H,channel:L,onLangChange:q,onChannelChange:O,onRefresh:ie,refreshLoading:P})]})}function y6({children:e}){const[t,l]=_.useState(void 0),[a,i]=_.useState(!0),{apiFetch:s}=ms(),{setAlert:u}=gs();return _.useEffect(()=>{(async()=>{try{const f=await s("GET","/api/settings");l(f)}catch(f){pl.error("Failed to load settings:",f),u("Error loading settings","error")}finally{i(!1)}})()},[]),z.jsx(Mi.Provider,{value:t,children:a?z.jsx("div",{children:"Loading Settings..."}):e})}function Qb(){const[e,t]=_.useState([]),[l,a]=_.useState(!0),[i,s]=_.useState([]),[u,h]=_.useState(1),[f,g]=_.useState(""),[v,b]=_.useState(!1),[x,k]=_.useState(),[S,w]=_.useState(!1),[y,C]=_.useState(!1),[E,N]=_.useState(null),[D,T]=_.useState(!1),[P,I]=_.useState([]),[H,q]=_.useState(!1),{apiFetch:L}=ms(),{hasAccess:O,isAdmin:j}=ps(),V=async()=>{a(!0);try{const Y=await L("GET","/api/flow-config");Y&&t(Y.items||[])}finally{a(!1)}},U=()=>{k(void 0),b(!0)},ne=Y=>{k(Y.id),b(!0)},M=async()=>{if(i.length!==0){C(!0);try{for(const Y of i)await L("DELETE",`/api/flow-config/${Y.id}`);N({type:"success",message:`Successfully deleted ${i.length} flow configuration(s)`}),s([]),await V()}catch{N({type:"error",message:"Failed to delete flow configuration(s)"})}finally{C(!1),w(!1)}}},$=()=>{b(!1),k(void 0)},oe=async()=>{N({type:"success",message:"Flow configuration saved successfully"}),b(!1),k(void 0),await V()},Q=async()=>{if(i.length===0){N({type:"error",message:"Please select at least one flow configuration to export."});return}try{const Y=i.map(async Ne=>await L("GET",`/api/flow-config/${Ne.id}`)),xe=(await Promise.all(Y)).filter(Ne=>Ne!=null);if(xe.length===0){N({type:"error",message:"Failed to fetch flow configuration details for export."});return}const He=new Date().toISOString().slice(0,16).replace("T","-").replace(":",""),Be=`flow-configs-${xe.length}-items-${He}.json`,le=new Blob([JSON.stringify(xe,null,2)],{type:"application/json"}),ae=URL.createObjectURL(le),_e=document.createElement("a");_e.href=ae,_e.download=Be,document.body.appendChild(_e),_e.click(),document.body.removeChild(_e),URL.revokeObjectURL(ae),N({type:"success",message:`Successfully exported ${xe.length} flow configuration(s) to ${Be}`})}catch(Y){console.error("Export error:",Y),N({type:"error",message:"Failed to export selected flow configurations. Please try again."})}},se=()=>{const Y=document.createElement("input");Y.type="file",Y.accept=".json",Y.style.display="none",Y.onchange=async ve=>{var we;const xe=(we=ve.target.files)==null?void 0:we[0];if(xe)try{const He=await xe.text(),Be=JSON.parse(He);let le;if(Array.isArray(Be))le=Be;else if(Be.flowConfigs&&Array.isArray(Be.flowConfigs))le=Be.flowConfigs;else throw new Error("Invalid import file format. Expected a JSON array of flow configurations.");if(le.length===0)throw new Error("Import file contains no flow configurations.");if(!le.every(_e=>_e.id&&_e.description!==void 0&&_e.variables!==void 0&&_e.prompts!==void 0))throw new Error("Invalid flow configuration structure in import file.");I(le),T(!0)}catch(He){console.error("Import error:",He);const Be=He instanceof Error?He.message:"Failed to process import file";N({type:"error",message:`Import failed: ${Be}`})}},document.body.appendChild(Y),Y.click(),document.body.removeChild(Y)},R=async()=>{q(!0);let Y=0,ve=0;const xe=[];try{for(const we of P)try{await L("POST",`/api/flow-config/${we.id}`,we),Y++}catch(He){ve++,xe.push(`Failed to import "${we.id}": ${He instanceof Error?He.message:"Unknown error"}`),console.error(`Import error for ${we.id}:`,He)}Y>0&&ve===0?N({type:"success",message:`Successfully imported ${Y} flow configuration(s).`}):Y>0&&ve>0?N({type:"error",message:`Imported ${Y} flow configuration(s) successfully, but ${ve} failed. Check console for details.`}):N({type:"error",message:`Import failed: ${ve} flow configuration(s) could not be imported. Check console for details.`}),xe.length>0&&console.error("Import errors:",xe),await V()}catch(we){N({type:"error",message:"Import process failed. Please try again."}),console.error("Import process error:",we)}finally{q(!1),T(!1),I([])}};_.useEffect(()=>{V()},[]);const X=e.filter(Y=>{var ve;return Y.id.toLowerCase().includes(f.toLowerCase())||((ve=Y.description)==null?void 0:ve.toLowerCase().includes(f.toLowerCase()))}),te=X.sort((Y,ve)=>Y.id.localeCompare(ve.id)),ie=10,pe=(u-1)*ie,be=pe+ie,re=te.slice(pe,be),de=[{id:"id",header:"ID",cell:Y=>z.jsx(oo,{variant:"link",onClick:()=>ne(Y),children:Y.id}),sortingField:"id",isRowHeader:!0,minWidth:150,maxWidth:200},{id:"description",header:"Description",cell:Y=>Y.description||"",sortingField:"description",minWidth:200,maxWidth:300},{id:"accessLevel",header:"Access Level",cell:Y=>Y.accessLevel||"",sortingField:"accessLevel",minWidth:100,maxWidth:150}];return z.jsxs(y6,{children:[z.jsx(hs,{columnDefinitions:de,items:re,loading:l,loadingText:"Loading flow configurations...",selectedItems:i,onSelectionChange:({detail:Y})=>s(Y.selectedItems),selectionType:"multi",ariaLabels:{selectionGroupLabel:"Flow configuration selection",allItemsSelectionLabel:({selectedItems:Y})=>`${Y.length} ${Y.length===1?"item":"items"} selected`,itemSelectionLabel:({selectedItems:Y},ve)=>{const xe=Y.filter(we=>we.id===ve.id).length;return`${ve.id} is ${xe?"":"not"} selected`}},header:z.jsx(Sn,{counter:`(${te.length})`,actions:z.jsxs(co,{direction:"horizontal",size:"xs",children:[j()&&z.jsx(oo,{variant:"primary",onClick:U,children:"Create"}),O("Edit")&&z.jsx(oo,{disabled:i.length!==1,onClick:()=>ne(i[0]),children:"Edit"}),j()&&z.jsx(oo,{disabled:i.length===0,onClick:()=>w(!0),children:"Delete"}),j()&&z.jsx(Q_,{items:[{text:"Export Selected",id:"export",iconName:"download",disabled:i.length===0},{text:"Import",id:"import",iconName:"upload"}],variant:"normal",onItemClick:({detail:Y})=>{Y.id==="export"?Q():Y.id==="import"&&se()},children:"More Actions"})]}),children:"Flow Configurations"}),filter:z.jsx(Rk,{filteringText:f,filteringPlaceholder:"Find flow configurations",filteringAriaLabel:"Filter flow configurations",onChange:({detail:Y})=>{g(Y.filteringText),h(1)}}),pagination:z.jsx(xk,{currentPageIndex:u,pagesCount:Math.ceil(X.length/ie),onChange:({detail:Y})=>h(Y.currentPageIndex),ariaLabels:{nextPageLabel:"Next page",previousPageLabel:"Previous page",pageLabel:Y=>`Page ${Y} of all pages`}}),empty:z.jsx(lo,{margin:{vertical:"xs"},textAlign:"center",color:"inherit",children:z.jsxs(co,{size:"m",children:[z.jsx("b",{children:"No flow configurations"}),j()&&z.jsx(oo,{onClick:U,children:"Create flow configuration"})]})})}),E&&z.jsx(Yt,{type:E.type,dismissible:!0,onDismiss:()=>N(null),children:E.message}),z.jsx(Lr,{onDismiss:$,visible:v,size:"max",header:x?`Edit: ${x}`:"Create Flow Configuration",children:v&&z.jsx(w6,{flowConfigId:x,onClose:$,onSave:oe})}),z.jsx(Lr,{onDismiss:()=>w(!1),visible:S,header:"Delete Flow Configuration",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:()=>w(!1),children:"Cancel"}),z.jsx(oo,{variant:"primary",loading:y,onClick:M,children:"Delete"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[z.jsxs(lo,{variant:"span",children:["Are you sure you want to delete ",i.length," flow configuration",i.length>1?"s":"","?"]}),i.length>0&&z.jsxs(lo,{children:[z.jsx("strong",{children:"Items to be deleted:"}),z.jsx("ul",{children:i.map(Y=>z.jsxs("li",{children:[Y.id," - ",Y.description]},Y.id))})]})]})}),z.jsx(Lr,{visible:D,onDismiss:()=>T(!1),header:"Import Flow Configurations",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:()=>T(!1),children:"Cancel"}),z.jsx(oo,{variant:"primary",loading:H,onClick:R,children:"Import"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[z.jsxs(Yt,{type:"warning",children:[z.jsx("strong",{children:"Warning:"})," Importing will overwrite any existing flow configurations with the same IDs."]}),z.jsxs(lo,{variant:"span",children:["Are you sure you want to import ",P.length," flow configuration",P.length>1?"s":"","?"]}),P.length>0&&z.jsxs(lo,{children:[z.jsx("strong",{children:"Items to be imported:"}),z.jsx("ul",{children:P.map(Y=>z.jsxs("li",{children:[Y.id," - ",Y.description]},Y.id))})]})]})})]})}function S6({userName:e}){return z.jsx(lo,{padding:"xl",children:z.jsx(co,{direction:"vertical",size:"l",children:z.jsx(Yt,{type:"warning",header:"Access Denied",children:z.jsx(co,{direction:"vertical",size:"m",children:z.jsxs(Wg,{children:[z.jsx("p",{children:z.jsx("strong",{children:"You are authenticated but do not have permission to access FlowConfig."})}),e&&z.jsxs("p",{children:["User: ",z.jsx("strong",{children:e})]}),z.jsx("p",{children:"To access this application, you must be assigned to one of the following groups:"}),z.jsxs("ul",{children:[z.jsxs("li",{children:[z.jsx("strong",{children:"FlowConfigAdmin"})," - Full access to create, edit, and delete flow configurations"]}),z.jsxs("li",{children:[z.jsx("strong",{children:"FlowConfigEdit"})," - Edit variable values and prompt content in existing flow configurations"]}),z.jsxs("li",{children:[z.jsx("strong",{children:"FlowConfigRead"})," - Read-only access to view flow configurations"]})]}),z.jsx("p",{children:"Please contact your administrator to request access to the appropriate group."})]})})})})})}function B6({visible:e,onDismiss:t,onSubmit:l,existingLocales:a}){const[i,s]=_.useState(""),[u,h]=_.useState(""),[f,g]=_.useState(null),v=()=>{if(g(null),!i.trim()){g("Locale code is required");return}if(!u.trim()){g("Display name is required");return}if(!/^([a-z]{2,3}(-[A-Z]{2})?(-[A-Z]{3})?|arb)$/.test(i)){g('Invalid language code format. Must be a valid Amazon Polly language code (e.g., "en-US", "arb", "cmn-CN")');return}if(a.includes(i)){g("This locale code already exists");return}l({code:i,name:u}),b()},b=()=>{s(""),h(""),g(null),t()};return z.jsx(Lr,{onDismiss:b,visible:e,header:"Add New Locale",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:b,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:v,children:"Add Locale"})]})}),children:z.jsxs(co,{direction:"vertical",size:"m",children:[f&&z.jsx(Yt,{type:"error",children:f}),z.jsx(ft,{label:"Language Code",description:z.jsxs(lo,{children:["Amazon Polly language code (e.g., en-US, arb, cmn-CN).",z.jsx(Ti,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"View all supported language codes"})]}),children:z.jsx(Qr,{value:i,onChange:({detail:x})=>s(x.value),placeholder:"en-US"})}),z.jsx(ft,{label:"Display Name",description:"Human-readable name for this locale",children:z.jsx(Qr,{value:u,onChange:({detail:x})=>h(x.value),placeholder:"English (United States)"})}),z.jsx(Yt,{type:"info",children:z.jsxs(lo,{variant:"small",children:[z.jsx("strong",{children:"Common Amazon Polly language codes:"}),z.jsxs("ul",{children:[z.jsx("li",{children:"en-US - English (United States)"}),z.jsx("li",{children:"en-GB - English (United Kingdom)"}),z.jsx("li",{children:"es-US - Spanish (United States)"}),z.jsx("li",{children:"es-ES - Spanish (Spain)"}),z.jsx("li",{children:"fr-FR - French (France)"}),z.jsx("li",{children:"de-DE - German (Germany)"}),z.jsx("li",{children:"arb - Arabic"}),z.jsx("li",{children:"cmn-CN - Chinese Mandarin"}),z.jsx("li",{children:"da-DK - Danish"}),z.jsx("li",{children:"pt-BR - Portuguese (Brazil)"})]}),z.jsx(Ti,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"See complete list of supported language codes"})]})})]})})}function C6({visible:e,onDismiss:t,onSubmit:l,localeName:a,existingVoices:i}){const[s,u]=_.useState(""),[h,f]=_.useState(null),g=()=>{if(f(null),!s.trim()){f("Voice ID is required");return}if(i.includes(s)){f("This voice ID already exists for this locale");return}l(s),v()},v=()=>{u(""),f(null),t()};return z.jsx(Lr,{onDismiss:v,visible:e,header:`Add Voice to ${a}`,size:"large",footer:z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"link",onClick:v,children:"Cancel"}),z.jsx(oo,{variant:"primary",onClick:g,children:"Add Voice"})]})}),children:z.jsxs(co,{direction:"vertical",size:"l",children:[h&&z.jsx(Yt,{type:"error",children:h}),z.jsx(ft,{label:"Voice ID",description:z.jsxs(lo,{children:["Enter an Amazon Polly voice ID.",z.jsx(Ti,{external:!0,href:"https://docs.aws.amazon.com/polly/latest/dg/available-voices.html",children:"View all available voices"})]}),children:z.jsx(Qr,{value:s,onChange:({detail:b})=>u(b.value),placeholder:"Joanna"})})]})})}function N6(){var T,P;const{isAdmin:e}=ps(),{apiFetch:t}=ms(),[l,a]=_.useState([]),[i,s]=_.useState(!1),[u,h]=_.useState(!1),[f,g]=_.useState(null),[v,b]=_.useState(!1),[x,k]=_.useState(!0),[S,w]=_.useState(!1);_.useEffect(()=>{(async()=>{try{const H=await t("GET","/api/settings");H&&a(H.locales)}catch(H){console.error("Failed to load settings:",H)}finally{k(!1)}})()},[]);const y=I=>{const H={...I,voices:[]};a([...l,H]),s(!1),w(!0)},C=I=>{f&&(a(l.map(H=>H.code===f?{...H,voices:[...H.voices,I]}:H)),h(!1),g(null),w(!0))},E=(I,H)=>{a(l.map(q=>q.code===I?{...q,voices:q.voices.filter(L=>L!==H)}:q)),w(!0)},N=I=>{a(l.filter(H=>H.code!==I)),w(!0)},D=async()=>{b(!0);try{await t("POST","/api/settings",{locales:l}),w(!1)}catch(I){console.error("Failed to save settings:",I)}finally{b(!1)}};return e()?x?z.jsx(ml,{children:z.jsxs(lo,{textAlign:"center",children:[z.jsx(Ek,{size:"large"}),z.jsx(lo,{variant:"p",color:"inherit",children:"Loading settings..."})]})}):z.jsxs(co,{direction:"vertical",size:"l",children:[z.jsx(lo,{float:"right",children:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{variant:"primary",onClick:D,loading:v,disabled:!S,iconName:"check",children:v?"Saving...":"Save Settings"}),z.jsx(oo,{variant:"normal",onClick:()=>s(!0),iconName:"add-plus",children:"Add Locale"})]})}),S&&z.jsx(Yt,{type:"warning",children:'You have unsaved changes. Click "Save Settings" to commit your changes.'}),l.map(I=>z.jsx(ml,{header:z.jsxs(Sn,{variant:"h3",description:`Manage voices for ${I.name}`,actions:z.jsxs(co,{direction:"horizontal",size:"xs",children:[z.jsx(oo,{onClick:()=>{g(I.code),h(!0)},iconName:"add-plus",children:"Add Voice"}),z.jsx(oo,{variant:"normal",onClick:()=>N(I.code),iconName:"remove",children:"Delete Locale"})]}),children:[I.name," Voices"]}),children:z.jsx(hs,{columnDefinitions:[{id:"id",header:"Voice ID",cell:H=>H,sortingField:"id"},{id:"actions",header:"Actions",cell:H=>z.jsx(oo,{variant:"link",onClick:()=>E(I.code,H),iconName:"remove",children:"Remove"})}],items:I.voices.sort((H,q)=>H.localeCompare(q)),empty:z.jsxs(lo,{textAlign:"center",color:"inherit",children:[z.jsx("b",{children:"No voices configured"}),z.jsx(lo,{variant:"p",color:"inherit",children:"Add voices to make them available for this locale."})]})})},I.code)),z.jsx(B6,{visible:i,onDismiss:()=>s(!1),onSubmit:y,existingLocales:l.map(I=>I.code)}),z.jsx(C6,{visible:u,onDismiss:()=>{h(!1),g(null)},onSubmit:C,localeName:((T=l.find(I=>I.code===f))==null?void 0:T.name)||"",existingVoices:((P=l.find(I=>I.code===f))==null?void 0:P.voices)||[]})]}):z.jsx(ml,{children:z.jsx(Yt,{type:"error",children:"Access denied. Only administrators can access settings."})})}function T6(){const e=_.useContext(Vg);if(!e)throw new Error("useConfiguration must be used within a ConfigurationProvider");return e}function E6(){const{hasAnyAccess:e,isAdmin:t}=ps(),l=_.useContext(Fd),{branding:a}=T6(),[i,s]=_.useState(),[u,h]=_.useState("flow-configs");return _.useEffect(()=>{l&&l.getIdTokenPayload().then(f=>{s(f["cognito:username"]||f.email)}).catch(f=>{console.error("Failed to get user name:",f)})},[l]),z.jsxs("div",{style:{minHeight:"100vh",display:"flex",flexDirection:"column"},children:[z.jsx("div",{style:{flex:1},children:z.jsx(lo,{padding:"l",children:z.jsx(ak,{children:e()?t()?z.jsx(Hk,{activeTabId:u,onChange:({detail:f})=>h(f.activeTabId),tabs:[{label:"Flow Configurations",id:"flow-configs",content:z.jsx(Qb,{})},{label:"Settings",id:"settings",content:z.jsx(N6,{})}]}):z.jsx(Qb,{}):z.jsx(S6,{userName:i})})})}),a&&z.jsx(lo,{textAlign:"center",padding:"l",children:z.jsx(Wg,{children:z.jsx(lo,{variant:"small",color:"text-body-secondary",children:z.jsxs(co,{direction:"horizontal",size:"m",alignItems:"center",children:[z.jsx("span",{children:"Built by"}),z.jsx(Ti,{external:!0,href:"https://www.cxbuilder.ai",ariaLabel:"Visit CXBuilder website",children:"CXBuilder"}),z.jsx("span",{children:"•"}),z.jsx(Ti,{external:!0,href:"https://github.com/CXBuilder/flow-config",ariaLabel:"View source code on GitHub",children:"@cxbuilder/flow-config"})]})})})})]})}function D6({children:e}){const[t,l]=_.useState(void 0),[a,i]=_.useState(!1),{setAlert:s}=gs();return _.useEffect(()=>{fetch(Ok("/api/init")).then(u=>u.json()).then(u=>{l(u),i(!0)}).catch(u=>{pl.error(u),s("Error fetching configuration","error")})},[]),z.jsx(Vg.Provider,{value:t,children:a?e:z.jsx("div",{children:"Initializing Config..."})})}/**
|
|
65
|
+
* @license
|
|
66
|
+
* Copyright 2021 Google LLC
|
|
67
|
+
*
|
|
68
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
69
|
+
* you may not use this file except in compliance with the License.
|
|
70
|
+
* You may obtain a copy of the License at
|
|
71
|
+
*
|
|
72
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
73
|
+
*
|
|
74
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
75
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
76
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
77
|
+
* See the License for the specific language governing permissions and
|
|
78
|
+
* limitations under the License.
|
|
79
|
+
*/function rr(e){return e<0?-1:e===0?0:1}function Qc(e,t,l){return(1-l)*e+l*t}function I6(e,t,l){return l<e?e:l>t?t:l}function md(e,t,l){return l<e?e:l>t?t:l}function P6(e){return e=e%360,e<0&&(e=e+360),e}function $h(e,t){const l=e[0]*t[0][0]+e[1]*t[0][1]+e[2]*t[0][2],a=e[0]*t[1][0]+e[1]*t[1][1]+e[2]*t[1][2],i=e[0]*t[2][0]+e[1]*t[2][1]+e[2]*t[2][2];return[l,a,i]}/**
|
|
80
|
+
* @license
|
|
81
|
+
* Copyright 2021 Google LLC
|
|
82
|
+
*
|
|
83
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
84
|
+
* you may not use this file except in compliance with the License.
|
|
85
|
+
* You may obtain a copy of the License at
|
|
86
|
+
*
|
|
87
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
88
|
+
*
|
|
89
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
90
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
91
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
92
|
+
* See the License for the specific language governing permissions and
|
|
93
|
+
* limitations under the License.
|
|
94
|
+
*/const A6=[[.41233895,.35762064,.18051042],[.2126,.7152,.0722],[.01932141,.11916382,.95034478]],z6=[[3.2413774792388685,-1.5376652402851851,-.49885366846268053],[-.9691452513005321,1.8758853451067872,.04156585616912061],[.05562093689691305,-.20395524564742123,1.0571799111220335]],H6=[95.047,100,108.883];function qd(e,t,l){return(255<<24|(e&255)<<16|(t&255)<<8|l&255)>>>0}function Kb(e){const t=xn(e[0]),l=xn(e[1]),a=xn(e[2]);return qd(t,l,a)}function jk(e){return e>>16&255}function Gk(e){return e>>8&255}function Fk(e){return e&255}function R6(e,t,l){const a=z6,i=a[0][0]*e+a[0][1]*t+a[0][2]*l,s=a[1][0]*e+a[1][1]*t+a[1][2]*l,u=a[2][0]*e+a[2][1]*t+a[2][2]*l,h=xn(i),f=xn(s),g=xn(u);return qd(h,f,g)}function L6(e){const t=wi(jk(e)),l=wi(Gk(e)),a=wi(Fk(e));return $h([t,l,a],A6)}function M6(e){const t=Ha(e),l=xn(t);return qd(l,l,l)}function Jb(e){const t=L6(e)[1];return 116*qk(t/100)-16}function Ha(e){return 100*j6((e+16)/116)}function Zh(e){return qk(e/100)*116-16}function wi(e){const t=e/255;return t<=.040449936?t/12.92*100:Math.pow((t+.055)/1.055,2.4)*100}function xn(e){const t=e/100;let l=0;return t<=.0031308?l=t*12.92:l=1.055*Math.pow(t,1/2.4)-.055,I6(0,255,Math.round(l*255))}function O6(){return H6}function qk(e){const t=.008856451679035631,l=24389/27;return e>t?Math.pow(e,1/3):(l*e+16)/116}function j6(e){const t=.008856451679035631,l=24389/27,a=e*e*e;return a>t?a:(116*e-16)/l}/**
|
|
95
|
+
* @license
|
|
96
|
+
* Copyright 2021 Google LLC
|
|
97
|
+
*
|
|
98
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
99
|
+
* you may not use this file except in compliance with the License.
|
|
100
|
+
* You may obtain a copy of the License at
|
|
101
|
+
*
|
|
102
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
103
|
+
*
|
|
104
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
105
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
106
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
107
|
+
* See the License for the specific language governing permissions and
|
|
108
|
+
* limitations under the License.
|
|
109
|
+
*/class fl{static make(t=O6(),l=200/Math.PI*Ha(50)/100,a=50,i=2,s=!1){const u=t,h=u[0]*.401288+u[1]*.650173+u[2]*-.051461,f=u[0]*-.250268+u[1]*1.204414+u[2]*.045854,g=u[0]*-.002079+u[1]*.048952+u[2]*.953127,v=.8+i/10,b=v>=.9?Qc(.59,.69,(v-.9)*10):Qc(.525,.59,(v-.8)*10);let x=s?1:v*(1-1/3.6*Math.exp((-l-42)/92));x=x>1?1:x<0?0:x;const k=v,S=[x*(100/h)+1-x,x*(100/f)+1-x,x*(100/g)+1-x],w=1/(5*l+1),y=w*w*w*w,C=1-y,E=y*l+.1*C*C*Math.cbrt(5*l),N=Ha(a)/t[1],D=1.48+Math.sqrt(N),T=.725/Math.pow(N,.2),P=T,I=[Math.pow(E*S[0]*h/100,.42),Math.pow(E*S[1]*f/100,.42),Math.pow(E*S[2]*g/100,.42)],H=[400*I[0]/(I[0]+27.13),400*I[1]/(I[1]+27.13),400*I[2]/(I[2]+27.13)],q=(2*H[0]+H[1]+.05*H[2])*T;return new fl(N,q,T,P,b,k,S,E,Math.pow(E,.25),D)}constructor(t,l,a,i,s,u,h,f,g,v){this.n=t,this.aw=l,this.nbb=a,this.ncb=i,this.c=s,this.nc=u,this.rgbD=h,this.fl=f,this.fLRoot=g,this.z=v}}fl.DEFAULT=fl.make();/**
|
|
110
|
+
* @license
|
|
111
|
+
* Copyright 2021 Google LLC
|
|
112
|
+
*
|
|
113
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
114
|
+
* you may not use this file except in compliance with the License.
|
|
115
|
+
* You may obtain a copy of the License at
|
|
116
|
+
*
|
|
117
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
118
|
+
*
|
|
119
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
120
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
121
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
122
|
+
* See the License for the specific language governing permissions and
|
|
123
|
+
* limitations under the License.
|
|
124
|
+
*/class vr{constructor(t,l,a,i,s,u,h,f,g){this.hue=t,this.chroma=l,this.j=a,this.q=i,this.m=s,this.s=u,this.jstar=h,this.astar=f,this.bstar=g}distance(t){const l=this.jstar-t.jstar,a=this.astar-t.astar,i=this.bstar-t.bstar,s=Math.sqrt(l*l+a*a+i*i);return 1.41*Math.pow(s,.63)}static fromInt(t){return vr.fromIntInViewingConditions(t,fl.DEFAULT)}static fromIntInViewingConditions(t,l){const a=(t&16711680)>>16,i=(t&65280)>>8,s=t&255,u=wi(a),h=wi(i),f=wi(s),g=.41233895*u+.35762064*h+.18051042*f,v=.2126*u+.7152*h+.0722*f,b=.01932141*u+.11916382*h+.95034478*f,x=.401288*g+.650173*v-.051461*b,k=-.250268*g+1.204414*v+.045854*b,S=-.002079*g+.048952*v+.953127*b,w=l.rgbD[0]*x,y=l.rgbD[1]*k,C=l.rgbD[2]*S,E=Math.pow(l.fl*Math.abs(w)/100,.42),N=Math.pow(l.fl*Math.abs(y)/100,.42),D=Math.pow(l.fl*Math.abs(C)/100,.42),T=rr(w)*400*E/(E+27.13),P=rr(y)*400*N/(N+27.13),I=rr(C)*400*D/(D+27.13),H=(11*T+-12*P+I)/11,q=(T+P-2*I)/9,L=(20*T+20*P+21*I)/20,O=(40*T+20*P+I)/20,V=Math.atan2(q,H)*180/Math.PI,U=V<0?V+360:V>=360?V-360:V,ne=U*Math.PI/180,M=O*l.nbb,$=100*Math.pow(M/l.aw,l.c*l.z),oe=4/l.c*Math.sqrt($/100)*(l.aw+4)*l.fLRoot,Q=U<20.14?U+360:U,se=.25*(Math.cos(Q*Math.PI/180+2)+3.8),X=5e4/13*se*l.nc*l.ncb*Math.sqrt(H*H+q*q)/(L+.305),te=Math.pow(X,.9)*Math.pow(1.64-Math.pow(.29,l.n),.73),ie=te*Math.sqrt($/100),pe=ie*l.fLRoot,be=50*Math.sqrt(te*l.c/(l.aw+4)),re=(1+100*.007)*$/(1+.007*$),de=1/.0228*Math.log(1+.0228*pe),Y=de*Math.cos(ne),ve=de*Math.sin(ne);return new vr(U,ie,$,oe,pe,be,re,Y,ve)}static fromJch(t,l,a){return vr.fromJchInViewingConditions(t,l,a,fl.DEFAULT)}static fromJchInViewingConditions(t,l,a,i){const s=4/i.c*Math.sqrt(t/100)*(i.aw+4)*i.fLRoot,u=l*i.fLRoot,h=l/Math.sqrt(t/100),f=50*Math.sqrt(h*i.c/(i.aw+4)),g=a*Math.PI/180,v=(1+100*.007)*t/(1+.007*t),b=1/.0228*Math.log(1+.0228*u),x=b*Math.cos(g),k=b*Math.sin(g);return new vr(a,l,t,s,u,f,v,x,k)}static fromUcs(t,l,a){return vr.fromUcsInViewingConditions(t,l,a,fl.DEFAULT)}static fromUcsInViewingConditions(t,l,a,i){const s=l,u=a,h=Math.sqrt(s*s+u*u),g=(Math.exp(h*.0228)-1)/.0228/i.fLRoot;let v=Math.atan2(u,s)*(180/Math.PI);v<0&&(v+=360);const b=t/(1-(t-100)*.007);return vr.fromJchInViewingConditions(b,g,v,i)}toInt(){return this.viewed(fl.DEFAULT)}viewed(t){const l=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),a=Math.pow(l/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),i=this.hue*Math.PI/180,s=.25*(Math.cos(i+2)+3.8),u=t.aw*Math.pow(this.j/100,1/t.c/t.z),h=s*(5e4/13)*t.nc*t.ncb,f=u/t.nbb,g=Math.sin(i),v=Math.cos(i),b=23*(f+.305)*a/(23*h+11*a*v+108*a*g),x=b*v,k=b*g,S=(460*f+451*x+288*k)/1403,w=(460*f-891*x-261*k)/1403,y=(460*f-220*x-6300*k)/1403,C=Math.max(0,27.13*Math.abs(S)/(400-Math.abs(S))),E=rr(S)*(100/t.fl)*Math.pow(C,1/.42),N=Math.max(0,27.13*Math.abs(w)/(400-Math.abs(w))),D=rr(w)*(100/t.fl)*Math.pow(N,1/.42),T=Math.max(0,27.13*Math.abs(y)/(400-Math.abs(y))),P=rr(y)*(100/t.fl)*Math.pow(T,1/.42),I=E/t.rgbD[0],H=D/t.rgbD[1],q=P/t.rgbD[2],L=1.86206786*I-1.01125463*H+.14918677*q,O=.38752654*I+.62144744*H-.00897398*q,j=-.0158415*I-.03412294*H+1.04996444*q;return R6(L,O,j)}static fromXyzInViewingConditions(t,l,a,i){const s=.401288*t+.650173*l-.051461*a,u=-.250268*t+1.204414*l+.045854*a,h=-.002079*t+.048952*l+.953127*a,f=i.rgbD[0]*s,g=i.rgbD[1]*u,v=i.rgbD[2]*h,b=Math.pow(i.fl*Math.abs(f)/100,.42),x=Math.pow(i.fl*Math.abs(g)/100,.42),k=Math.pow(i.fl*Math.abs(v)/100,.42),S=rr(f)*400*b/(b+27.13),w=rr(g)*400*x/(x+27.13),y=rr(v)*400*k/(k+27.13),C=(11*S+-12*w+y)/11,E=(S+w-2*y)/9,N=(20*S+20*w+21*y)/20,D=(40*S+20*w+y)/20,P=Math.atan2(E,C)*180/Math.PI,I=P<0?P+360:P>=360?P-360:P,H=I*Math.PI/180,q=D*i.nbb,L=100*Math.pow(q/i.aw,i.c*i.z),O=4/i.c*Math.sqrt(L/100)*(i.aw+4)*i.fLRoot,j=I<20.14?I+360:I,V=1/4*(Math.cos(j*Math.PI/180+2)+3.8),ne=5e4/13*V*i.nc*i.ncb*Math.sqrt(C*C+E*E)/(N+.305),M=Math.pow(ne,.9)*Math.pow(1.64-Math.pow(.29,i.n),.73),$=M*Math.sqrt(L/100),oe=$*i.fLRoot,Q=50*Math.sqrt(M*i.c/(i.aw+4)),se=(1+100*.007)*L/(1+.007*L),R=Math.log(1+.0228*oe)/.0228,X=R*Math.cos(H),te=R*Math.sin(H);return new vr(I,$,L,O,oe,Q,se,X,te)}xyzInViewingConditions(t){const l=this.chroma===0||this.j===0?0:this.chroma/Math.sqrt(this.j/100),a=Math.pow(l/Math.pow(1.64-Math.pow(.29,t.n),.73),1/.9),i=this.hue*Math.PI/180,s=.25*(Math.cos(i+2)+3.8),u=t.aw*Math.pow(this.j/100,1/t.c/t.z),h=s*(5e4/13)*t.nc*t.ncb,f=u/t.nbb,g=Math.sin(i),v=Math.cos(i),b=23*(f+.305)*a/(23*h+11*a*v+108*a*g),x=b*v,k=b*g,S=(460*f+451*x+288*k)/1403,w=(460*f-891*x-261*k)/1403,y=(460*f-220*x-6300*k)/1403,C=Math.max(0,27.13*Math.abs(S)/(400-Math.abs(S))),E=rr(S)*(100/t.fl)*Math.pow(C,1/.42),N=Math.max(0,27.13*Math.abs(w)/(400-Math.abs(w))),D=rr(w)*(100/t.fl)*Math.pow(N,1/.42),T=Math.max(0,27.13*Math.abs(y)/(400-Math.abs(y))),P=rr(y)*(100/t.fl)*Math.pow(T,1/.42),I=E/t.rgbD[0],H=D/t.rgbD[1],q=P/t.rgbD[2],L=1.86206786*I-1.01125463*H+.14918677*q,O=.38752654*I+.62144744*H-.00897398*q,j=-.0158415*I-.03412294*H+1.04996444*q;return[L,O,j]}}/**
|
|
125
|
+
* @license
|
|
126
|
+
* Copyright 2021 Google LLC
|
|
127
|
+
*
|
|
128
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
129
|
+
* you may not use this file except in compliance with the License.
|
|
130
|
+
* You may obtain a copy of the License at
|
|
131
|
+
*
|
|
132
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
133
|
+
*
|
|
134
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
135
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
136
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
137
|
+
* See the License for the specific language governing permissions and
|
|
138
|
+
* limitations under the License.
|
|
139
|
+
*/class Oe{static sanitizeRadians(t){return(t+Math.PI*8)%(Math.PI*2)}static trueDelinearized(t){const l=t/100;let a=0;return l<=.0031308?a=l*12.92:a=1.055*Math.pow(l,1/2.4)-.055,a*255}static chromaticAdaptation(t){const l=Math.pow(Math.abs(t),.42);return rr(t)*400*l/(l+27.13)}static hueOf(t){const l=$h(t,Oe.SCALED_DISCOUNT_FROM_LINRGB),a=Oe.chromaticAdaptation(l[0]),i=Oe.chromaticAdaptation(l[1]),s=Oe.chromaticAdaptation(l[2]),u=(11*a+-12*i+s)/11,h=(a+i-2*s)/9;return Math.atan2(h,u)}static areInCyclicOrder(t,l,a){const i=Oe.sanitizeRadians(l-t),s=Oe.sanitizeRadians(a-t);return i<s}static intercept(t,l,a){return(l-t)/(a-t)}static lerpPoint(t,l,a){return[t[0]+(a[0]-t[0])*l,t[1]+(a[1]-t[1])*l,t[2]+(a[2]-t[2])*l]}static setCoordinate(t,l,a,i){const s=Oe.intercept(t[i],l,a[i]);return Oe.lerpPoint(t,s,a)}static isBounded(t){return 0<=t&&t<=100}static nthVertex(t,l){const a=Oe.Y_FROM_LINRGB[0],i=Oe.Y_FROM_LINRGB[1],s=Oe.Y_FROM_LINRGB[2],u=l%4<=1?0:100,h=l%2===0?0:100;if(l<4){const f=u,g=h,v=(t-f*i-g*s)/a;return Oe.isBounded(v)?[v,f,g]:[-1,-1,-1]}else if(l<8){const f=u,g=h,v=(t-g*a-f*s)/i;return Oe.isBounded(v)?[g,v,f]:[-1,-1,-1]}else{const f=u,g=h,v=(t-f*a-g*i)/s;return Oe.isBounded(v)?[f,g,v]:[-1,-1,-1]}}static bisectToSegment(t,l){let a=[-1,-1,-1],i=a,s=0,u=0,h=!1,f=!0;for(let g=0;g<12;g++){const v=Oe.nthVertex(t,g);if(v[0]<0)continue;const b=Oe.hueOf(v);if(!h){a=v,i=v,s=b,u=b,h=!0;continue}(f||Oe.areInCyclicOrder(s,b,u))&&(f=!1,Oe.areInCyclicOrder(s,l,b)?(i=v,u=b):(a=v,s=b))}return[a,i]}static midpoint(t,l){return[(t[0]+l[0])/2,(t[1]+l[1])/2,(t[2]+l[2])/2]}static criticalPlaneBelow(t){return Math.floor(t-.5)}static criticalPlaneAbove(t){return Math.ceil(t-.5)}static bisectToLimit(t,l){const a=Oe.bisectToSegment(t,l);let i=a[0],s=Oe.hueOf(i),u=a[1];for(let h=0;h<3;h++)if(i[h]!==u[h]){let f=-1,g=255;i[h]<u[h]?(f=Oe.criticalPlaneBelow(Oe.trueDelinearized(i[h])),g=Oe.criticalPlaneAbove(Oe.trueDelinearized(u[h]))):(f=Oe.criticalPlaneAbove(Oe.trueDelinearized(i[h])),g=Oe.criticalPlaneBelow(Oe.trueDelinearized(u[h])));for(let v=0;v<8&&!(Math.abs(g-f)<=1);v++){const b=Math.floor((f+g)/2),x=Oe.CRITICAL_PLANES[b],k=Oe.setCoordinate(i,x,u,h),S=Oe.hueOf(k);Oe.areInCyclicOrder(s,l,S)?(u=k,g=b):(i=k,s=S,f=b)}}return Oe.midpoint(i,u)}static inverseChromaticAdaptation(t){const l=Math.abs(t),a=Math.max(0,27.13*l/(400-l));return rr(t)*Math.pow(a,1/.42)}static findResultByJ(t,l,a){let i=Math.sqrt(a)*11;const s=fl.DEFAULT,u=1/Math.pow(1.64-Math.pow(.29,s.n),.73),f=.25*(Math.cos(t+2)+3.8)*(5e4/13)*s.nc*s.ncb,g=Math.sin(t),v=Math.cos(t);for(let b=0;b<5;b++){const x=i/100,k=l===0||i===0?0:l/Math.sqrt(x),S=Math.pow(k*u,1/.9),y=s.aw*Math.pow(x,1/s.c/s.z)/s.nbb,C=23*(y+.305)*S/(23*f+11*S*v+108*S*g),E=C*v,N=C*g,D=(460*y+451*E+288*N)/1403,T=(460*y-891*E-261*N)/1403,P=(460*y-220*E-6300*N)/1403,I=Oe.inverseChromaticAdaptation(D),H=Oe.inverseChromaticAdaptation(T),q=Oe.inverseChromaticAdaptation(P),L=$h([I,H,q],Oe.LINRGB_FROM_SCALED_DISCOUNT);if(L[0]<0||L[1]<0||L[2]<0)return 0;const O=Oe.Y_FROM_LINRGB[0],j=Oe.Y_FROM_LINRGB[1],V=Oe.Y_FROM_LINRGB[2],U=O*L[0]+j*L[1]+V*L[2];if(U<=0)return 0;if(b===4||Math.abs(U-a)<.002)return L[0]>100.01||L[1]>100.01||L[2]>100.01?0:Kb(L);i=i-(U-a)*i/(2*U)}return 0}static solveToInt(t,l,a){if(l<1e-4||a<1e-4||a>99.9999)return M6(a);t=P6(t);const i=t/180*Math.PI,s=Ha(a),u=Oe.findResultByJ(i,l,s);if(u!==0)return u;const h=Oe.bisectToLimit(s,i);return Kb(h)}static solveToCam(t,l,a){return vr.fromInt(Oe.solveToInt(t,l,a))}}Oe.SCALED_DISCOUNT_FROM_LINRGB=[[.001200833568784504,.002389694492170889,.0002795742885861124],[.0005891086651375999,.0029785502573438758,.0003270666104008398],[.00010146692491640572,.0005364214359186694,.0032979401770712076]];Oe.LINRGB_FROM_SCALED_DISCOUNT=[[1373.2198709594231,-1100.4251190754821,-7.278681089101213],[-271.815969077903,559.6580465940733,-32.46047482791194],[1.9622899599665666,-57.173814538844006,308.7233197812385]];Oe.Y_FROM_LINRGB=[.2126,.7152,.0722];Oe.CRITICAL_PLANES=[.015176349177441876,.045529047532325624,.07588174588720938,.10623444424209313,.13658714259697685,.16693984095186062,.19729253930674434,.2276452376616281,.2579979360165119,.28835063437139563,.3188300904430532,.350925934958123,.3848314933096426,.42057480301049466,.458183274052838,.4976837250274023,.5391024159806381,.5824650784040898,.6277969426914107,.6751227633498623,.7244668422128921,.775853049866786,.829304845476233,.8848452951698498,.942497089126609,1.0022825574869039,1.0642236851973577,1.1283421258858297,1.1946592148522128,1.2631959812511864,1.3339731595349034,1.407011200216447,1.4823302800086415,1.5599503113873272,1.6398909516233677,1.7221716113234105,1.8068114625156377,1.8938294463134073,1.9832442801866852,2.075074464868551,2.1693382909216234,2.2660538449872063,2.36523901573795,2.4669114995532007,2.5710888059345764,2.6777882626779785,2.7870270208169257,2.898822059350997,3.0131901897720907,3.1301480604002863,3.2497121605402226,3.3718988244681087,3.4967242352587946,3.624204428461639,3.754355295633311,3.887192587735158,4.022731918402185,4.160988767090289,4.301978482107941,4.445716283538092,4.592217266055746,4.741496401646282,4.893568542229298,5.048448422192488,5.20615066083972,5.3666897647573375,5.5300801301023865,5.696336044816294,5.865471690767354,6.037501145825082,6.212438385869475,6.390297286737924,6.571091626112461,6.7548350853498045,6.941541251256611,7.131223617812143,7.323895587840543,7.5195704746346665,7.7182615035334345,7.919981813454504,8.124744458384042,8.332562408825165,8.543448553206703,8.757415699253682,8.974476575321063,9.194643831691977,9.417930041841839,9.644347703669503,9.873909240696694,10.106627003236781,10.342513269534024,10.58158024687427,10.8238400726681,11.069304815507364,11.317986476196008,11.569896988756009,11.825048221409341,12.083451977536606,12.345119996613247,12.610063955123938,12.878295467455942,13.149826086772048,13.42466730586372,13.702830557985108,13.984327217668513,14.269168601521828,14.55736596900856,14.848930523210871,15.143873411576273,15.44220572664832,15.743938506781891,16.04908273684337,16.35764934889634,16.66964922287304,16.985093187232053,17.30399201960269,17.62635644741625,17.95219714852476,18.281524751807332,18.614349837764564,18.95068293910138,19.290534541298456,19.633915083172692,19.98083495742689,20.331304511189067,20.685334046541502,21.042933821039977,21.404114048223256,21.76888489811322,22.137256497705877,22.50923893145328,22.884842241736916,23.264076429332462,23.6469514538663,24.033477234264016,24.42366364919083,24.817520537484558,25.21505769858089,25.61628489293138,26.021211842414342,26.429848230738664,26.842203703840827,27.258287870275353,27.678110301598522,28.10168053274597,28.529008062403893,28.96010235337422,29.39497283293396,29.83362889318845,30.276079891419332,30.722335150426627,31.172403958865512,31.62629557157785,32.08401920991837,32.54558406207592,33.010999283389665,33.4802739966603,33.953417292456834,34.430438229418264,34.911345834551085,35.39614910352207,35.88485700094671,36.37747846067349,36.87402238606382,37.37449765026789,37.87891309649659,38.38727753828926,38.89959975977785,39.41588851594697,39.93615253289054,40.460400508064545,40.98864111053629,41.520882981230194,42.05713473317016,42.597404951718396,43.141702194811224,43.6900349931913,44.24241185063697,44.798841244188324,45.35933162437017,45.92389141541209,46.49252901546552,47.065252796817916,47.64207110610409,48.22299226451468,48.808024568002054,49.3971762874833,49.9904556690408,50.587870934119984,51.189430279724725,51.79514187861014,52.40501387947288,53.0190544071392,53.637271562750364,54.259673423945976,54.88626804504493,55.517063457223934,56.15206766869424,56.79128866487574,57.43473440856916,58.08241284012621,58.734331877617365,59.39049941699807,60.05092333227251,60.715611475655585,61.38457167773311,62.057811747619894,62.7353394731159,63.417162620860914,64.10328893648692,64.79372614476921,65.48848194977529,66.18756403501224,66.89098006357258,67.59873767827808,68.31084450182222,69.02730813691093,69.74813616640164,70.47333615344107,71.20291564160104,71.93688215501312,72.67524319850172,73.41800625771542,74.16517879925733,74.9167682708136,75.67278210128072,76.43322770089146,77.1981124613393,77.96744375590167,78.74122893956174,79.51947534912904,80.30219030335869,81.08938110306934,81.88105503125999,82.67721935322541,83.4778813166706,84.28304815182372,85.09272707154808,85.90692527145302,86.72564993000343,87.54890820862819,88.3767072518277,89.2090541872801,90.04595612594655,90.88742016217518,91.73345337380438,92.58406282226491,93.43925555268066,94.29903859396902,95.16341895893969,96.03240364439274,96.9059996312159,97.78421388448044,98.6670533535366,99.55452497210776];/**
|
|
140
|
+
* @license
|
|
141
|
+
* Copyright 2021 Google LLC
|
|
142
|
+
*
|
|
143
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
144
|
+
* you may not use this file except in compliance with the License.
|
|
145
|
+
* You may obtain a copy of the License at
|
|
146
|
+
*
|
|
147
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
148
|
+
*
|
|
149
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
150
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
151
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
152
|
+
* See the License for the specific language governing permissions and
|
|
153
|
+
* limitations under the License.
|
|
154
|
+
*/class $r{static from(t,l,a){return new $r(Oe.solveToInt(t,l,a))}static fromInt(t){return new $r(t)}toInt(){return this.argb}get hue(){return this.internalHue}set hue(t){this.setInternalState(Oe.solveToInt(t,this.internalChroma,this.internalTone))}get chroma(){return this.internalChroma}set chroma(t){this.setInternalState(Oe.solveToInt(this.internalHue,t,this.internalTone))}get tone(){return this.internalTone}set tone(t){this.setInternalState(Oe.solveToInt(this.internalHue,this.internalChroma,t))}constructor(t){this.argb=t;const l=vr.fromInt(t);this.internalHue=l.hue,this.internalChroma=l.chroma,this.internalTone=Jb(t),this.argb=t}setInternalState(t){const l=vr.fromInt(t);this.internalHue=l.hue,this.internalChroma=l.chroma,this.internalTone=Jb(t),this.argb=t}inViewingConditions(t){const a=vr.fromInt(this.toInt()).xyzInViewingConditions(t),i=vr.fromXyzInViewingConditions(a[0],a[1],a[2],fl.make());return $r.from(i.hue,i.chroma,Zh(a[1]))}}/**
|
|
155
|
+
* @license
|
|
156
|
+
* Copyright 2022 Google LLC
|
|
157
|
+
*
|
|
158
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
159
|
+
* you may not use this file except in compliance with the License.
|
|
160
|
+
* You may obtain a copy of the License at
|
|
161
|
+
*
|
|
162
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
163
|
+
*
|
|
164
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
165
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
166
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
167
|
+
* See the License for the specific language governing permissions and
|
|
168
|
+
* limitations under the License.
|
|
169
|
+
*/class Et{static ratioOfTones(t,l){return t=md(0,100,t),l=md(0,100,l),Et.ratioOfYs(Ha(t),Ha(l))}static ratioOfYs(t,l){const a=t>l?t:l,i=a===l?t:l;return(a+5)/(i+5)}static lighter(t,l){if(t<0||t>100)return-1;const a=Ha(t),i=l*(a+5)-5,s=Et.ratioOfYs(i,a),u=Math.abs(s-l);if(s<l&&u>.04)return-1;const h=Zh(i)+.4;return h<0||h>100?-1:h}static darker(t,l){if(t<0||t>100)return-1;const a=Ha(t),i=(a+5)/l-5,s=Et.ratioOfYs(a,i),u=Math.abs(s-l);if(s<l&&u>.04)return-1;const h=Zh(i)-.4;return h<0||h>100?-1:h}static lighterUnsafe(t,l){const a=Et.lighter(t,l);return a<0?100:a}static darkerUnsafe(t,l){const a=Et.darker(t,l);return a<0?0:a}}/**
|
|
170
|
+
* @license
|
|
171
|
+
* Copyright 2023 Google LLC
|
|
172
|
+
*
|
|
173
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
174
|
+
* you may not use this file except in compliance with the License.
|
|
175
|
+
* You may obtain a copy of the License at
|
|
176
|
+
*
|
|
177
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
178
|
+
*
|
|
179
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
180
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
181
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
182
|
+
* See the License for the specific language governing permissions and
|
|
183
|
+
* limitations under the License.
|
|
184
|
+
*/class Yg{static isDisliked(t){const l=Math.round(t.hue)>=90&&Math.round(t.hue)<=111,a=Math.round(t.chroma)>16,i=Math.round(t.tone)<65;return l&&a&&i}static fixIfDisliked(t){return Yg.isDisliked(t)?$r.from(t.hue,t.chroma,70):t}}/**
|
|
185
|
+
* @license
|
|
186
|
+
* Copyright 2022 Google LLC
|
|
187
|
+
*
|
|
188
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
189
|
+
* you may not use this file except in compliance with the License.
|
|
190
|
+
* You may obtain a copy of the License at
|
|
191
|
+
*
|
|
192
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
193
|
+
*
|
|
194
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
195
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
196
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
197
|
+
* See the License for the specific language governing permissions and
|
|
198
|
+
* limitations under the License.
|
|
199
|
+
*/class Ce{static fromPalette(t){return new Ce(t.name??"",t.palette,t.tone,t.isBackground??!1,t.background,t.secondBackground,t.contrastCurve,t.toneDeltaPair)}constructor(t,l,a,i,s,u,h,f){if(this.name=t,this.palette=l,this.tone=a,this.isBackground=i,this.background=s,this.secondBackground=u,this.contrastCurve=h,this.toneDeltaPair=f,this.hctCache=new Map,!s&&u)throw new Error(`Color ${t} has secondBackgrounddefined, but background is not defined.`);if(!s&&h)throw new Error(`Color ${t} has contrastCurvedefined, but background is not defined.`);if(s&&!h)throw new Error(`Color ${t} has backgrounddefined, but contrastCurve is not defined.`)}getArgb(t){return this.getHct(t).toInt()}getHct(t){const l=this.hctCache.get(t);if(l!=null)return l;const a=this.getTone(t),i=this.palette(t).getHct(a);return this.hctCache.size>4&&this.hctCache.clear(),this.hctCache.set(t,i),i}getTone(t){const l=t.contrastLevel<0;if(this.toneDeltaPair){const a=this.toneDeltaPair(t),i=a.roleA,s=a.roleB,u=a.delta,h=a.polarity,f=a.stayTogether,v=this.background(t).getTone(t),b=h==="nearer"||h==="lighter"&&!t.isDark||h==="darker"&&t.isDark,x=b?i:s,k=b?s:i,S=this.name===x.name,w=t.isDark?1:-1,y=x.contrastCurve.get(t.contrastLevel),C=k.contrastCurve.get(t.contrastLevel),E=x.tone(t);let N=Et.ratioOfTones(v,E)>=y?E:Ce.foregroundTone(v,y);const D=k.tone(t);let T=Et.ratioOfTones(v,D)>=C?D:Ce.foregroundTone(v,C);return l&&(N=Ce.foregroundTone(v,y),T=Ce.foregroundTone(v,C)),(T-N)*w>=u||(T=md(0,100,N+u*w),(T-N)*w>=u||(N=md(0,100,T-u*w))),50<=N&&N<60?w>0?(N=60,T=Math.max(T,N+u*w)):(N=49,T=Math.min(T,N+u*w)):50<=T&&T<60&&(f?w>0?(N=60,T=Math.max(T,N+u*w)):(N=49,T=Math.min(T,N+u*w)):w>0?T=60:T=49),S?N:T}else{let a=this.tone(t);if(this.background==null)return a;const i=this.background(t).getTone(t),s=this.contrastCurve.get(t.contrastLevel);if(Et.ratioOfTones(i,a)>=s||(a=Ce.foregroundTone(i,s)),l&&(a=Ce.foregroundTone(i,s)),this.isBackground&&50<=a&&a<60&&(Et.ratioOfTones(49,i)>=s?a=49:a=60),this.secondBackground){const[u,h]=[this.background,this.secondBackground],[f,g]=[u(t).getTone(t),h(t).getTone(t)],[v,b]=[Math.max(f,g),Math.min(f,g)];if(Et.ratioOfTones(v,a)>=s&&Et.ratioOfTones(b,a)>=s)return a;const x=Et.lighter(v,s),k=Et.darker(b,s),S=[];return x!==-1&&S.push(x),k!==-1&&S.push(k),Ce.tonePrefersLightForeground(f)||Ce.tonePrefersLightForeground(g)?x<0?100:x:S.length===1?S[0]:k<0?0:k}return a}}static foregroundTone(t,l){const a=Et.lighterUnsafe(t,l),i=Et.darkerUnsafe(t,l),s=Et.ratioOfTones(a,t),u=Et.ratioOfTones(i,t);if(Ce.tonePrefersLightForeground(t)){const f=Math.abs(s-u)<.1&&s<l&&u<l;return s>=l||s>=u||f?a:i}else return u>=l||u>=s?i:a}static tonePrefersLightForeground(t){return Math.round(t)<60}static toneAllowsLightForeground(t){return Math.round(t)<=49}static enableLightForeground(t){return Ce.tonePrefersLightForeground(t)&&!Ce.toneAllowsLightForeground(t)?49:t}}/**
|
|
200
|
+
* @license
|
|
201
|
+
* Copyright 2023 Google LLC
|
|
202
|
+
*
|
|
203
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
204
|
+
* you may not use this file except in compliance with the License.
|
|
205
|
+
* You may obtain a copy of the License at
|
|
206
|
+
*
|
|
207
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
208
|
+
*
|
|
209
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
210
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
211
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
212
|
+
* See the License for the specific language governing permissions and
|
|
213
|
+
* limitations under the License.
|
|
214
|
+
*/class Xe{constructor(t,l,a,i){this.low=t,this.normal=l,this.medium=a,this.high=i}get(t){return t<=-1?this.low:t<0?Qc(this.low,this.normal,(t- -1)/1):t<.5?Qc(this.normal,this.medium,(t-0)/.5):t<1?Qc(this.medium,this.high,(t-.5)/.5):this.high}}/**
|
|
215
|
+
* @license
|
|
216
|
+
* Copyright 2023 Google LLC
|
|
217
|
+
*
|
|
218
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
219
|
+
* you may not use this file except in compliance with the License.
|
|
220
|
+
* You may obtain a copy of the License at
|
|
221
|
+
*
|
|
222
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
223
|
+
*
|
|
224
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
225
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
226
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
227
|
+
* See the License for the specific language governing permissions and
|
|
228
|
+
* limitations under the License.
|
|
229
|
+
*/class nr{constructor(t,l,a,i,s){this.roleA=t,this.roleB=l,this.delta=a,this.polarity=i,this.stayTogether=s}}/**
|
|
230
|
+
* @license
|
|
231
|
+
* Copyright 2022 Google LLC
|
|
232
|
+
*
|
|
233
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
234
|
+
* you may not use this file except in compliance with the License.
|
|
235
|
+
* You may obtain a copy of the License at
|
|
236
|
+
*
|
|
237
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
238
|
+
*
|
|
239
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
240
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
241
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
242
|
+
* See the License for the specific language governing permissions and
|
|
243
|
+
* limitations under the License.
|
|
244
|
+
*/var os;(function(e){e[e.MONOCHROME=0]="MONOCHROME",e[e.NEUTRAL=1]="NEUTRAL",e[e.TONAL_SPOT=2]="TONAL_SPOT",e[e.VIBRANT=3]="VIBRANT",e[e.EXPRESSIVE=4]="EXPRESSIVE",e[e.FIDELITY=5]="FIDELITY",e[e.CONTENT=6]="CONTENT",e[e.RAINBOW=7]="RAINBOW",e[e.FRUIT_SALAD=8]="FRUIT_SALAD"})(os||(os={}));/**
|
|
245
|
+
* @license
|
|
246
|
+
* Copyright 2022 Google LLC
|
|
247
|
+
*
|
|
248
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
249
|
+
* you may not use this file except in compliance with the License.
|
|
250
|
+
* You may obtain a copy of the License at
|
|
251
|
+
*
|
|
252
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
253
|
+
*
|
|
254
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
255
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
256
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
257
|
+
* See the License for the specific language governing permissions and
|
|
258
|
+
* limitations under the License.
|
|
259
|
+
*/function Oi(e){return e.variant===os.FIDELITY||e.variant===os.CONTENT}function tt(e){return e.variant===os.MONOCHROME}function G6(e,t,l,a){let i=l,s=$r.from(e,t,l);if(s.chroma<t){let u=s.chroma;for(;s.chroma<t;){i+=a?-1:1;const h=$r.from(e,t,i);if(u>h.chroma||Math.abs(h.chroma-t)<.4)break;const f=Math.abs(h.chroma-t),g=Math.abs(s.chroma-t);f<g&&(s=h),u=Math.max(u,h.chroma)}}return i}class ue{static highestSurface(t){return t.isDark?ue.surfaceBright:ue.surfaceDim}}ue.contentAccentToneDelta=15;ue.primaryPaletteKeyColor=Ce.fromPalette({name:"primary_palette_key_color",palette:e=>e.primaryPalette,tone:e=>e.primaryPalette.keyColor.tone});ue.secondaryPaletteKeyColor=Ce.fromPalette({name:"secondary_palette_key_color",palette:e=>e.secondaryPalette,tone:e=>e.secondaryPalette.keyColor.tone});ue.tertiaryPaletteKeyColor=Ce.fromPalette({name:"tertiary_palette_key_color",palette:e=>e.tertiaryPalette,tone:e=>e.tertiaryPalette.keyColor.tone});ue.neutralPaletteKeyColor=Ce.fromPalette({name:"neutral_palette_key_color",palette:e=>e.neutralPalette,tone:e=>e.neutralPalette.keyColor.tone});ue.neutralVariantPaletteKeyColor=Ce.fromPalette({name:"neutral_variant_palette_key_color",palette:e=>e.neutralVariantPalette,tone:e=>e.neutralVariantPalette.keyColor.tone});ue.background=Ce.fromPalette({name:"background",palette:e=>e.neutralPalette,tone:e=>e.isDark?6:98,isBackground:!0});ue.onBackground=Ce.fromPalette({name:"on_background",palette:e=>e.neutralPalette,tone:e=>e.isDark?90:10,background:e=>ue.background,contrastCurve:new Xe(3,3,4.5,7)});ue.surface=Ce.fromPalette({name:"surface",palette:e=>e.neutralPalette,tone:e=>e.isDark?6:98,isBackground:!0});ue.surfaceDim=Ce.fromPalette({name:"surface_dim",palette:e=>e.neutralPalette,tone:e=>e.isDark?6:new Xe(87,87,80,75).get(e.contrastLevel),isBackground:!0});ue.surfaceBright=Ce.fromPalette({name:"surface_bright",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(24,24,29,34).get(e.contrastLevel):98,isBackground:!0});ue.surfaceContainerLowest=Ce.fromPalette({name:"surface_container_lowest",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(4,4,2,0).get(e.contrastLevel):100,isBackground:!0});ue.surfaceContainerLow=Ce.fromPalette({name:"surface_container_low",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(10,10,11,12).get(e.contrastLevel):new Xe(96,96,96,95).get(e.contrastLevel),isBackground:!0});ue.surfaceContainer=Ce.fromPalette({name:"surface_container",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(12,12,16,20).get(e.contrastLevel):new Xe(94,94,92,90).get(e.contrastLevel),isBackground:!0});ue.surfaceContainerHigh=Ce.fromPalette({name:"surface_container_high",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(17,17,21,25).get(e.contrastLevel):new Xe(92,92,88,85).get(e.contrastLevel),isBackground:!0});ue.surfaceContainerHighest=Ce.fromPalette({name:"surface_container_highest",palette:e=>e.neutralPalette,tone:e=>e.isDark?new Xe(22,22,26,30).get(e.contrastLevel):new Xe(90,90,84,80).get(e.contrastLevel),isBackground:!0});ue.onSurface=Ce.fromPalette({name:"on_surface",palette:e=>e.neutralPalette,tone:e=>e.isDark?90:10,background:e=>ue.highestSurface(e),contrastCurve:new Xe(4.5,7,11,21)});ue.surfaceVariant=Ce.fromPalette({name:"surface_variant",palette:e=>e.neutralVariantPalette,tone:e=>e.isDark?30:90,isBackground:!0});ue.onSurfaceVariant=Ce.fromPalette({name:"on_surface_variant",palette:e=>e.neutralVariantPalette,tone:e=>e.isDark?80:30,background:e=>ue.highestSurface(e),contrastCurve:new Xe(3,4.5,7,11)});ue.inverseSurface=Ce.fromPalette({name:"inverse_surface",palette:e=>e.neutralPalette,tone:e=>e.isDark?90:20});ue.inverseOnSurface=Ce.fromPalette({name:"inverse_on_surface",palette:e=>e.neutralPalette,tone:e=>e.isDark?20:95,background:e=>ue.inverseSurface,contrastCurve:new Xe(4.5,7,11,21)});ue.outline=Ce.fromPalette({name:"outline",palette:e=>e.neutralVariantPalette,tone:e=>e.isDark?60:50,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1.5,3,4.5,7)});ue.outlineVariant=Ce.fromPalette({name:"outline_variant",palette:e=>e.neutralVariantPalette,tone:e=>e.isDark?30:80,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5)});ue.shadow=Ce.fromPalette({name:"shadow",palette:e=>e.neutralPalette,tone:e=>0});ue.scrim=Ce.fromPalette({name:"scrim",palette:e=>e.neutralPalette,tone:e=>0});ue.surfaceTint=Ce.fromPalette({name:"surface_tint",palette:e=>e.primaryPalette,tone:e=>e.isDark?80:40,isBackground:!0});ue.primary=Ce.fromPalette({name:"primary",palette:e=>e.primaryPalette,tone:e=>tt(e)?e.isDark?100:0:e.isDark?80:40,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(3,4.5,7,7),toneDeltaPair:e=>new nr(ue.primaryContainer,ue.primary,10,"nearer",!1)});ue.onPrimary=Ce.fromPalette({name:"on_primary",palette:e=>e.primaryPalette,tone:e=>tt(e)?e.isDark?10:90:e.isDark?20:100,background:e=>ue.primary,contrastCurve:new Xe(4.5,7,11,21)});ue.primaryContainer=Ce.fromPalette({name:"primary_container",palette:e=>e.primaryPalette,tone:e=>Oi(e)?e.sourceColorHct.tone:tt(e)?e.isDark?85:25:e.isDark?30:90,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.primaryContainer,ue.primary,10,"nearer",!1)});ue.onPrimaryContainer=Ce.fromPalette({name:"on_primary_container",palette:e=>e.primaryPalette,tone:e=>Oi(e)?Ce.foregroundTone(ue.primaryContainer.tone(e),4.5):tt(e)?e.isDark?0:100:e.isDark?90:30,background:e=>ue.primaryContainer,contrastCurve:new Xe(3,4.5,7,11)});ue.inversePrimary=Ce.fromPalette({name:"inverse_primary",palette:e=>e.primaryPalette,tone:e=>e.isDark?40:80,background:e=>ue.inverseSurface,contrastCurve:new Xe(3,4.5,7,7)});ue.secondary=Ce.fromPalette({name:"secondary",palette:e=>e.secondaryPalette,tone:e=>e.isDark?80:40,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(3,4.5,7,7),toneDeltaPair:e=>new nr(ue.secondaryContainer,ue.secondary,10,"nearer",!1)});ue.onSecondary=Ce.fromPalette({name:"on_secondary",palette:e=>e.secondaryPalette,tone:e=>tt(e)?e.isDark?10:100:e.isDark?20:100,background:e=>ue.secondary,contrastCurve:new Xe(4.5,7,11,21)});ue.secondaryContainer=Ce.fromPalette({name:"secondary_container",palette:e=>e.secondaryPalette,tone:e=>{const t=e.isDark?30:90;return tt(e)?e.isDark?30:85:Oi(e)?G6(e.secondaryPalette.hue,e.secondaryPalette.chroma,t,!e.isDark):t},isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.secondaryContainer,ue.secondary,10,"nearer",!1)});ue.onSecondaryContainer=Ce.fromPalette({name:"on_secondary_container",palette:e=>e.secondaryPalette,tone:e=>tt(e)?e.isDark?90:10:Oi(e)?Ce.foregroundTone(ue.secondaryContainer.tone(e),4.5):e.isDark?90:30,background:e=>ue.secondaryContainer,contrastCurve:new Xe(3,4.5,7,11)});ue.tertiary=Ce.fromPalette({name:"tertiary",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?e.isDark?90:25:e.isDark?80:40,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(3,4.5,7,7),toneDeltaPair:e=>new nr(ue.tertiaryContainer,ue.tertiary,10,"nearer",!1)});ue.onTertiary=Ce.fromPalette({name:"on_tertiary",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?e.isDark?10:90:e.isDark?20:100,background:e=>ue.tertiary,contrastCurve:new Xe(4.5,7,11,21)});ue.tertiaryContainer=Ce.fromPalette({name:"tertiary_container",palette:e=>e.tertiaryPalette,tone:e=>{if(tt(e))return e.isDark?60:49;if(!Oi(e))return e.isDark?30:90;const t=e.tertiaryPalette.getHct(e.sourceColorHct.tone);return Yg.fixIfDisliked(t).tone},isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.tertiaryContainer,ue.tertiary,10,"nearer",!1)});ue.onTertiaryContainer=Ce.fromPalette({name:"on_tertiary_container",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?e.isDark?0:100:Oi(e)?Ce.foregroundTone(ue.tertiaryContainer.tone(e),4.5):e.isDark?90:30,background:e=>ue.tertiaryContainer,contrastCurve:new Xe(3,4.5,7,11)});ue.error=Ce.fromPalette({name:"error",palette:e=>e.errorPalette,tone:e=>e.isDark?80:40,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(3,4.5,7,7),toneDeltaPair:e=>new nr(ue.errorContainer,ue.error,10,"nearer",!1)});ue.onError=Ce.fromPalette({name:"on_error",palette:e=>e.errorPalette,tone:e=>e.isDark?20:100,background:e=>ue.error,contrastCurve:new Xe(4.5,7,11,21)});ue.errorContainer=Ce.fromPalette({name:"error_container",palette:e=>e.errorPalette,tone:e=>e.isDark?30:90,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.errorContainer,ue.error,10,"nearer",!1)});ue.onErrorContainer=Ce.fromPalette({name:"on_error_container",palette:e=>e.errorPalette,tone:e=>tt(e)?e.isDark?90:10:e.isDark?90:30,background:e=>ue.errorContainer,contrastCurve:new Xe(3,4.5,7,11)});ue.primaryFixed=Ce.fromPalette({name:"primary_fixed",palette:e=>e.primaryPalette,tone:e=>tt(e)?40:90,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.primaryFixed,ue.primaryFixedDim,10,"lighter",!0)});ue.primaryFixedDim=Ce.fromPalette({name:"primary_fixed_dim",palette:e=>e.primaryPalette,tone:e=>tt(e)?30:80,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.primaryFixed,ue.primaryFixedDim,10,"lighter",!0)});ue.onPrimaryFixed=Ce.fromPalette({name:"on_primary_fixed",palette:e=>e.primaryPalette,tone:e=>tt(e)?100:10,background:e=>ue.primaryFixedDim,secondBackground:e=>ue.primaryFixed,contrastCurve:new Xe(4.5,7,11,21)});ue.onPrimaryFixedVariant=Ce.fromPalette({name:"on_primary_fixed_variant",palette:e=>e.primaryPalette,tone:e=>tt(e)?90:30,background:e=>ue.primaryFixedDim,secondBackground:e=>ue.primaryFixed,contrastCurve:new Xe(3,4.5,7,11)});ue.secondaryFixed=Ce.fromPalette({name:"secondary_fixed",palette:e=>e.secondaryPalette,tone:e=>tt(e)?80:90,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.secondaryFixed,ue.secondaryFixedDim,10,"lighter",!0)});ue.secondaryFixedDim=Ce.fromPalette({name:"secondary_fixed_dim",palette:e=>e.secondaryPalette,tone:e=>tt(e)?70:80,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.secondaryFixed,ue.secondaryFixedDim,10,"lighter",!0)});ue.onSecondaryFixed=Ce.fromPalette({name:"on_secondary_fixed",palette:e=>e.secondaryPalette,tone:e=>10,background:e=>ue.secondaryFixedDim,secondBackground:e=>ue.secondaryFixed,contrastCurve:new Xe(4.5,7,11,21)});ue.onSecondaryFixedVariant=Ce.fromPalette({name:"on_secondary_fixed_variant",palette:e=>e.secondaryPalette,tone:e=>tt(e)?25:30,background:e=>ue.secondaryFixedDim,secondBackground:e=>ue.secondaryFixed,contrastCurve:new Xe(3,4.5,7,11)});ue.tertiaryFixed=Ce.fromPalette({name:"tertiary_fixed",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?40:90,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.tertiaryFixed,ue.tertiaryFixedDim,10,"lighter",!0)});ue.tertiaryFixedDim=Ce.fromPalette({name:"tertiary_fixed_dim",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?30:80,isBackground:!0,background:e=>ue.highestSurface(e),contrastCurve:new Xe(1,1,3,4.5),toneDeltaPair:e=>new nr(ue.tertiaryFixed,ue.tertiaryFixedDim,10,"lighter",!0)});ue.onTertiaryFixed=Ce.fromPalette({name:"on_tertiary_fixed",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?100:10,background:e=>ue.tertiaryFixedDim,secondBackground:e=>ue.tertiaryFixed,contrastCurve:new Xe(4.5,7,11,21)});ue.onTertiaryFixedVariant=Ce.fromPalette({name:"on_tertiary_fixed_variant",palette:e=>e.tertiaryPalette,tone:e=>tt(e)?90:30,background:e=>ue.tertiaryFixedDim,secondBackground:e=>ue.tertiaryFixed,contrastCurve:new Xe(3,4.5,7,11)});/**
|
|
260
|
+
* @license
|
|
261
|
+
* Copyright 2021 Google LLC
|
|
262
|
+
*
|
|
263
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
264
|
+
* you may not use this file except in compliance with the License.
|
|
265
|
+
* You may obtain a copy of the License at
|
|
266
|
+
*
|
|
267
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
268
|
+
*
|
|
269
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
270
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
271
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
272
|
+
* See the License for the specific language governing permissions and
|
|
273
|
+
* limitations under the License.
|
|
274
|
+
*/function F6(e){const t=jk(e),l=Gk(e),a=Fk(e),i=[t.toString(16),l.toString(16),a.toString(16)];for(const[s,u]of i.entries())u.length===1&&(i[s]="0"+u);return"#"+i.join("")}function q6(e){e=e.replace("#","");const t=e.length===3,l=e.length===6,a=e.length===8;if(!t&&!l&&!a)throw new Error("unexpected hex "+e);let i=0,s=0,u=0;return t?(i=ql(e.slice(0,1).repeat(2)),s=ql(e.slice(1,2).repeat(2)),u=ql(e.slice(2,3).repeat(2))):l?(i=ql(e.slice(0,2)),s=ql(e.slice(2,4)),u=ql(e.slice(4,6))):a&&(i=ql(e.slice(2,4)),s=ql(e.slice(4,6)),u=ql(e.slice(6,8))),(255<<24|(i&255)<<16|(s&255)<<8|u&255)>>>0}function ql(e){return parseInt(e,16)}function U6(e){return/^#?([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/.test(e)}function W6(e){var t=e.trim();if(t.startsWith("#")){if(!U6(t))throw new Error("Invalid hex color: ".concat(e));return q6(t)}var l=t.match(/rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/);if(l){var a=parseInt(l[1]),i=parseInt(l[2]),s=parseInt(l[3]);return qd(a,i,s)}throw new Error("Unsupported color format: ".concat(e,". Supported formats: #hex, rgb(), rgba()"))}function ex(e){return F6(e.toInt())}function ox(e){var t=W6(e);return $r.fromInt(t)}function Uk(e,t,l){return $r.from(e,t,l)}var $g=(function(){function e(t,l){this.colorSpecifications=t,this.maxChroma=l??200}return e.prototype.findColorSpecification=function(t){for(var l=Math.round(t.tone),a=0,i=this.colorSpecifications;a<i.length;a++){var s=i[a];if(l<=s.maxTone&&l>=s.minTone)return s}for(var u=this.findNearestValidTone(l),h=0,f=this.colorSpecifications;h<f.length;h++){var s=f[h];if(u<=s.maxTone&&u>=s.minTone)return s}},e.prototype.findNearestValidTone=function(t){for(var l=t,a=1/0,i=t<50,s=0,u=this.colorSpecifications;s<u.length;s++){var h=u[s],f=(h.minTone+h.maxTone)/2,g=Math.abs(t-f);g<a?(a=g,l=f):g===a&&i&&f<l&&(l=f)}return Math.round(l)},e.prototype.getColorToneProportion=function(t,l){var a=(l.tone-t.minTone)/(t.maxTone-t.minTone);return Math.max(0,Math.min(1,a))},e.prototype.getColorToneForProportion=function(t,l){var a=t.minTone+(t.maxTone-t.minTone)*l,i=.5,s=Number(t.position);return s<=500?a+(t.maxTone-a)*i:a-(a-t.minTone)*i},e.prototype.adjustSeedColor=function(t,l){return t},e.prototype.getExactSeedPosition=function(t,l){},e.prototype.validateAndAdjustSeed=function(t,l){var a=ox(t);return a=this.adjustSeedColor(a,l),ex(a)},e.prototype.getPalette=function(t,l,a){l===void 0&&(l=!0);var i=this.prepareBaseSeed(t,l,a),s=this.extractBaseColorInfo(i,a),u=this.generatePaletteColors(s);return je({seed:i.hex},u)},e.prototype.prepareBaseSeed=function(t,l,a){var i=!1;if(l){var s=t;t=this.validateAndAdjustSeed(t,a),i=s!==t}return{hex:t,wasAdjusted:i}},e.prototype.extractBaseColorInfo=function(t,l){var a=ox(t.hex),i=this.getExactSeedPosition(a,l),s=i?this.colorSpecifications.find(function(h){return h.position===i}):this.findColorSpecification(a);if(!s)throw new Error("Seed color ".concat(t.hex," does not match any palette position specification"));var u=i?.5:this.getColorToneProportion(s,a);return{hue:a.hue,chroma:this.calculateBaseChroma(a.chroma,s),basePosition:s,toneRangePosition:u,seedHex:t.hex,seedWasAdjusted:t.wasAdjusted,exactSeedPosition:i}},e.prototype.calculateBaseChroma=function(t,l){var a=this.maxChroma<50;return a?t:t/l.chromaFraction},e.prototype.generatePaletteColors=function(t){for(var l={},a=0,i=this.colorSpecifications;a<i.length;a++){var s=i[a],u=this.getColorToneForProportion(s,t.toneRangePosition),h=t.basePosition.position===s.position,f=t.exactSeedPosition===s.position,g=s.chromaFraction*t.chroma;g>this.maxChroma&&(g=this.maxChroma);var v=h&&!t.seedWasAdjusted||f?t.seedHex:ex(Uk(t.hue,g,u));l[s.position]=v}return l},e})(),V6=1,X6=99,_h=15,Y6=(function(e){Ql(t,e);function t(){return e.call(this,[{position:50,chromaFraction:.5,minTone:98,maxTone:X6},{position:100,chromaFraction:.5,minTone:97,maxTone:98},{position:150,chromaFraction:.5,minTone:96,maxTone:97},{position:200,chromaFraction:.5,minTone:96,maxTone:96},{position:250,chromaFraction:.5,minTone:93,maxTone:95},{position:300,chromaFraction:.5,minTone:88,maxTone:92},{position:350,chromaFraction:.5,minTone:80,maxTone:85},{position:400,chromaFraction:.75,minTone:72,maxTone:76},{position:450,chromaFraction:.75,minTone:68,maxTone:72},{position:500,chromaFraction:.75,minTone:55,maxTone:58},{position:550,chromaFraction:.75,minTone:46,maxTone:52},{position:600,chromaFraction:.75,minTone:44,maxTone:46},{position:650,chromaFraction:.75,minTone:28,maxTone:35},{position:700,chromaFraction:.75,minTone:22,maxTone:27},{position:750,chromaFraction:.75,minTone:14,maxTone:20},{position:800,chromaFraction:.75,minTone:10,maxTone:14},{position:850,chromaFraction:.75,minTone:5,maxTone:7},{position:900,chromaFraction:.75,minTone:3,maxTone:5},{position:950,chromaFraction:.75,minTone:2,maxTone:3},{position:1e3,chromaFraction:.75,minTone:V6,maxTone:2}],_h)||this}return t.prototype.adjustSeedColor=function(l){return l.chroma>_h?Uk(l.hue,_h,this.findNearestValidTone(l.tone)):l},t})($g),$6=3,Z6=98,Q6=(function(e){Ql(t,e);function t(){return e.call(this,[{position:50,chromaFraction:.2,minTone:97,maxTone:Z6},{position:100,chromaFraction:.3,minTone:91,maxTone:96},{position:200,chromaFraction:.5,minTone:84,maxTone:91},{position:300,chromaFraction:.7,minTone:75,maxTone:84},{position:400,chromaFraction:1,minTone:65,maxTone:75},{position:500,chromaFraction:1,minTone:48,maxTone:65},{position:600,chromaFraction:1,minTone:44,maxTone:47},{position:700,chromaFraction:1.1,minTone:34,maxTone:44},{position:800,chromaFraction:1.15,minTone:25,maxTone:34},{position:900,chromaFraction:1.2,minTone:11,maxTone:25},{position:1e3,chromaFraction:1.25,minTone:$6,maxTone:5}])||this}return t.prototype.adjustSeedColor=function(l,a){var i=l.tone,s=this.colorSpecifications.find(function(h){return h.position===600}),u=this.colorSpecifications.find(function(h){return h.position===400});return a==="light"&&s&&i>s.maxTone?$r.from(l.hue,l.chroma,(s.minTone+s.maxTone)/2):a==="dark"&&u&&i<u.minTone?$r.from(l.hue,l.chroma,(u.minTone+u.maxTone)/2):l},t.prototype.getExactSeedPosition=function(l,a){var i=l.tone,s=this.colorSpecifications.find(function(h){return h.position===600}),u=this.colorSpecifications.find(function(h){return h.position===400});if(a==="light"&&s&&i<=s.maxTone)return 600;if(a==="dark"&&u&&i>=u.minTone)return 400},t})($g),K6=5,J6=98,eD=(function(e){Ql(t,e);function t(){return e.call(this,[{position:50,chromaFraction:.5,minTone:97,maxTone:J6},{position:100,chromaFraction:.5,minTone:95,maxTone:97},{position:200,chromaFraction:.5,minTone:90,maxTone:95},{position:300,chromaFraction:.75,minTone:86,maxTone:90},{position:400,chromaFraction:1.5,minTone:82,maxTone:86},{position:500,chromaFraction:1.5,minTone:75,maxTone:82},{position:600,chromaFraction:1,minTone:65,maxTone:75},{position:700,chromaFraction:1.1,minTone:55,maxTone:65},{position:800,chromaFraction:1.15,minTone:47,maxTone:55},{position:900,chromaFraction:1.2,minTone:41,maxTone:47},{position:1e3,chromaFraction:1.25,minTone:K6,maxTone:15}])||this}return t})($g),tx=new Map;function oD(e,t,l,a){return"".concat(e,":").concat(t,":").concat(l,":").concat(a??"none")}function Qh(e,t,l,a){l===void 0&&(l=!0);var i=oD(e,t,l,a),s=tx.get(i);if(s)return s;var u=new Q6,h=new Y6,f=new eD,g;switch(e){case"neutral":g=h;break;case"warning":g=f;break;case"primary":case"error":case"success":case"info":default:g=u}var v=g.getPalette(t,l,a);return tx.set(i,v),v}function Wk(e,t,l){var a,i=(a=t.referenceTokens)===null||a===void 0?void 0:a[e];return i?Object.entries(i).some(function(s){var u=s[0],h=s[1];return h?Object.keys(h).some(function(f){return Xk(e,u,f)===l}):!1}):!1}function Vk(e,t){t===void 0&&(t=[]);var l={};if(!e||typeof e!="object")return l;for(var a=0,i=Object.entries(e);a<i.length;a++){var s=i[a],u=s[0],h=s[1],f=Vt(Vt([],t,!0),[u],!1);typeof h=="string"||Ei(h)?l[Kh.apply(void 0,f)]=h:h&&typeof h=="object"&&Object.assign(l,Vk(h,f))}return l}function Kh(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.reduce(function(l,a,i){return l+(i===0?a:a.charAt(0).toUpperCase()+a.slice(1))},"")}function tD(e){var t;return!((t=e.referenceTokens)===null||t===void 0)&&t.color?Vk(e.referenceTokens.color,["color"]):{}}function Xk(e,t,l){return Kh(e,t,l)}function Yk(e){return typeof e=="string"&&!vs(e)}function vs(e){return typeof e=="string"&&e.charAt(0)==="{"&&e.charAt(e.length-1)==="}"}function Ei(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!Object.keys(e).some(function(t){return!isNaN(Number(t))})&&!Object.keys(e).some(function(t){return!(Yk(e[t])||vs(e[t]))})}function rD(e,t){return e===t||typeof e=="object"&&typeof t=="object"&&Object.keys(e).length===Object.keys(t).length&&Object.keys(e).every(function(l){return e[l]===t[l]})}function lD(e){return"selector"in e}function $k(e){return e.slice(1,e.length-1)}function aD(e,t){var l=new Set,a=new Set,i=function(g){vs(g)?l.add($k(g)):Ei(g)&&Object.values(g).forEach(i)},s=function(g){if(!a.has(g)){a.add(g);var v=e.tokens[g];v&&i(v),Object.values(e.contexts).forEach(function(b){var x=b.tokens[g];x&&i(x)})}};t.forEach(s);for(var u=0,h=0;l.size>u&&h<10;){u=l.size;var f=Array.from(l).filter(function(g){return!a.has(g)});f.forEach(s),h++}return Array.from(l)}function Ud(e,t){var l,a=e.tokenModeMap[t];return(l=e.modes[a])!==null&&l!==void 0?l:null}function nD(e){for(var t=Object.keys(e.states),l=0;l<t.length;l++){var a=t[l],i=e.states[a];if(i&&"default"in i&&i.default)return a}throw new Error("Mode ".concat(JSON.stringify(e)," does not have a default state"))}function Zk(e){return e>=50&&e<=1e3&&e%50===0}function iD(e){var t={};return Object.entries(e).forEach(function(l){var a=l[0],i=l[1],s=uD(a,i);Object.entries(s).forEach(function(u){var h=u[0],f=u[1];if(h!=="seed"){var g=Xk("color",a,h);t[g]=f}})}),t}function cD(e,t){if(!t)return{};if(typeof t=="string")return Qh(e,t);var l={};return Object.entries(t).forEach(function(a){var i=a[0],s=a[1];if(typeof s=="string"){var u=Qh(e,s,!0,i);Object.entries(u).forEach(function(h){var f,g,v=h[0],b=h[1],x=Number(v);if(Zk(x)){var k=l[x];l[x]=typeof k=="object"?je(je({},k),(f={},f[i]=b,f)):(g={},g[i]=b,g)}})}}),l}function sD(e,t){var l=je({},e);return Object.entries(t).forEach(function(a){var i=a[0],s=a[1];if(i==="seed"){l.seed=s;return}var u=Number(i);if(!(!s||!Zk(u))){var h=e[u];l[u]=typeof h=="object"&&typeof s=="object"?je(je({},h),s):s}}),l}function uD(e,t){if(typeof t=="string")return Qh(e,t);var l=cD(e,t.seed);return sD(l,t)}function Qk(e){return JSON.parse(JSON.stringify(e))}function vl(e){return Object.keys(e).map(function(t){return[t,e[t]]})}function qu(e){return e.reduce(function(t,l){var a=l[0],i=l[1];return t[a]=i,t},{})}function Kk(e){return Object.keys(e).map(function(t){return e[t]})}function rx(e,t){return e.indexOf(t)>-1}function Di(e,t,l){return Jk(e,t,l).resolvedTheme}function Jk(e,t,l){var a,i={},s={};return Object.keys((a=t==null?void 0:t.tokens)!==null&&a!==void 0?a:e.tokens).forEach(function(u){var h=Ud(t??e,u);if(h){var f={},g=Object.keys(h.states).reduce(function(x,k){return f[k]=[],x[k]=Jh(e,u,f[k],k,t,l),x},{}),v=Kk(f).some(function(x){return x.some(function(k){return k in e.tokens})});(!t||v)&&(s[u]=f,i[u]=g)}else{var b=[],g=Jh(e,u,b,void 0,t,l);(!t||b.some(function(k){return k in e.tokens}))&&(s[u]=b,i[u]=g)}}),{resolvedTheme:i,resolutionPaths:s}}function Jh(e,t,l,a,i,s){if(!e.tokens[t]&&!(i!=null&&i.tokens[t]))throw new Error("Token ".concat(t," does not exist in the theme."));if(l.includes(t))throw new Error("Token ".concat(t," has a circular dependency."));l.push(t);var u=dD(e,t,a,i);if(vs(u)){var h=$k(u);return s!=null&&s[h]&&(e.tokens[h]||i!=null&&i.tokens[h])?"var(".concat(s[h],")"):Jh(e,h,l,a,i,s)}return u}function dD(e,t,l,a){var i=e.tokens[t]||(a==null?void 0:a.tokens[t]);if(!i)throw new Error("Empty assignment for token ".concat(t));if(Ei(i)){if(!l)throw new Error("Mode resolution for token ".concat(t," does not have any mode value. modes: ").concat(JSON.stringify(i)));i=i[l]}return i}function pd(e,t,l,a,i){var s=Qk(e);return t.defaultMode&&e.modes&&fD(s,t,l),!l||!a?(s.tokens=je(je({},s.tokens),t.tokens),Di(s,l,i)):(s.tokens=hD(e,t,l,a,i),Di(s,l,i))}function fD(e,t,l){if(!(!t.defaultMode||!e.modes)){var a=t.defaultMode,i=Object.values(e.modes).find(function(f){return f.states[a]});if(i){Object.keys(e.tokens).forEach(function(f){if(Wk("color",e,f)){var g=e.tokens[f];Ei(g)&&(e.tokens[f]=g[a])}});var s=je(je({},e),{tokens:je(je({},e.tokens),t.tokens)}),u=Jk(s,l).resolutionPaths;gD(e,u).forEach(function(f){t.tokens[f]=e.tokens[f]});var h=new Set(Object.keys(t.tokens));Object.keys(e.tokens).forEach(function(f){if(!h.has(f)&&u[f]){var g=tw(u[f]);g.some(function(v){return h.has(v)})&&(t.tokens[f]=e.tokens[f])}})}}}function hD(e,t,l,a,i){var s=l.contexts[t.id],u=Di(l,void 0,i),h=Di(e,l,i),f=Object.keys(a).reduce(function(g,v){var b,x,k=!(v in s.tokens)&&!(v in e.tokens)||rD(u[v],h[v]);return k||(g[v]=(x=(b=s.tokens[v])!==null&&b!==void 0?b:e.tokens[v])!==null&&x!==void 0?x:l.tokens[v]),g},{});return je(je({},f),t.tokens)}function Ra(e,t,l,a){return Object.keys(e).reduce(function(i,s){var u=l(e[s],s,t,a);return u&&(i[s]=u),i},{})}var vd=function(){return function(e,t,l,a){var i=Ud(a??l,t);if(i&&ew(e)){var s=nD(i);return e[s]}else{if(ow(e))return e;throw new Error("Mismatch between resolution ".concat(JSON.stringify(e)," and mode ").concat(i))}}},bd=function(e,t){return function(l,a,i,s){var u=Ud(s??i,a);if(u&&u.id===e.id&&ew(l))return l[t];if(ow(l))return l}};function ew(e){return typeof e=="object"}function ow(e){return typeof e=="string"}function tw(e){var t;return typeof e=="object"&&!Array.isArray(e)?(t=[]).concat.apply(t,Object.values(e)):e}function gD(e,t){var l=new Set;return Object.values(t).forEach(function(a){var i=tw(a);i.forEach(function(s){Wk("color",e,s)&&l.add(s)})}),l}function mD(e,t,l){var a;if(typeof e.tokens!="object"||Array.isArray(e.tokens)||e.tokens===null)throw new Error('Missing required "tokens" object field in '.concat(JSON.stringify(e)));var i={};function s(b){var x=rx(t,b);return!x&&!(b in i)&&(console.warn("".concat(b," is not themeable and will be ignored during theming")),i[b]=!0),x}function u(b){var x=rx(l,b);return x||console.warn("".concat(b," is not a valid ID of a visual context and will be ignored during theming.")),x}var h=vl(e.tokens).filter(function(b){var x=b[0];return s(x)}),f=(e.contexts?vl(e.contexts).filter(function(b){var x=b[1];return x!==void 0}):[]).filter(function(b){var x=b[0];return u(x)}).map(function(b){var x=b[0],k=b[1],S=vl(k.tokens).filter(function(C){var E=C[0];return s(E)}),w=qu(S),y=je(je({},k),{tokens:w});return[x,y]}),g={};if(!((a=e.referenceTokens)===null||a===void 0)&&a.color){var v=iD(e.referenceTokens.color);g=je(je({},qu(h)),v)}else g=qu(h);return{contexts:qu(f),tokens:g,referenceTokens:e.referenceTokens}}function pD(e){for(var t,l=Vt([e.theme],(t=e.secondary)!==null&&t!==void 0?t:[],!0),a=[],i=0,s=l;i<s.length;i++){var u=s[i];Object.keys(u.contexts).forEach(function(h){a.indexOf(h)===-1&&a.push(h)})}return a}function vD(e,t){var l;if(!t)return e.theme;var a=Vt([e.theme],(l=e.secondary)!==null&&l!==void 0?l:[],!0).reduce(function(i,s){return i[s.id]=s,i},{});if(!a[t])throw new Error("Specified baseThemeId '".concat(t,"' is not available. Available values are ").concat(Object.keys(a).map(function(i){return"'".concat(i,"'")}).join(", "),"."));return a[t]}function bD(e,t){function l(a,i,s){var u=Yk(s)||vs(s),h=Ud(e,i);if(h&&u)return Object.keys(h.states).reduce(function(f,g){return f[g]=s,f},{});if((Ei(a)||a===void 0)&&Ei(s))return je(je({},a),s);if(u)return s;console.warn("The value for this token cannot be merged into the theme:",i)}return vl(t.tokens).forEach(function(a){var i=a[0],s=a[1],u=l(e.tokens[i],i,s);u&&(e.tokens[i]=u)}),t.contexts&&vl(t.contexts).forEach(function(a){var i=a[0],s=a[1],u=e.contexts[i];!s||!u||vl(s.tokens).forEach(function(h){var f,g=h[0],v=h[1],b=(f=u.tokens[g])!==null&&f!==void 0?f:e.tokens[g],x=l(b,g,v);x&&(e.contexts[i].tokens[g]=x)})}),e}var rw=(function(){function e(){this.rulesMap=new Map,this.paths=new Map,this.counter=0}return e.prototype.appendRule=function(t){this.rulesMap.set(t.selector,[t,this.counter++])},e.prototype.appendRuleWithPath=function(t,l){this.rulesMap.set(t.selector,[t,this.counter++]),this.paths.set(t,l)},e.prototype.removeRule=function(t){this.rulesMap.delete(t.selector),this.paths.delete(t)},e.prototype.findRule=function(t){var l=this.rulesMap.get(t);return l==null?void 0:l[0]},e.prototype.getPath=function(t){var l=this.paths.get(t);if(!l)throw new Error("No path for rule with selector: ".concat(t.selector));return l},e.prototype.getAllRules=function(){var t=[];return this.paths.forEach(function(l,a){return t.push(a)}),t},e.prototype.toString=function(){return og(this.rulesMap).map(function(t){return t.toString()}).join(`
|
|
275
|
+
`)},e})(),xD=(function(){function e(t,l){this.declarationsMap=new Map,this.counter=0,this.selector=t,this.media=l}return e.prototype.appendDeclaration=function(t){this.declarationsMap.set(t.property,[t,this.counter++])},e.prototype.clear=function(){this.declarationsMap=new Map,this.counter=0},e.prototype.getAllDeclarations=function(){return og(this.declarationsMap)},e.prototype.size=function(){return this.declarationsMap.size},e.prototype.toString=function(){var t=og(this.declarationsMap).map(function(a){return a.toString()}),l="".concat(this.selector,`{
|
|
276
|
+
`).concat(t.join(`
|
|
277
|
+
`),`
|
|
278
|
+
}`);return this.media?"@media ".concat(this.media," {").concat(l,"}"):l},e.prototype.isModeRule=function(){return!!this.media},e})(),eg=(function(){function e(t,l){this.property=t,this.value=l}return e.prototype.toString=function(){return"".concat(this.property,":").concat(this.value,";")},e})();function og(e){var t=[];return e.forEach(function(l){var a=l[0],i=l[1];return t.push([a,i])}),t.sort(function(l,a){l[0];var i=l[1];a[0];var s=a[1];return i-s}),t.map(function(l){var a=l[0];return a})}var _D=(function(){function e(t,l){this.selector=t,this.registry=l}return e.prototype.create=function(t,l){var a=this,i=new xD(this.selectorFor(t),t.media);return vl(l).forEach(function(s){var u=s[0],h=s[1],f=a.registry.get(u);f&&i.appendDeclaration(new eg(f,h))}),i},e.prototype.selectorFor=function(t){return this.selector.for(t)},e})(),lw=(function(){function e(){}return e.forEachOptionalModeState=function(t,l){Object.keys(t.modes).forEach(function(a){var i=t.modes[a];vl(i.states).forEach(function(s){var u=s[0],h=s[1];lD(h)&&l(i,u)})})},e.forEachContext=function(t,l){Object.keys(t.contexts).forEach(function(a){var i=t.contexts[a];l(i)})},e.forEachContextWithinOptionalModeState=function(t,l){e.forEachOptionalModeState(t,function(a,i){e.forEachContext(t,function(s){l(s,a,i)})})},e.appendRuleToStylesheet=function(t,l,a){l.size()&&t.appendRuleWithPath(l,a)},e})();function Pa(e){for(var t=[],l=0,a=e;l<a.length;l++){var i=a[l];i!==void 0&&t.push(i)}return t}function lx(e){var t=e.match(/var\((--[^)]+)\)/);return t?t[1]:null}var tg=(function(e){Ql(t,e);function t(l,a,i,s){var u=e.call(this)||this;return u.theme=l,u.baseTheme=i,u.propertiesMap=s,u.resolution=Di(l,u.baseTheme,s),u.ruleCreator=a,u}return t.prototype.create=function(){var l=this,a=new rw,i=Ra(this.resolution,this.theme,vd(),this.baseTheme),s=this.ruleCreator.create({global:[this.theme.selector]},i);return t.appendRuleToStylesheet(a,s,[]),t.forEachOptionalModeState(this.theme,function(u,h){var f=Ra(l.resolution,l.theme,bd(u,h),l.baseTheme),g=u.states[h],v=l.ruleCreator.create({global:[l.theme.selector,g.selector],media:g.media},f);t.appendRuleToStylesheet(a,v,[s])}),t.forEachContext(this.theme,function(u){var h=Ra(pd(l.theme,u,l.baseTheme,l.resolution,l.propertiesMap),l.theme,vd(),l.baseTheme),f=l.ruleCreator.create({global:[l.theme.selector],local:[u.selector]},h);t.appendRuleToStylesheet(a,f,[s]);var g=l.ruleCreator.create({global:[l.theme.selector,u.selector]},h);t.appendRuleToStylesheet(a,g,[s])}),t.forEachContextWithinOptionalModeState(this.theme,function(u,h,f){var g=Ra(pd(l.theme,u,l.baseTheme,l.resolution,l.propertiesMap),l.theme,bd(h,f),l.baseTheme),v=h.states[f],b=l.ruleCreator.create({global:[l.theme.selector,v.selector],local:[u.selector],media:v.media},g),x=a.findRule(l.ruleCreator.selectorFor({global:[l.theme.selector],local:[u.selector]})),k=a.findRule(l.ruleCreator.selectorFor({global:[l.theme.selector,h.states[f].selector]})),S=a.findRule(l.ruleCreator.selectorFor({global:[l.theme.selector,u.selector]}));t.appendRuleToStylesheet(a,b,Pa([x,k,s]));var w=l.ruleCreator.create({global:[l.theme.selector,v.selector,u.selector],media:v.media},g);t.appendRuleToStylesheet(a,w,Pa([S,k,s]))}),a},t})(lw),kD=":not(#\\9)";function aw(e){var t=e.split(":"),l=t[0],a=t.slice(1),i=a.length?":"+a.join(":"):"";return"".concat(l).concat(kD).concat(i)}var wD=[":root","body","html"],xd=function(e){return wD.indexOf(e)>-1};function yD(e){return e.split(/[\s.:[\]]/)[0]}function ax(e){var t=e.split(",").map(SD);return t.join(",")}function SD(e){var t=/[:.][\w_-]+/.exec(e);if((t==null?void 0:t.length)===1){var l=t[0],a=t.index;return"".concat(e.substring(0,a)).concat(l).concat(e.substring(a))}return aw(e)}(function(e){Ql(t,e);function t(l,a,i){var s=e.call(this)||this;return s.themes=l,s.ruleCreator=a,s.propertiesMap=i,s}return t.prototype.create=function(){var l=this,a=this.themes.filter(function(g){return xd(g.selector)});if(a.length>1)throw new Error("Themes ".concat(a.map(function(g){var v=g.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(!a.length){var i=this.themes.map(function(g){return new tg(g,l.ruleCreator,void 0,l.propertiesMap).create()}),s=new rw;return i.forEach(function(g){g.getAllRules().map(function(v){var b;return s.appendRuleWithPath(v,(b=g.getPath(v))!==null&&b!==void 0?b:[])})}),s}var u=a[0],h=new tg(u,this.ruleCreator,void 0,this.propertiesMap).create(),f=this.getThemesWithout(u);return f.forEach(function(g){l.appendRulesForSecondary(h,u,g)}),h},t.prototype.appendRulesForSecondary=function(l,a,i){var s=this,u=Di(i,void 0,this.propertiesMap),h=Ra(u,i,vd()),f=this.ruleCreator.create({global:[i.selector]},h),g=this.findRule(l,{global:[a.selector]});return t.appendRuleToStylesheet(l,f,Pa([g])),t.forEachOptionalModeState(i,function(v,b){var x=v.states[b],k=Ra(u,i,bd(v,b)),S=s.ruleCreator.create({global:[i.selector,x.selector],media:x.media},k),w=l.findRule(s.ruleCreator.selectorFor({global:[a.selector,x.selector]}));t.appendRuleToStylesheet(l,S,Pa([f,w,g]))}),t.forEachContext(i,function(v){var b=Ra(pd(i,v,void 0,void 0,s.propertiesMap),i,vd()),x=s.ruleCreator.create({global:[i.selector],local:[v.selector]},b),k=l.findRule(s.ruleCreator.selectorFor({global:[a.selector],local:[v.selector]}));t.appendRuleToStylesheet(l,x,Pa([k,f,g]));var S=s.ruleCreator.create({global:[i.selector,v.selector]},b);t.appendRuleToStylesheet(l,S,Pa([f,k,g]))}),t.forEachContextWithinOptionalModeState(i,function(v,b,x){var k=b.states[x],S=Ra(pd(i,v,void 0,void 0,s.propertiesMap),i,bd(b,x)),w=s.findRule(l,{global:[i.selector],local:[v.selector]}),y=s.findRule(l,{global:[i.selector,k.selector]}),C=s.ruleCreator.create({global:[i.selector,k.selector],local:[v.selector],media:k.media},S),E=l.findRule(s.ruleCreator.selectorFor({global:[a.selector],local:[v.selector]})),N=l.findRule(s.ruleCreator.selectorFor({global:[a.selector,k.selector]})),D=l.findRule(s.ruleCreator.selectorFor({global:[a.selector,k.selector],local:[v.selector]}));t.appendRuleToStylesheet(l,C,Pa([w,D,E,y,f,N,g]));var T=l.findRule(s.ruleCreator.selectorFor({global:[i.selector,v.selector]})),P=s.ruleCreator.create({global:[i.selector,k.selector,v.selector],media:k.media},S);t.appendRuleToStylesheet(l,P,Pa([w,y,T,f,E,N,g]))}),l},t.prototype.findRule=function(l,a){var i=l.findRule(this.ruleCreator.selectorFor(a));if(!i)throw new Error("No rule for selector ".concat(JSON.stringify(a)," found"));return i},t.prototype.getThemesWithout=function(l){var a=this.themes.indexOf(l);return Vt(Vt([],this.themes.slice(0,a),!0),this.themes.slice(a+1),!0)},t})(lw);var BD=(function(){function e(t){this.customizer=t}return e.prototype.for=function(t){var l=t.global,a=t.local;if(l.length===1&&!(a!=null&&a.length)&&xd(l[0]))return this.customizer(l[0]);var i=l.filter(function(u){return!xd(u)}),s=this.toSelector(i);return a!=null&&a.length&&(s+=" ".concat(this.toSelector(a))),this.customizer(s.trim())},e.prototype.toSelector=function(t){var l=function(a){return[".",":","#"].indexOf(a.charAt(0))===-1};return t.slice().sort(function(a,i){return l(a)&&!l(i)?-1:!l(a)&&l(i)?1:a.localeCompare(i)}).join("")},e})(),CD=(function(){function e(t,l){this.map=t,this.used=l}return e.prototype.get=function(t){if(this.used.indexOf(t)>-1)return this.map[t]},e})(),ND=(function(){function e(){}return e.prototype.transform=function(t){var l=t.getAllRules(),a=l.map(function(s){return{rule:s,path:t.getPath(s)}}),i=a.sort(function(s,u){var h=s.path,f=u.path;return h.length-f.length});return i.forEach(function(s){var u=s.rule,h=s.path;if(h.length!==0){for(var f={},g=h.length-1;g>=0;g--){var v=h[g],b=v.getAllDeclarations();b.forEach(function(C){f[C.property]=C.value})}var x=u.getAllDeclarations().reduce(function(C,E){return C[E.property]=E.value,C},{}),k=TD(f,x),S=yD(u.selector),w=u.isModeRule();if(xd(S)){u.clear(),vl(k).forEach(function(C){var E=C[0],N=C[1];return u.appendDeclaration(new eg(E,N))}),u.size()===0&&t.removeRule(u);return}var y=function(C,E){if(E===void 0&&(E=new Set),E.has(C))return!1;E.add(C);var N=C in x&&C in f&&x[C]!==f[C];if(N)return!0;var D=C in x?lx(x[C]):null;return D?y(D,E):!1};Object.keys(x).forEach(function(C){var E=lx(x[C]);if(!(!E||!y(E))){var N=w&&x[C]===f[C];N||C in k||(k[C]=x[C])}}),u.clear(),vl(k).forEach(function(C){var E=C[0],N=C[1];return u.appendDeclaration(new eg(E,N))}),u.size()===0&&t.removeRule(u)}}),t},e})();function TD(e,t){var l={};return Object.keys(e).forEach(function(a){e[a]!==t[a]&&t[a]!==void 0&&(l[a]=t[a])}),Object.keys(t).forEach(function(a){e[a]!==t[a]&&t[a]!==void 0&&(l[a]=t[a])}),l}function ED(e,t){var l=Qk(e),a=new Set;return Kk(l.contexts).forEach(function(i){Object.keys(i.tokens).forEach(function(s){var u,h,f,g=s in((f=(h=(u=t==null?void 0:t.contexts)===null||u===void 0?void 0:u[i.id])===null||h===void 0?void 0:h.tokens)!==null&&f!==void 0?f:{});!(s in t.tokens)&&!g?delete i.tokens[s]:a.add(s)})}),Object.keys(l.tokens).forEach(function(i){!a.has(i)&&!(i in t.tokens)&&delete l.tokens[i]}),bD(l,t)}function DD(e,t){var l=[];e.forEach(function(s){return l.push.apply(l,Object.keys(tD(s)))});var a=new Set(Vt(Vt([],t,!0),l,!0)),i=[];return e.forEach(function(s){var u=aD(s,Vt(Vt([],t,!0),l,!0));u.forEach(function(h){a.has(h)||(i.push(h),a.add(h))})}),{referenceTokens:l,referencedTokens:i}}function ID(e,t,l){t.forEach(function(a){!(a in e.tokens)&&a in l.tokens&&(e.tokens[a]=l.tokens[a])})}function PD(e,t,l,a){var i=ED(e,t),s=Object.keys(i.tokens),u=DD([e],s).referencedTokens;ID(i,u,e);var h=Vt(Vt([],s,!0),u,!0),f=new _D(new BD(a),new CD(l,h)),g=new tg(i,f,e,l).create();return new ND().transform(g).toString()}function AD(e,t){var l=document.createElement("style");return t&&l.setAttribute("nonce",t),l.appendChild(document.createTextNode(e)),l}function zD(e,t){t===void 0&&(t=document),t.head.appendChild(e)}function HD(e){var t;e===void 0&&(e=document);var l=e.querySelector('meta[name="nonce"]');return(t=l==null?void 0:l.content)!==null&&t!==void 0?t:void 0}function RD(e){return function(t){return t===e?ax(t):aw(ax(t))}}function LD(e){var t=e.override,l=e.preset,a=e.baseThemeId,i=pD(l),s=mD(t,l.themeable,i),u=vD(l,a);return PD(u,s,l.propertiesMap,RD(l.theme.selector))}function MD(e){var t=e.targetDocument,l=LD(e),a=HD(t),i=AD(l,a);return zD(i,t),{reset:function(){i.remove()}}}var OD={theme:{id:"visual-refresh",selector:"body",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:{colorPrimary50:{light:"#f0fbff",dark:"#f0fbff"},colorPrimary100:{light:"#d1f1ff",dark:"#d1f1ff"},colorPrimary200:{light:"#b8e7ff",dark:"#b8e7ff"},colorPrimary300:{light:"#75cfff",dark:"#75cfff"},colorPrimary400:{light:"#42b4ff",dark:"#42b4ff"},colorPrimary500:{light:"#0099ff",dark:"#0099ff"},colorPrimary600:{light:"#006ce0",dark:"#006ce0"},colorPrimary700:{light:"#004a9e",dark:"#004a9e"},colorPrimary800:{light:"#003b8f",dark:"#003b8f"},colorPrimary900:{light:"#002b66",dark:"#002b66"},colorPrimary1000:{light:"#001129",dark:"#001129"},colorNeutral50:{light:"#fcfcfd",dark:"#fcfcfd"},colorNeutral100:{light:"#f9f9fa",dark:"#f9f9fa"},colorNeutral150:{light:"#f6f6f9",dark:"#f6f6f9"},colorNeutral200:{light:"#f3f3f7",dark:"#f3f3f7"},colorNeutral250:{light:"#ebebf0",dark:"#ebebf0"},colorNeutral300:{light:"#dedee3",dark:"#dedee3"},colorNeutral350:{light:"#c6c6cd",dark:"#c6c6cd"},colorNeutral400:{light:"#b4b4bb",dark:"#b4b4bb"},colorNeutral450:{light:"#a4a4ad",dark:"#a4a4ad"},colorNeutral500:{light:"#8c8c94",dark:"#8c8c94"},colorNeutral550:{light:"#72747e",dark:"#72747e"},colorNeutral600:{light:"#656871",dark:"#656871"},colorNeutral650:{light:"#424650",dark:"#424650"},colorNeutral700:{light:"#333843",dark:"#333843"},colorNeutral750:{light:"#232b37",dark:"#232b37"},colorNeutral800:{light:"#1b232d",dark:"#1b232d"},colorNeutral850:{light:"#161d26",dark:"#161d26"},colorNeutral900:{light:"#131920",dark:"#131920"},colorNeutral950:{light:"#0f141a",dark:"#0f141a"},colorNeutral1000:{light:"#06080a",dark:"#06080a"},colorError50:{light:"#fff5f5",dark:"#fff5f5"},colorError400:{light:"#ff7a7a",dark:"#ff7a7a"},colorError600:{light:"#db0000",dark:"#db0000"},colorError900:{light:"#700000",dark:"#700000"},colorError1000:{light:"#1f0000",dark:"#1f0000"},colorSuccess50:{light:"#effff1",dark:"#effff1"},colorSuccess500:{light:"#2bb534",dark:"#2bb534"},colorSuccess600:{light:"#00802f",dark:"#00802f"},colorSuccess1000:{light:"#001401",dark:"#001401"},colorWarning50:{light:"#fffef0",dark:"#fffef0"},colorWarning400:{light:"#ffe347",dark:"#ffe347"},colorWarning500:{light:"#fbd332",dark:"#fbd332"},colorWarning900:{light:"#855900",dark:"#855900"},colorWarning1000:{light:"#191100",dark:"#191100"},colorInfo50:{light:"#f0fbff",dark:"#f0fbff"},colorInfo300:{light:"#75cfff",dark:"#75cfff"},colorInfo400:{light:"#42b4ff",dark:"#42b4ff"},colorInfo600:{light:"#006ce0",dark:"#006ce0"},colorInfo1000:{light:"#001129",dark:"#001129"},colorGrey50:{light:"#fcfcfd",dark:"#fcfcfd"},colorGrey100:{light:"#f9f9fa",dark:"#f9f9fa"},colorGrey150:{light:"#f6f6f9",dark:"#f6f6f9"},colorGrey200:{light:"#f3f3f7",dark:"#f3f3f7"},colorGrey250:{light:"#ebebf0",dark:"#ebebf0"},colorGrey300:{light:"#dedee3",dark:"#dedee3"},colorGrey350:{light:"#c6c6cd",dark:"#c6c6cd"},colorGrey400:{light:"#b4b4bb",dark:"#b4b4bb"},colorGrey450:{light:"#a4a4ad",dark:"#a4a4ad"},colorGrey500:{light:"#8c8c94",dark:"#8c8c94"},colorGrey600:{light:"#656871",dark:"#656871"},colorGrey650:{light:"#424650",dark:"#424650"},colorGrey700:{light:"#333843",dark:"#333843"},colorGrey750:{light:"#232b37",dark:"#232b37"},colorGrey800:{light:"#1b232d",dark:"#1b232d"},colorGrey850:{light:"#161d26",dark:"#161d26"},colorGrey900:{light:"#131920",dark:"#131920"},colorGrey950:{light:"#0f141a",dark:"#0f141a"},colorGrey1000:{light:"#06080a",dark:"#06080a"},colorBlue50:{light:"#f0fbff",dark:"#f0fbff"},colorBlue100:{light:"#d1f1ff",dark:"#d1f1ff"},colorBlue200:{light:"#b8e7ff",dark:"#b8e7ff"},colorBlue300:{light:"#75cfff",dark:"#75cfff"},colorBlue400:{light:"#42b4ff",dark:"#42b4ff"},colorBlue600:{light:"#006ce0",dark:"#006ce0"},colorBlue700:{light:"#004a9e",dark:"#004a9e"},colorBlue900:{light:"#002b66",dark:"#002b66"},colorBlue1000:{light:"#001129",dark:"#001129"},colorGreen50:{light:"#effff1",dark:"#effff1"},colorGreen500:{light:"#2bb534",dark:"#2bb534"},colorGreen600:{light:"#00802f",dark:"#00802f"},colorGreen900:{light:"#00471e",dark:"#00471e"},colorGreen1000:{light:"#001401",dark:"#001401"},colorRed50:{light:"#fff5f5",dark:"#fff5f5"},colorRed400:{light:"#ff7a7a",dark:"#ff7a7a"},colorRed600:{light:"#db0000",dark:"#db0000"},colorRed900:{light:"#700000",dark:"#700000"},colorRed1000:{light:"#1f0000",dark:"#1f0000"},colorYellow50:{light:"#fffef0",dark:"#fffef0"},colorYellow400:{light:"#ffe347",dark:"#ffe347"},colorYellow500:{light:"#fbd332",dark:"#fbd332"},colorYellow900:{light:"#855900",dark:"#855900"},colorYellow1000:{light:"#191100",dark:"#191100"},colorPurple400:{light:"#bf80ff",dark:"#bf80ff"},colorPurple700:{light:"#7300e5",dark:"#7300e5"},colorAmber400:{light:"#ff9900",dark:"#ff9900"},colorAmber500:{light:"#fa6f00",dark:"#fa6f00"},colorAwsSquidInk:{light:"#232f3e",dark:"#232f3e"},colorTransparent:{light:"transparent",dark:"transparent"},colorBlack:{light:"#000000",dark:"#000000"},colorWhite:{light:"#ffffff",dark:"#ffffff"},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:"{colorNeutral500}",dark:"{colorNeutral500}"},colorChartsThresholdNegative:{light:"{colorError600}",dark:"{colorError400}"},colorChartsThresholdPositive:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorChartsThresholdInfo:{light:"{colorInfo600}",dark:"{colorInfo300}"},colorChartsThresholdNeutral:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorChartsLineGrid:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineTick:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineAxis:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},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}"},colorChartsErrorBarMarker:{light:"{colorNeutral900}",dark:"{colorWhite}"},colorSeverityDarkRed:{light:"#870303",dark:"#d63f38"},colorSeverityRed:{light:"#ce3311",dark:"#fe6e73"},colorSeverityOrange:{light:"#f89256",dark:"#f89256"},colorSeverityYellow:{light:"#f2cd54",dark:"#f2cd54"},colorSeverityGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},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:"{colorNeutral100}",dark:"{colorBlack}"},colorTextNotificationSeverityHigh:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextNotificationSeverityMedium:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityLow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityNeutral:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},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:"{colorError600}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorPrimary50}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonNormalDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"{colorPrimary50}",dark:"{colorNeutral800}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary900}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral200}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral150}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral100}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorPrimary50}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral200}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral650}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError900}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError50}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo50}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess50}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning50}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary200}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral150}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorBorderButtonNormalDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral100}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral300}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderDropdownItemFocused:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral300}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral950}",dark:"{colorNeutral350}"},colorTextBodySecondary:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorNeutral500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextButtonNormalHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary600}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple700}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral650}",dark:"{colorNeutral450}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral500}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral600}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLinkHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextTutorialHotspotHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorBoardPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral250}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},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",borderWidthIconSmall:"2px",borderWidthIconNormal:"2px",borderWidthIconMedium:"2px",borderWidthIconBig:"3px",borderWidthIconLarge:"4px",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}"},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}"},spaceTreeViewIndentation:{comfortable:"{spaceL}",compact:"{spaceL}"},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)"},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}"},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}"},spaceTreeViewIndentation:{comfortable:"{spaceL}",compact:"{spaceL}"},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:"{colorError400}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonNormalDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalDisabled:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral900}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(255, 255, 255, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundInputDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError400}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError1000}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo1000}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess1000}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning1000}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary900}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBorderButtonNormalDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderDropdownItemFocused:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBodySecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextButtonNormalHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLinkHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextTutorialHotspotHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorBoardPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorPrimary50:"#f0fbff",colorPrimary100:"#d1f1ff",colorPrimary200:"#b8e7ff",colorPrimary300:"#75cfff",colorPrimary400:"#42b4ff",colorPrimary500:"#0099ff",colorPrimary600:"#006ce0",colorPrimary700:"#004a9e",colorPrimary800:"#003b8f",colorPrimary900:"#002b66",colorPrimary1000:"#001129",colorNeutral50:"#fcfcfd",colorNeutral100:"#f9f9fa",colorNeutral150:"#f6f6f9",colorNeutral200:"#f3f3f7",colorNeutral250:"#ebebf0",colorNeutral300:"#dedee3",colorNeutral350:"#c6c6cd",colorNeutral400:"#b4b4bb",colorNeutral450:"#a4a4ad",colorNeutral500:"#8c8c94",colorNeutral550:"#72747e",colorNeutral600:"#656871",colorNeutral650:"#424650",colorNeutral700:"#333843",colorNeutral750:"#232b37",colorNeutral800:"#1b232d",colorNeutral850:"#161d26",colorNeutral900:"#131920",colorNeutral950:"#0f141a",colorNeutral1000:"#06080a",colorError50:"#fff5f5",colorError400:"#ff7a7a",colorError600:"#db0000",colorError900:"#700000",colorError1000:"#1f0000",colorSuccess50:"#effff1",colorSuccess500:"#2bb534",colorSuccess600:"#00802f",colorSuccess1000:"#001401",colorWarning50:"#fffef0",colorWarning400:"#ffe347",colorWarning500:"#fbd332",colorWarning900:"#855900",colorWarning1000:"#191100",colorInfo50:"#f0fbff",colorInfo300:"#75cfff",colorInfo400:"#42b4ff",colorInfo600:"#006ce0",colorInfo1000:"#001129",colorChartsStatusNeutral:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorChartsThresholdNegative:{light:"{colorError600}",dark:"{colorError400}"},colorChartsThresholdPositive:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorChartsThresholdInfo:{light:"{colorInfo600}",dark:"{colorInfo300}"},colorChartsThresholdNeutral:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorChartsLineGrid:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineTick:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineAxis:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsErrorBarMarker:{light:"{colorNeutral900}",dark:"{colorWhite}"},colorSeverityGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundNotificationSeverityNeutral:{light:"{colorSeverityGrey}",dark:"{colorSeverityGrey}"},colorTextNotificationSeverityCritical:{light:"{colorNeutral100}",dark:"{colorBlack}"},colorTextNotificationSeverityHigh:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextNotificationSeverityMedium:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityLow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityNeutral:{light:"{colorNeutral100}",dark:"{colorNeutral100}"}},defaultMode:"dark"},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)"},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:"{colorError400}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonNormalDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundButtonNormalDisabled:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundButtonNormalHover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundToggleButtonNormalPressed:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundControlDisabled:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral900}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(255, 255, 255, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundInputDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInputDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundSegmentDisabled:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError400}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError1000}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo1000}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess1000}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning1000}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundTilesDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary900}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBorderButtonNormalDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderDropdownItemFocused:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBodySecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextButtonNormalHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextExpandableSectionHover:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLinkHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextTutorialHotspotHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorBoardPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorPrimary50:"#f0fbff",colorPrimary100:"#d1f1ff",colorPrimary200:"#b8e7ff",colorPrimary300:"#75cfff",colorPrimary400:"#42b4ff",colorPrimary500:"#0099ff",colorPrimary600:"#006ce0",colorPrimary700:"#004a9e",colorPrimary800:"#003b8f",colorPrimary900:"#002b66",colorPrimary1000:"#001129",colorNeutral50:"#fcfcfd",colorNeutral100:"#f9f9fa",colorNeutral150:"#f6f6f9",colorNeutral200:"#f3f3f7",colorNeutral250:"#ebebf0",colorNeutral300:"#dedee3",colorNeutral350:"#c6c6cd",colorNeutral400:"#b4b4bb",colorNeutral450:"#a4a4ad",colorNeutral500:"#8c8c94",colorNeutral550:"#72747e",colorNeutral600:"#656871",colorNeutral650:"#424650",colorNeutral700:"#333843",colorNeutral750:"#232b37",colorNeutral800:"#1b232d",colorNeutral850:"#161d26",colorNeutral900:"#131920",colorNeutral950:"#0f141a",colorNeutral1000:"#06080a",colorError50:"#fff5f5",colorError400:"#ff7a7a",colorError600:"#db0000",colorError900:"#700000",colorError1000:"#1f0000",colorSuccess50:"#effff1",colorSuccess500:"#2bb534",colorSuccess600:"#00802f",colorSuccess1000:"#001401",colorWarning50:"#fffef0",colorWarning400:"#ffe347",colorWarning500:"#fbd332",colorWarning900:"#855900",colorWarning1000:"#191100",colorInfo50:"#f0fbff",colorInfo300:"#75cfff",colorInfo400:"#42b4ff",colorInfo600:"#006ce0",colorInfo1000:"#001129",colorChartsStatusNeutral:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorChartsThresholdNegative:{light:"{colorError600}",dark:"{colorError400}"},colorChartsThresholdPositive:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorChartsThresholdInfo:{light:"{colorInfo600}",dark:"{colorInfo300}"},colorChartsThresholdNeutral:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorChartsLineGrid:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineTick:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsLineAxis:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorChartsErrorBarMarker:{light:"{colorNeutral900}",dark:"{colorWhite}"},colorSeverityGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundNotificationSeverityNeutral:{light:"{colorSeverityGrey}",dark:"{colorSeverityGrey}"},colorTextNotificationSeverityCritical:{light:"{colorNeutral100}",dark:"{colorBlack}"},colorTextNotificationSeverityHigh:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextNotificationSeverityMedium:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityLow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextNotificationSeverityNeutral:{light:"{colorNeutral100}",dark:"{colorNeutral100}"}},defaultMode:"dark"},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:"{colorError600}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorPrimary50}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.2)",dark:"rgba(0, 7, 22, 0.2)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.15)",dark:"rgba(0, 7, 22, 0.15)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary900}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral200}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral150}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral100}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorPrimary50}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral200}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(0, 0, 0, 0.2)",dark:"rgba(0, 0, 0, 0.2)"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral650}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError900}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError50}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo50}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess50}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning50}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary200}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral150}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorWhite}",dark:"{colorWhite}"},colorBorderButtonNormalDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral100}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral300}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDropdownItemFocused:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral300}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextBodySecondary:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorNeutral500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary600}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextExpandableSectionHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple700}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral500}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral600}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextLinkHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextTutorialHotspotHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBoardPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral250}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral500}",dark:"{colorNeutral300}"}}},"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:"{colorError600}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorPrimary50}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.1)",dark:"rgba(0, 7, 22, 0.1)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.05)",dark:"rgba(0, 7, 22, 0.05)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary900}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral200}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral150}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral100}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorPrimary50}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral200}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(0, 0, 0, 0.1)"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral650}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque10}",dark:"{colorGreyOpaque10}"},colorBackgroundSegmentActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError900}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError50}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo50}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess50}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning50}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary200}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral150}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral100}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral300}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorBorderDropdownItemFocused:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral300}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextBodySecondary:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorNeutral500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorTextButtonNormalHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary600}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextExpandableSectionHover:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple700}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral500}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral600}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},colorTextLinkHover:{light:"{colorTextNotificationYellow}",dark:"{colorTextNotificationYellow}"},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:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextTutorialHotspotHover:{light:"{colorNeutral900}",dark:"{colorNeutral900}"},colorBoardPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral250}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral500}",dark:"{colorNeutral300}"}}},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:"{colorError600}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorPrimary50}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"rgba(0, 7, 22, 0.1)",dark:"rgba(255, 255, 255, 0.15)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"rgba(0, 7, 22, 0.05)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorPrimary100}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary900}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral200}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral150}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral100}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral200}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorPrimary50}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral200}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(0, 0, 0, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundInputDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral650}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorWhite}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral250}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary700}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError900}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError50}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo50}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess50}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning50}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral250}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary200}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral150}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral100}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral300}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral300}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral250}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorPrimary600}",dark:"{colorNeutral100}"},colorBorderDropdownItemFocused:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral350}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral300}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral300}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral100}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral950}",dark:"{colorNeutral350}"},colorTextBodySecondary:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral600}",dark:"{colorNeutral500}"},colorTextBreadcrumbIcon:{light:"{colorNeutral500}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextButtonInlineIconDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextButtonInlineIconHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextToggleButtonNormalPressed:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextButtonNormalHover:{light:"{colorNeutral950}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral650}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary600}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral600}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextExpandableSectionHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral950}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple700}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral950}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral650}",dark:"{colorNeutral450}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral500}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral600}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral400}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorPrimary600}",dark:"{colorPrimary400}"},colorTextLinkHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorWhite}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral650}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError600}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral600}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo600}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess600}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning900}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral950}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextTutorialHotspotHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorBoardPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral250}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary100}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorWhite}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary50}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral650}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral500}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary900}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral250}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral500}",dark:"{colorNeutral300}"},fontExpandableHeadingSize:"14px",borderDividerSectionWidth:"1px"}},"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:"{colorError400}",dark:"{colorError400}"},colorBackgroundButtonLinkActive:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonLinkHover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundButtonNormalActive:{light:"rgba(255, 255, 255, 0.15)",dark:"rgba(255, 255, 255, 0.15)"},colorBackgroundButtonNormalDefault:{light:"transparent",dark:"transparent"},colorBackgroundButtonNormalDisabled:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundButtonNormalHover:{light:"rgba(255, 255, 255, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundToggleButtonNormalPressed:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundButtonPrimaryActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundButtonPrimaryDefault:{light:"{colorBorderButtonNormalDefault}",dark:"{colorBorderButtonNormalDefault}"},colorBackgroundButtonPrimaryDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundButtonPrimaryHover:{light:"{colorBorderButtonNormalHover}",dark:"{colorBorderButtonNormalHover}"},colorBackgroundDirectionButtonActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundDirectionButtonDisabled:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundDirectionButtonHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorTextDirectionButtonDefault:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextDirectionButtonDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorBackgroundCalendarCurrentDate:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCellShaded:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorGutterActiveLineDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBackgroundCodeEditorGutterActiveLineError:{light:"{colorTextStatusError}",dark:"{colorTextStatusError}"},colorBackgroundCodeEditorGutterDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorLoading:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundCodeEditorPaneItemHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundCodeEditorStatusBar:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundContainerContent:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundContainerHeader:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundControlChecked:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundControlDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundControlDisabled:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundDropdownItemDimmed:{light:"transparent",dark:"transparent"},colorBackgroundDropdownItemFilterMatch:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundDropdownItemHover:{light:"{colorNeutral900}",dark:"{colorNeutral900}"},colorBackgroundDropdownItemSelected:{light:"{colorBackgroundItemSelected}",dark:"{colorBackgroundItemSelected}"},colorBackgroundHomeHeader:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundInlineCode:{light:"rgba(255, 255, 255, 0.1)",dark:"rgba(255, 255, 255, 0.1)"},colorBackgroundInputDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundInputDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundItemSelected:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorBackgroundLayoutMain:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundLayoutMobilePanel:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorBackgroundLayoutPanelContent:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundLayoutPanelHover:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundLayoutToggleActive:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleDefault:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundLayoutToggleHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundLayoutToggleSelectedActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundLayoutToggleSelectedHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundModalOverlay:{light:"{colorGreyOpaque70}",dark:"{colorGreyOpaque70}"},colorBackgroundNotificationBlue:{light:"{colorInfo600}",dark:"{colorInfo600}"},colorBackgroundNotificationGreen:{light:"{colorSuccess600}",dark:"{colorSuccess600}"},colorBackgroundNotificationGrey:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundNotificationRed:{light:"{colorError600}",dark:"{colorError600}"},colorBackgroundNotificationYellow:{light:"{colorWarning400}",dark:"{colorWarning400}"},colorBackgroundNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarActive:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBackgroundNotificationStackBarHover:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBackgroundPopover:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundProgressBarContentDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundProgressBarContentInFlash:{light:"{colorWhite}",dark:"{colorWhite}"},colorBackgroundProgressBarLayoutDefault:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBackgroundProgressBarLayoutInFlash:{light:"{colorGreyOpaque25}",dark:"{colorGreyOpaque25}"},colorBackgroundSegmentActive:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSegmentDefault:{light:"{colorBackgroundButtonNormalDefault}",dark:"{colorBackgroundButtonNormalDefault}"},colorBackgroundSegmentDisabled:{light:"{colorBackgroundButtonNormalDisabled}",dark:"{colorBackgroundButtonNormalDisabled}"},colorBackgroundSegmentHover:{light:"{colorBackgroundButtonNormalHover}",dark:"{colorBackgroundButtonNormalHover}"},colorBackgroundSegmentWrapper:{light:"{colorBackgroundContainerContent}",dark:"{colorBackgroundContainerContent}"},colorBackgroundSliderHandleDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBackgroundSliderHandleActive:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorBackgroundSliderTrack:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBackgroundSliderHandleRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBackgroundSliderErrorPressed:{light:"{colorError400}",dark:"{colorError400}"},colorBackgroundSliderWarningPressed:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBackgroundStatusError:{light:"{colorError1000}",dark:"{colorError1000}"},colorBackgroundStatusInfo:{light:"{colorInfo1000}",dark:"{colorInfo1000}"},colorBackgroundDialog:{light:"{colorBackgroundStatusInfo}",dark:"{colorBackgroundStatusInfo}"},colorBackgroundStatusSuccess:{light:"{colorSuccess1000}",dark:"{colorSuccess1000}"},colorBackgroundStatusWarning:{light:"{colorWarning1000}",dark:"{colorWarning1000}"},colorBackgroundTableHeader:{light:"{colorBackgroundContainerHeader}",dark:"{colorBackgroundContainerHeader}"},colorBackgroundTilesDisabled:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorBackgroundToggleCheckedDisabled:{light:"{colorPrimary900}",dark:"{colorPrimary900}"},colorBackgroundToggleDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},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:"{colorNeutral650}",dark:"{colorNeutral650}"},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:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextChatBubbleOutgoing:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorTextChatBubbleIncoming:{light:"{colorTextBodyDefault}",dark:"{colorTextBodyDefault}"},colorBorderButtonNormalActive:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorBorderButtonNormalDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderToggleButtonNormalPressed:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderButtonNormalDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextButtonNormalDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonNormalHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextButtonIconDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderButtonPrimaryDisabled:{light:"{colorBackgroundButtonPrimaryDisabled}",dark:"{colorBackgroundButtonPrimaryDisabled}"},colorTextButtonPrimaryDisabled:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorItemSelected:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderCalendarGrid:{light:"transparent",dark:"transparent"},colorBorderCalendarGridSelectedFocusRing:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorBorderCellShaded:{light:"{colorNeutral700}",dark:"{colorNeutral700}"},colorBorderCodeEditorAceActiveLineLightTheme:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderCodeEditorAceActiveLineDarkTheme:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderCodeEditorPaneItemHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderContainerDivider:{light:"transparent",dark:"transparent"},colorBorderContainerTop:{light:"transparent",dark:"transparent"},colorBorderControlChecked:{light:"{colorBackgroundControlChecked}",dark:"{colorBackgroundControlChecked}"},colorBorderControlDefault:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderControlDisabled:{light:"{colorBackgroundControlDisabled}",dark:"{colorBackgroundControlDisabled}"},colorBorderDividerActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDividerDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorBorderDividerPanelBottom:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerPanelSide:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDividerSecondary:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderDropdownContainer:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownGroup:{light:"{colorBorderDropdownItemDefault}",dark:"{colorBorderDropdownItemDefault}"},colorBorderDropdownItemDefault:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderDropdownItemHover:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderDropdownItemDimmedHover:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorBorderDropdownItemSelected:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderDropdownItemTop:{light:"transparent",dark:"transparent"},colorBorderEditableCellHover:{light:"{colorBorderDropdownItemHover}",dark:"{colorBorderDropdownItemHover}"},colorBorderInputDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBorderInputDisabled:{light:"{colorBackgroundInputDisabled}",dark:"{colorBackgroundInputDisabled}"},colorBorderInputFocused:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorBorderItemFocused:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorBorderDropdownItemFocused:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderItemPlaceholder:{light:"{colorBorderItemSelected}",dark:"{colorBorderItemSelected}"},colorBorderItemSelected:{light:"{colorItemSelected}",dark:"{colorItemSelected}"},colorBorderLayout:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderNotificationStackBar:{light:"{colorNeutral750}",dark:"{colorNeutral750}"},colorBorderPanelHeader:{light:"{colorBorderDividerDefault}",dark:"{colorBorderDividerDefault}"},colorBorderPopover:{light:"{colorBorderDropdownContainer}",dark:"{colorBorderDropdownContainer}"},colorBorderSegmentActive:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderSegmentDisabled:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderSegmentHover:{light:"{colorBorderSegmentDefault}",dark:"{colorBorderSegmentDefault}"},colorBorderStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorBorderStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorBorderStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorBorderStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorBorderDialog:{light:"{colorBorderStatusInfo}",dark:"{colorBorderStatusInfo}"},colorBorderDividerInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorBorderTabsDivider:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorBorderTabsShadow:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorBorderTabsUnderline:{light:"{colorTextAccent}",dark:"{colorTextAccent}"},colorBorderTilesDisabled:{light:"{colorBackgroundTilesDisabled}",dark:"{colorBackgroundTilesDisabled}"},colorBorderTutorial:{light:"{colorNeutral650}",dark:"{colorNeutral650}"},colorForegroundControlDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorForegroundControlDisabled:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorForegroundControlReadOnly:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorShadowDefault:{light:"{colorGreyTransparentHeavy}",dark:"{colorGreyTransparentHeavy}"},colorShadowMedium:{light:"{colorGreyTransparent}",dark:"{colorGreyTransparent}"},colorShadowSide:{light:"{colorGreyTransparentLight}",dark:"{colorGreyTransparentLight}"},colorStrokeChartLine:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},colorStrokeCodeEditorGutterActiveLineDefault:{light:"{colorNeutral800}",dark:"{colorNeutral800}"},colorStrokeCodeEditorGutterActiveLineHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextAccent:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextBodyDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBodySecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextBreadcrumbCurrent:{light:"{colorNeutral500}",dark:"{colorNeutral500}"},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:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextButtonNormalDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextButtonNormalHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonNormalDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextLinkButtonNormalHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorTextLinkButtonNormalActive:{light:"{colorTextButtonNormalActive}",dark:"{colorTextButtonNormalActive}"},colorTextButtonPrimaryActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryDefault:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextButtonPrimaryHover:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCalendarDateHover:{light:"{colorTextDropdownItemDefault}",dark:"{colorTextDropdownItemDefault}"},colorTextCalendarMonth:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextCodeEditorGutterActiveLine:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextCodeEditorGutterDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextCodeEditorStatusBarDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextCodeEditorTabButtonError:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextColumnHeader:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextColumnSortingIcon:{light:"{colorTextColumnHeader}",dark:"{colorTextColumnHeader}"},colorTextControlDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextCounter:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextDisabledInlineEdit:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextDropdownFooter:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownGroupLabel:{light:"{colorTextGroupLabel}",dark:"{colorTextGroupLabel}"},colorTextDropdownItemDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextDropdownItemDimmed:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextDropdownItemFilterMatch:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextDropdownItemHighlighted:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextDropdownItemSecondary:{light:"{colorTextFormSecondary}",dark:"{colorTextFormSecondary}"},colorTextDropdownItemSecondaryHover:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextEmpty:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextExpandableSectionDefault:{light:"{colorTextButtonNormalDefault}",dark:"{colorTextButtonNormalDefault}"},colorTextExpandableSectionHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextExpandableSectionNavigationIconDefault:{light:"{colorTextInteractiveDefault}",dark:"{colorTextInteractiveDefault}"},colorTextFormDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextFormLabel:{light:"{colorTextFormDefault}",dark:"{colorTextFormDefault}"},colorTextFormSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextGroupLabel:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextLabelGenAi:{light:"{colorPurple400}",dark:"{colorPurple400}"},colorTextHeadingDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHeadingSecondary:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextHomeHeaderDefault:{light:"{colorNeutral250}",dark:"{colorNeutral250}"},colorTextHomeHeaderSecondary:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorTextIconCaret:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextIconSubtle:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextInputDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInputPlaceholder:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextInputPlaceholderDisabled:{light:"{colorTextInputDisabled}",dark:"{colorTextInputDisabled}"},colorTextInteractiveActive:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveDisabled:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorTextInteractiveHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextToggleButtonIconPressed:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInteractiveInvertedDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextInteractiveInvertedHover:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextInverted:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLabel:{light:"{colorTextFormLabel}",dark:"{colorTextFormLabel}"},colorTextLayoutToggle:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLayoutToggleActive:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorTextLayoutToggleHover:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLayoutToggleSelected:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextLinkDefault:{light:"{colorPrimary400}",dark:"{colorPrimary400}"},colorTextLinkHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorTextLinkInvertedHover:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextLinkButtonUnderline:{light:"transparent",dark:"transparent"},colorTextLinkButtonUnderlineHover:{light:"transparent",dark:"transparent"},colorTextNotificationDefault:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextNotificationStackBar:{light:"{colorWhite}",dark:"{colorWhite}"},colorTextNotificationYellow:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextPaginationPageNumberActiveDisabled:{light:"{colorTextInteractiveDisabled}",dark:"{colorTextInteractiveDisabled}"},colorTextPaginationPageNumberDefault:{light:"{colorNeutral400}",dark:"{colorNeutral400}"},colorTextSegmentActive:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTextSegmentDefault:{light:"{colorNeutral300}",dark:"{colorNeutral300}"},colorTextSegmentHover:{light:"{colorTextButtonNormalHover}",dark:"{colorTextButtonNormalHover}"},colorTextSmall:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusError:{light:"{colorError400}",dark:"{colorError400}"},colorTextStatusInactive:{light:"{colorNeutral450}",dark:"{colorNeutral450}"},colorTextStatusInfo:{light:"{colorInfo400}",dark:"{colorInfo400}"},colorTextStatusSuccess:{light:"{colorSuccess500}",dark:"{colorSuccess500}"},colorTextStatusWarning:{light:"{colorWarning500}",dark:"{colorWarning500}"},colorTextTopNavigationTitle:{light:"{colorNeutral100}",dark:"{colorNeutral100}"},colorTextTutorialHotspotDefault:{light:"{colorTextLinkDefault}",dark:"{colorTextLinkDefault}"},colorTextTutorialHotspotHover:{light:"{colorTextLinkHover}",dark:"{colorTextLinkHover}"},colorBoardPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorBoardPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDragPlaceholderActive:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDragPlaceholderHover:{light:"{colorPrimary600}",dark:"{colorPrimary600}"},colorDropzoneBackgroundDefault:{light:"{colorNeutral850}",dark:"{colorNeutral850}"},colorDropzoneBackgroundHover:{light:"{colorPrimary1000}",dark:"{colorPrimary1000}"},colorDropzoneTextDefault:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneTextHover:{light:"{colorNeutral350}",dark:"{colorNeutral350}"},colorDropzoneBorderDefault:{light:"{colorNeutral600}",dark:"{colorNeutral600}"},colorDropzoneBorderHover:{light:"{colorPrimary300}",dark:"{colorPrimary300}"},colorGapGlobalDrawer:{light:"{colorNeutral950}",dark:"{colorNeutral950}"},colorTreeViewConnectorLine:{light:"{colorNeutral300}",dark:"{colorNeutral300}"}}},"app-layout-toolbar":{id:"app-layout-toolbar",selector:".awsui-context-app-layout-toolbar",tokens:{colorBackgroundLayoutMain:{light:"{colorNeutral50}",dark:"{colorNeutral900}"}}}},tokenModeMap:{colorPrimary50:"color",colorPrimary100:"color",colorPrimary200:"color",colorPrimary300:"color",colorPrimary400:"color",colorPrimary500:"color",colorPrimary600:"color",colorPrimary700:"color",colorPrimary800:"color",colorPrimary900:"color",colorPrimary1000:"color",colorNeutral50:"color",colorNeutral100:"color",colorNeutral150:"color",colorNeutral200:"color",colorNeutral250:"color",colorNeutral300:"color",colorNeutral350:"color",colorNeutral400:"color",colorNeutral450:"color",colorNeutral500:"color",colorNeutral550:"color",colorNeutral600:"color",colorNeutral650:"color",colorNeutral700:"color",colorNeutral750:"color",colorNeutral800:"color",colorNeutral850:"color",colorNeutral900:"color",colorNeutral950:"color",colorNeutral1000:"color",colorError50:"color",colorError400:"color",colorError600:"color",colorError900:"color",colorError1000:"color",colorSuccess50:"color",colorSuccess500:"color",colorSuccess600:"color",colorSuccess1000:"color",colorWarning50:"color",colorWarning400:"color",colorWarning500:"color",colorWarning900:"color",colorWarning1000:"color",colorInfo50:"color",colorInfo300:"color",colorInfo400:"color",colorInfo600:"color",colorInfo1000:"color",colorGrey50:"color",colorGrey100:"color",colorGrey150:"color",colorGrey200:"color",colorGrey250:"color",colorGrey300:"color",colorGrey350:"color",colorGrey400:"color",colorGrey450:"color",colorGrey500:"color",colorGrey600:"color",colorGrey650:"color",colorGrey700:"color",colorGrey750:"color",colorGrey800:"color",colorGrey850:"color",colorGrey900:"color",colorGrey950:"color",colorGrey1000:"color",colorBlue50:"color",colorBlue100:"color",colorBlue200:"color",colorBlue300:"color",colorBlue400:"color",colorBlue600:"color",colorBlue700:"color",colorBlue900:"color",colorBlue1000:"color",colorGreen50:"color",colorGreen500:"color",colorGreen600:"color",colorGreen900:"color",colorGreen1000:"color",colorRed50:"color",colorRed400:"color",colorRed600:"color",colorRed900:"color",colorRed1000:"color",colorYellow50:"color",colorYellow400:"color",colorYellow500:"color",colorYellow900:"color",colorYellow1000:"color",colorPurple400:"color",colorPurple700:"color",colorAmber400:"color",colorAmber500:"color",colorAwsSquidInk:"color",colorTransparent:"color",colorBlack:"color",colorWhite:"color",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",colorChartsErrorBarMarker:"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",colorBackgroundInlineCode:"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",colorItemSelected:"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",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",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",colorTextTutorialHotspotDefault:"color",colorTextTutorialHotspotHover:"color",colorBoardPlaceholderActive:"color",colorBoardPlaceholderHover:"color",colorDragPlaceholderActive:"color",colorDragPlaceholderHover:"color",colorDropzoneBackgroundDefault:"color",colorDropzoneBackgroundHover:"color",colorDropzoneTextDefault:"color",colorDropzoneTextHover:"color",colorDropzoneBorderDefault:"color",colorDropzoneBorderHover:"color",colorGapGlobalDrawer:"color",colorTreeViewConnectorLine:"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",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",spaceTreeViewIndentation:"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",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"},referenceTokens:{color:{primary:{50:{light:"#f0fbff",dark:"#f0fbff"},100:{light:"#d1f1ff",dark:"#d1f1ff"},200:{light:"#b8e7ff",dark:"#b8e7ff"},300:{light:"#75cfff",dark:"#75cfff"},400:{light:"#42b4ff",dark:"#42b4ff"},500:{light:"#0099ff",dark:"#0099ff"},600:{light:"#006ce0",dark:"#006ce0"},700:{light:"#004a9e",dark:"#004a9e"},800:{light:"#003b8f",dark:"#003b8f"},900:{light:"#002b66",dark:"#002b66"},1e3:{light:"#001129",dark:"#001129"}},neutral:{50:{light:"#fcfcfd",dark:"#fcfcfd"},100:{light:"#f9f9fa",dark:"#f9f9fa"},150:{light:"#f6f6f9",dark:"#f6f6f9"},200:{light:"#f3f3f7",dark:"#f3f3f7"},250:{light:"#ebebf0",dark:"#ebebf0"},300:{light:"#dedee3",dark:"#dedee3"},350:{light:"#c6c6cd",dark:"#c6c6cd"},400:{light:"#b4b4bb",dark:"#b4b4bb"},450:{light:"#a4a4ad",dark:"#a4a4ad"},500:{light:"#8c8c94",dark:"#8c8c94"},550:{light:"#72747e",dark:"#72747e"},600:{light:"#656871",dark:"#656871"},650:{light:"#424650",dark:"#424650"},700:{light:"#333843",dark:"#333843"},750:{light:"#232b37",dark:"#232b37"},800:{light:"#1b232d",dark:"#1b232d"},850:{light:"#161d26",dark:"#161d26"},900:{light:"#131920",dark:"#131920"},950:{light:"#0f141a",dark:"#0f141a"},1e3:{light:"#06080a",dark:"#06080a"}},error:{50:{light:"#fff5f5",dark:"#fff5f5"},400:{light:"#ff7a7a",dark:"#ff7a7a"},600:{light:"#db0000",dark:"#db0000"},900:{light:"#700000",dark:"#700000"},1e3:{light:"#1f0000",dark:"#1f0000"}},success:{50:{light:"#effff1",dark:"#effff1"},500:{light:"#2bb534",dark:"#2bb534"},600:{light:"#00802f",dark:"#00802f"},1e3:{light:"#001401",dark:"#001401"}},warning:{50:{light:"#fffef0",dark:"#fffef0"},400:{light:"#ffe347",dark:"#ffe347"},500:{light:"#fbd332",dark:"#fbd332"},900:{light:"#855900",dark:"#855900"},1e3:{light:"#191100",dark:"#191100"}},info:{50:{light:"#f0fbff",dark:"#f0fbff"},300:{light:"#75cfff",dark:"#75cfff"},400:{light:"#42b4ff",dark:"#42b4ff"},600:{light:"#006ce0",dark:"#006ce0"},1e3:{light:"#001129",dark:"#001129"}}}}},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","colorChartsErrorBarMarker","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","colorItemSelected","colorBorderContainerTop","colorBorderControlDefault","colorBorderDividerDefault","colorBorderDividerSecondary","colorBorderDropdownContainer","colorBorderDropdownItemHover","colorBorderInputDefault","colorBorderInputFocused","colorBorderItemFocused","colorBorderDropdownItemFocused","colorBorderItemSelected","colorBorderPopover","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","colorDropzoneBackgroundDefault","colorDropzoneBackgroundHover","colorDropzoneTextDefault","colorDropzoneTextHover","colorDropzoneBorderDefault","colorDropzoneBorderHover","colorTreeViewConnectorLine","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","borderRadiusDropzone","borderRadiusFlashbar","borderRadiusItem","borderRadiusInput","borderRadiusPopover","borderRadiusTabsFocusRing","borderRadiusTiles","borderRadiusToken","borderRadiusTutorialPanelItem","borderWidthAlert","borderWidthButton","borderWidthDropdown","borderWidthField","borderWidthPopover","borderWidthToken","borderWidthIconSmall","borderWidthIconNormal","borderWidthIconMedium","borderWidthIconBig","borderWidthIconLarge"],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","colorChartsErrorBarMarker","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","colorItemSelected","colorBorderContainerTop","colorBorderControlDefault","colorBorderDividerDefault","colorBorderDividerSecondary","colorBorderDropdownContainer","colorBorderDropdownItemHover","colorBorderInputDefault","colorBorderInputFocused","colorBorderItemFocused","colorBorderDropdownItemFocused","colorBorderItemSelected","colorBorderPopover","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","colorDropzoneBackgroundDefault","colorDropzoneBackgroundHover","colorDropzoneTextDefault","colorDropzoneTextHover","colorDropzoneBorderDefault","colorDropzoneBorderHover","colorTreeViewConnectorLine","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","borderRadiusDropzone","borderRadiusFlashbar","borderRadiusItem","borderRadiusInput","borderRadiusPopover","borderRadiusTabsFocusRing","borderRadiusTiles","borderRadiusToken","borderRadiusChatBubble","borderRadiusTutorialPanelItem","borderWidthAlert","borderWidthButton","borderWidthDropdown","borderWidthField","borderWidthPopover","borderWidthToken","borderWidthIconSmall","borderWidthIconNormal","borderWidthIconMedium","borderWidthIconBig","borderWidthIconLarge","motionDurationAvatarGenAiGradient","motionDurationAvatarLoadingDots","motionEasingAvatarGenAiGradient","motionEasingResponsive","motionEasingSticky","motionEasingExpressive","motionDurationResponsive","motionDurationExpressive","motionDurationComplex","motionKeyframesFadeIn","motionKeyframesFadeOut","motionKeyframesStatusIconError","motionKeyframesScalePopup","spaceContainerHorizontal","spaceFieldHorizontal","spaceTreeViewIndentation","spaceScaledXxxs","spaceScaledXxs","spaceScaledXs","spaceScaledS","spaceScaledM","spaceScaledL","spaceScaledXl","spaceScaledXxl","spaceScaledXxxl","spaceStaticXxxs","spaceStaticXxs","spaceStaticXs","spaceStaticS","spaceStaticM","spaceStaticL","spaceStaticXl","spaceStaticXxl","spaceStaticXxxl","shadowContainerActive"],variablesMap:{colorPrimary50:"color-primary-50",colorPrimary100:"color-primary-100",colorPrimary200:"color-primary-200",colorPrimary300:"color-primary-300",colorPrimary400:"color-primary-400",colorPrimary500:"color-primary-500",colorPrimary600:"color-primary-600",colorPrimary700:"color-primary-700",colorPrimary800:"color-primary-800",colorPrimary900:"color-primary-900",colorPrimary1000:"color-primary-1000",colorNeutral50:"color-neutral-50",colorNeutral100:"color-neutral-100",colorNeutral150:"color-neutral-150",colorNeutral200:"color-neutral-200",colorNeutral250:"color-neutral-250",colorNeutral300:"color-neutral-300",colorNeutral350:"color-neutral-350",colorNeutral400:"color-neutral-400",colorNeutral450:"color-neutral-450",colorNeutral500:"color-neutral-500",colorNeutral550:"color-neutral-550",colorNeutral600:"color-neutral-600",colorNeutral650:"color-neutral-650",colorNeutral700:"color-neutral-700",colorNeutral750:"color-neutral-750",colorNeutral800:"color-neutral-800",colorNeutral850:"color-neutral-850",colorNeutral900:"color-neutral-900",colorNeutral950:"color-neutral-950",colorNeutral1000:"color-neutral-1000",colorError50:"color-error-50",colorError400:"color-error-400",colorError600:"color-error-600",colorError900:"color-error-900",colorError1000:"color-error-1000",colorSuccess50:"color-success-50",colorSuccess500:"color-success-500",colorSuccess600:"color-success-600",colorSuccess1000:"color-success-1000",colorWarning50:"color-warning-50",colorWarning400:"color-warning-400",colorWarning500:"color-warning-500",colorWarning900:"color-warning-900",colorWarning1000:"color-warning-1000",colorInfo50:"color-info-50",colorInfo300:"color-info-300",colorInfo400:"color-info-400",colorInfo600:"color-info-600",colorInfo1000:"color-info-1000",colorGrey50:"color-grey-50",colorGrey100:"color-grey-100",colorGrey150:"color-grey-150",colorGrey200:"color-grey-200",colorGrey250:"color-grey-250",colorGrey300:"color-grey-300",colorGrey350:"color-grey-350",colorGrey400:"color-grey-400",colorGrey450:"color-grey-450",colorGrey500:"color-grey-500",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",colorGrey1000:"color-grey-1000",colorBlue50:"color-blue-50",colorBlue100:"color-blue-100",colorBlue200:"color-blue-200",colorBlue300:"color-blue-300",colorBlue400:"color-blue-400",colorBlue600:"color-blue-600",colorBlue700:"color-blue-700",colorBlue900:"color-blue-900",colorBlue1000:"color-blue-1000",colorGreen50:"color-green-50",colorGreen500:"color-green-500",colorGreen600:"color-green-600",colorGreen900:"color-green-900",colorGreen1000:"color-green-1000",colorRed50:"color-red-50",colorRed400:"color-red-400",colorRed600:"color-red-600",colorRed900:"color-red-900",colorRed1000:"color-red-1000",colorYellow50:"color-yellow-50",colorYellow400:"color-yellow-400",colorYellow500:"color-yellow-500",colorYellow900:"color-yellow-900",colorYellow1000:"color-yellow-1000",colorPurple400:"color-purple-400",colorPurple700:"color-purple-700",colorAmber400:"color-amber-400",colorAmber500:"color-amber-500",colorAwsSquidInk:"color-aws-squid-ink",colorTransparent:"color-transparent",colorBlack:"color-black",colorWhite:"color-white",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",colorChartsErrorBarMarker:"color-charts-error-bar-marker",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",colorBackgroundInlineCode:"color-background-inline-code",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",colorItemSelected:"color-item-selected",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",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",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",colorTextTutorialHotspotDefault:"color-text-tutorial-hotspot-default",colorTextTutorialHotspotHover:"color-text-tutorial-hotspot-hover",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",colorTreeViewConnectorLine:"color-tree-view-connector-line",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",borderWidthIconSmall:"border-width-icon-small",borderWidthIconNormal:"border-width-icon-normal",borderWidthIconMedium:"border-width-icon-medium",borderWidthIconBig:"border-width-icon-big",borderWidthIconLarge:"border-width-icon-large",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",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",spaceTreeViewIndentation:"space-tree-view-indentation",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",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:{colorPrimary50:"--color-primary-50-1y05xv",colorPrimary100:"--color-primary-100-f62fz9",colorPrimary200:"--color-primary-200-vubr4w",colorPrimary300:"--color-primary-300-5q65ox",colorPrimary400:"--color-primary-400-n8h4bx",colorPrimary500:"--color-primary-500-q9c16y",colorPrimary600:"--color-primary-600-1lcy1k",colorPrimary700:"--color-primary-700-n6k121",colorPrimary800:"--color-primary-800-j9rj38",colorPrimary900:"--color-primary-900-a5kqrr",colorPrimary1000:"--color-primary-1000-7umopx",colorNeutral50:"--color-neutral-50-pvu04n",colorNeutral100:"--color-neutral-100-gk3lvf",colorNeutral150:"--color-neutral-150-gezhen",colorNeutral200:"--color-neutral-200-fqt4tz",colorNeutral250:"--color-neutral-250-vs1is4",colorNeutral300:"--color-neutral-300-08wi6k",colorNeutral350:"--color-neutral-350-dq6kfr",colorNeutral400:"--color-neutral-400-wtst55",colorNeutral450:"--color-neutral-450-kn0235",colorNeutral500:"--color-neutral-500-8van0b",colorNeutral550:"--color-neutral-550-z2a44u",colorNeutral600:"--color-neutral-600-fln1ww",colorNeutral650:"--color-neutral-650-miik4f",colorNeutral700:"--color-neutral-700-qw8ats",colorNeutral750:"--color-neutral-750-pi9qqd",colorNeutral800:"--color-neutral-800-t7j5ap",colorNeutral850:"--color-neutral-850-3f0gro",colorNeutral900:"--color-neutral-900-v0mtoc",colorNeutral950:"--color-neutral-950-lxybh8",colorNeutral1000:"--color-neutral-1000-7ovvlt",colorError50:"--color-error-50-1upkvz",colorError400:"--color-error-400-c0knb8",colorError600:"--color-error-600-mdn3ng",colorError900:"--color-error-900-skonp1",colorError1000:"--color-error-1000-ecmudm",colorSuccess50:"--color-success-50-yow9uc",colorSuccess500:"--color-success-500-hhxb4g",colorSuccess600:"--color-success-600-g7hz2i",colorSuccess1000:"--color-success-1000-xy1gvq",colorWarning50:"--color-warning-50-uxheb8",colorWarning400:"--color-warning-400-55puga",colorWarning500:"--color-warning-500-zidhub",colorWarning900:"--color-warning-900-kpxt8c",colorWarning1000:"--color-warning-1000-65l070",colorInfo50:"--color-info-50-cdvtrs",colorInfo300:"--color-info-300-q9xd1l",colorInfo400:"--color-info-400-674xac",colorInfo600:"--color-info-600-un21zh",colorInfo1000:"--color-info-1000-s77ok9",colorGrey50:"--color-grey-50-mhbfod",colorGrey100:"--color-grey-100-2sczed",colorGrey150:"--color-grey-150-znah9n",colorGrey200:"--color-grey-200-s986pt",colorGrey250:"--color-grey-250-l5wm60",colorGrey300:"--color-grey-300-tqmb21",colorGrey350:"--color-grey-350-brqf9i",colorGrey400:"--color-grey-400-oueki4",colorGrey450:"--color-grey-450-6n5usg",colorGrey500:"--color-grey-500-argwpz",colorGrey600:"--color-grey-600-qux9qr",colorGrey650:"--color-grey-650-5vpn76",colorGrey700:"--color-grey-700-i9hww0",colorGrey750:"--color-grey-750-3a32f4",colorGrey800:"--color-grey-800-38aulk",colorGrey850:"--color-grey-850-fg4m0u",colorGrey900:"--color-grey-900-2zzggd",colorGrey950:"--color-grey-950-rpj9g8",colorGrey1000:"--color-grey-1000-kdxctl",colorBlue50:"--color-blue-50-1qtweg",colorBlue100:"--color-blue-100-a7atso",colorBlue200:"--color-blue-200-66lcr3",colorBlue300:"--color-blue-300-s2r2o0",colorBlue400:"--color-blue-400-h2lqfk",colorBlue600:"--color-blue-600-dkpfum",colorBlue700:"--color-blue-700-lcgdon",colorBlue900:"--color-blue-900-k0czor",colorBlue1000:"--color-blue-1000-fmz0jt",colorGreen50:"--color-green-50-p1p8l4",colorGreen500:"--color-green-500-c2uzi6",colorGreen600:"--color-green-600-vdmico",colorGreen900:"--color-green-900-6aqp28",colorGreen1000:"--color-green-1000-tarlm7",colorRed50:"--color-red-50-k823mj",colorRed400:"--color-red-400-40ay29",colorRed600:"--color-red-600-lxm4n7",colorRed900:"--color-red-900-gj885t",colorRed1000:"--color-red-1000-jtashw",colorYellow50:"--color-yellow-50-wk1vy0",colorYellow400:"--color-yellow-400-q4m2pa",colorYellow500:"--color-yellow-500-rj98kw",colorYellow900:"--color-yellow-900-jipa9u",colorYellow1000:"--color-yellow-1000-zo0nn2",colorPurple400:"--color-purple-400-o7fr4k",colorPurple700:"--color-purple-700-5hcbeu",colorAmber400:"--color-amber-400-z6oddn",colorAmber500:"--color-amber-500-rsho1x",colorAwsSquidInk:"--color-aws-squid-ink-oxiega",colorTransparent:"--color-transparent-i61gs1",colorBlack:"--color-black-cox1hy",colorWhite:"--color-white-p1zlvy",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",colorChartsErrorBarMarker:"--color-charts-error-bar-marker-r10jgv",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-p0svy7",colorGreyOpaque80:"--color-grey-opaque-80-1wrh9m",colorGreyOpaque90:"--color-grey-opaque-90-te8til",colorGreyTransparent:"--color-grey-transparent-g4kcvh",colorGreyTransparentHeavy:"--color-grey-transparent-heavy-bu3q4i",colorGreyTransparentLight:"--color-grey-transparent-light-mwvx49",colorBackgroundBadgeIcon:"--color-background-badge-icon-jyxnxa",colorBackgroundButtonLinkActive:"--color-background-button-link-active-5oi2dp",colorBackgroundButtonLinkHover:"--color-background-button-link-hover-lhrs2u",colorBackgroundButtonNormalActive:"--color-background-button-normal-active-5imwxd",colorBackgroundButtonNormalDefault:"--color-background-button-normal-default-7f99mv",colorBackgroundButtonNormalDisabled:"--color-background-button-normal-disabled-hl039l",colorBackgroundButtonNormalHover:"--color-background-button-normal-hover-53op9s",colorBackgroundToggleButtonNormalPressed:"--color-background-toggle-button-normal-pressed-4khex7",colorBackgroundButtonPrimaryActive:"--color-background-button-primary-active-5cqoqt",colorBackgroundButtonPrimaryDefault:"--color-background-button-primary-default-vdt0fu",colorBackgroundButtonPrimaryDisabled:"--color-background-button-primary-disabled-sgo4zo",colorBackgroundButtonPrimaryHover:"--color-background-button-primary-hover-mo85i6",colorBackgroundDirectionButtonActive:"--color-background-direction-button-active-lvo0dy",colorBackgroundDirectionButtonDefault:"--color-background-direction-button-default-bvhbsn",colorBackgroundDirectionButtonDisabled:"--color-background-direction-button-disabled-s9x4zq",colorBackgroundDirectionButtonHover:"--color-background-direction-button-hover-74n5o1",colorTextDirectionButtonDefault:"--color-text-direction-button-default-p88lvb",colorTextDirectionButtonDisabled:"--color-text-direction-button-disabled-2jds36",colorBackgroundCalendarCurrentDate:"--color-background-calendar-current-date-sk0f6i",colorBackgroundCellShaded:"--color-background-cell-shaded-v7o6so",colorBackgroundCodeEditorGutterActiveLineDefault:"--color-background-code-editor-gutter-active-line-default-51v1pv",colorBackgroundCodeEditorGutterActiveLineError:"--color-background-code-editor-gutter-active-line-error-ro2qo1",colorBackgroundCodeEditorGutterDefault:"--color-background-code-editor-gutter-default-15qdwh",colorBackgroundCodeEditorLoading:"--color-background-code-editor-loading-6nwpin",colorBackgroundCodeEditorPaneItemHover:"--color-background-code-editor-pane-item-hover-z6k9mr",colorBackgroundCodeEditorStatusBar:"--color-background-code-editor-status-bar-yjtxod",colorBackgroundContainerContent:"--color-background-container-content-6u8rvp",colorBackgroundContainerHeader:"--color-background-container-header-gs3mbe",colorBackgroundControlChecked:"--color-background-control-checked-ka7kc2",colorBackgroundControlDefault:"--color-background-control-default-4jb21l",colorBackgroundControlDisabled:"--color-background-control-disabled-1f3718",colorBackgroundDropdownItemDefault:"--color-background-dropdown-item-default-qmc033",colorBackgroundDropdownItemDimmed:"--color-background-dropdown-item-dimmed-dhho03",colorBackgroundDropdownItemFilterMatch:"--color-background-dropdown-item-filter-match-49b5vt",colorBackgroundDropdownItemHover:"--color-background-dropdown-item-hover-yunepc",colorBackgroundDropdownItemSelected:"--color-background-dropdown-item-selected-f3v6te",colorBackgroundHomeHeader:"--color-background-home-header-4c9jt4",colorBackgroundInlineCode:"--color-background-inline-code-un8udy",colorBackgroundInputDefault:"--color-background-input-default-ifz5bb",colorBackgroundInputDisabled:"--color-background-input-disabled-dihaja",colorBackgroundItemSelected:"--color-background-item-selected-9gppru",colorBackgroundLayoutMain:"--color-background-layout-main-5ilwcb",colorBackgroundLayoutMobilePanel:"--color-background-layout-mobile-panel-ed0ava",colorBackgroundLayoutPanelContent:"--color-background-layout-panel-content-xto15e",colorBackgroundLayoutPanelHover:"--color-background-layout-panel-hover-tguulw",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-zcl8w3",colorBackgroundLayoutToggleSelectedDefault:"--color-background-layout-toggle-selected-default-izfana",colorBackgroundLayoutToggleSelectedHover:"--color-background-layout-toggle-selected-hover-7953u1",colorBackgroundModalOverlay:"--color-background-modal-overlay-d7uby0",colorBackgroundNotificationBlue:"--color-background-notification-blue-4vnob8",colorBackgroundNotificationGreen:"--color-background-notification-green-2rkyvu",colorBackgroundNotificationGrey:"--color-background-notification-grey-x3vul6",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-e20fy8",colorBackgroundProgressBarContentDefault:"--color-background-progress-bar-content-default-il6sg6",colorBackgroundProgressBarContentInFlash:"--color-background-progress-bar-content-in-flash-98s7uz",colorBackgroundProgressBarLayoutDefault:"--color-background-progress-bar-layout-default-z3ipl1",colorBackgroundProgressBarLayoutInFlash:"--color-background-progress-bar-layout-in-flash-wssh6k",colorBackgroundSegmentActive:"--color-background-segment-active-1u2ldl",colorBackgroundSegmentDefault:"--color-background-segment-default-b0r494",colorBackgroundSegmentDisabled:"--color-background-segment-disabled-m2a5t7",colorBackgroundSegmentHover:"--color-background-segment-hover-800sl4",colorBackgroundSegmentWrapper:"--color-background-segment-wrapper-5tudmm",colorBackgroundSliderHandleDefault:"--color-background-slider-handle-default-lp5ntg",colorBackgroundSliderHandleActive:"--color-background-slider-handle-active-50ubqb",colorBackgroundSliderTrack:"--color-background-slider-track-jsr5s6",colorBackgroundSliderHandleRing:"--color-background-slider-handle-ring-9sfenj",colorBackgroundSliderErrorPressed:"--color-background-slider-error-pressed-79f2kg",colorBackgroundSliderWarningPressed:"--color-background-slider-warning-pressed-j1qp7g",colorBackgroundStatusError:"--color-background-status-error-mu3lcw",colorBackgroundStatusInfo:"--color-background-status-info-sfobba",colorBackgroundDialog:"--color-background-dialog-2fj3uu",colorBackgroundStatusSuccess:"--color-background-status-success-h6b8bh",colorBackgroundStatusWarning:"--color-background-status-warning-cv83up",colorBackgroundTableHeader:"--color-background-table-header-hdjxos",colorBackgroundTilesDisabled:"--color-background-tiles-disabled-4ynms7",colorBackgroundToggleCheckedDisabled:"--color-background-toggle-checked-disabled-amxc0a",colorBackgroundToggleDefault:"--color-background-toggle-default-kjlhv0",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-j38cew",colorTextChatBubbleOutgoing:"--color-text-chat-bubble-outgoing-f3r63s",colorTextChatBubbleIncoming:"--color-text-chat-bubble-incoming-od0yh8",colorBorderButtonNormalActive:"--color-border-button-normal-active-ru7yhb",colorBorderButtonNormalDefault:"--color-border-button-normal-default-glqfp1",colorBorderToggleButtonNormalPressed:"--color-border-toggle-button-normal-pressed-tq8o41",colorBorderButtonNormalDisabled:"--color-border-button-normal-disabled-pkhetz",colorTextButtonNormalDisabled:"--color-text-button-normal-disabled-05p74s",colorBorderButtonNormalHover:"--color-border-button-normal-hover-6a2tdq",colorTextButtonIconDisabled:"--color-text-button-icon-disabled-nnofkn",colorBorderButtonPrimaryDisabled:"--color-border-button-primary-disabled-b5p1ji",colorTextButtonPrimaryDisabled:"--color-text-button-primary-disabled-q79gms",colorItemSelected:"--color-item-selected-72rnwy",colorBorderCalendarGrid:"--color-border-calendar-grid-67r4w4",colorBorderCalendarGridSelectedFocusRing:"--color-border-calendar-grid-selected-focus-ring-jk1fb0",colorBorderCellShaded:"--color-border-cell-shaded-0ipazf",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-2bfcfq",colorBorderCodeEditorPaneItemHover:"--color-border-code-editor-pane-item-hover-wvblek",colorBorderContainerDivider:"--color-border-container-divider-9huz1a",colorBorderContainerTop:"--color-border-container-top-k3vmoz",colorBorderControlChecked:"--color-border-control-checked-bdv28l",colorBorderControlDefault:"--color-border-control-default-sh3548",colorBorderControlDisabled:"--color-border-control-disabled-uj7t08",colorBorderDividerActive:"--color-border-divider-active-biq3j4",colorBorderDividerDefault:"--color-border-divider-default-nr68jt",colorBorderDividerPanelBottom:"--color-border-divider-panel-bottom-bruvuz",colorBorderDividerPanelSide:"--color-border-divider-panel-side-an0w07",colorBorderDividerSecondary:"--color-border-divider-secondary-qoitch",colorBorderDropdownContainer:"--color-border-dropdown-container-cmthq7",colorBorderDropdownGroup:"--color-border-dropdown-group-ylcnh8",colorBorderDropdownItemDefault:"--color-border-dropdown-item-default-kape37",colorBorderDropdownItemHover:"--color-border-dropdown-item-hover-aqfuxq",colorBorderDropdownItemDimmedHover:"--color-border-dropdown-item-dimmed-hover-ga9sch",colorBorderDropdownItemSelected:"--color-border-dropdown-item-selected-dl2ezh",colorBorderDropdownItemTop:"--color-border-dropdown-item-top-gp2d1p",colorBorderEditableCellHover:"--color-border-editable-cell-hover-2hmo55",colorBorderInputDefault:"--color-border-input-default-317xk5",colorBorderInputDisabled:"--color-border-input-disabled-zgnzvk",colorBorderInputFocused:"--color-border-input-focused-4z0pgn",colorBorderItemFocused:"--color-border-item-focused-uk47pl",colorBorderDropdownItemFocused:"--color-border-dropdown-item-focused-zacqlp",colorBorderItemPlaceholder:"--color-border-item-placeholder-x8kbjp",colorBorderItemSelected:"--color-border-item-selected-wl5ttm",colorBorderLayout:"--color-border-layout-ayg8vb",colorBorderNotificationStackBar:"--color-border-notification-stack-bar-aszsse",colorBorderPanelHeader:"--color-border-panel-header-ygztvl",colorBorderPopover:"--color-border-popover-1ye6tz",colorBorderSegmentActive:"--color-border-segment-active-ls9t4n",colorBorderSegmentDefault:"--color-border-segment-default-6ig2mo",colorBorderSegmentDisabled:"--color-border-segment-disabled-fcrbcl",colorBorderSegmentHover:"--color-border-segment-hover-0o9ey3",colorBorderStatusError:"--color-border-status-error-j8acpp",colorBorderStatusInfo:"--color-border-status-info-qf6jok",colorBorderStatusSuccess:"--color-border-status-success-8z5f8u",colorBorderStatusWarning:"--color-border-status-warning-j40pg7",colorBorderDialog:"--color-border-dialog-0rjwug",colorBorderDividerInteractiveDefault:"--color-border-divider-interactive-default-r928dz",colorBorderTabsDivider:"--color-border-tabs-divider-f5t9va",colorBorderTabsShadow:"--color-border-tabs-shadow-ugyo07",colorBorderTabsUnderline:"--color-border-tabs-underline-gudemr",colorBorderTilesDisabled:"--color-border-tiles-disabled-19olbu",colorBorderTutorial:"--color-border-tutorial-zggi80",colorForegroundControlDefault:"--color-foreground-control-default-eto4wy",colorForegroundControlDisabled:"--color-foreground-control-disabled-txi6cf",colorForegroundControlReadOnly:"--color-foreground-control-read-only-7ydvuj",colorShadowDefault:"--color-shadow-default-o7dmmm",colorShadowMedium:"--color-shadow-medium-x7of55",colorShadowSide:"--color-shadow-side-rtsbda",colorStrokeChartLine:"--color-stroke-chart-line-3nsnk6",colorStrokeCodeEditorGutterActiveLineDefault:"--color-stroke-code-editor-gutter-active-line-default-5hrdmu",colorStrokeCodeEditorGutterActiveLineHover:"--color-stroke-code-editor-gutter-active-line-hover-vqrb6s",colorTextAccent:"--color-text-accent-n1kmht",colorTextBodyDefault:"--color-text-body-default-vvtq8u",colorTextBodySecondary:"--color-text-body-secondary-yna5sb",colorTextBreadcrumbCurrent:"--color-text-breadcrumb-current-2mqnkk",colorTextBreadcrumbIcon:"--color-text-breadcrumb-icon-9j48ot",colorTextButtonInlineIconDefault:"--color-text-button-inline-icon-default-sm4ql6",colorTextButtonInlineIconDisabled:"--color-text-button-inline-icon-disabled-82hho0",colorTextButtonInlineIconHover:"--color-text-button-inline-icon-hover-rbyzfc",colorTextButtonNormalActive:"--color-text-button-normal-active-vihsxh",colorTextToggleButtonNormalPressed:"--color-text-toggle-button-normal-pressed-wnx2zl",colorTextButtonNormalDefault:"--color-text-button-normal-default-nzalii",colorTextButtonNormalHover:"--color-text-button-normal-hover-gusgyv",colorTextLinkButtonNormalDefault:"--color-text-link-button-normal-default-srprth",colorTextLinkButtonNormalHover:"--color-text-link-button-normal-hover-jrnyw3",colorTextLinkButtonNormalActive:"--color-text-link-button-normal-active-js9ryu",colorTextButtonPrimaryActive:"--color-text-button-primary-active-refmba",colorTextButtonPrimaryDefault:"--color-text-button-primary-default-mwl31m",colorTextButtonPrimaryHover:"--color-text-button-primary-hover-pw12ep",colorTextCalendarDateHover:"--color-text-calendar-date-hover-3fcriv",colorTextCalendarMonth:"--color-text-calendar-month-ea0e93",colorTextCodeEditorGutterActiveLine:"--color-text-code-editor-gutter-active-line-2addhd",colorTextCodeEditorGutterDefault:"--color-text-code-editor-gutter-default-nlshs8",colorTextCodeEditorStatusBarDisabled:"--color-text-code-editor-status-bar-disabled-xxmtlc",colorTextCodeEditorTabButtonError:"--color-text-code-editor-tab-button-error-avwh01",colorTextColumnHeader:"--color-text-column-header-e6urd1",colorTextColumnSortingIcon:"--color-text-column-sorting-icon-fngn77",colorTextControlDisabled:"--color-text-control-disabled-upk9lz",colorTextCounter:"--color-text-counter-bywf75",colorTextDisabled:"--color-text-disabled-rox5hg",colorTextDisabledInlineEdit:"--color-text-disabled-inline-edit-1cbiz8",colorTextDropdownFooter:"--color-text-dropdown-footer-umcot2",colorTextDropdownGroupLabel:"--color-text-dropdown-group-label-2tmyik",colorTextDropdownItemDefault:"--color-text-dropdown-item-default-f1jr9u",colorTextDropdownItemDimmed:"--color-text-dropdown-item-dimmed-tq8vh3",colorTextDropdownItemDisabled:"--color-text-dropdown-item-disabled-8m65hf",colorTextDropdownItemFilterMatch:"--color-text-dropdown-item-filter-match-ebhvct",colorTextDropdownItemHighlighted:"--color-text-dropdown-item-highlighted-yr1px8",colorTextDropdownItemSecondary:"--color-text-dropdown-item-secondary-v12lfh",colorTextDropdownItemSecondaryHover:"--color-text-dropdown-item-secondary-hover-de15wb",colorTextEmpty:"--color-text-empty-tlohug",colorTextExpandableSectionDefault:"--color-text-expandable-section-default-ynw8my",colorTextExpandableSectionHover:"--color-text-expandable-section-hover-ojzwhd",colorTextExpandableSectionNavigationIconDefault:"--color-text-expandable-section-navigation-icon-default-mklu1s",colorTextFormDefault:"--color-text-form-default-47mtz6",colorTextFormLabel:"--color-text-form-label-6sbm75",colorTextFormSecondary:"--color-text-form-secondary-1nm780",colorTextGroupLabel:"--color-text-group-label-a2qc05",colorTextLabelGenAi:"--color-text-label-gen-ai-a2n3od",colorTextHeadingDefault:"--color-text-heading-default-izpp46",colorTextHeadingSecondary:"--color-text-heading-secondary-iwtvf6",colorTextHomeHeaderDefault:"--color-text-home-header-default-morg6i",colorTextHomeHeaderSecondary:"--color-text-home-header-secondary-i4jhp7",colorTextIconCaret:"--color-text-icon-caret-9mqubk",colorTextIconSubtle:"--color-text-icon-subtle-3sgxlr",colorTextInputDisabled:"--color-text-input-disabled-wh1f3y",colorTextInputPlaceholder:"--color-text-input-placeholder-dclg8u",colorTextInputPlaceholderDisabled:"--color-text-input-placeholder-disabled-wg87og",colorTextInteractiveActive:"--color-text-interactive-active-uoe6zi",colorTextInteractiveDefault:"--color-text-interactive-default-ugh9wp",colorTextInteractiveDisabled:"--color-text-interactive-disabled-1bqmrl",colorTextInteractiveHover:"--color-text-interactive-hover-6naf7i",colorTextToggleButtonIconPressed:"--color-text-toggle-button-icon-pressed-detfkz",colorTextInteractiveInvertedDefault:"--color-text-interactive-inverted-default-xlc0d5",colorTextInteractiveInvertedHover:"--color-text-interactive-inverted-hover-65rnp7",colorTextInverted:"--color-text-inverted-4v4dmq",colorTextLabel:"--color-text-label-28gfmc",colorTextLayoutToggle:"--color-text-layout-toggle-1a15s3",colorTextLayoutToggleActive:"--color-text-layout-toggle-active-ifu7qp",colorTextLayoutToggleHover:"--color-text-layout-toggle-hover-9jwdce",colorTextLayoutToggleSelected:"--color-text-layout-toggle-selected-xpximc",colorTextLinkDefault:"--color-text-link-default-hude44",colorTextLinkHover:"--color-text-link-hover-2hfec2",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-gfl43p",colorTextPaginationPageNumberDefault:"--color-text-pagination-page-number-default-74j15c",colorTextSegmentActive:"--color-text-segment-active-hlorbe",colorTextSegmentDefault:"--color-text-segment-default-vi2vn9",colorTextSegmentHover:"--color-text-segment-hover-65a2x8",colorTextSmall:"--color-text-small-m1tr70",colorTextStatusError:"--color-text-status-error-ksqavh",colorTextStatusInactive:"--color-text-status-inactive-gy7337",colorTextStatusInfo:"--color-text-status-info-ue8bd2",colorTextStatusSuccess:"--color-text-status-success-ybmii8",colorTextStatusWarning:"--color-text-status-warning-6meo06",colorTextTopNavigationTitle:"--color-text-top-navigation-title-en0v40",colorTextTutorialHotspotDefault:"--color-text-tutorial-hotspot-default-xfv3ow",colorTextTutorialHotspotHover:"--color-text-tutorial-hotspot-hover-92pxog",colorBoardPlaceholderActive:"--color-board-placeholder-active-x6yfem",colorBoardPlaceholderHover:"--color-board-placeholder-hover-5nov9c",colorDragPlaceholderActive:"--color-drag-placeholder-active-ea1sgp",colorDragPlaceholderHover:"--color-drag-placeholder-hover-qwadna",colorDropzoneBackgroundDefault:"--color-dropzone-background-default-7efhmb",colorDropzoneBackgroundHover:"--color-dropzone-background-hover-mi8rlm",colorDropzoneTextDefault:"--color-dropzone-text-default-djdnme",colorDropzoneTextHover:"--color-dropzone-text-hover-asw3rt",colorDropzoneBorderDefault:"--color-dropzone-border-default-k648ha",colorDropzoneBorderHover:"--color-dropzone-border-hover-otpag5",colorGapGlobalDrawer:"--color-gap-global-drawer-nh699a",colorTreeViewConnectorLine:"--color-tree-view-connector-line-1usxvn",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",borderWidthIconSmall:"--border-width-icon-small-z55i5t",borderWidthIconNormal:"--border-width-icon-normal-9h7vj7",borderWidthIconMedium:"--border-width-icon-medium-b7icqv",borderWidthIconBig:"--border-width-icon-big-ymgy42",borderWidthIconLarge:"--border-width-icon-large-u645rg",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",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",spaceTreeViewIndentation:"--space-tree-view-indentation-gmy1k3",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",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 jD({theme:e,baseThemeId:t}){return MD({override:e,preset:OD,baseThemeId:t})}function nx(e){return Object.fromEntries(Object.entries(e.tokens).map(([t,l])=>[t,typeof l=="string"?l:l==null?void 0:l.dark]).filter(t=>typeof t[1]<"u"))}function GD({tokens:e}){for(const t of Object.keys(e)){const l=t;typeof e[l]>"u"&&delete e[l]}}function FD({fontFamily:e,brandColor:t,brandColorActive:l,lightBrandBackground:a}){const i=typeof l=="string"?l:{light:l==null?void 0:l.dark,dark:l==null?void 0:l.light},s={tokens:{fontFamilyBase:e,colorBackgroundButtonNormalActive:{light:a},colorBackgroundButtonNormalHover:{light:a},colorBackgroundButtonPrimaryActive:l,colorBackgroundButtonPrimaryDefault:t,colorBackgroundButtonPrimaryHover:l,colorBackgroundControlChecked:t,colorBackgroundDropdownItemFilterMatch:{light:a},colorBackgroundItemSelected:{light:a},colorBackgroundLayoutToggleSelectedActive:t,colorBackgroundLayoutToggleSelectedDefault:t,colorBackgroundLayoutToggleSelectedHover:l,colorBackgroundSegmentActive:t,colorBackgroundToggleCheckedDisabled:i,colorBorderButtonNormalActive:l,colorBorderButtonNormalDefault:t,colorBorderButtonNormalHover:l,colorBorderItemFocused:t,colorBorderItemSelected:t,colorTextAccent:t,colorTextButtonNormalActive:l,colorTextButtonNormalDefault:t,colorTextButtonNormalHover:l,colorTextDropdownItemFilterMatch:t,colorTextLayoutToggleHover:t,colorTextLinkDefault:t,colorTextLinkHover:l,colorTextSegmentHover:t}};return GD(s),s.contexts={"top-navigation":{tokens:nx(s)},header:{tokens:nx(s)},alert:{tokens:{colorBackgroundControlChecked:t,colorBackgroundDropdownItemFilterMatch:{light:a},colorBackgroundItemSelected:{light:a},colorBackgroundSegmentActive:t,colorBackgroundToggleCheckedDisabled:i,colorTextAccent:t,colorTextDropdownItemFilterMatch:t,colorTextLinkDefault:t,colorTextLinkHover:l,colorTextSegmentHover:t}}},s}const qD="#F2FAFC",UD="#A7C1D1",WD="#7CA2BB",VD="#077398",XD="#065B78",YD={brandColor:{light:VD,dark:WD},brandColorActive:{light:XD,dark:UD},lightBrandBackground:qD};function $D(){jD({theme:FD(YD)})}pl.setDefaultLevel("error");location.hostname==="localhost"&&pl.setLevel("debug");const ix=new URLSearchParams(window.location.search).get("loglevel");ix&&pl.setLevel(ix);$D();b5.createRoot(document.getElementById("root")).render(z.jsx(_.StrictMode,{children:z.jsx(t6,{children:z.jsx(D6,{children:z.jsx(i6,{children:z.jsx(E6,{})})})})}));
|