@orchestrator-ui/orchestrator-ui-components 7.4.0 → 7.5.0
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/.turbo/turbo-build.log +9 -9
- package/.turbo/turbo-lint.log +1 -13
- package/.turbo/turbo-test.log +11 -11
- package/CHANGELOG.md +426 -415
- package/__mocks__/@copilotkit/react-core.js +6 -6
- package/__mocks__/@copilotkit/react-ui.js +1 -6
- package/dist/index.d.ts +283 -176
- package/dist/index.js +3259 -7616
- package/dist/index.js.map +1 -1
- package/package.json +93 -93
- package/src/api/types.ts +36 -36
- package/src/components/WfoAgent/ExportButton/ExportButton.tsx +59 -63
- package/src/components/WfoAgent/ExportButton/styles.ts +56 -56
- package/src/components/WfoAgent/ToolProgress/DiscoverFilterPathsDisplay.tsx +79 -94
- package/src/components/WfoAgent/ToolProgress/RunSearchDisplay.tsx +22 -22
- package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.styles.ts +56 -56
- package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.tsx +76 -104
- package/src/components/WfoAgent/ToolProgress/StartNewSearchDisplay.tsx +49 -51
- package/src/components/WfoAgent/ToolProgress/ToolProgress.tsx +65 -115
- package/src/components/WfoAgent/ToolProgress/styles.ts +46 -46
- package/src/components/WfoAgent/WfoAgent/WfoAgent.tsx +69 -110
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +36 -46
- package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +40 -53
- package/src/components/WfoAgent/WfoAgentChart/styles.ts +2 -2
- package/src/components/WfoAgent/WfoAgentTable/WfoAgentTable.tsx +45 -55
- package/src/components/WfoAgent/WfoAgentVisualization/WfoAgentVisualization.tsx +37 -42
- package/src/components/WfoAuth/WfoAuth.tsx +11 -18
- package/src/components/WfoAuth/WfoIsAllowedToRender.tsx +5 -8
- package/src/components/WfoAuth/WfoPageUnauthorized.tsx +2 -2
- package/src/components/WfoAuth/WfoPolicyRenderPageFallback.tsx +5 -8
- package/src/components/WfoAvailabilityCheck/WfoAvailabilityCheck.tsx +8 -17
- package/src/components/WfoBackendUnavailable/WfoBackendUnavailable.tsx +71 -94
- package/src/components/WfoBadges/WfoBadge/WfoBadge.stories.tsx +9 -9
- package/src/components/WfoBadges/WfoBadge/WfoBadge.tsx +11 -14
- package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.stories.tsx +17 -17
- package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.tsx +19 -25
- package/src/components/WfoBadges/WfoEnvironmentBadge/WfoEnvironmentBadge.stories.tsx +7 -7
- package/src/components/WfoBadges/WfoEnvironmentBadge/WfoEnvironmentBadge.tsx +13 -16
- package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.stories.tsx +3 -3
- package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.tsx +66 -83
- package/src/components/WfoBadges/WfoFailedTasksBadge/styles.ts +5 -5
- package/src/components/WfoBadges/WfoHeaderBadge/WfoHeaderBadge.stories.tsx +9 -9
- package/src/components/WfoBadges/WfoHeaderBadge/WfoHeaderBadge.tsx +19 -21
- package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +56 -59
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.stories.tsx +5 -5
- package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +60 -66
- package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.stories.tsx +8 -8
- package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.tsx +34 -43
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadges.tsx +19 -29
- package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadgesContainer.tsx +10 -11
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.stories.tsx +11 -11
- package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +35 -44
- package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.stories.tsx +12 -12
- package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +31 -34
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.stories.tsx +7 -7
- package/src/components/WfoBadges/WfoVersionIncompatibleBadge/WfoVersionIncompatibleBadge.tsx +44 -47
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/WfoWebsocketStatusBadge.stories.tsx +3 -3
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/WfoWebsocketStatusBadge.tsx +48 -71
- package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +14 -16
- package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +51 -63
- package/src/components/WfoButtonComboBox/WfoButtonComboBox.tsx +55 -64
- package/src/components/WfoButtonComboBox/styles.ts +19 -19
- package/src/components/WfoButtonWithConfirm/WfoButtonWithConfirm.tsx +21 -21
- package/src/components/WfoContentHeader/WfoContentHeader.tsx +28 -48
- package/src/components/WfoDateTime/WfoDateTime.tsx +3 -3
- package/src/components/WfoDiff/WfoDiff.tsx +82 -100
- package/src/components/WfoDiff/styles.ts +28 -35
- package/src/components/WfoDropdownButton/WfoDropdownButton.tsx +54 -58
- package/src/components/WfoError/WfoError.stories.tsx +9 -12
- package/src/components/WfoError/WfoError.tsx +22 -25
- package/src/components/WfoErrorBoundary/WfoErrorBoundary.tsx +30 -34
- package/src/components/WfoExpandableField/WfoExpandableField.tsx +24 -31
- package/src/components/WfoExpandableField/styles.ts +11 -11
- package/src/components/WfoFilterTabs/WfoFilterTabs.tsx +33 -35
- package/src/components/WfoFilterTabs/styles.ts +7 -7
- package/src/components/WfoInlineEdit/WfoInlineEdit.tsx +99 -112
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionDetailNoteEdit.tsx +33 -39
- package/src/components/WfoInlineNoteEdit/WfoSubscriptionNoteEdit.tsx +32 -35
- package/src/components/WfoInsyncIcon/WfoInsyncIcon.stories.tsx +8 -8
- package/src/components/WfoInsyncIcon/WfoInsyncIcon.tsx +5 -15
- package/src/components/WfoJsonCodeBlock/WfoJsonCodeBlock.tsx +15 -19
- package/src/components/WfoJsonCodeBlock/styles.ts +19 -19
- package/src/components/WfoKeyValueTable/WfoKeyCell.tsx +10 -11
- package/src/components/WfoKeyValueTable/WfoKeyValueTable.tsx +22 -25
- package/src/components/WfoKeyValueTable/WfoValueCell.tsx +44 -54
- package/src/components/WfoKeyValueTable/WfoValueOnlyTable.tsx +19 -22
- package/src/components/WfoKeyValueTable/styles.ts +77 -78
- package/src/components/WfoLogoSpinner/WfoLogoSpinner.tsx +22 -29
- package/src/components/WfoLogoSpinner/styles.ts +33 -36
- package/src/components/WfoMetadata/WfoMetadataDescriptionField.tsx +8 -14
- package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +56 -63
- package/src/components/WfoMonacoCodeBlock/styles.ts +9 -11
- package/src/components/WfoNoResults/WfoNoResults.stories.tsx +6 -6
- package/src/components/WfoNoResults/WfoNoResults.tsx +8 -8
- package/src/components/WfoNoResults/styles.ts +16 -16
- package/src/components/WfoOptionalLink/WfoOptionalLink.tsx +7 -10
- package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +61 -87
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoAppLogo.tsx +15 -24
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +115 -140
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.stories.tsx +43 -43
- package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +67 -101
- package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +16 -16
- package/src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts +6 -6
- package/src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.ts +2 -2
- package/src/components/WfoPageTemplate/WfoPageTemplate/ContentContext.tsx +10 -16
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.stories.tsx +10 -10
- package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +62 -94
- package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +19 -22
- package/src/components/WfoPageTemplate/WfoSidebar/WfoCopyright.tsx +13 -13
- package/src/components/WfoPageTemplate/WfoSidebar/WfoMenuLink.tsx +34 -42
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.stories.tsx +7 -7
- package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +205 -240
- package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +92 -99
- package/src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts +31 -40
- package/src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.ts +8 -8
- package/src/components/WfoPageTemplate/paths.ts +1 -2
- package/src/components/WfoPopover/WfoPopover.tsx +26 -36
- package/src/components/WfoProcessList/WfoProcessesList.tsx +212 -247
- package/src/components/WfoProcessList/processListObjectMappers.ts +95 -100
- package/src/components/WfoPydanticForm/Footer.tsx +139 -157
- package/src/components/WfoPydanticForm/Header.tsx +9 -10
- package/src/components/WfoPydanticForm/RenderFormErrors.tsx +18 -20
- package/src/components/WfoPydanticForm/Row.tsx +22 -31
- package/src/components/WfoPydanticForm/WfoPydanticForm.tsx +77 -93
- package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +85 -120
- package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +28 -28
- package/src/components/WfoPydanticForm/fields/WfoCallout.tsx +9 -12
- package/src/components/WfoPydanticForm/fields/WfoCheckbox.tsx +11 -16
- package/src/components/WfoPydanticForm/fields/WfoDivider.tsx +4 -8
- package/src/components/WfoPydanticForm/fields/WfoDropdown.tsx +6 -17
- package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +29 -43
- package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +14 -14
- package/src/components/WfoPydanticForm/fields/WfoMultiCheckboxField.tsx +40 -51
- package/src/components/WfoPydanticForm/fields/WfoObjectField/WfoObjectField.tsx +22 -35
- package/src/components/WfoPydanticForm/fields/WfoObjectField/styles.ts +9 -9
- package/src/components/WfoPydanticForm/fields/WfoRadio.tsx +15 -20
- package/src/components/WfoPydanticForm/fields/WfoReactSelect/WfoReactSelect.tsx +84 -97
- package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +68 -85
- package/src/components/WfoPydanticForm/fields/WfoSummary.tsx +58 -67
- package/src/components/WfoPydanticForm/fields/WfoText.tsx +16 -26
- package/src/components/WfoPydanticForm/fields/WfoTextArea.tsx +12 -17
- package/src/components/WfoPydanticForm/fields/WfoTimestampField.tsx +42 -48
- package/src/components/WfoPydanticForm/fields/styles.ts +71 -71
- package/src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts +24 -24
- package/src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.ts +11 -18
- package/src/components/WfoRadioDropdown/WfoRadioDropdown.tsx +55 -74
- package/src/components/WfoRenderElementOrString/WfoRenderElementOrString.tsx +8 -8
- package/src/components/WfoSearchBar/WfoSearchField.tsx +35 -47
- package/src/components/WfoSearchPage/WfoConditionRow/WfoConditionRow.tsx +290 -354
- package/src/components/WfoSearchPage/WfoConditionRow/WfoFieldSelector.tsx +30 -30
- package/src/components/WfoSearchPage/WfoConditionRow/WfoOperatorSelector.tsx +56 -85
- package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +143 -171
- package/src/components/WfoSearchPage/WfoConditionRow/WfoPathSelector.tsx +40 -42
- package/src/components/WfoSearchPage/WfoConditionRow/WfoRenderFunctions.tsx +50 -86
- package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +48 -65
- package/src/components/WfoSearchPage/WfoConditionRow/index.ts +1 -4
- package/src/components/WfoSearchPage/WfoConditionRow/types.ts +56 -61
- package/src/components/WfoSearchPage/WfoConditionRow/utils.ts +36 -48
- package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +158 -213
- package/src/components/WfoSearchPage/WfoSearch/WfoSearch.tsx +327 -411
- package/src/components/WfoSearchPage/WfoSearchResults/WfoHighlightedText.tsx +46 -53
- package/src/components/WfoSearchPage/WfoSearchResults/WfoPathBreadcrumb.tsx +50 -67
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchEmptyState.tsx +13 -13
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchLoadingState.tsx +13 -13
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchMetadataHeader.tsx +13 -15
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchPaginationInfo.tsx +76 -86
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchResultItem.tsx +112 -133
- package/src/components/WfoSearchPage/WfoSearchResults/WfoSearchResults.tsx +31 -31
- package/src/components/WfoSearchPage/WfoValueControl/WfoValueControl.tsx +181 -215
- package/src/components/WfoSearchPage/constants.ts +3 -8
- package/src/components/WfoSearchPage/utils.ts +83 -112
- package/src/components/WfoSettings/WfoAoStackStatus.tsx +19 -28
- package/src/components/WfoSettings/WfoEngineStatus.tsx +31 -37
- package/src/components/WfoSettings/WfoEngineStatusButton.tsx +17 -30
- package/src/components/WfoSettings/WfoFlushSettings.tsx +54 -72
- package/src/components/WfoSettings/WfoModifySettings.tsx +23 -29
- package/src/components/WfoSettings/WfoResetTextSearchIndexButton.tsx +7 -10
- package/src/components/WfoSettings/WfoWorkerStatus.tsx +35 -42
- package/src/components/WfoSettings/styles.ts +17 -17
- package/src/components/WfoSettingsModal/WfoInformationModal.tsx +25 -29
- package/src/components/WfoSettingsModal/WfoSettingsModal.tsx +43 -43
- package/src/components/WfoSettingsModal/WfoSubmitModal.tsx +45 -50
- package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +98 -121
- package/src/components/WfoStartButton/WfoStartTaskComboBox.tsx +35 -35
- package/src/components/WfoStartButton/WfoStartWorkflowComboBox.tsx +42 -44
- package/src/components/WfoStartButton/styles.ts +15 -15
- package/src/components/WfoSubscription/SubscriptionKeyValueBlock.tsx +23 -35
- package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +85 -99
- package/src/components/WfoSubscription/WfoInSyncField/WfoInSyncErrorToastMessage.tsx +15 -17
- package/src/components/WfoSubscription/WfoInSyncField/WfoInSyncField.tsx +147 -192
- package/src/components/WfoSubscription/WfoInUseByRelations.tsx +50 -74
- package/src/components/WfoSubscription/WfoProcessesTimeline.tsx +113 -173
- package/src/components/WfoSubscription/WfoRelatedSubscriptions.tsx +140 -172
- package/src/components/WfoSubscription/WfoSubscription.tsx +67 -102
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionExpandableMenuItem.tsx +47 -53
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActions.tsx +173 -223
- package/src/components/WfoSubscription/WfoSubscriptionActions/WfoSubscriptionActionsMenuItem.tsx +67 -87
- package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +70 -70
- package/src/components/WfoSubscription/WfoSubscriptionDetailTree.tsx +190 -242
- package/src/components/WfoSubscription/WfoSubscriptionGeneral.tsx +48 -60
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionDetailSection.tsx +67 -91
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionFixedInputSection.tsx +8 -15
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionMetadataSection.tsx +8 -15
- package/src/components/WfoSubscription/WfoSubscriptionGeneralSections/WfoSubscriptionProductInfoSection.tsx +34 -41
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoProductBlockKeyValueRow.tsx +36 -36
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/WfoSubscriptionProductBlock.tsx +156 -233
- package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +60 -62
- package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +39 -50
- package/src/components/WfoSubscription/overrides/useSubscriptionDetailGeneralSectionConfigurationOverride.ts +6 -8
- package/src/components/WfoSubscription/overrides/useSubscriptionDetailValueOverride.ts +20 -23
- package/src/components/WfoSubscription/styles.ts +57 -62
- package/src/components/WfoSubscription/subscriptionDetailTabs.tsx +44 -48
- package/src/components/WfoSubscription/utils/relatedSubscriptionsListItemsObjectMappers.ts +30 -42
- package/src/components/WfoSubscription/utils/utils.spec.ts +405 -452
- package/src/components/WfoSubscription/utils/utils.ts +139 -159
- package/src/components/WfoSubscriptionsList/WfoSubscriptionsList.tsx +214 -258
- package/src/components/WfoSubscriptionsList/subscriptionListTabs.ts +39 -42
- package/src/components/WfoSubscriptionsList/subscriptionResultMappers.ts +33 -45
- package/src/components/WfoSummary/WfoActiveWorkflowsSummaryCard.tsx +19 -28
- package/src/components/WfoSummary/WfoFailedTasksSummaryCard.tsx +18 -21
- package/src/components/WfoSummary/WfoLatestActiveSubscriptionsSummaryCard.tsx +22 -28
- package/src/components/WfoSummary/WfoLatestOutOfSyncSubscriptionSummaryCard.tsx +30 -40
- package/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx +30 -44
- package/src/components/WfoSummary/WfoProductsSummaryCard.tsx +37 -45
- package/src/components/WfoSummary/WfoSummaryCard.tsx +68 -99
- package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +38 -50
- package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +18 -18
- package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardList.tsx +44 -67
- package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +25 -44
- package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +49 -49
- package/src/components/WfoSummary/WfoSummaryCards.tsx +7 -11
- package/src/components/WfoSummary/getNumberOfColumns.ts +12 -12
- package/src/components/WfoSummary/styles.ts +7 -7
- package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +181 -229
- package/src/components/WfoTable/WfoAdvancedTable/getRowDetailData.tsx +31 -42
- package/src/components/WfoTable/WfoAdvancedTable/toSortedTableColumnConfig.ts +8 -8
- package/src/components/WfoTable/WfoAdvancedTable/types.ts +9 -11
- package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +19 -30
- package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +19 -19
- package/src/components/WfoTable/WfoInlineJson/WfoInlineJson.tsx +6 -6
- package/src/components/WfoTable/WfoRowContextMenu/WfoRowContextMenu.tsx +30 -46
- package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +11 -24
- package/src/components/WfoTable/WfoSortButtons/WfoSortButtons.tsx +18 -21
- package/src/components/WfoTable/WfoSortButtons/styles.ts +14 -14
- package/src/components/WfoTable/WfoStatusColorField/WfoStatusColorField.tsx +3 -5
- package/src/components/WfoTable/WfoStatusColorField/styles.ts +10 -10
- package/src/components/WfoTable/WfoTable/WfoDataCell.tsx +8 -14
- package/src/components/WfoTable/WfoTable/WfoDragHandler.tsx +49 -61
- package/src/components/WfoTable/WfoTable/WfoExpandedRow.tsx +12 -33
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoExpandableRow.tsx +28 -32
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoExpandedGroupRow.tsx +34 -52
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoGroupedTable.tsx +63 -78
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/WfoGroupedTableGroups.tsx +40 -54
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +28 -28
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/useGroupedTableConfig.tsx +147 -168
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts +133 -140
- package/src/components/WfoTable/WfoTable/WfoGroupedTable/utils.ts +21 -33
- package/src/components/WfoTable/WfoTable/WfoMultilineCell.tsx +5 -5
- package/src/components/WfoTable/WfoTable/WfoTable.tsx +213 -251
- package/src/components/WfoTable/WfoTable/WfoTableDataRows.tsx +63 -107
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoPopoverContent.tsx +34 -40
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +17 -21
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoTableHeaderCell.tsx +68 -83
- package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +118 -118
- package/src/components/WfoTable/WfoTable/WfoTableHeaderRow.tsx +91 -118
- package/src/components/WfoTable/WfoTable/WfoToolTip.tsx +17 -21
- package/src/components/WfoTable/WfoTable/WfoTruncateCell.tsx +15 -15
- package/src/components/WfoTable/WfoTable/WfoVirtualizedTableBody.tsx +42 -49
- package/src/components/WfoTable/WfoTable/styles.ts +168 -176
- package/src/components/WfoTable/WfoTable/utils.spec.ts +71 -89
- package/src/components/WfoTable/WfoTable/utils.ts +61 -80
- package/src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.tsx +77 -100
- package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +12 -14
- package/src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts +63 -65
- package/src/components/WfoTable/WfoTableWithFilter/updateQueryString.ts +33 -44
- package/src/components/WfoTable/utils/columns.spec.ts +17 -17
- package/src/components/WfoTable/utils/columns.ts +16 -18
- package/src/components/WfoTable/utils/constants.ts +6 -12
- package/src/components/WfoTable/utils/tableConfigPersistence.spec.ts +61 -61
- package/src/components/WfoTable/utils/tableConfigPersistence.ts +21 -30
- package/src/components/WfoTable/utils/tableUtils.spec.ts +100 -117
- package/src/components/WfoTable/utils/tableUtils.ts +33 -50
- package/src/components/WfoTableCodeBlock/WfoTableCodeBlock.tsx +20 -27
- package/src/components/WfoTableCodeBlock/styles.ts +8 -8
- package/src/components/WfoTextAnchor/WfoTextAnchor.stories.tsx +6 -6
- package/src/components/WfoTextAnchor/WfoTextAnchor.tsx +8 -8
- package/src/components/WfoTextAnchor/styles.ts +11 -11
- package/src/components/WfoTimeline/WfoTimeline.tsx +28 -43
- package/src/components/WfoTimeline/WfoTimelineStep.tsx +38 -40
- package/src/components/WfoTimeline/mapProcessStepStatusToEuiStepStatus.ts +16 -18
- package/src/components/WfoTimeline/styles.ts +151 -168
- package/src/components/WfoTimeline/timelineUtils.ts +5 -10
- package/src/components/WfoTitleWithWebsocketBadge/WfoTitleWithWebsocketBadge.tsx +10 -13
- package/src/components/WfoToastsList/WfoToastsList.tsx +11 -13
- package/src/components/WfoTree/WfoTree.tsx +14 -14
- package/src/components/WfoTree/WfoTreeBranch.tsx +27 -39
- package/src/components/WfoTree/WfoTreeNode.tsx +29 -41
- package/src/components/WfoTree/WfoTreeNodeListItem.tsx +34 -48
- package/src/components/WfoTree/styles.ts +35 -38
- package/src/components/WfoTree/treeUtils.spec.ts +141 -146
- package/src/components/WfoTree/treeUtils.ts +52 -58
- package/src/components/WfoWorkflowSteps/WfoStep/WfoCodeViewSelector.tsx +75 -106
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.stories.tsx +3 -3
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +128 -191
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepForm.tsx +42 -58
- package/src/components/WfoWorkflowSteps/WfoStep/WfoStepFormFooter.tsx +31 -42
- package/src/components/WfoWorkflowSteps/WfoStepList/WfoStepList.tsx +79 -101
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.stories.tsx +6 -6
- package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +64 -103
- package/src/components/WfoWorkflowSteps/WfoTraceback/WfoTraceback.tsx +11 -11
- package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +8 -8
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +97 -140
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.stories.tsx +40 -40
- package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.tsx +146 -198
- package/src/components/WfoWorkflowSteps/stepListUtils.spec.ts +18 -18
- package/src/components/WfoWorkflowSteps/stepListUtils.ts +14 -25
- package/src/components/WfoWorkflowSteps/styles.ts +116 -122
- package/src/components/confirmationDialog/ConfirmationDialogStyling.ts +7 -7
- package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +58 -72
- package/src/configuration/constants.ts +2 -4
- package/src/configuration/policy-resources.ts +21 -21
- package/src/configuration/version.ts +1 -1
- package/src/contexts/ConfirmationDialogProvider.tsx +54 -72
- package/src/contexts/OrchestratorConfigContext.tsx +23 -30
- package/src/contexts/PolicyContext.tsx +6 -11
- package/src/contexts/TreeContext.tsx +83 -97
- package/src/contexts/WfoErrorMonitoringProvider.tsx +16 -19
- package/src/hooks/useBackendAvailability.ts +39 -44
- package/src/hooks/useCheckEngineStatus.ts +19 -19
- package/src/hooks/useContentRef.ts +1 -1
- package/src/hooks/useDataDisplayParams.ts +35 -47
- package/src/hooks/useDebounce.ts +14 -14
- package/src/hooks/useGetOrchestratorConfig.ts +1 -1
- package/src/hooks/useGetPydanticFormsConfig.tsx +249 -286
- package/src/hooks/useGetSchedulesForWorkflow.tsx +19 -20
- package/src/hooks/useGetWorkflowNameById.tsx +8 -13
- package/src/hooks/useOrchestratorConfig.ts +2 -4
- package/src/hooks/useOrchestratorTheme.ts +20 -24
- package/src/hooks/usePathAutoComplete.ts +105 -117
- package/src/hooks/usePolicy.ts +5 -6
- package/src/hooks/useSearch.ts +60 -75
- package/src/hooks/useSearchPagination.ts +124 -134
- package/src/hooks/useShowToastMessage.ts +12 -12
- package/src/hooks/useStoredTableConfig.ts +22 -29
- package/src/hooks/useUrlParams.ts +90 -108
- package/src/hooks/useWfoErrorMonitoring.ts +1 -2
- package/src/hooks/useWfoSession.ts +15 -17
- package/src/hooks/useWithOrchestratorTheme.ts +3 -5
- package/src/icons/WfoActualWork.tsx +8 -17
- package/src/icons/WfoArrowsExpand.stories.tsx +3 -3
- package/src/icons/WfoArrowsExpand.tsx +12 -28
- package/src/icons/WfoBell.tsx +12 -28
- package/src/icons/WfoBoltFill.tsx +15 -31
- package/src/icons/WfoBoltSlashFill.tsx +15 -31
- package/src/icons/WfoChartBar.tsx +22 -26
- package/src/icons/WfoCheckmarkCircleFill.stories.tsx +3 -3
- package/src/icons/WfoCheckmarkCircleFill.tsx +11 -27
- package/src/icons/WfoChevronDown.stories.tsx +3 -3
- package/src/icons/WfoChevronDown.tsx +12 -28
- package/src/icons/WfoChevronUp.stories.tsx +3 -3
- package/src/icons/WfoChevronUp.tsx +12 -28
- package/src/icons/WfoClipboardCopy.stories.tsx +3 -3
- package/src/icons/WfoClipboardCopy.tsx +12 -28
- package/src/icons/WfoCode.stories.tsx +3 -3
- package/src/icons/WfoCode.tsx +14 -30
- package/src/icons/WfoCogFill.stories.tsx +3 -3
- package/src/icons/WfoCogFill.tsx +18 -28
- package/src/icons/WfoContactEnvelopeFill.tsx +9 -24
- package/src/icons/WfoCubeFill.tsx +14 -35
- package/src/icons/WfoCubeSolid.tsx +12 -28
- package/src/icons/WfoDotsHorizontal.tsx +12 -28
- package/src/icons/WfoExclamationTriangle.tsx +13 -24
- package/src/icons/WfoExternalLink.tsx +9 -25
- package/src/icons/WfoEyeFill.stories.tsx +3 -3
- package/src/icons/WfoEyeFill.tsx +14 -30
- package/src/icons/WfoIconProps.ts +3 -3
- package/src/icons/WfoLogoutIcon.stories.tsx +3 -3
- package/src/icons/WfoLogoutIcon.tsx +12 -28
- package/src/icons/WfoMalfunction.tsx +8 -17
- package/src/icons/WfoMinusCircleFill.stories.tsx +3 -3
- package/src/icons/WfoMinusCircleFill.tsx +12 -28
- package/src/icons/WfoMinusCircleOutline.stories.tsx +3 -3
- package/src/icons/WfoMinusCircleOutline.tsx +11 -27
- package/src/icons/WfoPencil.tsx +12 -30
- package/src/icons/WfoPencilAlt.stories.tsx +3 -3
- package/src/icons/WfoPencilAlt.tsx +12 -28
- package/src/icons/WfoPlannedWork.tsx +9 -18
- package/src/icons/WfoPlayCircle.tsx +14 -30
- package/src/icons/WfoPlayFill.stories.tsx +3 -3
- package/src/icons/WfoPlayFill.tsx +14 -30
- package/src/icons/WfoPlusCircleFill.stories.tsx +3 -3
- package/src/icons/WfoPlusCircleFill.tsx +12 -28
- package/src/icons/WfoPort.tsx +9 -18
- package/src/icons/WfoQuestionCircle.tsx +13 -29
- package/src/icons/WfoRefresh.stories.tsx +3 -3
- package/src/icons/WfoRefresh.tsx +14 -30
- package/src/icons/WfoSearchStrikethrough.stories.tsx +3 -3
- package/src/icons/WfoSearchStrikethrough.tsx +12 -28
- package/src/icons/WfoShare.tsx +14 -30
- package/src/icons/WfoSideMenu.stories.tsx +3 -3
- package/src/icons/WfoSideMenu.tsx +10 -34
- package/src/icons/WfoSortAsc.stories.tsx +3 -3
- package/src/icons/WfoSortAsc.tsx +12 -28
- package/src/icons/WfoSortDesc.stories.tsx +3 -3
- package/src/icons/WfoSortDesc.tsx +12 -28
- package/src/icons/WfoStatistic.tsx +32 -36
- package/src/icons/WfoStatusDotIcon.stories.tsx +3 -3
- package/src/icons/WfoStatusDotIcon.tsx +10 -26
- package/src/icons/WfoTrash.tsx +13 -23
- package/src/icons/WfoViewList.tsx +9 -19
- package/src/icons/WfoWarningTriangle.tsx +13 -23
- package/src/icons/WfoXCircleFill.stories.tsx +3 -3
- package/src/icons/WfoXCircleFill.tsx +12 -28
- package/src/icons/WfoXMarkSmall.tsx +9 -24
- package/src/icons/heroicons/WfoArrowDown.tsx +8 -18
- package/src/icons/heroicons/WfoArrowUp.tsx +8 -18
- package/src/icons/heroicons/WfoArrowsUpDown.tsx +8 -18
- package/src/icons/heroicons/WfoBracketSquare.tsx +16 -20
- package/src/icons/heroicons/WfoCommandLine.tsx +16 -20
- package/src/icons/heroicons/WfoHeroIconsWrapper.tsx +23 -26
- package/src/icons/heroicons/WfoScheduledTaskOnce.tsx +14 -24
- package/src/icons/heroicons/WfoScheduledTaskRecurring.tsx +18 -24
- package/src/icons/heroicons/WfoSquareStack3dStack.tsx +7 -19
- package/src/icons/heroicons/WfoTableCells.tsx +16 -20
- package/src/icons/heroicons/WfoWrench.tsx +8 -18
- package/src/messages/en-GB.json +623 -623
- package/src/messages/getTranslationMessages.spec.ts +3 -3
- package/src/messages/nl-NL.json +492 -492
- package/src/messages/useGetTranslationMessages.ts +20 -20
- package/src/pages/metadata/WfoMetadataPageLayout.tsx +53 -60
- package/src/pages/metadata/WfoProductBlocksPage.tsx +229 -283
- package/src/pages/metadata/WfoProductsPage.tsx +217 -282
- package/src/pages/metadata/WfoResourceTypesPage.tsx +178 -230
- package/src/pages/metadata/WfoScheduleTaskFormPage.tsx +365 -407
- package/src/pages/metadata/WfoScheduledTasksPage.tsx +173 -226
- package/src/pages/metadata/WfoTasksPage.tsx +247 -337
- package/src/pages/metadata/WfoWorkflowsPage.tsx +213 -282
- package/src/pages/metadata/taskListObjectMapper.ts +26 -34
- package/src/pages/metadata/workflowListObjectMapper.ts +23 -31
- package/src/pages/processes/WfoProcessDetail.tsx +247 -346
- package/src/pages/processes/WfoProcessDetailPage.tsx +53 -76
- package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +55 -64
- package/src/pages/processes/WfoProductInformationWithLink.tsx +18 -26
- package/src/pages/processes/WfoStartProcessPage.tsx +121 -153
- package/src/pages/processes/timelineUtils.spec.ts +167 -179
- package/src/pages/processes/timelineUtils.ts +63 -87
- package/src/pages/settings/WfoSettingsPage.tsx +131 -161
- package/src/pages/startPage/WfoStartPage.tsx +36 -45
- package/src/pages/startPage/mappers.ts +8 -10
- package/src/pages/startPage/queryVariables.ts +84 -93
- package/src/pages/startPage/useStartPageSummaryCardConfigurationOverride.ts +6 -8
- package/src/pages/subscriptions/WfoSubscriptionDetailPage.tsx +9 -9
- package/src/pages/subscriptions/WfoSubscriptionsListPage.tsx +66 -85
- package/src/pages/tasks/WfoTasksListPage.tsx +129 -156
- package/src/pages/tasks/getTasksListTabTypeFromString.ts +12 -14
- package/src/pages/tasks/tabConfig.ts +41 -44
- package/src/pages/workflows/WfoWorkflowsListPage.tsx +73 -88
- package/src/pages/workflows/getWorkflowsListTabTypeFromString.ts +12 -14
- package/src/pages/workflows/tabConfig.ts +41 -44
- package/src/rtk/api.ts +113 -132
- package/src/rtk/endpoints/agentExport.ts +12 -12
- package/src/rtk/endpoints/availability.ts +29 -32
- package/src/rtk/endpoints/customerDescriptions.ts +40 -46
- package/src/rtk/endpoints/customers.ts +26 -40
- package/src/rtk/endpoints/fileUpload.ts +20 -20
- package/src/rtk/endpoints/forms.ts +41 -54
- package/src/rtk/endpoints/inSync.ts +16 -19
- package/src/rtk/endpoints/metadata/productBlocks.ts +37 -43
- package/src/rtk/endpoints/metadata/products.ts +37 -42
- package/src/rtk/endpoints/metadata/resourceTypes.ts +38 -44
- package/src/rtk/endpoints/metadata/scheduledTasks.ts +88 -99
- package/src/rtk/endpoints/metadata/tasks.ts +21 -32
- package/src/rtk/endpoints/metadata/workflows.ts +65 -86
- package/src/rtk/endpoints/processDetail.ts +87 -103
- package/src/rtk/endpoints/processList.ts +20 -29
- package/src/rtk/endpoints/processListSummary.ts +18 -34
- package/src/rtk/endpoints/processStatusCounts.ts +16 -16
- package/src/rtk/endpoints/processSteps.ts +17 -27
- package/src/rtk/endpoints/productsSummary.ts +21 -26
- package/src/rtk/endpoints/relatedSubscriptions.ts +27 -38
- package/src/rtk/endpoints/search.ts +63 -82
- package/src/rtk/endpoints/settings.ts +110 -119
- package/src/rtk/endpoints/startOptions.ts +64 -80
- package/src/rtk/endpoints/streamMessages.ts +102 -125
- package/src/rtk/endpoints/subscriptionActions.ts +14 -24
- package/src/rtk/endpoints/subscriptionDetail.ts +23 -35
- package/src/rtk/endpoints/subscriptionInUseByRelationsList.ts +22 -32
- package/src/rtk/endpoints/subscriptionList.ts +19 -31
- package/src/rtk/endpoints/subscriptionListMutation.ts +65 -81
- package/src/rtk/endpoints/subscriptionListSummary.ts +23 -29
- package/src/rtk/endpoints/translations.ts +16 -19
- package/src/rtk/endpoints/versions.ts +9 -9
- package/src/rtk/slices/customApis.ts +8 -10
- package/src/rtk/slices/orchestratorComponentOverride.ts +20 -22
- package/src/rtk/slices/orchestratorConfig.ts +7 -10
- package/src/rtk/slices/pydanticForm.ts +7 -9
- package/src/rtk/slices/toastMessages.ts +26 -36
- package/src/rtk/store.ts +35 -44
- package/src/rtk/storeProvider.tsx +20 -21
- package/src/rtk/utils.spec.ts +68 -68
- package/src/rtk/utils.ts +72 -80
- package/src/rtk/wfoGraphqlRequestBaseQuery.ts +44 -63
- package/src/theme/baseStyles/formFieldsBaseStyle.ts +12 -12
- package/src/theme/wfoThemeModifications.ts +92 -95
- package/src/types/forms.ts +20 -20
- package/src/types/search.ts +89 -94
- package/src/types/types.ts +378 -403
- package/src/utils/cacheTag.spec.ts +8 -8
- package/src/utils/cacheTag.ts +7 -7
- package/src/utils/compareVersions.spec.ts +38 -116
- package/src/utils/compareVersions.ts +28 -48
- package/src/utils/csvDownload.ts +68 -83
- package/src/utils/date.spec.ts +142 -179
- package/src/utils/date.ts +64 -84
- package/src/utils/environmentVariables.spec.ts +12 -12
- package/src/utils/environmentVariables.ts +7 -7
- package/src/utils/filterData.spec.ts +18 -20
- package/src/utils/filterData.ts +7 -10
- package/src/utils/getDefaultTableConfig.ts +91 -113
- package/src/utils/getEnvironmentVariables.spec.ts +30 -32
- package/src/utils/getEnvironmentVariables.ts +19 -22
- package/src/utils/getObjectKeys.ts +2 -3
- package/src/utils/getProductNamesFromProcess.spec.ts +125 -127
- package/src/utils/getProductNamesFromProcess.ts +7 -9
- package/src/utils/getQueryParams.spec.ts +31 -34
- package/src/utils/getQueryParams.ts +9 -12
- package/src/utils/getQueryUrl.spec.ts +4 -4
- package/src/utils/getQueryUrl.ts +3 -3
- package/src/utils/getQueryVariablesForExport.spec.ts +12 -12
- package/src/utils/getQueryVariablesForExport.ts +4 -6
- package/src/utils/getStatusBadgeColor.ts +13 -13
- package/src/utils/getToastMessage.spec.ts +20 -20
- package/src/utils/getToastMessage.ts +24 -28
- package/src/utils/getTokenName.spec.ts +16 -16
- package/src/utils/getTokenName.ts +10 -10
- package/src/utils/getTypedFieldFromObject.spec.ts +13 -13
- package/src/utils/getTypedFieldFromObject.ts +5 -8
- package/src/utils/onlyUnique.spec.ts +15 -15
- package/src/utils/onlyUnique.ts +1 -1
- package/src/utils/optionalArray.spec.ts +65 -78
- package/src/utils/optionalArray.ts +10 -16
- package/src/utils/resultFlattener.spec.ts +40 -43
- package/src/utils/resultFlattener.ts +10 -21
- package/src/utils/string.spec.ts +133 -133
- package/src/utils/strings.ts +11 -11
- package/src/utils/toObjectWithSerializedValues.spec.ts +24 -24
- package/src/utils/toObjectWithSerializedValues.ts +9 -15
- package/src/utils/toObjectWithSortedKeys.ts +21 -24
- package/src/utils/toSortedObjectKeys.spec.ts +25 -29
- package/src/utils/uuid.spec.ts +16 -16
- package/src/utils/uuid.ts +2 -5
- package/tsconfig.build.json +10 -16
- package/tsconfig.json +10 -16
- package/tsup.config.ts +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, {
|
|
2
|
+
import React__default, { FC, ReactNode, ReactElement, CSSProperties, HTMLAttributeAnchorTarget, FunctionComponent, ErrorInfo } from 'react';
|
|
3
3
|
import { EuiBadgeProps, EuiThemeComputed, EuiThemeModifications, EuiThemeColorMode, EuiContextMenuPanelDescriptor, EuiSideNavItemType, EuiSelectableOption } from '@elastic/eui';
|
|
4
4
|
import { TextSize } from '@elastic/eui/src/components/text/text';
|
|
5
5
|
import { TextColor } from '@elastic/eui/src/components/text/text_color';
|
|
@@ -15,7 +15,7 @@ import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
|
|
|
15
15
|
import { EuiSideNavItemType as EuiSideNavItemType$1 } from '@elastic/eui/src/components/side_nav/side_nav_types';
|
|
16
16
|
import { TranslationValues } from 'next-intl';
|
|
17
17
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
18
|
-
import { Slice, Reducer, PayloadAction,
|
|
18
|
+
import { Slice, Reducer, PayloadAction, Dispatch, UnknownAction, EnhancedStore, SerializedError } from '@reduxjs/toolkit';
|
|
19
19
|
import * as _emotion_react from '@emotion/react';
|
|
20
20
|
import * as csstype from 'csstype';
|
|
21
21
|
import { IconType } from '@elastic/eui/src/components/icon';
|
|
@@ -18362,7 +18362,7 @@ interface ConfirmDialogContext {
|
|
|
18362
18362
|
}
|
|
18363
18363
|
declare const ConfirmationDialogContext: React__default.Context<ConfirmDialogContext>;
|
|
18364
18364
|
declare const ConfirmationDialogProvider: React__default.Provider<ConfirmDialogContext>;
|
|
18365
|
-
declare function ConfirmationDialogContextWrapper({ children
|
|
18365
|
+
declare function ConfirmationDialogContextWrapper({ children }: {
|
|
18366
18366
|
children: ReactNode;
|
|
18367
18367
|
}): _emotion_react_jsx_runtime.JSX.Element;
|
|
18368
18368
|
|
|
@@ -18777,10 +18777,7 @@ type WfoTableProps<T extends object> = {
|
|
|
18777
18777
|
uniqueRowIdToExpandedRowMap: Record<string, ReactNode>;
|
|
18778
18778
|
};
|
|
18779
18779
|
pagination?: Pagination;
|
|
18780
|
-
overrideHeader?: (tableHeaderEntries: Array<[
|
|
18781
|
-
string,
|
|
18782
|
-
(WfoTableControlColumnConfigItem<T> | WfoTableDataColumnConfigItem<T, keyof T>)
|
|
18783
|
-
]>) => ReactNode;
|
|
18780
|
+
overrideHeader?: (tableHeaderEntries: Array<[string, WfoTableControlColumnConfigItem<T> | WfoTableDataColumnConfigItem<T, keyof T>]>) => ReactNode;
|
|
18784
18781
|
onRowClick?: (row: T) => void;
|
|
18785
18782
|
onUpdateDataSorting?: (updatedDataSorting: WfoDataSorting<T>) => void;
|
|
18786
18783
|
onUpdateDataSearch?: (updatedDataSearch: WfoDataSearch<T>) => void;
|
|
@@ -18793,7 +18790,7 @@ declare const WfoTable: <T extends object>({ data, columnConfig, hiddenColumns,
|
|
|
18793
18790
|
|
|
18794
18791
|
declare const TABLE_ROW_HEIGHT = "40px";
|
|
18795
18792
|
|
|
18796
|
-
declare const getWfoTableStyles: ({ theme, isDarkModeActive
|
|
18793
|
+
declare const getWfoTableStyles: ({ theme, isDarkModeActive }: WfoThemeHelpers) => {
|
|
18797
18794
|
tableContainerStyle: _emotion_react.SerializedStyles;
|
|
18798
18795
|
tableStyle: _emotion_react.SerializedStyles;
|
|
18799
18796
|
headerStyle: _emotion_react.SerializedStyles;
|
|
@@ -23956,7 +23953,7 @@ type WfoProductBlockBadgeProps = {
|
|
|
23956
23953
|
link?: string;
|
|
23957
23954
|
badgeType: BadgeType;
|
|
23958
23955
|
};
|
|
23959
|
-
declare function WfoProductBlockBadge({ children, link, badgeType
|
|
23956
|
+
declare function WfoProductBlockBadge({ children, link, badgeType }: WfoProductBlockBadgeProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
23960
23957
|
|
|
23961
23958
|
type WfoProcessStatusBadgeProps = {
|
|
23962
23959
|
processStatus: ProcessStatus;
|
|
@@ -23994,7 +23991,7 @@ declare const WfoScheduledTasksBadgesContainer: ({ workflowId, }: {
|
|
|
23994
23991
|
workflowId: ScheduledTaskDefinition["workflowId"];
|
|
23995
23992
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
23996
23993
|
|
|
23997
|
-
declare const WfoScheduledTasksBadges: ({ workflowSchedules
|
|
23994
|
+
declare const WfoScheduledTasksBadges: ({ workflowSchedules }: {
|
|
23998
23995
|
workflowSchedules?: string[];
|
|
23999
23996
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24000
23997
|
|
|
@@ -24029,7 +24026,7 @@ declare const WfoExpandableField: FC<WfoExpandableFieldProps>;
|
|
|
24029
24026
|
interface WfoBreadcrumbsProps {
|
|
24030
24027
|
handleSideMenuClick: () => void;
|
|
24031
24028
|
}
|
|
24032
|
-
declare const WfoBreadcrumbs: ({ handleSideMenuClick
|
|
24029
|
+
declare const WfoBreadcrumbs: ({ handleSideMenuClick }: WfoBreadcrumbsProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24033
24030
|
|
|
24034
24031
|
type FilterQuery<DataType> = {
|
|
24035
24032
|
field: keyof DataType;
|
|
@@ -24175,7 +24172,7 @@ type WfoSearchFieldProps = {
|
|
|
24175
24172
|
queryIsValid?: boolean;
|
|
24176
24173
|
onUpdateQueryString?: (queryString: string) => void;
|
|
24177
24174
|
};
|
|
24178
|
-
declare const WfoSearchField: ({ queryString, queryIsValid, onUpdateQueryString
|
|
24175
|
+
declare const WfoSearchField: ({ queryString, queryIsValid, onUpdateQueryString }: WfoSearchFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24179
24176
|
|
|
24180
24177
|
type WfoInformationModalProps = {
|
|
24181
24178
|
title: string;
|
|
@@ -24235,40 +24232,40 @@ declare const useSubscriptionDetailGeneralSectionConfigurationOverride: () => {
|
|
|
24235
24232
|
interface WfoSubscriptionDetailSectionProps {
|
|
24236
24233
|
subscriptionDetail: SubscriptionDetail;
|
|
24237
24234
|
}
|
|
24238
|
-
declare const WfoSubscriptionDetailSection: ({ subscriptionDetail
|
|
24235
|
+
declare const WfoSubscriptionDetailSection: ({ subscriptionDetail }: WfoSubscriptionDetailSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24239
24236
|
|
|
24240
24237
|
interface WfoSubscriptionFixedInputSectionProps {
|
|
24241
24238
|
fixedInputs: SubscriptionDetail['fixedInputs'];
|
|
24242
24239
|
}
|
|
24243
|
-
declare const WfoSubscriptionFixedInputSection: ({ fixedInputs
|
|
24240
|
+
declare const WfoSubscriptionFixedInputSection: ({ fixedInputs }: WfoSubscriptionFixedInputSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24244
24241
|
|
|
24245
24242
|
interface WfoSubscriptionMetadataSectionProps {
|
|
24246
24243
|
metadata: SubscriptionDetail['metadata'];
|
|
24247
24244
|
}
|
|
24248
|
-
declare const WfoSubscriptionMetadataSection: ({ metadata
|
|
24245
|
+
declare const WfoSubscriptionMetadataSection: ({ metadata }: WfoSubscriptionMetadataSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24249
24246
|
|
|
24250
24247
|
interface WfoSubscriptionProductInfoSectionProps {
|
|
24251
24248
|
product: SubscriptionDetail['product'];
|
|
24252
24249
|
}
|
|
24253
|
-
declare const WfoSubscriptionProductInfoSection: ({ product
|
|
24250
|
+
declare const WfoSubscriptionProductInfoSection: ({ product }: WfoSubscriptionProductInfoSectionProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24254
24251
|
|
|
24255
24252
|
interface SubscriptionKeyValueBlockProps {
|
|
24256
24253
|
title: string;
|
|
24257
24254
|
keyValues: WfoKeyValueTableDataType[];
|
|
24258
24255
|
}
|
|
24259
|
-
declare const SubscriptionKeyValueBlock: ({ title, keyValues
|
|
24256
|
+
declare const SubscriptionKeyValueBlock: ({ title, keyValues }: SubscriptionKeyValueBlockProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24260
24257
|
|
|
24261
24258
|
interface WfoInSyncFieldProps {
|
|
24262
24259
|
subscriptionDetail: SubscriptionDetail;
|
|
24263
24260
|
compactMode?: boolean;
|
|
24264
24261
|
setPopover?: (isOpen: boolean) => void;
|
|
24265
24262
|
}
|
|
24266
|
-
declare const WfoInSyncField: ({ subscriptionDetail, compactMode, setPopover
|
|
24263
|
+
declare const WfoInSyncField: ({ subscriptionDetail, compactMode, setPopover }: WfoInSyncFieldProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24267
24264
|
|
|
24268
24265
|
interface WfoProcessesTimelineProps {
|
|
24269
24266
|
subscriptionDetailProcesses: SubscriptionDetailProcess[];
|
|
24270
24267
|
}
|
|
24271
|
-
declare const WfoProcessesTimeline: ({ subscriptionDetailProcesses
|
|
24268
|
+
declare const WfoProcessesTimeline: ({ subscriptionDetailProcesses }: WfoProcessesTimelineProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24272
24269
|
|
|
24273
24270
|
type RelatedSubscriptionListItem = Pick<SubscriptionListItem, 'subscriptionId' | 'description' | 'status' | 'insync' | 'customerFullname' | 'tag' | 'startDate'>;
|
|
24274
24271
|
interface WfoRelatedSubscriptionsProps {
|
|
@@ -24322,7 +24319,7 @@ declare enum WfoSubscriptionGeneralSections {
|
|
|
24322
24319
|
BLOCK_TITLE_FIXED_INPUTS = "blockTitleFixedInputs",
|
|
24323
24320
|
BLOCK_TITLE_PRODUCT_INFO = "blockTitleProductInfo"
|
|
24324
24321
|
}
|
|
24325
|
-
declare const WfoSubscriptionGeneral: ({ subscriptionDetail
|
|
24322
|
+
declare const WfoSubscriptionGeneral: ({ subscriptionDetail }: WfoSubscriptionGeneralProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24326
24323
|
|
|
24327
24324
|
type WfoCustomerDescriptionsFieldProps = {
|
|
24328
24325
|
customerDescriptions: CustomerDescriptions[];
|
|
@@ -24387,7 +24384,7 @@ interface AuthProps {
|
|
|
24387
24384
|
* // The useWfoSession hook can be used to get the current user profile
|
|
24388
24385
|
* }
|
|
24389
24386
|
*/
|
|
24390
|
-
declare const WfoAuth: ({ children, isAllowedHandler
|
|
24387
|
+
declare const WfoAuth: ({ children, isAllowedHandler }: AuthProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24391
24388
|
|
|
24392
24389
|
type WfoIsAllowedToRenderProps = {
|
|
24393
24390
|
resource?: string;
|
|
@@ -24402,7 +24399,7 @@ interface WfoDropdownButtonProps {
|
|
|
24402
24399
|
isDisabled?: boolean;
|
|
24403
24400
|
children: ReactNode;
|
|
24404
24401
|
}
|
|
24405
|
-
declare const WfoDropdownButton: ({ label, isDisabled, children
|
|
24402
|
+
declare const WfoDropdownButton: ({ label, isDisabled, children }: WfoDropdownButtonProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24406
24403
|
|
|
24407
24404
|
type ProcessListItem = Pick<Process, 'workflowName' | 'lastStep' | 'lastStatus' | 'workflowTarget' | 'createdBy' | 'assignee' | 'processId' | 'subscriptions'> & {
|
|
24408
24405
|
startedAt: Date;
|
|
@@ -24500,7 +24497,7 @@ interface WfoWorkflowStepListProps {
|
|
|
24500
24497
|
declare const WfoProcessRawData: ({ processId }: {
|
|
24501
24498
|
processId: string;
|
|
24502
24499
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24503
|
-
declare const WfoProcessSubscriptionDelta: ({ processId
|
|
24500
|
+
declare const WfoProcessSubscriptionDelta: ({ processId }: {
|
|
24504
24501
|
processId: string;
|
|
24505
24502
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24506
24503
|
declare const WfoWorkflowStepList: React__default.ForwardRefExoticComponent<WfoWorkflowStepListProps & React__default.RefAttributes<WfoStepListRef>>;
|
|
@@ -24553,12 +24550,12 @@ interface WfoStepStatusIconProps {
|
|
|
24553
24550
|
stepStatus: StepStatus;
|
|
24554
24551
|
isStartStep?: boolean;
|
|
24555
24552
|
}
|
|
24556
|
-
declare const WfoStepStatusIcon: ({ stepStatus, isStartStep
|
|
24553
|
+
declare const WfoStepStatusIcon: ({ stepStatus, isStartStep }: WfoStepStatusIconProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24557
24554
|
|
|
24558
24555
|
declare const STEP_STATE_HIDDEN_KEYS: string[];
|
|
24559
24556
|
declare const getStepContent: (stepDelta: StepState, showHiddenKeys: boolean) => StepState;
|
|
24560
24557
|
|
|
24561
|
-
declare const getWorkflowStepsStyles: ({ theme, toSecondaryColor, isDarkModeActive
|
|
24558
|
+
declare const getWorkflowStepsStyles: ({ theme, toSecondaryColor, isDarkModeActive }: WfoThemeHelpers) => {
|
|
24562
24559
|
SPACE_BETWEEN_STEPS: number;
|
|
24563
24560
|
stepDurationStyle: {
|
|
24564
24561
|
fontSize: string;
|
|
@@ -24674,7 +24671,7 @@ declare const WfoProductsSummaryCard: () => _emotion_react_jsx_runtime.JSX.Eleme
|
|
|
24674
24671
|
interface WfoTitleWithWebsocketBadgeProps {
|
|
24675
24672
|
title: string;
|
|
24676
24673
|
}
|
|
24677
|
-
declare const WfoTitleWithWebsocketBadge: ({ title
|
|
24674
|
+
declare const WfoTitleWithWebsocketBadge: ({ title }: WfoTitleWithWebsocketBadgeProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24678
24675
|
|
|
24679
24676
|
interface WfoRadioDropdownProps<T> {
|
|
24680
24677
|
options: WfoRadioDropdownOption<T>[];
|
|
@@ -24686,7 +24683,7 @@ type WfoRadioDropdownOption<T> = {
|
|
|
24686
24683
|
id: string;
|
|
24687
24684
|
value: T;
|
|
24688
24685
|
};
|
|
24689
|
-
declare const WfoRadioDropdown: <T>({ options, onUpdateOption, selectedOption
|
|
24686
|
+
declare const WfoRadioDropdown: <T>({ options, onUpdateOption, selectedOption }: WfoRadioDropdownProps<T>) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24690
24687
|
|
|
24691
24688
|
interface WfoSubscriptionNoteEditProps {
|
|
24692
24689
|
onlyShowOnHover?: boolean;
|
|
@@ -24734,14 +24731,14 @@ interface UserInputForm {
|
|
|
24734
24731
|
stepUserInput?: JSONSchema6;
|
|
24735
24732
|
hasNext?: boolean;
|
|
24736
24733
|
}
|
|
24737
|
-
declare const WfoStartProcessPage: ({ processName, isTask
|
|
24734
|
+
declare const WfoStartProcessPage: ({ processName, isTask }: WfoStartProcessPageProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24738
24735
|
|
|
24739
24736
|
interface WfoPydanticFormProps {
|
|
24740
24737
|
processName: string;
|
|
24741
24738
|
startProcessPayload?: StartWorkflowPayload;
|
|
24742
24739
|
isTask?: boolean;
|
|
24743
24740
|
}
|
|
24744
|
-
declare const WfoPydanticForm: ({ processName, startProcessPayload, isTask
|
|
24741
|
+
declare const WfoPydanticForm: ({ processName, startProcessPayload, isTask }: WfoPydanticFormProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24745
24742
|
|
|
24746
24743
|
declare const WfoTextArea: PydanticFormControlledElement;
|
|
24747
24744
|
|
|
@@ -24755,7 +24752,7 @@ declare const WfoCheckbox: PydanticFormControlledElement;
|
|
|
24755
24752
|
|
|
24756
24753
|
declare const WfoSummary: PydanticFormElement;
|
|
24757
24754
|
|
|
24758
|
-
declare const WfoObjectField: ({ pydanticFormField
|
|
24755
|
+
declare const WfoObjectField: ({ pydanticFormField }: PydanticFormElementProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24759
24756
|
|
|
24760
24757
|
declare const getWfoObjectFieldStyles: () => {
|
|
24761
24758
|
wfoObjectFieldStyles: _emotion_react.SerializedStyles;
|
|
@@ -24766,11 +24763,11 @@ declare const MinusButton: ({ index, onRemove, testId, }: {
|
|
|
24766
24763
|
onRemove: (index: number) => void;
|
|
24767
24764
|
testId: string;
|
|
24768
24765
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24769
|
-
declare const PlusButton: ({ onClick, testId
|
|
24766
|
+
declare const PlusButton: ({ onClick, testId }: {
|
|
24770
24767
|
onClick: () => void;
|
|
24771
24768
|
testId: string;
|
|
24772
24769
|
}) => _emotion_react_jsx_runtime.JSX.Element;
|
|
24773
|
-
declare const WfoArrayField: ({ pydanticFormField
|
|
24770
|
+
declare const WfoArrayField: ({ pydanticFormField }: PydanticFormElementProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
|
24774
24771
|
|
|
24775
24772
|
declare const getWfoArrayFieldStyles: (theme: WfoComputedTheme) => {
|
|
24776
24773
|
container: _emotion_react.SerializedStyles;
|
|
@@ -24845,6 +24842,9 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24845
24842
|
alignItems?: readonly string[] | csstype.Property.AlignItems | readonly csstype.Property.AlignItems[] | undefined;
|
|
24846
24843
|
alignSelf?: readonly string[] | csstype.Property.AlignSelf | readonly csstype.Property.AlignSelf[] | undefined;
|
|
24847
24844
|
alignTracks?: readonly string[] | csstype.Property.AlignTracks | readonly csstype.Property.AlignTracks[] | undefined;
|
|
24845
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
24846
|
+
anchorName?: readonly string[] | csstype.Property.AnchorName | readonly csstype.Property.AnchorName[] | undefined;
|
|
24847
|
+
anchorScope?: readonly string[] | csstype.Property.AnchorScope | readonly csstype.Property.AnchorScope[] | undefined;
|
|
24848
24848
|
animationComposition?: readonly string[] | csstype.Property.AnimationComposition | readonly csstype.Property.AnimationComposition[] | undefined;
|
|
24849
24849
|
animationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
24850
24850
|
animationDirection?: readonly string[] | csstype.Property.AnimationDirection | readonly csstype.Property.AnimationDirection[] | undefined;
|
|
@@ -24871,17 +24871,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24871
24871
|
backgroundPositionY?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPositionY<string | number> | readonly NonNullable<csstype.Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
24872
24872
|
backgroundRepeat?: readonly string[] | csstype.Property.BackgroundRepeat | readonly csstype.Property.BackgroundRepeat[] | undefined;
|
|
24873
24873
|
backgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
24874
|
-
|
|
24874
|
+
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
24875
24875
|
blockSize?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
24876
|
-
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
24877
24876
|
borderBlockEndColor?: readonly string[] | csstype.Property.BorderBlockEndColor | readonly csstype.Property.BorderBlockEndColor[] | undefined;
|
|
24878
24877
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | readonly NonNullable<csstype.Property.BorderBlockEndStyle | undefined>[] | readonly csstype.Property.BorderBlockEndStyle[] | undefined;
|
|
24879
24878
|
borderBlockEndWidth?: readonly string[] | csstype.Property.BorderBlockEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
24880
24879
|
borderBlockStartColor?: readonly string[] | csstype.Property.BorderBlockStartColor | readonly csstype.Property.BorderBlockStartColor[] | undefined;
|
|
24881
24880
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | readonly NonNullable<csstype.Property.BorderBlockStartStyle | undefined>[] | readonly csstype.Property.BorderBlockStartStyle[] | undefined;
|
|
24882
24881
|
borderBlockStartWidth?: readonly string[] | csstype.Property.BorderBlockStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
24883
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | readonly NonNullable<csstype.Property.BorderBlockStyle | undefined>[] | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
24884
|
-
borderBlockWidth?: readonly string[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
24885
24882
|
borderBottomColor?: readonly string[] | csstype.Property.BorderBottomColor | readonly csstype.Property.BorderBottomColor[] | undefined;
|
|
24886
24883
|
borderBottomLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
24887
24884
|
borderBottomRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
@@ -24895,15 +24892,12 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24895
24892
|
borderImageSlice?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BorderImageSlice | readonly NonNullable<csstype.Property.BorderImageSlice | undefined>[] | undefined;
|
|
24896
24893
|
borderImageSource?: readonly string[] | csstype.Property.BorderImageSource | readonly csstype.Property.BorderImageSource[] | undefined;
|
|
24897
24894
|
borderImageWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderImageWidth<string | number> | readonly NonNullable<csstype.Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
24898
|
-
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
24899
24895
|
borderInlineEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
24900
24896
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | readonly NonNullable<csstype.Property.BorderInlineEndStyle | undefined>[] | readonly csstype.Property.BorderInlineEndStyle[] | undefined;
|
|
24901
24897
|
borderInlineEndWidth?: readonly string[] | csstype.Property.BorderInlineEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
24902
24898
|
borderInlineStartColor?: readonly string[] | csstype.Property.BorderInlineStartColor | readonly csstype.Property.BorderInlineStartColor[] | undefined;
|
|
24903
24899
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
24904
24900
|
borderInlineStartWidth?: readonly string[] | csstype.Property.BorderInlineStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
24905
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | readonly NonNullable<csstype.Property.BorderInlineStyle | undefined>[] | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
24906
|
-
borderInlineWidth?: readonly string[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
24907
24901
|
borderLeftColor?: readonly string[] | csstype.Property.BorderLeftColor | readonly csstype.Property.BorderLeftColor[] | undefined;
|
|
24908
24902
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | readonly NonNullable<csstype.Property.BorderLeftStyle | undefined>[] | readonly csstype.Property.BorderLeftStyle[] | undefined;
|
|
24909
24903
|
borderLeftWidth?: readonly string[] | csstype.Property.BorderLeftWidth<string | number> | readonly NonNullable<csstype.Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -24914,7 +24908,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24914
24908
|
borderStartEndRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderStartEndRadius<string | number> | readonly NonNullable<csstype.Property.BorderStartEndRadius<string | number> | undefined>[] | undefined;
|
|
24915
24909
|
borderStartStartRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderStartStartRadius<string | number> | readonly NonNullable<csstype.Property.BorderStartStartRadius<string | number> | undefined>[] | undefined;
|
|
24916
24910
|
borderTopColor?: readonly string[] | csstype.Property.BorderTopColor | readonly csstype.Property.BorderTopColor[] | undefined;
|
|
24917
|
-
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
24911
|
+
borderTopLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
24918
24912
|
borderTopRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
24919
24913
|
borderTopStyle?: csstype.Property.BorderTopStyle | readonly NonNullable<csstype.Property.BorderTopStyle | undefined>[] | readonly csstype.Property.BorderTopStyle[] | undefined;
|
|
24920
24914
|
borderTopWidth?: readonly string[] | csstype.Property.BorderTopWidth<string | number> | readonly NonNullable<csstype.Property.BorderTopWidth<string | number> | undefined>[] | undefined;
|
|
@@ -24930,7 +24924,9 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24930
24924
|
caretShape?: csstype.Property.CaretShape | readonly NonNullable<csstype.Property.CaretShape | undefined>[] | readonly csstype.Property.CaretShape[] | undefined;
|
|
24931
24925
|
clear?: csstype.Property.Clear | readonly NonNullable<csstype.Property.Clear | undefined>[] | readonly csstype.Property.Clear[] | undefined;
|
|
24932
24926
|
clipPath?: readonly string[] | csstype.Property.ClipPath | readonly csstype.Property.ClipPath[] | undefined;
|
|
24927
|
+
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
24933
24928
|
colorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
24929
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | readonly NonNullable<csstype.Property.ColorInterpolationFilters | undefined>[] | readonly csstype.Property.ColorInterpolationFilters[] | undefined;
|
|
24934
24930
|
colorScheme?: readonly string[] | csstype.Property.ColorScheme | readonly csstype.Property.ColorScheme[] | undefined;
|
|
24935
24931
|
columnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
24936
24932
|
columnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
@@ -24946,16 +24942,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24946
24942
|
containIntrinsicInlineSize?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
24947
24943
|
containIntrinsicWidth?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
24948
24944
|
containerName?: readonly string[] | csstype.Property.ContainerName | readonly csstype.Property.ContainerName[] | undefined;
|
|
24949
|
-
containerType?:
|
|
24945
|
+
containerType?: readonly string[] | csstype.Property.ContainerType | readonly csstype.Property.ContainerType[] | undefined;
|
|
24950
24946
|
content?: readonly string[] | csstype.Property.Content | readonly csstype.Property.Content[] | undefined;
|
|
24951
24947
|
contentVisibility?: csstype.Property.ContentVisibility | readonly NonNullable<csstype.Property.ContentVisibility | undefined>[] | readonly csstype.Property.ContentVisibility[] | undefined;
|
|
24952
24948
|
counterIncrement?: readonly string[] | csstype.Property.CounterIncrement | readonly csstype.Property.CounterIncrement[] | undefined;
|
|
24953
24949
|
counterReset?: readonly string[] | csstype.Property.CounterReset | readonly csstype.Property.CounterReset[] | undefined;
|
|
24954
24950
|
counterSet?: readonly string[] | csstype.Property.CounterSet | readonly csstype.Property.CounterSet[] | undefined;
|
|
24955
24951
|
cursor?: readonly string[] | csstype.Property.Cursor | readonly csstype.Property.Cursor[] | undefined;
|
|
24952
|
+
cx?: readonly (string | (string & {}))[] | csstype.Property.Cx<string | number> | readonly NonNullable<csstype.Property.Cx<string | number> | undefined>[] | undefined;
|
|
24953
|
+
cy?: readonly (string | (string & {}))[] | csstype.Property.Cy<string | number> | readonly NonNullable<csstype.Property.Cy<string | number> | undefined>[] | undefined;
|
|
24954
|
+
d?: readonly string[] | csstype.Property.D | readonly csstype.Property.D[] | undefined;
|
|
24956
24955
|
direction?: csstype.Property.Direction | readonly NonNullable<csstype.Property.Direction | undefined>[] | readonly csstype.Property.Direction[] | undefined;
|
|
24957
24956
|
display?: readonly string[] | csstype.Property.Display | readonly csstype.Property.Display[] | undefined;
|
|
24957
|
+
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
24958
24958
|
emptyCells?: csstype.Property.EmptyCells | readonly NonNullable<csstype.Property.EmptyCells | undefined>[] | readonly csstype.Property.EmptyCells[] | undefined;
|
|
24959
|
+
fieldSizing?: csstype.Property.FieldSizing | readonly NonNullable<csstype.Property.FieldSizing | undefined>[] | readonly csstype.Property.FieldSizing[] | undefined;
|
|
24960
|
+
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
24961
|
+
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
24962
|
+
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
24959
24963
|
filter?: readonly string[] | csstype.Property.Filter | readonly csstype.Property.Filter[] | undefined;
|
|
24960
24964
|
flexBasis?: readonly (string | (string & {}))[] | csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
24961
24965
|
flexDirection?: csstype.Property.FlexDirection | readonly NonNullable<csstype.Property.FlexDirection | undefined>[] | readonly csstype.Property.FlexDirection[] | undefined;
|
|
@@ -24963,6 +24967,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24963
24967
|
flexShrink?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined;
|
|
24964
24968
|
flexWrap?: csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | readonly csstype.Property.FlexWrap[] | undefined;
|
|
24965
24969
|
float?: csstype.Property.Float | readonly NonNullable<csstype.Property.Float | undefined>[] | readonly csstype.Property.Float[] | undefined;
|
|
24970
|
+
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
24971
|
+
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
24966
24972
|
fontFamily?: readonly string[] | csstype.Property.FontFamily | readonly csstype.Property.FontFamily[] | undefined;
|
|
24967
24973
|
fontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
24968
24974
|
fontKerning?: csstype.Property.FontKerning | readonly NonNullable<csstype.Property.FontKerning | undefined>[] | readonly csstype.Property.FontKerning[] | undefined;
|
|
@@ -24972,7 +24978,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24972
24978
|
fontSize?: readonly (string | (string & {}))[] | csstype.Property.FontSize<string | number> | readonly NonNullable<csstype.Property.FontSize<string | number> | undefined>[] | undefined;
|
|
24973
24979
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | readonly NonNullable<csstype.Property.FontSizeAdjust | undefined>[] | readonly ("none" | (string & {}) | csstype.Globals | "from-font")[] | undefined;
|
|
24974
24980
|
fontSmooth?: readonly string[] | csstype.Property.FontSmooth<string | number> | readonly NonNullable<csstype.Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
24975
|
-
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
24976
24981
|
fontStyle?: readonly string[] | csstype.Property.FontStyle | readonly csstype.Property.FontStyle[] | undefined;
|
|
24977
24982
|
fontSynthesis?: readonly string[] | csstype.Property.FontSynthesis | readonly csstype.Property.FontSynthesis[] | undefined;
|
|
24978
24983
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | readonly NonNullable<csstype.Property.FontSynthesisPosition | undefined>[] | readonly csstype.Property.FontSynthesisPosition[] | undefined;
|
|
@@ -24989,6 +24994,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
24989
24994
|
fontVariantPosition?: csstype.Property.FontVariantPosition | readonly NonNullable<csstype.Property.FontVariantPosition | undefined>[] | readonly csstype.Property.FontVariantPosition[] | undefined;
|
|
24990
24995
|
fontVariationSettings?: readonly string[] | csstype.Property.FontVariationSettings | readonly csstype.Property.FontVariationSettings[] | undefined;
|
|
24991
24996
|
fontWeight?: csstype.Property.FontWeight | readonly NonNullable<csstype.Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | csstype.Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
24997
|
+
fontWidth?: readonly string[] | csstype.Property.FontWidth | readonly csstype.Property.FontWidth[] | undefined;
|
|
24992
24998
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | readonly NonNullable<csstype.Property.ForcedColorAdjust | undefined>[] | readonly csstype.Property.ForcedColorAdjust[] | undefined;
|
|
24993
24999
|
gridAutoColumns?: readonly (string | (string & {}))[] | csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
24994
25000
|
gridAutoFlow?: readonly string[] | csstype.Property.GridAutoFlow | readonly csstype.Property.GridAutoFlow[] | undefined;
|
|
@@ -25009,12 +25015,13 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25009
25015
|
imageRendering?: csstype.Property.ImageRendering | readonly NonNullable<csstype.Property.ImageRendering | undefined>[] | readonly csstype.Property.ImageRendering[] | undefined;
|
|
25010
25016
|
imageResolution?: readonly string[] | csstype.Property.ImageResolution | readonly csstype.Property.ImageResolution[] | undefined;
|
|
25011
25017
|
initialLetter?: csstype.Property.InitialLetter | readonly NonNullable<csstype.Property.InitialLetter | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal")[] | undefined;
|
|
25018
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | readonly NonNullable<csstype.Property.InitialLetterAlign | undefined>[] | readonly csstype.Property.InitialLetterAlign[] | undefined;
|
|
25012
25019
|
inlineSize?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
25013
|
-
inputSecurity?: csstype.Property.InputSecurity | readonly NonNullable<csstype.Property.InputSecurity | undefined>[] | readonly csstype.Property.InputSecurity[] | undefined;
|
|
25014
25020
|
insetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
25015
25021
|
insetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
25016
25022
|
insetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
25017
25023
|
insetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
25024
|
+
interpolateSize?: csstype.Property.InterpolateSize | readonly NonNullable<csstype.Property.InterpolateSize | undefined>[] | readonly csstype.Property.InterpolateSize[] | undefined;
|
|
25018
25025
|
isolation?: csstype.Property.Isolation | readonly NonNullable<csstype.Property.Isolation | undefined>[] | readonly csstype.Property.Isolation[] | undefined;
|
|
25019
25026
|
justifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
25020
25027
|
justifyItems?: readonly string[] | csstype.Property.JustifyItems | readonly csstype.Property.JustifyItems[] | undefined;
|
|
@@ -25022,6 +25029,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25022
25029
|
justifyTracks?: readonly string[] | csstype.Property.JustifyTracks | readonly csstype.Property.JustifyTracks[] | undefined;
|
|
25023
25030
|
left?: readonly (string | (string & {}))[] | csstype.Property.Left<string | number> | readonly NonNullable<csstype.Property.Left<string | number> | undefined>[] | undefined;
|
|
25024
25031
|
letterSpacing?: readonly string[] | csstype.Property.LetterSpacing<string | number> | readonly NonNullable<csstype.Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
25032
|
+
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
25025
25033
|
lineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
25026
25034
|
lineHeight?: readonly (string | (string & {}))[] | csstype.Property.LineHeight<string | number> | readonly NonNullable<csstype.Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
25027
25035
|
lineHeightStep?: readonly string[] | csstype.Property.LineHeightStep<string | number> | readonly NonNullable<csstype.Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -25037,6 +25045,10 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25037
25045
|
marginRight?: readonly (string | (string & {}))[] | csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
25038
25046
|
marginTop?: readonly (string | (string & {}))[] | csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
25039
25047
|
marginTrim?: csstype.Property.MarginTrim | readonly NonNullable<csstype.Property.MarginTrim | undefined>[] | readonly csstype.Property.MarginTrim[] | undefined;
|
|
25048
|
+
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
25049
|
+
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
25050
|
+
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
25051
|
+
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
25040
25052
|
maskBorderMode?: csstype.Property.MaskBorderMode | readonly NonNullable<csstype.Property.MaskBorderMode | undefined>[] | readonly csstype.Property.MaskBorderMode[] | undefined;
|
|
25041
25053
|
maskBorderOutset?: readonly (string | (string & {}))[] | csstype.Property.MaskBorderOutset<string | number> | readonly NonNullable<csstype.Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
25042
25054
|
maskBorderRepeat?: readonly string[] | csstype.Property.MaskBorderRepeat | readonly csstype.Property.MaskBorderRepeat[] | undefined;
|
|
@@ -25064,13 +25076,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25064
25076
|
minBlockSize?: readonly (string | (string & {}))[] | csstype.Property.MinBlockSize<string | number> | readonly NonNullable<csstype.Property.MinBlockSize<string | number> | undefined>[] | undefined;
|
|
25065
25077
|
minHeight?: readonly (string | (string & {}))[] | csstype.Property.MinHeight<string | number> | readonly NonNullable<csstype.Property.MinHeight<string | number> | undefined>[] | undefined;
|
|
25066
25078
|
minInlineSize?: readonly (string | (string & {}))[] | csstype.Property.MinInlineSize<string | number> | readonly NonNullable<csstype.Property.MinInlineSize<string | number> | undefined>[] | undefined;
|
|
25067
|
-
minWidth?:
|
|
25079
|
+
minWidth?: readonly (string | (string & {}))[] | csstype.Property.MinWidth<string | number> | readonly NonNullable<csstype.Property.MinWidth<string | number> | undefined>[] | undefined;
|
|
25068
25080
|
mixBlendMode?: csstype.Property.MixBlendMode | readonly NonNullable<csstype.Property.MixBlendMode | undefined>[] | readonly csstype.Property.MixBlendMode[] | undefined;
|
|
25069
25081
|
motionDistance?: readonly (string | (string & {}))[] | csstype.Property.OffsetDistance<string | number> | readonly NonNullable<csstype.Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
25070
25082
|
motionPath?: readonly string[] | csstype.Property.OffsetPath | readonly csstype.Property.OffsetPath[] | undefined;
|
|
25071
25083
|
motionRotation?: readonly string[] | csstype.Property.OffsetRotate | readonly csstype.Property.OffsetRotate[] | undefined;
|
|
25072
25084
|
objectFit?: csstype.Property.ObjectFit | readonly NonNullable<csstype.Property.ObjectFit | undefined>[] | readonly csstype.Property.ObjectFit[] | undefined;
|
|
25073
25085
|
objectPosition?: readonly (string | (string & {}))[] | csstype.Property.ObjectPosition<string | number> | readonly NonNullable<csstype.Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
25086
|
+
objectViewBox?: readonly string[] | csstype.Property.ObjectViewBox | readonly csstype.Property.ObjectViewBox[] | undefined;
|
|
25074
25087
|
offsetAnchor?: readonly (string | (string & {}))[] | csstype.Property.OffsetAnchor<string | number> | readonly NonNullable<csstype.Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
25075
25088
|
offsetDistance?: readonly (string | (string & {}))[] | csstype.Property.OffsetDistance<string | number> | readonly NonNullable<csstype.Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
25076
25089
|
offsetPath?: readonly string[] | csstype.Property.OffsetPath | readonly csstype.Property.OffsetPath[] | undefined;
|
|
@@ -25082,7 +25095,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25082
25095
|
orphans?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Orphans | readonly NonNullable<csstype.Property.Orphans | undefined>[] | undefined;
|
|
25083
25096
|
outlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
25084
25097
|
outlineOffset?: readonly string[] | csstype.Property.OutlineOffset<string | number> | readonly NonNullable<csstype.Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
25085
|
-
outlineStyle?:
|
|
25098
|
+
outlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
25086
25099
|
outlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
25087
25100
|
overflowAnchor?: csstype.Property.OverflowAnchor | readonly NonNullable<csstype.Property.OverflowAnchor | undefined>[] | readonly csstype.Property.OverflowAnchor[] | undefined;
|
|
25088
25101
|
overflowBlock?: csstype.Property.OverflowBlock | readonly NonNullable<csstype.Property.OverflowBlock | undefined>[] | readonly csstype.Property.OverflowBlock[] | undefined;
|
|
@@ -25106,25 +25119,32 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25106
25119
|
paddingRight?: readonly (string | (string & {}))[] | csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
25107
25120
|
paddingTop?: readonly (string | (string & {}))[] | csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
25108
25121
|
page?: readonly string[] | csstype.Property.Page | readonly csstype.Property.Page[] | undefined;
|
|
25109
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
25110
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
25111
|
-
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
25112
25122
|
paintOrder?: readonly string[] | csstype.Property.PaintOrder | readonly csstype.Property.PaintOrder[] | undefined;
|
|
25113
25123
|
perspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
25114
25124
|
perspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
25115
25125
|
pointerEvents?: csstype.Property.PointerEvents | readonly NonNullable<csstype.Property.PointerEvents | undefined>[] | readonly csstype.Property.PointerEvents[] | undefined;
|
|
25116
25126
|
position?: csstype.Property.Position | readonly NonNullable<csstype.Property.Position | undefined>[] | readonly csstype.Property.Position[] | undefined;
|
|
25127
|
+
positionAnchor?: readonly string[] | csstype.Property.PositionAnchor | readonly csstype.Property.PositionAnchor[] | undefined;
|
|
25128
|
+
positionArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
25129
|
+
positionTryFallbacks?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
25130
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | readonly NonNullable<csstype.Property.PositionTryOrder | undefined>[] | readonly csstype.Property.PositionTryOrder[] | undefined;
|
|
25131
|
+
positionVisibility?: readonly string[] | csstype.Property.PositionVisibility | readonly csstype.Property.PositionVisibility[] | undefined;
|
|
25117
25132
|
printColorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
25118
25133
|
quotes?: readonly string[] | csstype.Property.Quotes | readonly csstype.Property.Quotes[] | undefined;
|
|
25134
|
+
r?: readonly (string | (string & {}))[] | csstype.Property.R<string | number> | readonly NonNullable<csstype.Property.R<string | number> | undefined>[] | undefined;
|
|
25119
25135
|
resize?: csstype.Property.Resize | readonly NonNullable<csstype.Property.Resize | undefined>[] | readonly csstype.Property.Resize[] | undefined;
|
|
25120
25136
|
right?: readonly (string | (string & {}))[] | csstype.Property.Right<string | number> | readonly NonNullable<csstype.Property.Right<string | number> | undefined>[] | undefined;
|
|
25121
25137
|
rotate?: readonly string[] | csstype.Property.Rotate | readonly csstype.Property.Rotate[] | undefined;
|
|
25122
25138
|
rowGap?: readonly (string | (string & {}))[] | csstype.Property.RowGap<string | number> | readonly NonNullable<csstype.Property.RowGap<string | number> | undefined>[] | undefined;
|
|
25123
25139
|
rubyAlign?: csstype.Property.RubyAlign | readonly NonNullable<csstype.Property.RubyAlign | undefined>[] | readonly csstype.Property.RubyAlign[] | undefined;
|
|
25124
25140
|
rubyMerge?: csstype.Property.RubyMerge | readonly NonNullable<csstype.Property.RubyMerge | undefined>[] | readonly csstype.Property.RubyMerge[] | undefined;
|
|
25141
|
+
rubyOverhang?: csstype.Property.RubyOverhang | readonly NonNullable<csstype.Property.RubyOverhang | undefined>[] | readonly csstype.Property.RubyOverhang[] | undefined;
|
|
25125
25142
|
rubyPosition?: readonly string[] | csstype.Property.RubyPosition | readonly csstype.Property.RubyPosition[] | undefined;
|
|
25143
|
+
rx?: readonly (string | (string & {}))[] | csstype.Property.Rx<string | number> | readonly NonNullable<csstype.Property.Rx<string | number> | undefined>[] | undefined;
|
|
25144
|
+
ry?: readonly (string | (string & {}))[] | csstype.Property.Ry<string | number> | readonly NonNullable<csstype.Property.Ry<string | number> | undefined>[] | undefined;
|
|
25126
25145
|
scale?: readonly ("none" | (string & {}) | csstype.Globals)[] | csstype.Property.Scale | readonly NonNullable<csstype.Property.Scale | undefined>[] | undefined;
|
|
25127
25146
|
scrollBehavior?: csstype.Property.ScrollBehavior | readonly NonNullable<csstype.Property.ScrollBehavior | undefined>[] | readonly csstype.Property.ScrollBehavior[] | undefined;
|
|
25147
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | readonly NonNullable<csstype.Property.ScrollInitialTarget | undefined>[] | readonly csstype.Property.ScrollInitialTarget[] | undefined;
|
|
25128
25148
|
scrollMarginBlockEnd?: readonly string[] | csstype.Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
25129
25149
|
scrollMarginBlockStart?: readonly string[] | csstype.Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
25130
25150
|
scrollMarginBottom?: readonly string[] | csstype.Property.ScrollMarginBottom<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -25156,10 +25176,28 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25156
25176
|
shapeImageThreshold?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.ShapeImageThreshold | readonly NonNullable<csstype.Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
25157
25177
|
shapeMargin?: readonly (string | (string & {}))[] | csstype.Property.ShapeMargin<string | number> | readonly NonNullable<csstype.Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
25158
25178
|
shapeOutside?: readonly string[] | csstype.Property.ShapeOutside | readonly csstype.Property.ShapeOutside[] | undefined;
|
|
25179
|
+
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
25180
|
+
speakAs?: readonly string[] | csstype.Property.SpeakAs | readonly csstype.Property.SpeakAs[] | undefined;
|
|
25181
|
+
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
25182
|
+
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
25183
|
+
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
25184
|
+
strokeColor?: readonly string[] | csstype.Property.StrokeColor | readonly csstype.Property.StrokeColor[] | undefined;
|
|
25185
|
+
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
25186
|
+
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
25187
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
25188
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
25189
|
+
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
25190
|
+
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
25191
|
+
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
25159
25192
|
tabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
25160
25193
|
tableLayout?: csstype.Property.TableLayout | readonly NonNullable<csstype.Property.TableLayout | undefined>[] | readonly csstype.Property.TableLayout[] | undefined;
|
|
25161
25194
|
textAlign?: csstype.Property.TextAlign | readonly NonNullable<csstype.Property.TextAlign | undefined>[] | readonly csstype.Property.TextAlign[] | undefined;
|
|
25162
25195
|
textAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
25196
|
+
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
25197
|
+
textAutospace?: readonly string[] | csstype.Property.TextAutospace | readonly csstype.Property.TextAutospace[] | undefined;
|
|
25198
|
+
textBox?: readonly string[] | csstype.Property.TextBox | readonly csstype.Property.TextBox[] | undefined;
|
|
25199
|
+
textBoxEdge?: readonly string[] | csstype.Property.TextBoxEdge | readonly csstype.Property.TextBoxEdge[] | undefined;
|
|
25200
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | readonly NonNullable<csstype.Property.TextBoxTrim | undefined>[] | readonly csstype.Property.TextBoxTrim[] | undefined;
|
|
25163
25201
|
textCombineUpright?: readonly string[] | csstype.Property.TextCombineUpright | readonly csstype.Property.TextCombineUpright[] | undefined;
|
|
25164
25202
|
textDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
25165
25203
|
textDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
@@ -25177,10 +25215,12 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25177
25215
|
textRendering?: csstype.Property.TextRendering | readonly NonNullable<csstype.Property.TextRendering | undefined>[] | readonly csstype.Property.TextRendering[] | undefined;
|
|
25178
25216
|
textShadow?: readonly string[] | csstype.Property.TextShadow | readonly csstype.Property.TextShadow[] | undefined;
|
|
25179
25217
|
textSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
25180
|
-
|
|
25218
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | readonly NonNullable<csstype.Property.TextSpacingTrim | undefined>[] | readonly csstype.Property.TextSpacingTrim[] | undefined;
|
|
25219
|
+
textTransform?: readonly string[] | csstype.Property.TextTransform | readonly csstype.Property.TextTransform[] | undefined;
|
|
25181
25220
|
textUnderlineOffset?: readonly (string | (string & {}))[] | csstype.Property.TextUnderlineOffset<string | number> | readonly NonNullable<csstype.Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
25182
25221
|
textUnderlinePosition?: readonly string[] | csstype.Property.TextUnderlinePosition | readonly csstype.Property.TextUnderlinePosition[] | undefined;
|
|
25183
|
-
|
|
25222
|
+
textWrapMode?: csstype.Property.TextWrapMode | readonly NonNullable<csstype.Property.TextWrapMode | undefined>[] | readonly csstype.Property.TextWrapMode[] | undefined;
|
|
25223
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | readonly NonNullable<csstype.Property.TextWrapStyle | undefined>[] | readonly csstype.Property.TextWrapStyle[] | undefined;
|
|
25184
25224
|
timelineScope?: readonly string[] | csstype.Property.TimelineScope | readonly csstype.Property.TimelineScope[] | undefined;
|
|
25185
25225
|
top?: readonly (string | (string & {}))[] | csstype.Property.Top<string | number> | readonly NonNullable<csstype.Property.Top<string | number> | undefined>[] | undefined;
|
|
25186
25226
|
touchAction?: readonly string[] | csstype.Property.TouchAction | readonly csstype.Property.TouchAction[] | undefined;
|
|
@@ -25196,15 +25236,16 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25196
25236
|
translate?: readonly (string | (string & {}))[] | csstype.Property.Translate<string | number> | readonly NonNullable<csstype.Property.Translate<string | number> | undefined>[] | undefined;
|
|
25197
25237
|
unicodeBidi?: csstype.Property.UnicodeBidi | readonly NonNullable<csstype.Property.UnicodeBidi | undefined>[] | readonly csstype.Property.UnicodeBidi[] | undefined;
|
|
25198
25238
|
userSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
25239
|
+
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
25199
25240
|
verticalAlign?: readonly (string | (string & {}))[] | csstype.Property.VerticalAlign<string | number> | readonly NonNullable<csstype.Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
25200
25241
|
viewTimelineAxis?: readonly string[] | csstype.Property.ViewTimelineAxis | readonly csstype.Property.ViewTimelineAxis[] | undefined;
|
|
25201
25242
|
viewTimelineInset?: readonly (string | (string & {}))[] | csstype.Property.ViewTimelineInset<string | number> | readonly NonNullable<csstype.Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
25202
25243
|
viewTimelineName?: readonly string[] | csstype.Property.ViewTimelineName | readonly csstype.Property.ViewTimelineName[] | undefined;
|
|
25244
|
+
viewTransitionClass?: readonly string[] | csstype.Property.ViewTransitionClass | readonly csstype.Property.ViewTransitionClass[] | undefined;
|
|
25203
25245
|
viewTransitionName?: readonly string[] | csstype.Property.ViewTransitionName | readonly csstype.Property.ViewTransitionName[] | undefined;
|
|
25204
25246
|
visibility?: csstype.Property.Visibility | readonly NonNullable<csstype.Property.Visibility | undefined>[] | readonly csstype.Property.Visibility[] | undefined;
|
|
25205
25247
|
whiteSpace?: readonly string[] | csstype.Property.WhiteSpace | readonly csstype.Property.WhiteSpace[] | undefined;
|
|
25206
25248
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | readonly NonNullable<csstype.Property.WhiteSpaceCollapse | undefined>[] | readonly csstype.Property.WhiteSpaceCollapse[] | undefined;
|
|
25207
|
-
whiteSpaceTrim?: readonly string[] | csstype.Property.WhiteSpaceTrim | readonly csstype.Property.WhiteSpaceTrim[] | undefined;
|
|
25208
25249
|
widows?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Widows | readonly NonNullable<csstype.Property.Widows | undefined>[] | undefined;
|
|
25209
25250
|
width?: readonly (string | (string & {}))[] | csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined;
|
|
25210
25251
|
willChange?: readonly string[] | csstype.Property.WillChange | readonly csstype.Property.WillChange[] | undefined;
|
|
@@ -25212,6 +25253,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25212
25253
|
wordSpacing?: readonly string[] | csstype.Property.WordSpacing<string | number> | readonly NonNullable<csstype.Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
25213
25254
|
wordWrap?: csstype.Property.WordWrap | readonly NonNullable<csstype.Property.WordWrap | undefined>[] | readonly csstype.Property.WordWrap[] | undefined;
|
|
25214
25255
|
writingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
25256
|
+
x?: readonly (string | (string & {}))[] | csstype.Property.X<string | number> | readonly NonNullable<csstype.Property.X<string | number> | undefined>[] | undefined;
|
|
25257
|
+
y?: readonly (string | (string & {}))[] | csstype.Property.Y<string | number> | readonly NonNullable<csstype.Property.Y<string | number> | undefined>[] | undefined;
|
|
25215
25258
|
zIndex?: csstype.Property.ZIndex | readonly NonNullable<csstype.Property.ZIndex | undefined>[] | readonly ((string & {}) | "auto" | csstype.Globals)[] | undefined;
|
|
25216
25259
|
zoom?: csstype.Property.Zoom | readonly NonNullable<csstype.Property.Zoom | undefined>[] | readonly ((string & {}) | csstype.Globals | "reset" | "normal")[] | undefined;
|
|
25217
25260
|
all?: csstype.Globals | readonly NonNullable<csstype.Globals | undefined>[] | readonly csstype.Globals[] | undefined;
|
|
@@ -25221,16 +25264,22 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25221
25264
|
backgroundPosition?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPosition<string | number> | readonly NonNullable<csstype.Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
25222
25265
|
border?: readonly (string | (string & {}))[] | csstype.Property.Border<string | number> | readonly NonNullable<csstype.Property.Border<string | number> | undefined>[] | undefined;
|
|
25223
25266
|
borderBlock?: readonly (string | (string & {}))[] | csstype.Property.BorderBlock<string | number> | readonly NonNullable<csstype.Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
25267
|
+
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
25224
25268
|
borderBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockEnd<string | number> | readonly NonNullable<csstype.Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
25225
25269
|
borderBlockStart?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockStart<string | number> | readonly NonNullable<csstype.Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
25270
|
+
borderBlockStyle?: readonly string[] | csstype.Property.BorderBlockStyle | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
25271
|
+
borderBlockWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
25226
25272
|
borderBottom?: readonly (string | (string & {}))[] | csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
25227
25273
|
borderColor?: readonly string[] | csstype.Property.BorderColor | readonly csstype.Property.BorderColor[] | undefined;
|
|
25228
25274
|
borderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
25229
25275
|
borderInline?: readonly (string | (string & {}))[] | csstype.Property.BorderInline<string | number> | readonly NonNullable<csstype.Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
25276
|
+
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
25230
25277
|
borderInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineEnd<string | number> | readonly NonNullable<csstype.Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
25231
25278
|
borderInlineStart?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineStart<string | number> | readonly NonNullable<csstype.Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
25279
|
+
borderInlineStyle?: readonly string[] | csstype.Property.BorderInlineStyle | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
25280
|
+
borderInlineWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
25232
25281
|
borderLeft?: readonly (string | (string & {}))[] | csstype.Property.BorderLeft<string | number> | readonly NonNullable<csstype.Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
25233
|
-
borderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
25282
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
25234
25283
|
borderRight?: readonly (string | (string & {}))[] | csstype.Property.BorderRight<string | number> | readonly NonNullable<csstype.Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
25235
25284
|
borderStyle?: readonly string[] | csstype.Property.BorderStyle | readonly csstype.Property.BorderStyle[] | undefined;
|
|
25236
25285
|
borderTop?: readonly (string | (string & {}))[] | csstype.Property.BorderTop<string | number> | readonly NonNullable<csstype.Property.BorderTop<string | number> | undefined>[] | undefined;
|
|
@@ -25270,6 +25319,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25270
25319
|
placeContent?: readonly string[] | csstype.Property.PlaceContent | readonly csstype.Property.PlaceContent[] | undefined;
|
|
25271
25320
|
placeItems?: readonly string[] | csstype.Property.PlaceItems | readonly csstype.Property.PlaceItems[] | undefined;
|
|
25272
25321
|
placeSelf?: readonly string[] | csstype.Property.PlaceSelf | readonly csstype.Property.PlaceSelf[] | undefined;
|
|
25322
|
+
positionTry?: readonly string[] | csstype.Property.PositionTry | readonly csstype.Property.PositionTry[] | undefined;
|
|
25273
25323
|
scrollMargin?: readonly (string | (string & {}))[] | csstype.Property.ScrollMargin<string | number> | readonly NonNullable<csstype.Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
25274
25324
|
scrollMarginBlock?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginBlock<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
25275
25325
|
scrollMarginInline?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginInline<string | number> | readonly NonNullable<csstype.Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
@@ -25280,6 +25330,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25280
25330
|
scrollTimeline?: readonly string[] | csstype.Property.ScrollTimeline | readonly csstype.Property.ScrollTimeline[] | undefined;
|
|
25281
25331
|
textDecoration?: readonly (string | (string & {}))[] | csstype.Property.TextDecoration<string | number> | readonly NonNullable<csstype.Property.TextDecoration<string | number> | undefined>[] | undefined;
|
|
25282
25332
|
textEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
25333
|
+
textWrap?: readonly string[] | csstype.Property.TextWrap | readonly csstype.Property.TextWrap[] | undefined;
|
|
25283
25334
|
transition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
25284
25335
|
viewTimeline?: readonly string[] | csstype.Property.ViewTimeline | readonly csstype.Property.ViewTimeline[] | undefined;
|
|
25285
25336
|
MozAnimationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -25291,6 +25342,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25291
25342
|
MozAnimationPlayState?: readonly string[] | csstype.Property.AnimationPlayState | readonly csstype.Property.AnimationPlayState[] | undefined;
|
|
25292
25343
|
MozAnimationTimingFunction?: readonly string[] | csstype.Property.AnimationTimingFunction | readonly csstype.Property.AnimationTimingFunction[] | undefined;
|
|
25293
25344
|
MozAppearance?: csstype.Property.MozAppearance | readonly NonNullable<csstype.Property.MozAppearance | undefined>[] | readonly csstype.Property.MozAppearance[] | undefined;
|
|
25345
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
25294
25346
|
MozBinding?: readonly string[] | csstype.Property.MozBinding | readonly csstype.Property.MozBinding[] | undefined;
|
|
25295
25347
|
MozBorderBottomColors?: readonly string[] | csstype.Property.MozBorderBottomColors | readonly csstype.Property.MozBorderBottomColors[] | undefined;
|
|
25296
25348
|
MozBorderEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
@@ -25302,8 +25354,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25302
25354
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
25303
25355
|
MozBorderTopColors?: readonly string[] | csstype.Property.MozBorderTopColors | readonly csstype.Property.MozBorderTopColors[] | undefined;
|
|
25304
25356
|
MozBoxSizing?: csstype.Property.BoxSizing | readonly NonNullable<csstype.Property.BoxSizing | undefined>[] | readonly csstype.Property.BoxSizing[] | undefined;
|
|
25305
|
-
MozColumnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
25306
|
-
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
25307
25357
|
MozColumnRuleColor?: readonly string[] | csstype.Property.ColumnRuleColor | readonly csstype.Property.ColumnRuleColor[] | undefined;
|
|
25308
25358
|
MozColumnRuleStyle?: readonly string[] | csstype.Property.ColumnRuleStyle | readonly csstype.Property.ColumnRuleStyle[] | undefined;
|
|
25309
25359
|
MozColumnRuleWidth?: readonly (string | (string & {}))[] | csstype.Property.ColumnRuleWidth<string | number> | readonly NonNullable<csstype.Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
@@ -25312,7 +25362,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25312
25362
|
MozFontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
25313
25363
|
MozFontLanguageOverride?: readonly string[] | csstype.Property.FontLanguageOverride | readonly csstype.Property.FontLanguageOverride[] | undefined;
|
|
25314
25364
|
MozHyphens?: csstype.Property.Hyphens | readonly NonNullable<csstype.Property.Hyphens | undefined>[] | readonly csstype.Property.Hyphens[] | undefined;
|
|
25315
|
-
MozImageRegion?: readonly string[] | csstype.Property.MozImageRegion | readonly csstype.Property.MozImageRegion[] | undefined;
|
|
25316
25365
|
MozMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
25317
25366
|
MozMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
25318
25367
|
MozOrient?: csstype.Property.MozOrient | readonly NonNullable<csstype.Property.MozOrient | undefined>[] | readonly csstype.Property.MozOrient[] | undefined;
|
|
@@ -25323,11 +25372,15 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25323
25372
|
MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
25324
25373
|
MozPaddingEnd?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineEnd<string | number> | readonly NonNullable<csstype.Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
25325
25374
|
MozPaddingStart?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineStart<string | number> | readonly NonNullable<csstype.Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
25375
|
+
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
25376
|
+
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
25326
25377
|
MozStackSizing?: csstype.Property.MozStackSizing | readonly NonNullable<csstype.Property.MozStackSizing | undefined>[] | readonly csstype.Property.MozStackSizing[] | undefined;
|
|
25327
25378
|
MozTabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
25328
25379
|
MozTextBlink?: csstype.Property.MozTextBlink | readonly NonNullable<csstype.Property.MozTextBlink | undefined>[] | readonly csstype.Property.MozTextBlink[] | undefined;
|
|
25329
25380
|
MozTextSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
25330
|
-
|
|
25381
|
+
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
25382
|
+
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
25383
|
+
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
25331
25384
|
MozUserModify?: csstype.Property.MozUserModify | readonly NonNullable<csstype.Property.MozUserModify | undefined>[] | readonly csstype.Property.MozUserModify[] | undefined;
|
|
25332
25385
|
MozUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
25333
25386
|
MozWindowDragging?: csstype.Property.MozWindowDragging | readonly NonNullable<csstype.Property.MozWindowDragging | undefined>[] | readonly csstype.Property.MozWindowDragging[] | undefined;
|
|
@@ -25416,7 +25469,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25416
25469
|
WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
25417
25470
|
WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
25418
25471
|
WebkitBorderImageSlice?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BorderImageSlice | readonly NonNullable<csstype.Property.BorderImageSlice | undefined>[] | undefined;
|
|
25419
|
-
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
25472
|
+
WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
25420
25473
|
WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
25421
25474
|
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | readonly NonNullable<csstype.Property.BoxDecorationBreak | undefined>[] | readonly csstype.Property.BoxDecorationBreak[] | undefined;
|
|
25422
25475
|
WebkitBoxReflect?: readonly (string | (string & {}))[] | csstype.Property.WebkitBoxReflect<string | number> | readonly NonNullable<csstype.Property.WebkitBoxReflect<string | number> | undefined>[] | undefined;
|
|
@@ -25446,6 +25499,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25446
25499
|
WebkitJustifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
25447
25500
|
WebkitLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
25448
25501
|
WebkitLineClamp?: readonly ("none" | (string & {}) | csstype.Globals)[] | csstype.Property.WebkitLineClamp | readonly NonNullable<csstype.Property.WebkitLineClamp | undefined>[] | undefined;
|
|
25502
|
+
WebkitLogicalHeight?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
25503
|
+
WebkitLogicalWidth?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
25449
25504
|
WebkitMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
25450
25505
|
WebkitMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
25451
25506
|
WebkitMaskAttachment?: readonly string[] | csstype.Property.WebkitMaskAttachment | readonly csstype.Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -25500,13 +25555,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25500
25555
|
WebkitTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
25501
25556
|
WebkitTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
25502
25557
|
WebkitUserModify?: csstype.Property.WebkitUserModify | readonly NonNullable<csstype.Property.WebkitUserModify | undefined>[] | readonly csstype.Property.WebkitUserModify[] | undefined;
|
|
25503
|
-
WebkitUserSelect?: csstype.Property.
|
|
25558
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | readonly NonNullable<csstype.Property.WebkitUserSelect | undefined>[] | readonly csstype.Property.WebkitUserSelect[] | undefined;
|
|
25504
25559
|
WebkitWritingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
25505
25560
|
MozAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
25506
25561
|
MozBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
25507
25562
|
MozColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
25508
25563
|
MozColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
|
|
25509
25564
|
MozOutlineRadius?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadius<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
25565
|
+
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
25510
25566
|
msContentZoomLimit?: readonly string[] | csstype.Property.MsContentZoomLimit | readonly csstype.Property.MsContentZoomLimit[] | undefined;
|
|
25511
25567
|
msContentZoomSnap?: readonly string[] | csstype.Property.MsContentZoomSnap | readonly csstype.Property.MsContentZoomSnap[] | undefined;
|
|
25512
25568
|
msFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -25517,7 +25573,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25517
25573
|
WebkitAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
25518
25574
|
WebkitBorderBefore?: readonly (string | (string & {}))[] | csstype.Property.WebkitBorderBefore<string | number> | readonly NonNullable<csstype.Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
|
|
25519
25575
|
WebkitBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
25520
|
-
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
25576
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
25521
25577
|
WebkitColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
25522
25578
|
WebkitColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
|
|
25523
25579
|
WebkitFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -25527,7 +25583,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25527
25583
|
WebkitTextEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
25528
25584
|
WebkitTextStroke?: readonly (string | (string & {}))[] | csstype.Property.WebkitTextStroke<string | number> | readonly NonNullable<csstype.Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
25529
25585
|
WebkitTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
25530
|
-
azimuth?: readonly string[] | csstype.Property.Azimuth | readonly csstype.Property.Azimuth[] | undefined;
|
|
25531
25586
|
boxAlign?: csstype.Property.BoxAlign | readonly NonNullable<csstype.Property.BoxAlign | undefined>[] | readonly csstype.Property.BoxAlign[] | undefined;
|
|
25532
25587
|
boxDirection?: csstype.Property.BoxDirection | readonly NonNullable<csstype.Property.BoxDirection | undefined>[] | readonly csstype.Property.BoxDirection[] | undefined;
|
|
25533
25588
|
boxFlex?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxFlex | readonly NonNullable<csstype.Property.BoxFlex | undefined>[] | undefined;
|
|
@@ -25537,16 +25592,22 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25537
25592
|
boxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
25538
25593
|
boxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
25539
25594
|
clip?: readonly string[] | csstype.Property.Clip | readonly csstype.Property.Clip[] | undefined;
|
|
25595
|
+
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
25540
25596
|
gridColumnGap?: readonly (string | (string & {}))[] | csstype.Property.GridColumnGap<string | number> | readonly NonNullable<csstype.Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
25541
25597
|
gridGap?: readonly (string | (string & {}))[] | csstype.Property.GridGap<string | number> | readonly NonNullable<csstype.Property.GridGap<string | number> | undefined>[] | undefined;
|
|
25542
25598
|
gridRowGap?: readonly (string | (string & {}))[] | csstype.Property.GridRowGap<string | number> | readonly NonNullable<csstype.Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
25543
25599
|
imeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
25600
|
+
insetArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
25544
25601
|
offsetBlock?: readonly (string | (string & {}))[] | csstype.Property.InsetBlock<string | number> | readonly NonNullable<csstype.Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
25545
25602
|
offsetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
25546
25603
|
offsetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
25547
25604
|
offsetInline?: readonly (string | (string & {}))[] | csstype.Property.InsetInline<string | number> | readonly NonNullable<csstype.Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
25548
25605
|
offsetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
25549
25606
|
offsetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
25607
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
25608
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
25609
|
+
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
25610
|
+
positionTryOptions?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
25550
25611
|
scrollSnapCoordinate?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<csstype.Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
25551
25612
|
scrollSnapDestination?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapDestination<string | number> | readonly NonNullable<csstype.Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
25552
25613
|
scrollSnapPointsX?: readonly string[] | csstype.Property.ScrollSnapPointsX | readonly csstype.Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -25564,15 +25625,13 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25564
25625
|
KhtmlLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
25565
25626
|
KhtmlOpacity?: csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | readonly ((string & {}) | csstype.Globals)[] | undefined;
|
|
25566
25627
|
KhtmlUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
25567
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
25568
25628
|
MozBackgroundClip?: readonly string[] | csstype.Property.BackgroundClip | readonly csstype.Property.BackgroundClip[] | undefined;
|
|
25569
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | readonly NonNullable<csstype.Property.BoxDecorationBreak | undefined>[] | readonly csstype.Property.BoxDecorationBreak[] | undefined;
|
|
25570
25629
|
MozBackgroundOrigin?: readonly string[] | csstype.Property.BackgroundOrigin | readonly csstype.Property.BackgroundOrigin[] | undefined;
|
|
25571
25630
|
MozBackgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
25572
|
-
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
25631
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
25573
25632
|
MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
25574
25633
|
MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
25575
|
-
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
25634
|
+
MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
25576
25635
|
MozBorderRadiusTopright?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
25577
25636
|
MozBoxAlign?: csstype.Property.BoxAlign | readonly NonNullable<csstype.Property.BoxAlign | undefined>[] | readonly csstype.Property.BoxAlign[] | undefined;
|
|
25578
25637
|
MozBoxDirection?: csstype.Property.BoxDirection | readonly NonNullable<csstype.Property.BoxDirection | undefined>[] | readonly csstype.Property.BoxDirection[] | undefined;
|
|
@@ -25581,27 +25640,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25581
25640
|
MozBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
25582
25641
|
MozBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
25583
25642
|
MozBoxShadow?: readonly string[] | csstype.Property.BoxShadow | readonly csstype.Property.BoxShadow[] | undefined;
|
|
25643
|
+
MozColumnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
25644
|
+
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
25584
25645
|
MozFloatEdge?: csstype.Property.MozFloatEdge | readonly NonNullable<csstype.Property.MozFloatEdge | undefined>[] | readonly csstype.Property.MozFloatEdge[] | undefined;
|
|
25585
25646
|
MozForceBrokenImageIcon?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.MozForceBrokenImageIcon | readonly NonNullable<csstype.Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
25586
25647
|
MozOpacity?: csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | readonly ((string & {}) | csstype.Globals)[] | undefined;
|
|
25587
25648
|
MozOutline?: readonly (string | (string & {}))[] | csstype.Property.Outline<string | number> | readonly NonNullable<csstype.Property.Outline<string | number> | undefined>[] | undefined;
|
|
25588
25649
|
MozOutlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
25589
|
-
MozOutlineStyle?:
|
|
25650
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
25590
25651
|
MozOutlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
25591
|
-
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
25592
|
-
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
25593
25652
|
MozTextAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
25594
25653
|
MozTextDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
25595
25654
|
MozTextDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
25596
25655
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | readonly NonNullable<csstype.Property.TextDecorationStyle | undefined>[] | readonly csstype.Property.TextDecorationStyle[] | undefined;
|
|
25597
|
-
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
25598
|
-
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
25599
|
-
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
25600
|
-
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
25601
25656
|
MozTransitionDelay?: readonly string[] | csstype.Property.TransitionDelay<string & {}> | readonly csstype.Property.TransitionDelay<string & {}>[] | undefined;
|
|
25602
25657
|
MozTransitionDuration?: readonly string[] | csstype.Property.TransitionDuration<string & {}> | readonly csstype.Property.TransitionDuration<string & {}>[] | undefined;
|
|
25603
25658
|
MozTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
25604
25659
|
MozTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
25660
|
+
MozUserFocus?: csstype.Property.MozUserFocus | readonly NonNullable<csstype.Property.MozUserFocus | undefined>[] | readonly csstype.Property.MozUserFocus[] | undefined;
|
|
25605
25661
|
MozUserInput?: csstype.Property.MozUserInput | readonly NonNullable<csstype.Property.MozUserInput | undefined>[] | readonly csstype.Property.MozUserInput[] | undefined;
|
|
25606
25662
|
msImeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
25607
25663
|
OAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
@@ -25634,47 +25690,23 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25634
25690
|
WebkitBoxOrdinalGroup?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxOrdinalGroup | readonly NonNullable<csstype.Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
25635
25691
|
WebkitBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
25636
25692
|
WebkitBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
25637
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
25638
|
-
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
25639
|
-
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
25640
25693
|
colorInterpolation?: csstype.Property.ColorInterpolation | readonly NonNullable<csstype.Property.ColorInterpolation | undefined>[] | readonly csstype.Property.ColorInterpolation[] | undefined;
|
|
25641
25694
|
colorRendering?: csstype.Property.ColorRendering | readonly NonNullable<csstype.Property.ColorRendering | undefined>[] | readonly csstype.Property.ColorRendering[] | undefined;
|
|
25642
|
-
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
25643
|
-
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
25644
|
-
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
25645
|
-
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
25646
|
-
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
25647
|
-
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
25648
25695
|
glyphOrientationVertical?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.GlyphOrientationVertical | readonly NonNullable<csstype.Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
25649
|
-
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
25650
|
-
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
25651
|
-
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
25652
|
-
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
25653
|
-
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
25654
|
-
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
25655
|
-
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
25656
|
-
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
25657
|
-
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
25658
|
-
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
25659
|
-
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
25660
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
25661
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
25662
|
-
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
25663
|
-
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
25664
|
-
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
25665
|
-
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
25666
|
-
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
25667
25696
|
":-moz-any()"?: _emotion_react.CSSObject | undefined;
|
|
25668
25697
|
":-moz-dir"?: _emotion_react.CSSObject | undefined;
|
|
25669
25698
|
":-webkit-any()"?: _emotion_react.CSSObject | undefined;
|
|
25670
25699
|
"::cue"?: _emotion_react.CSSObject | undefined;
|
|
25671
25700
|
"::cue-region"?: _emotion_react.CSSObject | undefined;
|
|
25701
|
+
"::highlight"?: _emotion_react.CSSObject | undefined;
|
|
25672
25702
|
"::part"?: _emotion_react.CSSObject | undefined;
|
|
25703
|
+
"::picker"?: _emotion_react.CSSObject | undefined;
|
|
25673
25704
|
"::slotted"?: _emotion_react.CSSObject | undefined;
|
|
25674
25705
|
"::view-transition-group"?: _emotion_react.CSSObject | undefined;
|
|
25675
25706
|
"::view-transition-image-pair"?: _emotion_react.CSSObject | undefined;
|
|
25676
25707
|
"::view-transition-new"?: _emotion_react.CSSObject | undefined;
|
|
25677
25708
|
"::view-transition-old"?: _emotion_react.CSSObject | undefined;
|
|
25709
|
+
":active-view-transition-type"?: _emotion_react.CSSObject | undefined;
|
|
25678
25710
|
":dir"?: _emotion_react.CSSObject | undefined;
|
|
25679
25711
|
":has"?: _emotion_react.CSSObject | undefined;
|
|
25680
25712
|
":host"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25687,6 +25719,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25687
25719
|
":nth-last-child"?: _emotion_react.CSSObject | undefined;
|
|
25688
25720
|
":nth-last-of-type"?: _emotion_react.CSSObject | undefined;
|
|
25689
25721
|
":nth-of-type"?: _emotion_react.CSSObject | undefined;
|
|
25722
|
+
":state"?: _emotion_react.CSSObject | undefined;
|
|
25690
25723
|
":where"?: _emotion_react.CSSObject | undefined;
|
|
25691
25724
|
":-khtml-any-link"?: _emotion_react.CSSObject | undefined;
|
|
25692
25725
|
":-moz-any-link"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25700,6 +25733,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25700
25733
|
":-ms-fullscreen"?: _emotion_react.CSSObject | undefined;
|
|
25701
25734
|
":-ms-input-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
25702
25735
|
":-webkit-any-link"?: _emotion_react.CSSObject | undefined;
|
|
25736
|
+
":-webkit-autofill"?: _emotion_react.CSSObject | undefined;
|
|
25703
25737
|
":-webkit-full-screen"?: _emotion_react.CSSObject | undefined;
|
|
25704
25738
|
"::-moz-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
25705
25739
|
"::-moz-progress-bar"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25724,6 +25758,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25724
25758
|
"::-ms-track"?: _emotion_react.CSSObject | undefined;
|
|
25725
25759
|
"::-ms-value"?: _emotion_react.CSSObject | undefined;
|
|
25726
25760
|
"::-webkit-backdrop"?: _emotion_react.CSSObject | undefined;
|
|
25761
|
+
"::-webkit-file-upload-button"?: _emotion_react.CSSObject | undefined;
|
|
25727
25762
|
"::-webkit-input-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
25728
25763
|
"::-webkit-progress-bar"?: _emotion_react.CSSObject | undefined;
|
|
25729
25764
|
"::-webkit-progress-inner-value"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25733,20 +25768,29 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25733
25768
|
"::after"?: _emotion_react.CSSObject | undefined;
|
|
25734
25769
|
"::backdrop"?: _emotion_react.CSSObject | undefined;
|
|
25735
25770
|
"::before"?: _emotion_react.CSSObject | undefined;
|
|
25771
|
+
"::checkmark"?: _emotion_react.CSSObject | undefined;
|
|
25772
|
+
"::details-content"?: _emotion_react.CSSObject | undefined;
|
|
25773
|
+
"::file-selector-button"?: _emotion_react.CSSObject | undefined;
|
|
25736
25774
|
"::first-letter"?: _emotion_react.CSSObject | undefined;
|
|
25737
25775
|
"::first-line"?: _emotion_react.CSSObject | undefined;
|
|
25738
25776
|
"::grammar-error"?: _emotion_react.CSSObject | undefined;
|
|
25739
25777
|
"::marker"?: _emotion_react.CSSObject | undefined;
|
|
25778
|
+
"::picker-icon"?: _emotion_react.CSSObject | undefined;
|
|
25740
25779
|
"::placeholder"?: _emotion_react.CSSObject | undefined;
|
|
25780
|
+
"::scroll-marker"?: _emotion_react.CSSObject | undefined;
|
|
25781
|
+
"::scroll-marker-group"?: _emotion_react.CSSObject | undefined;
|
|
25741
25782
|
"::selection"?: _emotion_react.CSSObject | undefined;
|
|
25742
25783
|
"::spelling-error"?: _emotion_react.CSSObject | undefined;
|
|
25743
25784
|
"::target-text"?: _emotion_react.CSSObject | undefined;
|
|
25744
25785
|
"::view-transition"?: _emotion_react.CSSObject | undefined;
|
|
25745
25786
|
":active"?: _emotion_react.CSSObject | undefined;
|
|
25787
|
+
":active-view-transition"?: _emotion_react.CSSObject | undefined;
|
|
25746
25788
|
":after"?: _emotion_react.CSSObject | undefined;
|
|
25747
25789
|
":any-link"?: _emotion_react.CSSObject | undefined;
|
|
25790
|
+
":autofill"?: _emotion_react.CSSObject | undefined;
|
|
25748
25791
|
":before"?: _emotion_react.CSSObject | undefined;
|
|
25749
25792
|
":blank"?: _emotion_react.CSSObject | undefined;
|
|
25793
|
+
":buffering"?: _emotion_react.CSSObject | undefined;
|
|
25750
25794
|
":checked"?: _emotion_react.CSSObject | undefined;
|
|
25751
25795
|
":current"?: _emotion_react.CSSObject | undefined;
|
|
25752
25796
|
":default"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25764,6 +25808,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25764
25808
|
":focus-within"?: _emotion_react.CSSObject | undefined;
|
|
25765
25809
|
":fullscreen"?: _emotion_react.CSSObject | undefined;
|
|
25766
25810
|
":future"?: _emotion_react.CSSObject | undefined;
|
|
25811
|
+
":has-slotted"?: _emotion_react.CSSObject | undefined;
|
|
25767
25812
|
":hover"?: _emotion_react.CSSObject | undefined;
|
|
25768
25813
|
":in-range"?: _emotion_react.CSSObject | undefined;
|
|
25769
25814
|
":indeterminate"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25773,10 +25818,11 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25773
25818
|
":left"?: _emotion_react.CSSObject | undefined;
|
|
25774
25819
|
":link"?: _emotion_react.CSSObject | undefined;
|
|
25775
25820
|
":local-link"?: _emotion_react.CSSObject | undefined;
|
|
25776
|
-
":
|
|
25777
|
-
":
|
|
25821
|
+
":modal"?: _emotion_react.CSSObject | undefined;
|
|
25822
|
+
":muted"?: _emotion_react.CSSObject | undefined;
|
|
25778
25823
|
":only-child"?: _emotion_react.CSSObject | undefined;
|
|
25779
25824
|
":only-of-type"?: _emotion_react.CSSObject | undefined;
|
|
25825
|
+
":open"?: _emotion_react.CSSObject | undefined;
|
|
25780
25826
|
":optional"?: _emotion_react.CSSObject | undefined;
|
|
25781
25827
|
":out-of-range"?: _emotion_react.CSSObject | undefined;
|
|
25782
25828
|
":past"?: _emotion_react.CSSObject | undefined;
|
|
@@ -25784,18 +25830,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25784
25830
|
":picture-in-picture"?: _emotion_react.CSSObject | undefined;
|
|
25785
25831
|
":placeholder-shown"?: _emotion_react.CSSObject | undefined;
|
|
25786
25832
|
":playing"?: _emotion_react.CSSObject | undefined;
|
|
25833
|
+
":popover-open"?: _emotion_react.CSSObject | undefined;
|
|
25787
25834
|
":read-only"?: _emotion_react.CSSObject | undefined;
|
|
25788
25835
|
":read-write"?: _emotion_react.CSSObject | undefined;
|
|
25789
25836
|
":required"?: _emotion_react.CSSObject | undefined;
|
|
25790
25837
|
":right"?: _emotion_react.CSSObject | undefined;
|
|
25791
25838
|
":root"?: _emotion_react.CSSObject | undefined;
|
|
25792
25839
|
":scope"?: _emotion_react.CSSObject | undefined;
|
|
25840
|
+
":seeking"?: _emotion_react.CSSObject | undefined;
|
|
25841
|
+
":stalled"?: _emotion_react.CSSObject | undefined;
|
|
25793
25842
|
":target"?: _emotion_react.CSSObject | undefined;
|
|
25843
|
+
":target-current"?: _emotion_react.CSSObject | undefined;
|
|
25794
25844
|
":target-within"?: _emotion_react.CSSObject | undefined;
|
|
25795
25845
|
":user-invalid"?: _emotion_react.CSSObject | undefined;
|
|
25796
25846
|
":user-valid"?: _emotion_react.CSSObject | undefined;
|
|
25797
25847
|
":valid"?: _emotion_react.CSSObject | undefined;
|
|
25798
25848
|
":visited"?: _emotion_react.CSSObject | undefined;
|
|
25849
|
+
":volume-locked"?: _emotion_react.CSSObject | undefined;
|
|
25850
|
+
":xr-overlay"?: _emotion_react.CSSObject | undefined;
|
|
25799
25851
|
label?: string;
|
|
25800
25852
|
};
|
|
25801
25853
|
indicatorSeparator: (base: CSSObjectWithLabel, state: {
|
|
@@ -25807,6 +25859,9 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25807
25859
|
alignItems?: readonly string[] | csstype.Property.AlignItems | readonly csstype.Property.AlignItems[] | undefined;
|
|
25808
25860
|
alignSelf?: readonly string[] | csstype.Property.AlignSelf | readonly csstype.Property.AlignSelf[] | undefined;
|
|
25809
25861
|
alignTracks?: readonly string[] | csstype.Property.AlignTracks | readonly csstype.Property.AlignTracks[] | undefined;
|
|
25862
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
25863
|
+
anchorName?: readonly string[] | csstype.Property.AnchorName | readonly csstype.Property.AnchorName[] | undefined;
|
|
25864
|
+
anchorScope?: readonly string[] | csstype.Property.AnchorScope | readonly csstype.Property.AnchorScope[] | undefined;
|
|
25810
25865
|
animationComposition?: readonly string[] | csstype.Property.AnimationComposition | readonly csstype.Property.AnimationComposition[] | undefined;
|
|
25811
25866
|
animationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
25812
25867
|
animationDirection?: readonly string[] | csstype.Property.AnimationDirection | readonly csstype.Property.AnimationDirection[] | undefined;
|
|
@@ -25832,17 +25887,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25832
25887
|
backgroundPositionY?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPositionY<string | number> | readonly NonNullable<csstype.Property.BackgroundPositionY<string | number> | undefined>[] | undefined;
|
|
25833
25888
|
backgroundRepeat?: readonly string[] | csstype.Property.BackgroundRepeat | readonly csstype.Property.BackgroundRepeat[] | undefined;
|
|
25834
25889
|
backgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
25835
|
-
|
|
25890
|
+
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
25836
25891
|
blockSize?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
25837
|
-
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
25838
25892
|
borderBlockEndColor?: readonly string[] | csstype.Property.BorderBlockEndColor | readonly csstype.Property.BorderBlockEndColor[] | undefined;
|
|
25839
25893
|
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | readonly NonNullable<csstype.Property.BorderBlockEndStyle | undefined>[] | readonly csstype.Property.BorderBlockEndStyle[] | undefined;
|
|
25840
25894
|
borderBlockEndWidth?: readonly string[] | csstype.Property.BorderBlockEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockEndWidth<string | number> | undefined>[] | undefined;
|
|
25841
25895
|
borderBlockStartColor?: readonly string[] | csstype.Property.BorderBlockStartColor | readonly csstype.Property.BorderBlockStartColor[] | undefined;
|
|
25842
25896
|
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | readonly NonNullable<csstype.Property.BorderBlockStartStyle | undefined>[] | readonly csstype.Property.BorderBlockStartStyle[] | undefined;
|
|
25843
25897
|
borderBlockStartWidth?: readonly string[] | csstype.Property.BorderBlockStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockStartWidth<string | number> | undefined>[] | undefined;
|
|
25844
|
-
borderBlockStyle?: csstype.Property.BorderBlockStyle | readonly NonNullable<csstype.Property.BorderBlockStyle | undefined>[] | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
25845
|
-
borderBlockWidth?: readonly string[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
25846
25898
|
borderBottomColor?: readonly string[] | csstype.Property.BorderBottomColor | readonly csstype.Property.BorderBottomColor[] | undefined;
|
|
25847
25899
|
borderBottomLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
25848
25900
|
borderBottomRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
@@ -25856,15 +25908,12 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25856
25908
|
borderImageSlice?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BorderImageSlice | readonly NonNullable<csstype.Property.BorderImageSlice | undefined>[] | undefined;
|
|
25857
25909
|
borderImageSource?: readonly string[] | csstype.Property.BorderImageSource | readonly csstype.Property.BorderImageSource[] | undefined;
|
|
25858
25910
|
borderImageWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderImageWidth<string | number> | readonly NonNullable<csstype.Property.BorderImageWidth<string | number> | undefined>[] | undefined;
|
|
25859
|
-
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
25860
25911
|
borderInlineEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
25861
25912
|
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | readonly NonNullable<csstype.Property.BorderInlineEndStyle | undefined>[] | readonly csstype.Property.BorderInlineEndStyle[] | undefined;
|
|
25862
25913
|
borderInlineEndWidth?: readonly string[] | csstype.Property.BorderInlineEndWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineEndWidth<string | number> | undefined>[] | undefined;
|
|
25863
25914
|
borderInlineStartColor?: readonly string[] | csstype.Property.BorderInlineStartColor | readonly csstype.Property.BorderInlineStartColor[] | undefined;
|
|
25864
25915
|
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
25865
25916
|
borderInlineStartWidth?: readonly string[] | csstype.Property.BorderInlineStartWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineStartWidth<string | number> | undefined>[] | undefined;
|
|
25866
|
-
borderInlineStyle?: csstype.Property.BorderInlineStyle | readonly NonNullable<csstype.Property.BorderInlineStyle | undefined>[] | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
25867
|
-
borderInlineWidth?: readonly string[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
25868
25917
|
borderLeftColor?: readonly string[] | csstype.Property.BorderLeftColor | readonly csstype.Property.BorderLeftColor[] | undefined;
|
|
25869
25918
|
borderLeftStyle?: csstype.Property.BorderLeftStyle | readonly NonNullable<csstype.Property.BorderLeftStyle | undefined>[] | readonly csstype.Property.BorderLeftStyle[] | undefined;
|
|
25870
25919
|
borderLeftWidth?: readonly string[] | csstype.Property.BorderLeftWidth<string | number> | readonly NonNullable<csstype.Property.BorderLeftWidth<string | number> | undefined>[] | undefined;
|
|
@@ -25875,7 +25924,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25875
25924
|
borderStartEndRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderStartEndRadius<string | number> | readonly NonNullable<csstype.Property.BorderStartEndRadius<string | number> | undefined>[] | undefined;
|
|
25876
25925
|
borderStartStartRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderStartStartRadius<string | number> | readonly NonNullable<csstype.Property.BorderStartStartRadius<string | number> | undefined>[] | undefined;
|
|
25877
25926
|
borderTopColor?: readonly string[] | csstype.Property.BorderTopColor | readonly csstype.Property.BorderTopColor[] | undefined;
|
|
25878
|
-
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
25927
|
+
borderTopLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
25879
25928
|
borderTopRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
25880
25929
|
borderTopStyle?: csstype.Property.BorderTopStyle | readonly NonNullable<csstype.Property.BorderTopStyle | undefined>[] | readonly csstype.Property.BorderTopStyle[] | undefined;
|
|
25881
25930
|
borderTopWidth?: readonly string[] | csstype.Property.BorderTopWidth<string | number> | readonly NonNullable<csstype.Property.BorderTopWidth<string | number> | undefined>[] | undefined;
|
|
@@ -25891,8 +25940,10 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25891
25940
|
caretShape?: csstype.Property.CaretShape | readonly NonNullable<csstype.Property.CaretShape | undefined>[] | readonly csstype.Property.CaretShape[] | undefined;
|
|
25892
25941
|
clear?: csstype.Property.Clear | readonly NonNullable<csstype.Property.Clear | undefined>[] | readonly csstype.Property.Clear[] | undefined;
|
|
25893
25942
|
clipPath?: readonly string[] | csstype.Property.ClipPath | readonly csstype.Property.ClipPath[] | undefined;
|
|
25943
|
+
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
25894
25944
|
color?: readonly string[] | csstype.Property.Color | readonly csstype.Property.Color[] | undefined;
|
|
25895
25945
|
colorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
25946
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | readonly NonNullable<csstype.Property.ColorInterpolationFilters | undefined>[] | readonly csstype.Property.ColorInterpolationFilters[] | undefined;
|
|
25896
25947
|
colorScheme?: readonly string[] | csstype.Property.ColorScheme | readonly csstype.Property.ColorScheme[] | undefined;
|
|
25897
25948
|
columnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
25898
25949
|
columnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
@@ -25908,16 +25959,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25908
25959
|
containIntrinsicInlineSize?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicInlineSize<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined>[] | undefined;
|
|
25909
25960
|
containIntrinsicWidth?: readonly (string | (string & {}))[] | csstype.Property.ContainIntrinsicWidth<string | number> | readonly NonNullable<csstype.Property.ContainIntrinsicWidth<string | number> | undefined>[] | undefined;
|
|
25910
25961
|
containerName?: readonly string[] | csstype.Property.ContainerName | readonly csstype.Property.ContainerName[] | undefined;
|
|
25911
|
-
containerType?:
|
|
25962
|
+
containerType?: readonly string[] | csstype.Property.ContainerType | readonly csstype.Property.ContainerType[] | undefined;
|
|
25912
25963
|
content?: readonly string[] | csstype.Property.Content | readonly csstype.Property.Content[] | undefined;
|
|
25913
25964
|
contentVisibility?: csstype.Property.ContentVisibility | readonly NonNullable<csstype.Property.ContentVisibility | undefined>[] | readonly csstype.Property.ContentVisibility[] | undefined;
|
|
25914
25965
|
counterIncrement?: readonly string[] | csstype.Property.CounterIncrement | readonly csstype.Property.CounterIncrement[] | undefined;
|
|
25915
25966
|
counterReset?: readonly string[] | csstype.Property.CounterReset | readonly csstype.Property.CounterReset[] | undefined;
|
|
25916
25967
|
counterSet?: readonly string[] | csstype.Property.CounterSet | readonly csstype.Property.CounterSet[] | undefined;
|
|
25917
25968
|
cursor?: readonly string[] | csstype.Property.Cursor | readonly csstype.Property.Cursor[] | undefined;
|
|
25969
|
+
cx?: readonly (string | (string & {}))[] | csstype.Property.Cx<string | number> | readonly NonNullable<csstype.Property.Cx<string | number> | undefined>[] | undefined;
|
|
25970
|
+
cy?: readonly (string | (string & {}))[] | csstype.Property.Cy<string | number> | readonly NonNullable<csstype.Property.Cy<string | number> | undefined>[] | undefined;
|
|
25971
|
+
d?: readonly string[] | csstype.Property.D | readonly csstype.Property.D[] | undefined;
|
|
25918
25972
|
direction?: csstype.Property.Direction | readonly NonNullable<csstype.Property.Direction | undefined>[] | readonly csstype.Property.Direction[] | undefined;
|
|
25919
25973
|
display?: readonly string[] | csstype.Property.Display | readonly csstype.Property.Display[] | undefined;
|
|
25974
|
+
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
25920
25975
|
emptyCells?: csstype.Property.EmptyCells | readonly NonNullable<csstype.Property.EmptyCells | undefined>[] | readonly csstype.Property.EmptyCells[] | undefined;
|
|
25976
|
+
fieldSizing?: csstype.Property.FieldSizing | readonly NonNullable<csstype.Property.FieldSizing | undefined>[] | readonly csstype.Property.FieldSizing[] | undefined;
|
|
25977
|
+
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
25978
|
+
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
25979
|
+
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
25921
25980
|
filter?: readonly string[] | csstype.Property.Filter | readonly csstype.Property.Filter[] | undefined;
|
|
25922
25981
|
flexBasis?: readonly (string | (string & {}))[] | csstype.Property.FlexBasis<string | number> | readonly NonNullable<csstype.Property.FlexBasis<string | number> | undefined>[] | undefined;
|
|
25923
25982
|
flexDirection?: csstype.Property.FlexDirection | readonly NonNullable<csstype.Property.FlexDirection | undefined>[] | readonly csstype.Property.FlexDirection[] | undefined;
|
|
@@ -25925,6 +25984,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25925
25984
|
flexShrink?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FlexShrink | readonly NonNullable<csstype.Property.FlexShrink | undefined>[] | undefined;
|
|
25926
25985
|
flexWrap?: csstype.Property.FlexWrap | readonly NonNullable<csstype.Property.FlexWrap | undefined>[] | readonly csstype.Property.FlexWrap[] | undefined;
|
|
25927
25986
|
float?: csstype.Property.Float | readonly NonNullable<csstype.Property.Float | undefined>[] | readonly csstype.Property.Float[] | undefined;
|
|
25987
|
+
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
25988
|
+
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
25928
25989
|
fontFamily?: readonly string[] | csstype.Property.FontFamily | readonly csstype.Property.FontFamily[] | undefined;
|
|
25929
25990
|
fontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
25930
25991
|
fontKerning?: csstype.Property.FontKerning | readonly NonNullable<csstype.Property.FontKerning | undefined>[] | readonly csstype.Property.FontKerning[] | undefined;
|
|
@@ -25934,7 +25995,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25934
25995
|
fontSize?: readonly (string | (string & {}))[] | csstype.Property.FontSize<string | number> | readonly NonNullable<csstype.Property.FontSize<string | number> | undefined>[] | undefined;
|
|
25935
25996
|
fontSizeAdjust?: csstype.Property.FontSizeAdjust | readonly NonNullable<csstype.Property.FontSizeAdjust | undefined>[] | readonly ("none" | (string & {}) | csstype.Globals | "from-font")[] | undefined;
|
|
25936
25997
|
fontSmooth?: readonly string[] | csstype.Property.FontSmooth<string | number> | readonly NonNullable<csstype.Property.FontSmooth<string | number> | undefined>[] | undefined;
|
|
25937
|
-
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
25938
25998
|
fontStyle?: readonly string[] | csstype.Property.FontStyle | readonly csstype.Property.FontStyle[] | undefined;
|
|
25939
25999
|
fontSynthesis?: readonly string[] | csstype.Property.FontSynthesis | readonly csstype.Property.FontSynthesis[] | undefined;
|
|
25940
26000
|
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | readonly NonNullable<csstype.Property.FontSynthesisPosition | undefined>[] | readonly csstype.Property.FontSynthesisPosition[] | undefined;
|
|
@@ -25951,6 +26011,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25951
26011
|
fontVariantPosition?: csstype.Property.FontVariantPosition | readonly NonNullable<csstype.Property.FontVariantPosition | undefined>[] | readonly csstype.Property.FontVariantPosition[] | undefined;
|
|
25952
26012
|
fontVariationSettings?: readonly string[] | csstype.Property.FontVariationSettings | readonly csstype.Property.FontVariationSettings[] | undefined;
|
|
25953
26013
|
fontWeight?: csstype.Property.FontWeight | readonly NonNullable<csstype.Property.FontWeight | undefined>[] | readonly ("bold" | (string & {}) | csstype.Globals | "normal" | "bolder" | "lighter")[] | undefined;
|
|
26014
|
+
fontWidth?: readonly string[] | csstype.Property.FontWidth | readonly csstype.Property.FontWidth[] | undefined;
|
|
25954
26015
|
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | readonly NonNullable<csstype.Property.ForcedColorAdjust | undefined>[] | readonly csstype.Property.ForcedColorAdjust[] | undefined;
|
|
25955
26016
|
gridAutoColumns?: readonly (string | (string & {}))[] | csstype.Property.GridAutoColumns<string | number> | readonly NonNullable<csstype.Property.GridAutoColumns<string | number> | undefined>[] | undefined;
|
|
25956
26017
|
gridAutoFlow?: readonly string[] | csstype.Property.GridAutoFlow | readonly csstype.Property.GridAutoFlow[] | undefined;
|
|
@@ -25971,12 +26032,13 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25971
26032
|
imageRendering?: csstype.Property.ImageRendering | readonly NonNullable<csstype.Property.ImageRendering | undefined>[] | readonly csstype.Property.ImageRendering[] | undefined;
|
|
25972
26033
|
imageResolution?: readonly string[] | csstype.Property.ImageResolution | readonly csstype.Property.ImageResolution[] | undefined;
|
|
25973
26034
|
initialLetter?: csstype.Property.InitialLetter | readonly NonNullable<csstype.Property.InitialLetter | undefined>[] | readonly ((string & {}) | csstype.Globals | "normal")[] | undefined;
|
|
26035
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | readonly NonNullable<csstype.Property.InitialLetterAlign | undefined>[] | readonly csstype.Property.InitialLetterAlign[] | undefined;
|
|
25974
26036
|
inlineSize?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
25975
|
-
inputSecurity?: csstype.Property.InputSecurity | readonly NonNullable<csstype.Property.InputSecurity | undefined>[] | readonly csstype.Property.InputSecurity[] | undefined;
|
|
25976
26037
|
insetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
25977
26038
|
insetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
25978
26039
|
insetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
25979
26040
|
insetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
26041
|
+
interpolateSize?: csstype.Property.InterpolateSize | readonly NonNullable<csstype.Property.InterpolateSize | undefined>[] | readonly csstype.Property.InterpolateSize[] | undefined;
|
|
25980
26042
|
isolation?: csstype.Property.Isolation | readonly NonNullable<csstype.Property.Isolation | undefined>[] | readonly csstype.Property.Isolation[] | undefined;
|
|
25981
26043
|
justifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
25982
26044
|
justifyItems?: readonly string[] | csstype.Property.JustifyItems | readonly csstype.Property.JustifyItems[] | undefined;
|
|
@@ -25984,6 +26046,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25984
26046
|
justifyTracks?: readonly string[] | csstype.Property.JustifyTracks | readonly csstype.Property.JustifyTracks[] | undefined;
|
|
25985
26047
|
left?: readonly (string | (string & {}))[] | csstype.Property.Left<string | number> | readonly NonNullable<csstype.Property.Left<string | number> | undefined>[] | undefined;
|
|
25986
26048
|
letterSpacing?: readonly string[] | csstype.Property.LetterSpacing<string | number> | readonly NonNullable<csstype.Property.LetterSpacing<string | number> | undefined>[] | undefined;
|
|
26049
|
+
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
25987
26050
|
lineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
25988
26051
|
lineHeight?: readonly (string | (string & {}))[] | csstype.Property.LineHeight<string | number> | readonly NonNullable<csstype.Property.LineHeight<string | number> | undefined>[] | undefined;
|
|
25989
26052
|
lineHeightStep?: readonly string[] | csstype.Property.LineHeightStep<string | number> | readonly NonNullable<csstype.Property.LineHeightStep<string | number> | undefined>[] | undefined;
|
|
@@ -25999,6 +26062,10 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
25999
26062
|
marginRight?: readonly (string | (string & {}))[] | csstype.Property.MarginRight<string | number> | readonly NonNullable<csstype.Property.MarginRight<string | number> | undefined>[] | undefined;
|
|
26000
26063
|
marginTop?: readonly (string | (string & {}))[] | csstype.Property.MarginTop<string | number> | readonly NonNullable<csstype.Property.MarginTop<string | number> | undefined>[] | undefined;
|
|
26001
26064
|
marginTrim?: csstype.Property.MarginTrim | readonly NonNullable<csstype.Property.MarginTrim | undefined>[] | readonly csstype.Property.MarginTrim[] | undefined;
|
|
26065
|
+
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
26066
|
+
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
26067
|
+
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
26068
|
+
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
26002
26069
|
maskBorderMode?: csstype.Property.MaskBorderMode | readonly NonNullable<csstype.Property.MaskBorderMode | undefined>[] | readonly csstype.Property.MaskBorderMode[] | undefined;
|
|
26003
26070
|
maskBorderOutset?: readonly (string | (string & {}))[] | csstype.Property.MaskBorderOutset<string | number> | readonly NonNullable<csstype.Property.MaskBorderOutset<string | number> | undefined>[] | undefined;
|
|
26004
26071
|
maskBorderRepeat?: readonly string[] | csstype.Property.MaskBorderRepeat | readonly csstype.Property.MaskBorderRepeat[] | undefined;
|
|
@@ -26026,13 +26093,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26026
26093
|
minBlockSize?: readonly (string | (string & {}))[] | csstype.Property.MinBlockSize<string | number> | readonly NonNullable<csstype.Property.MinBlockSize<string | number> | undefined>[] | undefined;
|
|
26027
26094
|
minHeight?: readonly (string | (string & {}))[] | csstype.Property.MinHeight<string | number> | readonly NonNullable<csstype.Property.MinHeight<string | number> | undefined>[] | undefined;
|
|
26028
26095
|
minInlineSize?: readonly (string | (string & {}))[] | csstype.Property.MinInlineSize<string | number> | readonly NonNullable<csstype.Property.MinInlineSize<string | number> | undefined>[] | undefined;
|
|
26029
|
-
minWidth?:
|
|
26096
|
+
minWidth?: readonly (string | (string & {}))[] | csstype.Property.MinWidth<string | number> | readonly NonNullable<csstype.Property.MinWidth<string | number> | undefined>[] | undefined;
|
|
26030
26097
|
mixBlendMode?: csstype.Property.MixBlendMode | readonly NonNullable<csstype.Property.MixBlendMode | undefined>[] | readonly csstype.Property.MixBlendMode[] | undefined;
|
|
26031
26098
|
motionDistance?: readonly (string | (string & {}))[] | csstype.Property.OffsetDistance<string | number> | readonly NonNullable<csstype.Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
26032
26099
|
motionPath?: readonly string[] | csstype.Property.OffsetPath | readonly csstype.Property.OffsetPath[] | undefined;
|
|
26033
26100
|
motionRotation?: readonly string[] | csstype.Property.OffsetRotate | readonly csstype.Property.OffsetRotate[] | undefined;
|
|
26034
26101
|
objectFit?: csstype.Property.ObjectFit | readonly NonNullable<csstype.Property.ObjectFit | undefined>[] | readonly csstype.Property.ObjectFit[] | undefined;
|
|
26035
26102
|
objectPosition?: readonly (string | (string & {}))[] | csstype.Property.ObjectPosition<string | number> | readonly NonNullable<csstype.Property.ObjectPosition<string | number> | undefined>[] | undefined;
|
|
26103
|
+
objectViewBox?: readonly string[] | csstype.Property.ObjectViewBox | readonly csstype.Property.ObjectViewBox[] | undefined;
|
|
26036
26104
|
offsetAnchor?: readonly (string | (string & {}))[] | csstype.Property.OffsetAnchor<string | number> | readonly NonNullable<csstype.Property.OffsetAnchor<string | number> | undefined>[] | undefined;
|
|
26037
26105
|
offsetDistance?: readonly (string | (string & {}))[] | csstype.Property.OffsetDistance<string | number> | readonly NonNullable<csstype.Property.OffsetDistance<string | number> | undefined>[] | undefined;
|
|
26038
26106
|
offsetPath?: readonly string[] | csstype.Property.OffsetPath | readonly csstype.Property.OffsetPath[] | undefined;
|
|
@@ -26044,7 +26112,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26044
26112
|
orphans?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Orphans | readonly NonNullable<csstype.Property.Orphans | undefined>[] | undefined;
|
|
26045
26113
|
outlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
26046
26114
|
outlineOffset?: readonly string[] | csstype.Property.OutlineOffset<string | number> | readonly NonNullable<csstype.Property.OutlineOffset<string | number> | undefined>[] | undefined;
|
|
26047
|
-
outlineStyle?:
|
|
26115
|
+
outlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
26048
26116
|
outlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
26049
26117
|
overflowAnchor?: csstype.Property.OverflowAnchor | readonly NonNullable<csstype.Property.OverflowAnchor | undefined>[] | readonly csstype.Property.OverflowAnchor[] | undefined;
|
|
26050
26118
|
overflowBlock?: csstype.Property.OverflowBlock | readonly NonNullable<csstype.Property.OverflowBlock | undefined>[] | readonly csstype.Property.OverflowBlock[] | undefined;
|
|
@@ -26068,25 +26136,32 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26068
26136
|
paddingRight?: readonly (string | (string & {}))[] | csstype.Property.PaddingRight<string | number> | readonly NonNullable<csstype.Property.PaddingRight<string | number> | undefined>[] | undefined;
|
|
26069
26137
|
paddingTop?: readonly (string | (string & {}))[] | csstype.Property.PaddingTop<string | number> | readonly NonNullable<csstype.Property.PaddingTop<string | number> | undefined>[] | undefined;
|
|
26070
26138
|
page?: readonly string[] | csstype.Property.Page | readonly csstype.Property.Page[] | undefined;
|
|
26071
|
-
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
26072
|
-
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
26073
|
-
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
26074
26139
|
paintOrder?: readonly string[] | csstype.Property.PaintOrder | readonly csstype.Property.PaintOrder[] | undefined;
|
|
26075
26140
|
perspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
26076
26141
|
perspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
26077
26142
|
pointerEvents?: csstype.Property.PointerEvents | readonly NonNullable<csstype.Property.PointerEvents | undefined>[] | readonly csstype.Property.PointerEvents[] | undefined;
|
|
26078
26143
|
position?: csstype.Property.Position | readonly NonNullable<csstype.Property.Position | undefined>[] | readonly csstype.Property.Position[] | undefined;
|
|
26144
|
+
positionAnchor?: readonly string[] | csstype.Property.PositionAnchor | readonly csstype.Property.PositionAnchor[] | undefined;
|
|
26145
|
+
positionArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
26146
|
+
positionTryFallbacks?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
26147
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | readonly NonNullable<csstype.Property.PositionTryOrder | undefined>[] | readonly csstype.Property.PositionTryOrder[] | undefined;
|
|
26148
|
+
positionVisibility?: readonly string[] | csstype.Property.PositionVisibility | readonly csstype.Property.PositionVisibility[] | undefined;
|
|
26079
26149
|
printColorAdjust?: csstype.Property.PrintColorAdjust | readonly NonNullable<csstype.Property.PrintColorAdjust | undefined>[] | readonly csstype.Property.PrintColorAdjust[] | undefined;
|
|
26080
26150
|
quotes?: readonly string[] | csstype.Property.Quotes | readonly csstype.Property.Quotes[] | undefined;
|
|
26151
|
+
r?: readonly (string | (string & {}))[] | csstype.Property.R<string | number> | readonly NonNullable<csstype.Property.R<string | number> | undefined>[] | undefined;
|
|
26081
26152
|
resize?: csstype.Property.Resize | readonly NonNullable<csstype.Property.Resize | undefined>[] | readonly csstype.Property.Resize[] | undefined;
|
|
26082
26153
|
right?: readonly (string | (string & {}))[] | csstype.Property.Right<string | number> | readonly NonNullable<csstype.Property.Right<string | number> | undefined>[] | undefined;
|
|
26083
26154
|
rotate?: readonly string[] | csstype.Property.Rotate | readonly csstype.Property.Rotate[] | undefined;
|
|
26084
26155
|
rowGap?: readonly (string | (string & {}))[] | csstype.Property.RowGap<string | number> | readonly NonNullable<csstype.Property.RowGap<string | number> | undefined>[] | undefined;
|
|
26085
26156
|
rubyAlign?: csstype.Property.RubyAlign | readonly NonNullable<csstype.Property.RubyAlign | undefined>[] | readonly csstype.Property.RubyAlign[] | undefined;
|
|
26086
26157
|
rubyMerge?: csstype.Property.RubyMerge | readonly NonNullable<csstype.Property.RubyMerge | undefined>[] | readonly csstype.Property.RubyMerge[] | undefined;
|
|
26158
|
+
rubyOverhang?: csstype.Property.RubyOverhang | readonly NonNullable<csstype.Property.RubyOverhang | undefined>[] | readonly csstype.Property.RubyOverhang[] | undefined;
|
|
26087
26159
|
rubyPosition?: readonly string[] | csstype.Property.RubyPosition | readonly csstype.Property.RubyPosition[] | undefined;
|
|
26160
|
+
rx?: readonly (string | (string & {}))[] | csstype.Property.Rx<string | number> | readonly NonNullable<csstype.Property.Rx<string | number> | undefined>[] | undefined;
|
|
26161
|
+
ry?: readonly (string | (string & {}))[] | csstype.Property.Ry<string | number> | readonly NonNullable<csstype.Property.Ry<string | number> | undefined>[] | undefined;
|
|
26088
26162
|
scale?: readonly ("none" | (string & {}) | csstype.Globals)[] | csstype.Property.Scale | readonly NonNullable<csstype.Property.Scale | undefined>[] | undefined;
|
|
26089
26163
|
scrollBehavior?: csstype.Property.ScrollBehavior | readonly NonNullable<csstype.Property.ScrollBehavior | undefined>[] | readonly csstype.Property.ScrollBehavior[] | undefined;
|
|
26164
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | readonly NonNullable<csstype.Property.ScrollInitialTarget | undefined>[] | readonly csstype.Property.ScrollInitialTarget[] | undefined;
|
|
26090
26165
|
scrollMarginBlockEnd?: readonly string[] | csstype.Property.ScrollMarginBlockEnd<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockEnd<string | number> | undefined>[] | undefined;
|
|
26091
26166
|
scrollMarginBlockStart?: readonly string[] | csstype.Property.ScrollMarginBlockStart<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlockStart<string | number> | undefined>[] | undefined;
|
|
26092
26167
|
scrollMarginBottom?: readonly string[] | csstype.Property.ScrollMarginBottom<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBottom<string | number> | undefined>[] | undefined;
|
|
@@ -26118,10 +26193,28 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26118
26193
|
shapeImageThreshold?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.ShapeImageThreshold | readonly NonNullable<csstype.Property.ShapeImageThreshold | undefined>[] | undefined;
|
|
26119
26194
|
shapeMargin?: readonly (string | (string & {}))[] | csstype.Property.ShapeMargin<string | number> | readonly NonNullable<csstype.Property.ShapeMargin<string | number> | undefined>[] | undefined;
|
|
26120
26195
|
shapeOutside?: readonly string[] | csstype.Property.ShapeOutside | readonly csstype.Property.ShapeOutside[] | undefined;
|
|
26196
|
+
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
26197
|
+
speakAs?: readonly string[] | csstype.Property.SpeakAs | readonly csstype.Property.SpeakAs[] | undefined;
|
|
26198
|
+
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
26199
|
+
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
26200
|
+
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
26201
|
+
strokeColor?: readonly string[] | csstype.Property.StrokeColor | readonly csstype.Property.StrokeColor[] | undefined;
|
|
26202
|
+
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
26203
|
+
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
26204
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
26205
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
26206
|
+
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
26207
|
+
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
26208
|
+
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
26121
26209
|
tabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
26122
26210
|
tableLayout?: csstype.Property.TableLayout | readonly NonNullable<csstype.Property.TableLayout | undefined>[] | readonly csstype.Property.TableLayout[] | undefined;
|
|
26123
26211
|
textAlign?: csstype.Property.TextAlign | readonly NonNullable<csstype.Property.TextAlign | undefined>[] | readonly csstype.Property.TextAlign[] | undefined;
|
|
26124
26212
|
textAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
26213
|
+
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
26214
|
+
textAutospace?: readonly string[] | csstype.Property.TextAutospace | readonly csstype.Property.TextAutospace[] | undefined;
|
|
26215
|
+
textBox?: readonly string[] | csstype.Property.TextBox | readonly csstype.Property.TextBox[] | undefined;
|
|
26216
|
+
textBoxEdge?: readonly string[] | csstype.Property.TextBoxEdge | readonly csstype.Property.TextBoxEdge[] | undefined;
|
|
26217
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | readonly NonNullable<csstype.Property.TextBoxTrim | undefined>[] | readonly csstype.Property.TextBoxTrim[] | undefined;
|
|
26125
26218
|
textCombineUpright?: readonly string[] | csstype.Property.TextCombineUpright | readonly csstype.Property.TextCombineUpright[] | undefined;
|
|
26126
26219
|
textDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
26127
26220
|
textDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
@@ -26139,10 +26232,12 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26139
26232
|
textRendering?: csstype.Property.TextRendering | readonly NonNullable<csstype.Property.TextRendering | undefined>[] | readonly csstype.Property.TextRendering[] | undefined;
|
|
26140
26233
|
textShadow?: readonly string[] | csstype.Property.TextShadow | readonly csstype.Property.TextShadow[] | undefined;
|
|
26141
26234
|
textSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
26142
|
-
|
|
26235
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | readonly NonNullable<csstype.Property.TextSpacingTrim | undefined>[] | readonly csstype.Property.TextSpacingTrim[] | undefined;
|
|
26236
|
+
textTransform?: readonly string[] | csstype.Property.TextTransform | readonly csstype.Property.TextTransform[] | undefined;
|
|
26143
26237
|
textUnderlineOffset?: readonly (string | (string & {}))[] | csstype.Property.TextUnderlineOffset<string | number> | readonly NonNullable<csstype.Property.TextUnderlineOffset<string | number> | undefined>[] | undefined;
|
|
26144
26238
|
textUnderlinePosition?: readonly string[] | csstype.Property.TextUnderlinePosition | readonly csstype.Property.TextUnderlinePosition[] | undefined;
|
|
26145
|
-
|
|
26239
|
+
textWrapMode?: csstype.Property.TextWrapMode | readonly NonNullable<csstype.Property.TextWrapMode | undefined>[] | readonly csstype.Property.TextWrapMode[] | undefined;
|
|
26240
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | readonly NonNullable<csstype.Property.TextWrapStyle | undefined>[] | readonly csstype.Property.TextWrapStyle[] | undefined;
|
|
26146
26241
|
timelineScope?: readonly string[] | csstype.Property.TimelineScope | readonly csstype.Property.TimelineScope[] | undefined;
|
|
26147
26242
|
top?: readonly (string | (string & {}))[] | csstype.Property.Top<string | number> | readonly NonNullable<csstype.Property.Top<string | number> | undefined>[] | undefined;
|
|
26148
26243
|
touchAction?: readonly string[] | csstype.Property.TouchAction | readonly csstype.Property.TouchAction[] | undefined;
|
|
@@ -26158,15 +26253,16 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26158
26253
|
translate?: readonly (string | (string & {}))[] | csstype.Property.Translate<string | number> | readonly NonNullable<csstype.Property.Translate<string | number> | undefined>[] | undefined;
|
|
26159
26254
|
unicodeBidi?: csstype.Property.UnicodeBidi | readonly NonNullable<csstype.Property.UnicodeBidi | undefined>[] | readonly csstype.Property.UnicodeBidi[] | undefined;
|
|
26160
26255
|
userSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
26256
|
+
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
26161
26257
|
verticalAlign?: readonly (string | (string & {}))[] | csstype.Property.VerticalAlign<string | number> | readonly NonNullable<csstype.Property.VerticalAlign<string | number> | undefined>[] | undefined;
|
|
26162
26258
|
viewTimelineAxis?: readonly string[] | csstype.Property.ViewTimelineAxis | readonly csstype.Property.ViewTimelineAxis[] | undefined;
|
|
26163
26259
|
viewTimelineInset?: readonly (string | (string & {}))[] | csstype.Property.ViewTimelineInset<string | number> | readonly NonNullable<csstype.Property.ViewTimelineInset<string | number> | undefined>[] | undefined;
|
|
26164
26260
|
viewTimelineName?: readonly string[] | csstype.Property.ViewTimelineName | readonly csstype.Property.ViewTimelineName[] | undefined;
|
|
26261
|
+
viewTransitionClass?: readonly string[] | csstype.Property.ViewTransitionClass | readonly csstype.Property.ViewTransitionClass[] | undefined;
|
|
26165
26262
|
viewTransitionName?: readonly string[] | csstype.Property.ViewTransitionName | readonly csstype.Property.ViewTransitionName[] | undefined;
|
|
26166
26263
|
visibility?: csstype.Property.Visibility | readonly NonNullable<csstype.Property.Visibility | undefined>[] | readonly csstype.Property.Visibility[] | undefined;
|
|
26167
26264
|
whiteSpace?: readonly string[] | csstype.Property.WhiteSpace | readonly csstype.Property.WhiteSpace[] | undefined;
|
|
26168
26265
|
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | readonly NonNullable<csstype.Property.WhiteSpaceCollapse | undefined>[] | readonly csstype.Property.WhiteSpaceCollapse[] | undefined;
|
|
26169
|
-
whiteSpaceTrim?: readonly string[] | csstype.Property.WhiteSpaceTrim | readonly csstype.Property.WhiteSpaceTrim[] | undefined;
|
|
26170
26266
|
widows?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.Widows | readonly NonNullable<csstype.Property.Widows | undefined>[] | undefined;
|
|
26171
26267
|
width?: readonly (string | (string & {}))[] | csstype.Property.Width<string | number> | readonly NonNullable<csstype.Property.Width<string | number> | undefined>[] | undefined;
|
|
26172
26268
|
willChange?: readonly string[] | csstype.Property.WillChange | readonly csstype.Property.WillChange[] | undefined;
|
|
@@ -26174,6 +26270,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26174
26270
|
wordSpacing?: readonly string[] | csstype.Property.WordSpacing<string | number> | readonly NonNullable<csstype.Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
26175
26271
|
wordWrap?: csstype.Property.WordWrap | readonly NonNullable<csstype.Property.WordWrap | undefined>[] | readonly csstype.Property.WordWrap[] | undefined;
|
|
26176
26272
|
writingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
26273
|
+
x?: readonly (string | (string & {}))[] | csstype.Property.X<string | number> | readonly NonNullable<csstype.Property.X<string | number> | undefined>[] | undefined;
|
|
26274
|
+
y?: readonly (string | (string & {}))[] | csstype.Property.Y<string | number> | readonly NonNullable<csstype.Property.Y<string | number> | undefined>[] | undefined;
|
|
26177
26275
|
zIndex?: csstype.Property.ZIndex | readonly NonNullable<csstype.Property.ZIndex | undefined>[] | readonly ((string & {}) | "auto" | csstype.Globals)[] | undefined;
|
|
26178
26276
|
zoom?: csstype.Property.Zoom | readonly NonNullable<csstype.Property.Zoom | undefined>[] | readonly ((string & {}) | csstype.Globals | "reset" | "normal")[] | undefined;
|
|
26179
26277
|
all?: csstype.Globals | readonly NonNullable<csstype.Globals | undefined>[] | readonly csstype.Globals[] | undefined;
|
|
@@ -26183,16 +26281,22 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26183
26281
|
backgroundPosition?: readonly (string | (string & {}))[] | csstype.Property.BackgroundPosition<string | number> | readonly NonNullable<csstype.Property.BackgroundPosition<string | number> | undefined>[] | undefined;
|
|
26184
26282
|
border?: readonly (string | (string & {}))[] | csstype.Property.Border<string | number> | readonly NonNullable<csstype.Property.Border<string | number> | undefined>[] | undefined;
|
|
26185
26283
|
borderBlock?: readonly (string | (string & {}))[] | csstype.Property.BorderBlock<string | number> | readonly NonNullable<csstype.Property.BorderBlock<string | number> | undefined>[] | undefined;
|
|
26284
|
+
borderBlockColor?: readonly string[] | csstype.Property.BorderBlockColor | readonly csstype.Property.BorderBlockColor[] | undefined;
|
|
26186
26285
|
borderBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockEnd<string | number> | readonly NonNullable<csstype.Property.BorderBlockEnd<string | number> | undefined>[] | undefined;
|
|
26187
26286
|
borderBlockStart?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockStart<string | number> | readonly NonNullable<csstype.Property.BorderBlockStart<string | number> | undefined>[] | undefined;
|
|
26287
|
+
borderBlockStyle?: readonly string[] | csstype.Property.BorderBlockStyle | readonly csstype.Property.BorderBlockStyle[] | undefined;
|
|
26288
|
+
borderBlockWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderBlockWidth<string | number> | readonly NonNullable<csstype.Property.BorderBlockWidth<string | number> | undefined>[] | undefined;
|
|
26188
26289
|
borderBottom?: readonly (string | (string & {}))[] | csstype.Property.BorderBottom<string | number> | readonly NonNullable<csstype.Property.BorderBottom<string | number> | undefined>[] | undefined;
|
|
26189
26290
|
borderColor?: readonly string[] | csstype.Property.BorderColor | readonly csstype.Property.BorderColor[] | undefined;
|
|
26190
26291
|
borderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
26191
26292
|
borderInline?: readonly (string | (string & {}))[] | csstype.Property.BorderInline<string | number> | readonly NonNullable<csstype.Property.BorderInline<string | number> | undefined>[] | undefined;
|
|
26293
|
+
borderInlineColor?: readonly string[] | csstype.Property.BorderInlineColor | readonly csstype.Property.BorderInlineColor[] | undefined;
|
|
26192
26294
|
borderInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineEnd<string | number> | readonly NonNullable<csstype.Property.BorderInlineEnd<string | number> | undefined>[] | undefined;
|
|
26193
26295
|
borderInlineStart?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineStart<string | number> | readonly NonNullable<csstype.Property.BorderInlineStart<string | number> | undefined>[] | undefined;
|
|
26296
|
+
borderInlineStyle?: readonly string[] | csstype.Property.BorderInlineStyle | readonly csstype.Property.BorderInlineStyle[] | undefined;
|
|
26297
|
+
borderInlineWidth?: readonly (string | (string & {}))[] | csstype.Property.BorderInlineWidth<string | number> | readonly NonNullable<csstype.Property.BorderInlineWidth<string | number> | undefined>[] | undefined;
|
|
26194
26298
|
borderLeft?: readonly (string | (string & {}))[] | csstype.Property.BorderLeft<string | number> | readonly NonNullable<csstype.Property.BorderLeft<string | number> | undefined>[] | undefined;
|
|
26195
|
-
borderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
26299
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
26196
26300
|
borderRight?: readonly (string | (string & {}))[] | csstype.Property.BorderRight<string | number> | readonly NonNullable<csstype.Property.BorderRight<string | number> | undefined>[] | undefined;
|
|
26197
26301
|
borderStyle?: readonly string[] | csstype.Property.BorderStyle | readonly csstype.Property.BorderStyle[] | undefined;
|
|
26198
26302
|
borderTop?: readonly (string | (string & {}))[] | csstype.Property.BorderTop<string | number> | readonly NonNullable<csstype.Property.BorderTop<string | number> | undefined>[] | undefined;
|
|
@@ -26232,6 +26336,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26232
26336
|
placeContent?: readonly string[] | csstype.Property.PlaceContent | readonly csstype.Property.PlaceContent[] | undefined;
|
|
26233
26337
|
placeItems?: readonly string[] | csstype.Property.PlaceItems | readonly csstype.Property.PlaceItems[] | undefined;
|
|
26234
26338
|
placeSelf?: readonly string[] | csstype.Property.PlaceSelf | readonly csstype.Property.PlaceSelf[] | undefined;
|
|
26339
|
+
positionTry?: readonly string[] | csstype.Property.PositionTry | readonly csstype.Property.PositionTry[] | undefined;
|
|
26235
26340
|
scrollMargin?: readonly (string | (string & {}))[] | csstype.Property.ScrollMargin<string | number> | readonly NonNullable<csstype.Property.ScrollMargin<string | number> | undefined>[] | undefined;
|
|
26236
26341
|
scrollMarginBlock?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginBlock<string | number> | readonly NonNullable<csstype.Property.ScrollMarginBlock<string | number> | undefined>[] | undefined;
|
|
26237
26342
|
scrollMarginInline?: readonly (string | (string & {}))[] | csstype.Property.ScrollMarginInline<string | number> | readonly NonNullable<csstype.Property.ScrollMarginInline<string | number> | undefined>[] | undefined;
|
|
@@ -26242,6 +26347,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26242
26347
|
scrollTimeline?: readonly string[] | csstype.Property.ScrollTimeline | readonly csstype.Property.ScrollTimeline[] | undefined;
|
|
26243
26348
|
textDecoration?: readonly (string | (string & {}))[] | csstype.Property.TextDecoration<string | number> | readonly NonNullable<csstype.Property.TextDecoration<string | number> | undefined>[] | undefined;
|
|
26244
26349
|
textEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
26350
|
+
textWrap?: readonly string[] | csstype.Property.TextWrap | readonly csstype.Property.TextWrap[] | undefined;
|
|
26245
26351
|
transition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
26246
26352
|
viewTimeline?: readonly string[] | csstype.Property.ViewTimeline | readonly csstype.Property.ViewTimeline[] | undefined;
|
|
26247
26353
|
MozAnimationDelay?: readonly string[] | csstype.Property.AnimationDelay<string & {}> | readonly csstype.Property.AnimationDelay<string & {}>[] | undefined;
|
|
@@ -26253,6 +26359,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26253
26359
|
MozAnimationPlayState?: readonly string[] | csstype.Property.AnimationPlayState | readonly csstype.Property.AnimationPlayState[] | undefined;
|
|
26254
26360
|
MozAnimationTimingFunction?: readonly string[] | csstype.Property.AnimationTimingFunction | readonly csstype.Property.AnimationTimingFunction[] | undefined;
|
|
26255
26361
|
MozAppearance?: csstype.Property.MozAppearance | readonly NonNullable<csstype.Property.MozAppearance | undefined>[] | readonly csstype.Property.MozAppearance[] | undefined;
|
|
26362
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
26256
26363
|
MozBinding?: readonly string[] | csstype.Property.MozBinding | readonly csstype.Property.MozBinding[] | undefined;
|
|
26257
26364
|
MozBorderBottomColors?: readonly string[] | csstype.Property.MozBorderBottomColors | readonly csstype.Property.MozBorderBottomColors[] | undefined;
|
|
26258
26365
|
MozBorderEndColor?: readonly string[] | csstype.Property.BorderInlineEndColor | readonly csstype.Property.BorderInlineEndColor[] | undefined;
|
|
@@ -26264,8 +26371,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26264
26371
|
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | readonly NonNullable<csstype.Property.BorderInlineStartStyle | undefined>[] | readonly csstype.Property.BorderInlineStartStyle[] | undefined;
|
|
26265
26372
|
MozBorderTopColors?: readonly string[] | csstype.Property.MozBorderTopColors | readonly csstype.Property.MozBorderTopColors[] | undefined;
|
|
26266
26373
|
MozBoxSizing?: csstype.Property.BoxSizing | readonly NonNullable<csstype.Property.BoxSizing | undefined>[] | readonly csstype.Property.BoxSizing[] | undefined;
|
|
26267
|
-
MozColumnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
26268
|
-
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
26269
26374
|
MozColumnRuleColor?: readonly string[] | csstype.Property.ColumnRuleColor | readonly csstype.Property.ColumnRuleColor[] | undefined;
|
|
26270
26375
|
MozColumnRuleStyle?: readonly string[] | csstype.Property.ColumnRuleStyle | readonly csstype.Property.ColumnRuleStyle[] | undefined;
|
|
26271
26376
|
MozColumnRuleWidth?: readonly (string | (string & {}))[] | csstype.Property.ColumnRuleWidth<string | number> | readonly NonNullable<csstype.Property.ColumnRuleWidth<string | number> | undefined>[] | undefined;
|
|
@@ -26274,7 +26379,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26274
26379
|
MozFontFeatureSettings?: readonly string[] | csstype.Property.FontFeatureSettings | readonly csstype.Property.FontFeatureSettings[] | undefined;
|
|
26275
26380
|
MozFontLanguageOverride?: readonly string[] | csstype.Property.FontLanguageOverride | readonly csstype.Property.FontLanguageOverride[] | undefined;
|
|
26276
26381
|
MozHyphens?: csstype.Property.Hyphens | readonly NonNullable<csstype.Property.Hyphens | undefined>[] | readonly csstype.Property.Hyphens[] | undefined;
|
|
26277
|
-
MozImageRegion?: readonly string[] | csstype.Property.MozImageRegion | readonly csstype.Property.MozImageRegion[] | undefined;
|
|
26278
26382
|
MozMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
26279
26383
|
MozMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
26280
26384
|
MozOrient?: csstype.Property.MozOrient | readonly NonNullable<csstype.Property.MozOrient | undefined>[] | readonly csstype.Property.MozOrient[] | undefined;
|
|
@@ -26285,11 +26389,15 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26285
26389
|
MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadiusTopright<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadiusTopright<string | number> | undefined>[] | undefined;
|
|
26286
26390
|
MozPaddingEnd?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineEnd<string | number> | readonly NonNullable<csstype.Property.PaddingInlineEnd<string | number> | undefined>[] | undefined;
|
|
26287
26391
|
MozPaddingStart?: readonly (string | (string & {}))[] | csstype.Property.PaddingInlineStart<string | number> | readonly NonNullable<csstype.Property.PaddingInlineStart<string | number> | undefined>[] | undefined;
|
|
26392
|
+
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
26393
|
+
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
26288
26394
|
MozStackSizing?: csstype.Property.MozStackSizing | readonly NonNullable<csstype.Property.MozStackSizing | undefined>[] | readonly csstype.Property.MozStackSizing[] | undefined;
|
|
26289
26395
|
MozTabSize?: readonly (string | (string & {}))[] | csstype.Property.TabSize<string | number> | readonly NonNullable<csstype.Property.TabSize<string | number> | undefined>[] | undefined;
|
|
26290
26396
|
MozTextBlink?: csstype.Property.MozTextBlink | readonly NonNullable<csstype.Property.MozTextBlink | undefined>[] | readonly csstype.Property.MozTextBlink[] | undefined;
|
|
26291
26397
|
MozTextSizeAdjust?: readonly string[] | csstype.Property.TextSizeAdjust | readonly csstype.Property.TextSizeAdjust[] | undefined;
|
|
26292
|
-
|
|
26398
|
+
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
26399
|
+
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
26400
|
+
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
26293
26401
|
MozUserModify?: csstype.Property.MozUserModify | readonly NonNullable<csstype.Property.MozUserModify | undefined>[] | readonly csstype.Property.MozUserModify[] | undefined;
|
|
26294
26402
|
MozUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
26295
26403
|
MozWindowDragging?: csstype.Property.MozWindowDragging | readonly NonNullable<csstype.Property.MozWindowDragging | undefined>[] | readonly csstype.Property.MozWindowDragging[] | undefined;
|
|
@@ -26378,7 +26486,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26378
26486
|
WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
26379
26487
|
WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
26380
26488
|
WebkitBorderImageSlice?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BorderImageSlice | readonly NonNullable<csstype.Property.BorderImageSlice | undefined>[] | undefined;
|
|
26381
|
-
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
26489
|
+
WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
26382
26490
|
WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
26383
26491
|
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | readonly NonNullable<csstype.Property.BoxDecorationBreak | undefined>[] | readonly csstype.Property.BoxDecorationBreak[] | undefined;
|
|
26384
26492
|
WebkitBoxReflect?: readonly (string | (string & {}))[] | csstype.Property.WebkitBoxReflect<string | number> | readonly NonNullable<csstype.Property.WebkitBoxReflect<string | number> | undefined>[] | undefined;
|
|
@@ -26408,6 +26516,8 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26408
26516
|
WebkitJustifyContent?: readonly string[] | csstype.Property.JustifyContent | readonly csstype.Property.JustifyContent[] | undefined;
|
|
26409
26517
|
WebkitLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
26410
26518
|
WebkitLineClamp?: readonly ("none" | (string & {}) | csstype.Globals)[] | csstype.Property.WebkitLineClamp | readonly NonNullable<csstype.Property.WebkitLineClamp | undefined>[] | undefined;
|
|
26519
|
+
WebkitLogicalHeight?: readonly (string | (string & {}))[] | csstype.Property.BlockSize<string | number> | readonly NonNullable<csstype.Property.BlockSize<string | number> | undefined>[] | undefined;
|
|
26520
|
+
WebkitLogicalWidth?: readonly (string | (string & {}))[] | csstype.Property.InlineSize<string | number> | readonly NonNullable<csstype.Property.InlineSize<string | number> | undefined>[] | undefined;
|
|
26411
26521
|
WebkitMarginEnd?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineEnd<string | number> | readonly NonNullable<csstype.Property.MarginInlineEnd<string | number> | undefined>[] | undefined;
|
|
26412
26522
|
WebkitMarginStart?: readonly (string | (string & {}))[] | csstype.Property.MarginInlineStart<string | number> | readonly NonNullable<csstype.Property.MarginInlineStart<string | number> | undefined>[] | undefined;
|
|
26413
26523
|
WebkitMaskAttachment?: readonly string[] | csstype.Property.WebkitMaskAttachment | readonly csstype.Property.WebkitMaskAttachment[] | undefined;
|
|
@@ -26462,13 +26572,14 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26462
26572
|
WebkitTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
26463
26573
|
WebkitTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
26464
26574
|
WebkitUserModify?: csstype.Property.WebkitUserModify | readonly NonNullable<csstype.Property.WebkitUserModify | undefined>[] | readonly csstype.Property.WebkitUserModify[] | undefined;
|
|
26465
|
-
WebkitUserSelect?: csstype.Property.
|
|
26575
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | readonly NonNullable<csstype.Property.WebkitUserSelect | undefined>[] | readonly csstype.Property.WebkitUserSelect[] | undefined;
|
|
26466
26576
|
WebkitWritingMode?: csstype.Property.WritingMode | readonly NonNullable<csstype.Property.WritingMode | undefined>[] | readonly csstype.Property.WritingMode[] | undefined;
|
|
26467
26577
|
MozAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
26468
26578
|
MozBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
26469
26579
|
MozColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
26470
26580
|
MozColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
|
|
26471
26581
|
MozOutlineRadius?: readonly (string | (string & {}))[] | csstype.Property.MozOutlineRadius<string | number> | readonly NonNullable<csstype.Property.MozOutlineRadius<string | number> | undefined>[] | undefined;
|
|
26582
|
+
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
26472
26583
|
msContentZoomLimit?: readonly string[] | csstype.Property.MsContentZoomLimit | readonly csstype.Property.MsContentZoomLimit[] | undefined;
|
|
26473
26584
|
msContentZoomSnap?: readonly string[] | csstype.Property.MsContentZoomSnap | readonly csstype.Property.MsContentZoomSnap[] | undefined;
|
|
26474
26585
|
msFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -26479,7 +26590,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26479
26590
|
WebkitAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
26480
26591
|
WebkitBorderBefore?: readonly (string | (string & {}))[] | csstype.Property.WebkitBorderBefore<string | number> | readonly NonNullable<csstype.Property.WebkitBorderBefore<string | number> | undefined>[] | undefined;
|
|
26481
26592
|
WebkitBorderImage?: csstype.Property.BorderImage | readonly NonNullable<csstype.Property.BorderImage | undefined>[] | readonly ("repeat" | "none" | (string & {}) | csstype.Globals | "stretch" | "round" | "space")[] | undefined;
|
|
26482
|
-
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
26593
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
26483
26594
|
WebkitColumnRule?: readonly (string | (string & {}))[] | csstype.Property.ColumnRule<string | number> | readonly NonNullable<csstype.Property.ColumnRule<string | number> | undefined>[] | undefined;
|
|
26484
26595
|
WebkitColumns?: readonly (string | (string & {}))[] | csstype.Property.Columns<string | number> | readonly NonNullable<csstype.Property.Columns<string | number> | undefined>[] | undefined;
|
|
26485
26596
|
WebkitFlex?: readonly (string | (string & {}))[] | csstype.Property.Flex<string | number> | readonly NonNullable<csstype.Property.Flex<string | number> | undefined>[] | undefined;
|
|
@@ -26489,7 +26600,6 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26489
26600
|
WebkitTextEmphasis?: readonly string[] | csstype.Property.TextEmphasis | readonly csstype.Property.TextEmphasis[] | undefined;
|
|
26490
26601
|
WebkitTextStroke?: readonly (string | (string & {}))[] | csstype.Property.WebkitTextStroke<string | number> | readonly NonNullable<csstype.Property.WebkitTextStroke<string | number> | undefined>[] | undefined;
|
|
26491
26602
|
WebkitTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
26492
|
-
azimuth?: readonly string[] | csstype.Property.Azimuth | readonly csstype.Property.Azimuth[] | undefined;
|
|
26493
26603
|
boxAlign?: csstype.Property.BoxAlign | readonly NonNullable<csstype.Property.BoxAlign | undefined>[] | readonly csstype.Property.BoxAlign[] | undefined;
|
|
26494
26604
|
boxDirection?: csstype.Property.BoxDirection | readonly NonNullable<csstype.Property.BoxDirection | undefined>[] | readonly csstype.Property.BoxDirection[] | undefined;
|
|
26495
26605
|
boxFlex?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxFlex | readonly NonNullable<csstype.Property.BoxFlex | undefined>[] | undefined;
|
|
@@ -26499,16 +26609,22 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26499
26609
|
boxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
26500
26610
|
boxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
26501
26611
|
clip?: readonly string[] | csstype.Property.Clip | readonly csstype.Property.Clip[] | undefined;
|
|
26612
|
+
fontStretch?: readonly string[] | csstype.Property.FontStretch | readonly csstype.Property.FontStretch[] | undefined;
|
|
26502
26613
|
gridColumnGap?: readonly (string | (string & {}))[] | csstype.Property.GridColumnGap<string | number> | readonly NonNullable<csstype.Property.GridColumnGap<string | number> | undefined>[] | undefined;
|
|
26503
26614
|
gridGap?: readonly (string | (string & {}))[] | csstype.Property.GridGap<string | number> | readonly NonNullable<csstype.Property.GridGap<string | number> | undefined>[] | undefined;
|
|
26504
26615
|
gridRowGap?: readonly (string | (string & {}))[] | csstype.Property.GridRowGap<string | number> | readonly NonNullable<csstype.Property.GridRowGap<string | number> | undefined>[] | undefined;
|
|
26505
26616
|
imeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
26617
|
+
insetArea?: readonly string[] | csstype.Property.PositionArea | readonly csstype.Property.PositionArea[] | undefined;
|
|
26506
26618
|
offsetBlock?: readonly (string | (string & {}))[] | csstype.Property.InsetBlock<string | number> | readonly NonNullable<csstype.Property.InsetBlock<string | number> | undefined>[] | undefined;
|
|
26507
26619
|
offsetBlockEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockEnd<string | number> | readonly NonNullable<csstype.Property.InsetBlockEnd<string | number> | undefined>[] | undefined;
|
|
26508
26620
|
offsetBlockStart?: readonly (string | (string & {}))[] | csstype.Property.InsetBlockStart<string | number> | readonly NonNullable<csstype.Property.InsetBlockStart<string | number> | undefined>[] | undefined;
|
|
26509
26621
|
offsetInline?: readonly (string | (string & {}))[] | csstype.Property.InsetInline<string | number> | readonly NonNullable<csstype.Property.InsetInline<string | number> | undefined>[] | undefined;
|
|
26510
26622
|
offsetInlineEnd?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineEnd<string | number> | readonly NonNullable<csstype.Property.InsetInlineEnd<string | number> | undefined>[] | undefined;
|
|
26511
26623
|
offsetInlineStart?: readonly (string | (string & {}))[] | csstype.Property.InsetInlineStart<string | number> | readonly NonNullable<csstype.Property.InsetInlineStart<string | number> | undefined>[] | undefined;
|
|
26624
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | readonly NonNullable<csstype.Property.PageBreakAfter | undefined>[] | readonly csstype.Property.PageBreakAfter[] | undefined;
|
|
26625
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | readonly NonNullable<csstype.Property.PageBreakBefore | undefined>[] | readonly csstype.Property.PageBreakBefore[] | undefined;
|
|
26626
|
+
pageBreakInside?: csstype.Property.PageBreakInside | readonly NonNullable<csstype.Property.PageBreakInside | undefined>[] | readonly csstype.Property.PageBreakInside[] | undefined;
|
|
26627
|
+
positionTryOptions?: readonly string[] | csstype.Property.PositionTryFallbacks | readonly csstype.Property.PositionTryFallbacks[] | undefined;
|
|
26512
26628
|
scrollSnapCoordinate?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapCoordinate<string | number> | readonly NonNullable<csstype.Property.ScrollSnapCoordinate<string | number> | undefined>[] | undefined;
|
|
26513
26629
|
scrollSnapDestination?: readonly (string | (string & {}))[] | csstype.Property.ScrollSnapDestination<string | number> | readonly NonNullable<csstype.Property.ScrollSnapDestination<string | number> | undefined>[] | undefined;
|
|
26514
26630
|
scrollSnapPointsX?: readonly string[] | csstype.Property.ScrollSnapPointsX | readonly csstype.Property.ScrollSnapPointsX[] | undefined;
|
|
@@ -26526,15 +26642,13 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26526
26642
|
KhtmlLineBreak?: csstype.Property.LineBreak | readonly NonNullable<csstype.Property.LineBreak | undefined>[] | readonly csstype.Property.LineBreak[] | undefined;
|
|
26527
26643
|
KhtmlOpacity?: csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | readonly ((string & {}) | csstype.Globals)[] | undefined;
|
|
26528
26644
|
KhtmlUserSelect?: csstype.Property.UserSelect | readonly NonNullable<csstype.Property.UserSelect | undefined>[] | readonly csstype.Property.UserSelect[] | undefined;
|
|
26529
|
-
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | readonly NonNullable<csstype.Property.BackfaceVisibility | undefined>[] | readonly csstype.Property.BackfaceVisibility[] | undefined;
|
|
26530
26645
|
MozBackgroundClip?: readonly string[] | csstype.Property.BackgroundClip | readonly csstype.Property.BackgroundClip[] | undefined;
|
|
26531
|
-
MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | readonly NonNullable<csstype.Property.BoxDecorationBreak | undefined>[] | readonly csstype.Property.BoxDecorationBreak[] | undefined;
|
|
26532
26646
|
MozBackgroundOrigin?: readonly string[] | csstype.Property.BackgroundOrigin | readonly csstype.Property.BackgroundOrigin[] | undefined;
|
|
26533
26647
|
MozBackgroundSize?: readonly (string | (string & {}))[] | csstype.Property.BackgroundSize<string | number> | readonly NonNullable<csstype.Property.BackgroundSize<string | number> | undefined>[] | undefined;
|
|
26534
|
-
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly
|
|
26648
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | readonly NonNullable<csstype.Property.BorderRadius<string | number> | undefined>[] | readonly (string | (string & {}))[] | undefined;
|
|
26535
26649
|
MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
|
|
26536
26650
|
MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | csstype.Property.BorderBottomRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
|
|
26537
|
-
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] |
|
|
26651
|
+
MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | csstype.Property.BorderTopLeftRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
|
|
26538
26652
|
MozBorderRadiusTopright?: readonly (string | (string & {}))[] | csstype.Property.BorderTopRightRadius<string | number> | readonly NonNullable<csstype.Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
|
|
26539
26653
|
MozBoxAlign?: csstype.Property.BoxAlign | readonly NonNullable<csstype.Property.BoxAlign | undefined>[] | readonly csstype.Property.BoxAlign[] | undefined;
|
|
26540
26654
|
MozBoxDirection?: csstype.Property.BoxDirection | readonly NonNullable<csstype.Property.BoxDirection | undefined>[] | readonly csstype.Property.BoxDirection[] | undefined;
|
|
@@ -26543,27 +26657,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26543
26657
|
MozBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
26544
26658
|
MozBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
26545
26659
|
MozBoxShadow?: readonly string[] | csstype.Property.BoxShadow | readonly csstype.Property.BoxShadow[] | undefined;
|
|
26660
|
+
MozColumnCount?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.ColumnCount | readonly NonNullable<csstype.Property.ColumnCount | undefined>[] | undefined;
|
|
26661
|
+
MozColumnFill?: csstype.Property.ColumnFill | readonly NonNullable<csstype.Property.ColumnFill | undefined>[] | readonly csstype.Property.ColumnFill[] | undefined;
|
|
26546
26662
|
MozFloatEdge?: csstype.Property.MozFloatEdge | readonly NonNullable<csstype.Property.MozFloatEdge | undefined>[] | readonly csstype.Property.MozFloatEdge[] | undefined;
|
|
26547
26663
|
MozForceBrokenImageIcon?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.MozForceBrokenImageIcon | readonly NonNullable<csstype.Property.MozForceBrokenImageIcon | undefined>[] | undefined;
|
|
26548
26664
|
MozOpacity?: csstype.Property.Opacity | readonly NonNullable<csstype.Property.Opacity | undefined>[] | readonly ((string & {}) | csstype.Globals)[] | undefined;
|
|
26549
26665
|
MozOutline?: readonly (string | (string & {}))[] | csstype.Property.Outline<string | number> | readonly NonNullable<csstype.Property.Outline<string | number> | undefined>[] | undefined;
|
|
26550
26666
|
MozOutlineColor?: readonly string[] | csstype.Property.OutlineColor | readonly csstype.Property.OutlineColor[] | undefined;
|
|
26551
|
-
MozOutlineStyle?:
|
|
26667
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | readonly NonNullable<csstype.Property.OutlineStyle | undefined>[] | readonly csstype.Property.OutlineStyle[] | undefined;
|
|
26552
26668
|
MozOutlineWidth?: readonly string[] | csstype.Property.OutlineWidth<string | number> | readonly NonNullable<csstype.Property.OutlineWidth<string | number> | undefined>[] | undefined;
|
|
26553
|
-
MozPerspective?: readonly string[] | csstype.Property.Perspective<string | number> | readonly NonNullable<csstype.Property.Perspective<string | number> | undefined>[] | undefined;
|
|
26554
|
-
MozPerspectiveOrigin?: readonly (string | (string & {}))[] | csstype.Property.PerspectiveOrigin<string | number> | readonly NonNullable<csstype.Property.PerspectiveOrigin<string | number> | undefined>[] | undefined;
|
|
26555
26669
|
MozTextAlignLast?: csstype.Property.TextAlignLast | readonly NonNullable<csstype.Property.TextAlignLast | undefined>[] | readonly csstype.Property.TextAlignLast[] | undefined;
|
|
26556
26670
|
MozTextDecorationColor?: readonly string[] | csstype.Property.TextDecorationColor | readonly csstype.Property.TextDecorationColor[] | undefined;
|
|
26557
26671
|
MozTextDecorationLine?: readonly string[] | csstype.Property.TextDecorationLine | readonly csstype.Property.TextDecorationLine[] | undefined;
|
|
26558
26672
|
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | readonly NonNullable<csstype.Property.TextDecorationStyle | undefined>[] | readonly csstype.Property.TextDecorationStyle[] | undefined;
|
|
26559
|
-
MozTransform?: readonly string[] | csstype.Property.Transform | readonly csstype.Property.Transform[] | undefined;
|
|
26560
|
-
MozTransformOrigin?: readonly (string | (string & {}))[] | csstype.Property.TransformOrigin<string | number> | readonly NonNullable<csstype.Property.TransformOrigin<string | number> | undefined>[] | undefined;
|
|
26561
|
-
MozTransformStyle?: csstype.Property.TransformStyle | readonly NonNullable<csstype.Property.TransformStyle | undefined>[] | readonly csstype.Property.TransformStyle[] | undefined;
|
|
26562
|
-
MozTransition?: readonly string[] | csstype.Property.Transition<string & {}> | readonly csstype.Property.Transition<string & {}>[] | undefined;
|
|
26563
26673
|
MozTransitionDelay?: readonly string[] | csstype.Property.TransitionDelay<string & {}> | readonly csstype.Property.TransitionDelay<string & {}>[] | undefined;
|
|
26564
26674
|
MozTransitionDuration?: readonly string[] | csstype.Property.TransitionDuration<string & {}> | readonly csstype.Property.TransitionDuration<string & {}>[] | undefined;
|
|
26565
26675
|
MozTransitionProperty?: readonly string[] | csstype.Property.TransitionProperty | readonly csstype.Property.TransitionProperty[] | undefined;
|
|
26566
26676
|
MozTransitionTimingFunction?: readonly string[] | csstype.Property.TransitionTimingFunction | readonly csstype.Property.TransitionTimingFunction[] | undefined;
|
|
26677
|
+
MozUserFocus?: csstype.Property.MozUserFocus | readonly NonNullable<csstype.Property.MozUserFocus | undefined>[] | readonly csstype.Property.MozUserFocus[] | undefined;
|
|
26567
26678
|
MozUserInput?: csstype.Property.MozUserInput | readonly NonNullable<csstype.Property.MozUserInput | undefined>[] | readonly csstype.Property.MozUserInput[] | undefined;
|
|
26568
26679
|
msImeMode?: csstype.Property.ImeMode | readonly NonNullable<csstype.Property.ImeMode | undefined>[] | readonly csstype.Property.ImeMode[] | undefined;
|
|
26569
26680
|
OAnimation?: csstype.Property.Animation<string & {}> | readonly NonNullable<csstype.Property.Animation<string & {}> | undefined>[] | readonly ("none" | (string & {}) | "auto" | "both" | csstype.Globals | "reverse" | "running" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "alternate" | "alternate-reverse" | "backwards" | "forwards" | "infinite" | "paused")[] | undefined;
|
|
@@ -26596,47 +26707,23 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26596
26707
|
WebkitBoxOrdinalGroup?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.BoxOrdinalGroup | readonly NonNullable<csstype.Property.BoxOrdinalGroup | undefined>[] | undefined;
|
|
26597
26708
|
WebkitBoxOrient?: csstype.Property.BoxOrient | readonly NonNullable<csstype.Property.BoxOrient | undefined>[] | readonly csstype.Property.BoxOrient[] | undefined;
|
|
26598
26709
|
WebkitBoxPack?: csstype.Property.BoxPack | readonly NonNullable<csstype.Property.BoxPack | undefined>[] | readonly csstype.Property.BoxPack[] | undefined;
|
|
26599
|
-
alignmentBaseline?: csstype.Property.AlignmentBaseline | readonly NonNullable<csstype.Property.AlignmentBaseline | undefined>[] | readonly csstype.Property.AlignmentBaseline[] | undefined;
|
|
26600
|
-
baselineShift?: readonly (string | (string & {}))[] | csstype.Property.BaselineShift<string | number> | readonly NonNullable<csstype.Property.BaselineShift<string | number> | undefined>[] | undefined;
|
|
26601
|
-
clipRule?: csstype.Property.ClipRule | readonly NonNullable<csstype.Property.ClipRule | undefined>[] | readonly csstype.Property.ClipRule[] | undefined;
|
|
26602
26710
|
colorInterpolation?: csstype.Property.ColorInterpolation | readonly NonNullable<csstype.Property.ColorInterpolation | undefined>[] | readonly csstype.Property.ColorInterpolation[] | undefined;
|
|
26603
26711
|
colorRendering?: csstype.Property.ColorRendering | readonly NonNullable<csstype.Property.ColorRendering | undefined>[] | readonly csstype.Property.ColorRendering[] | undefined;
|
|
26604
|
-
dominantBaseline?: csstype.Property.DominantBaseline | readonly NonNullable<csstype.Property.DominantBaseline | undefined>[] | readonly csstype.Property.DominantBaseline[] | undefined;
|
|
26605
|
-
fill?: readonly string[] | csstype.Property.Fill | readonly csstype.Property.Fill[] | undefined;
|
|
26606
|
-
fillOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FillOpacity | readonly NonNullable<csstype.Property.FillOpacity | undefined>[] | undefined;
|
|
26607
|
-
fillRule?: csstype.Property.FillRule | readonly NonNullable<csstype.Property.FillRule | undefined>[] | readonly csstype.Property.FillRule[] | undefined;
|
|
26608
|
-
floodColor?: readonly string[] | csstype.Property.FloodColor | readonly csstype.Property.FloodColor[] | undefined;
|
|
26609
|
-
floodOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.FloodOpacity | readonly NonNullable<csstype.Property.FloodOpacity | undefined>[] | undefined;
|
|
26610
26712
|
glyphOrientationVertical?: readonly ((string & {}) | "auto" | csstype.Globals)[] | csstype.Property.GlyphOrientationVertical | readonly NonNullable<csstype.Property.GlyphOrientationVertical | undefined>[] | undefined;
|
|
26611
|
-
lightingColor?: readonly string[] | csstype.Property.LightingColor | readonly csstype.Property.LightingColor[] | undefined;
|
|
26612
|
-
marker?: readonly string[] | csstype.Property.Marker | readonly csstype.Property.Marker[] | undefined;
|
|
26613
|
-
markerEnd?: readonly string[] | csstype.Property.MarkerEnd | readonly csstype.Property.MarkerEnd[] | undefined;
|
|
26614
|
-
markerMid?: readonly string[] | csstype.Property.MarkerMid | readonly csstype.Property.MarkerMid[] | undefined;
|
|
26615
|
-
markerStart?: readonly string[] | csstype.Property.MarkerStart | readonly csstype.Property.MarkerStart[] | undefined;
|
|
26616
|
-
shapeRendering?: csstype.Property.ShapeRendering | readonly NonNullable<csstype.Property.ShapeRendering | undefined>[] | readonly csstype.Property.ShapeRendering[] | undefined;
|
|
26617
|
-
stopColor?: readonly string[] | csstype.Property.StopColor | readonly csstype.Property.StopColor[] | undefined;
|
|
26618
|
-
stopOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StopOpacity | readonly NonNullable<csstype.Property.StopOpacity | undefined>[] | undefined;
|
|
26619
|
-
stroke?: readonly string[] | csstype.Property.Stroke | readonly csstype.Property.Stroke[] | undefined;
|
|
26620
|
-
strokeDasharray?: readonly (string | (string & {}))[] | csstype.Property.StrokeDasharray<string | number> | readonly NonNullable<csstype.Property.StrokeDasharray<string | number> | undefined>[] | undefined;
|
|
26621
|
-
strokeDashoffset?: readonly (string | (string & {}))[] | csstype.Property.StrokeDashoffset<string | number> | readonly NonNullable<csstype.Property.StrokeDashoffset<string | number> | undefined>[] | undefined;
|
|
26622
|
-
strokeLinecap?: csstype.Property.StrokeLinecap | readonly NonNullable<csstype.Property.StrokeLinecap | undefined>[] | readonly csstype.Property.StrokeLinecap[] | undefined;
|
|
26623
|
-
strokeLinejoin?: csstype.Property.StrokeLinejoin | readonly NonNullable<csstype.Property.StrokeLinejoin | undefined>[] | readonly csstype.Property.StrokeLinejoin[] | undefined;
|
|
26624
|
-
strokeMiterlimit?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeMiterlimit | readonly NonNullable<csstype.Property.StrokeMiterlimit | undefined>[] | undefined;
|
|
26625
|
-
strokeOpacity?: readonly ((string & {}) | csstype.Globals)[] | csstype.Property.StrokeOpacity | readonly NonNullable<csstype.Property.StrokeOpacity | undefined>[] | undefined;
|
|
26626
|
-
strokeWidth?: readonly (string | (string & {}))[] | csstype.Property.StrokeWidth<string | number> | readonly NonNullable<csstype.Property.StrokeWidth<string | number> | undefined>[] | undefined;
|
|
26627
|
-
textAnchor?: csstype.Property.TextAnchor | readonly NonNullable<csstype.Property.TextAnchor | undefined>[] | readonly csstype.Property.TextAnchor[] | undefined;
|
|
26628
|
-
vectorEffect?: csstype.Property.VectorEffect | readonly NonNullable<csstype.Property.VectorEffect | undefined>[] | readonly csstype.Property.VectorEffect[] | undefined;
|
|
26629
26713
|
":-moz-any()"?: _emotion_react.CSSObject | undefined;
|
|
26630
26714
|
":-moz-dir"?: _emotion_react.CSSObject | undefined;
|
|
26631
26715
|
":-webkit-any()"?: _emotion_react.CSSObject | undefined;
|
|
26632
26716
|
"::cue"?: _emotion_react.CSSObject | undefined;
|
|
26633
26717
|
"::cue-region"?: _emotion_react.CSSObject | undefined;
|
|
26718
|
+
"::highlight"?: _emotion_react.CSSObject | undefined;
|
|
26634
26719
|
"::part"?: _emotion_react.CSSObject | undefined;
|
|
26720
|
+
"::picker"?: _emotion_react.CSSObject | undefined;
|
|
26635
26721
|
"::slotted"?: _emotion_react.CSSObject | undefined;
|
|
26636
26722
|
"::view-transition-group"?: _emotion_react.CSSObject | undefined;
|
|
26637
26723
|
"::view-transition-image-pair"?: _emotion_react.CSSObject | undefined;
|
|
26638
26724
|
"::view-transition-new"?: _emotion_react.CSSObject | undefined;
|
|
26639
26725
|
"::view-transition-old"?: _emotion_react.CSSObject | undefined;
|
|
26726
|
+
":active-view-transition-type"?: _emotion_react.CSSObject | undefined;
|
|
26640
26727
|
":dir"?: _emotion_react.CSSObject | undefined;
|
|
26641
26728
|
":has"?: _emotion_react.CSSObject | undefined;
|
|
26642
26729
|
":host"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26649,6 +26736,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26649
26736
|
":nth-last-child"?: _emotion_react.CSSObject | undefined;
|
|
26650
26737
|
":nth-last-of-type"?: _emotion_react.CSSObject | undefined;
|
|
26651
26738
|
":nth-of-type"?: _emotion_react.CSSObject | undefined;
|
|
26739
|
+
":state"?: _emotion_react.CSSObject | undefined;
|
|
26652
26740
|
":where"?: _emotion_react.CSSObject | undefined;
|
|
26653
26741
|
":-khtml-any-link"?: _emotion_react.CSSObject | undefined;
|
|
26654
26742
|
":-moz-any-link"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26662,6 +26750,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26662
26750
|
":-ms-fullscreen"?: _emotion_react.CSSObject | undefined;
|
|
26663
26751
|
":-ms-input-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
26664
26752
|
":-webkit-any-link"?: _emotion_react.CSSObject | undefined;
|
|
26753
|
+
":-webkit-autofill"?: _emotion_react.CSSObject | undefined;
|
|
26665
26754
|
":-webkit-full-screen"?: _emotion_react.CSSObject | undefined;
|
|
26666
26755
|
"::-moz-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
26667
26756
|
"::-moz-progress-bar"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26686,6 +26775,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26686
26775
|
"::-ms-track"?: _emotion_react.CSSObject | undefined;
|
|
26687
26776
|
"::-ms-value"?: _emotion_react.CSSObject | undefined;
|
|
26688
26777
|
"::-webkit-backdrop"?: _emotion_react.CSSObject | undefined;
|
|
26778
|
+
"::-webkit-file-upload-button"?: _emotion_react.CSSObject | undefined;
|
|
26689
26779
|
"::-webkit-input-placeholder"?: _emotion_react.CSSObject | undefined;
|
|
26690
26780
|
"::-webkit-progress-bar"?: _emotion_react.CSSObject | undefined;
|
|
26691
26781
|
"::-webkit-progress-inner-value"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26695,20 +26785,29 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26695
26785
|
"::after"?: _emotion_react.CSSObject | undefined;
|
|
26696
26786
|
"::backdrop"?: _emotion_react.CSSObject | undefined;
|
|
26697
26787
|
"::before"?: _emotion_react.CSSObject | undefined;
|
|
26788
|
+
"::checkmark"?: _emotion_react.CSSObject | undefined;
|
|
26789
|
+
"::details-content"?: _emotion_react.CSSObject | undefined;
|
|
26790
|
+
"::file-selector-button"?: _emotion_react.CSSObject | undefined;
|
|
26698
26791
|
"::first-letter"?: _emotion_react.CSSObject | undefined;
|
|
26699
26792
|
"::first-line"?: _emotion_react.CSSObject | undefined;
|
|
26700
26793
|
"::grammar-error"?: _emotion_react.CSSObject | undefined;
|
|
26701
26794
|
"::marker"?: _emotion_react.CSSObject | undefined;
|
|
26795
|
+
"::picker-icon"?: _emotion_react.CSSObject | undefined;
|
|
26702
26796
|
"::placeholder"?: _emotion_react.CSSObject | undefined;
|
|
26797
|
+
"::scroll-marker"?: _emotion_react.CSSObject | undefined;
|
|
26798
|
+
"::scroll-marker-group"?: _emotion_react.CSSObject | undefined;
|
|
26703
26799
|
"::selection"?: _emotion_react.CSSObject | undefined;
|
|
26704
26800
|
"::spelling-error"?: _emotion_react.CSSObject | undefined;
|
|
26705
26801
|
"::target-text"?: _emotion_react.CSSObject | undefined;
|
|
26706
26802
|
"::view-transition"?: _emotion_react.CSSObject | undefined;
|
|
26707
26803
|
":active"?: _emotion_react.CSSObject | undefined;
|
|
26804
|
+
":active-view-transition"?: _emotion_react.CSSObject | undefined;
|
|
26708
26805
|
":after"?: _emotion_react.CSSObject | undefined;
|
|
26709
26806
|
":any-link"?: _emotion_react.CSSObject | undefined;
|
|
26807
|
+
":autofill"?: _emotion_react.CSSObject | undefined;
|
|
26710
26808
|
":before"?: _emotion_react.CSSObject | undefined;
|
|
26711
26809
|
":blank"?: _emotion_react.CSSObject | undefined;
|
|
26810
|
+
":buffering"?: _emotion_react.CSSObject | undefined;
|
|
26712
26811
|
":checked"?: _emotion_react.CSSObject | undefined;
|
|
26713
26812
|
":current"?: _emotion_react.CSSObject | undefined;
|
|
26714
26813
|
":default"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26726,6 +26825,7 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26726
26825
|
":focus-within"?: _emotion_react.CSSObject | undefined;
|
|
26727
26826
|
":fullscreen"?: _emotion_react.CSSObject | undefined;
|
|
26728
26827
|
":future"?: _emotion_react.CSSObject | undefined;
|
|
26828
|
+
":has-slotted"?: _emotion_react.CSSObject | undefined;
|
|
26729
26829
|
":hover"?: _emotion_react.CSSObject | undefined;
|
|
26730
26830
|
":in-range"?: _emotion_react.CSSObject | undefined;
|
|
26731
26831
|
":indeterminate"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26735,10 +26835,11 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26735
26835
|
":left"?: _emotion_react.CSSObject | undefined;
|
|
26736
26836
|
":link"?: _emotion_react.CSSObject | undefined;
|
|
26737
26837
|
":local-link"?: _emotion_react.CSSObject | undefined;
|
|
26738
|
-
":
|
|
26739
|
-
":
|
|
26838
|
+
":modal"?: _emotion_react.CSSObject | undefined;
|
|
26839
|
+
":muted"?: _emotion_react.CSSObject | undefined;
|
|
26740
26840
|
":only-child"?: _emotion_react.CSSObject | undefined;
|
|
26741
26841
|
":only-of-type"?: _emotion_react.CSSObject | undefined;
|
|
26842
|
+
":open"?: _emotion_react.CSSObject | undefined;
|
|
26742
26843
|
":optional"?: _emotion_react.CSSObject | undefined;
|
|
26743
26844
|
":out-of-range"?: _emotion_react.CSSObject | undefined;
|
|
26744
26845
|
":past"?: _emotion_react.CSSObject | undefined;
|
|
@@ -26746,18 +26847,24 @@ declare const getWfoReactSelectStyles: (wfoTheme: WfoThemeHelpers) => {
|
|
|
26746
26847
|
":picture-in-picture"?: _emotion_react.CSSObject | undefined;
|
|
26747
26848
|
":placeholder-shown"?: _emotion_react.CSSObject | undefined;
|
|
26748
26849
|
":playing"?: _emotion_react.CSSObject | undefined;
|
|
26850
|
+
":popover-open"?: _emotion_react.CSSObject | undefined;
|
|
26749
26851
|
":read-only"?: _emotion_react.CSSObject | undefined;
|
|
26750
26852
|
":read-write"?: _emotion_react.CSSObject | undefined;
|
|
26751
26853
|
":required"?: _emotion_react.CSSObject | undefined;
|
|
26752
26854
|
":right"?: _emotion_react.CSSObject | undefined;
|
|
26753
26855
|
":root"?: _emotion_react.CSSObject | undefined;
|
|
26754
26856
|
":scope"?: _emotion_react.CSSObject | undefined;
|
|
26857
|
+
":seeking"?: _emotion_react.CSSObject | undefined;
|
|
26858
|
+
":stalled"?: _emotion_react.CSSObject | undefined;
|
|
26755
26859
|
":target"?: _emotion_react.CSSObject | undefined;
|
|
26860
|
+
":target-current"?: _emotion_react.CSSObject | undefined;
|
|
26756
26861
|
":target-within"?: _emotion_react.CSSObject | undefined;
|
|
26757
26862
|
":user-invalid"?: _emotion_react.CSSObject | undefined;
|
|
26758
26863
|
":user-valid"?: _emotion_react.CSSObject | undefined;
|
|
26759
26864
|
":valid"?: _emotion_react.CSSObject | undefined;
|
|
26760
26865
|
":visited"?: _emotion_react.CSSObject | undefined;
|
|
26866
|
+
":volume-locked"?: _emotion_react.CSSObject | undefined;
|
|
26867
|
+
":xr-overlay"?: _emotion_react.CSSObject | undefined;
|
|
26761
26868
|
label?: string;
|
|
26762
26869
|
};
|
|
26763
26870
|
};
|
|
@@ -26781,7 +26888,7 @@ declare const Row: RowRenderComponent;
|
|
|
26781
26888
|
type FooterProps = PydanticFormFooterProps & {
|
|
26782
26889
|
isTask?: boolean;
|
|
26783
26890
|
};
|
|
26784
|
-
declare const Footer: ({ onCancel, onPrevious, hasNext, hasPrevious, isTask, buttons
|
|
26891
|
+
declare const Footer: ({ onCancel, onPrevious, hasNext, hasPrevious, isTask, buttons }: FooterProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
26785
26892
|
|
|
26786
26893
|
declare const Header: ({ pydanticFormSchema }: PydanticFormHeaderProps) => _emotion_react_jsx_runtime.JSX.Element | undefined;
|
|
26787
26894
|
|
|
@@ -27051,7 +27158,7 @@ declare function WfoAgentPieChart({ aggregationData }: WfoAgentPieChartProps): _
|
|
|
27051
27158
|
type WfoAgentVisualizationProps = {
|
|
27052
27159
|
aggregationData: AggregationResultsData;
|
|
27053
27160
|
};
|
|
27054
|
-
declare function WfoAgentVisualization({ aggregationData
|
|
27161
|
+
declare function WfoAgentVisualization({ aggregationData }: WfoAgentVisualizationProps): _emotion_react_jsx_runtime.JSX.Element;
|
|
27055
27162
|
|
|
27056
27163
|
type WfoMonacoCodeBlockProps = {
|
|
27057
27164
|
data: object;
|
|
@@ -27073,7 +27180,7 @@ interface WfoPopoverProps {
|
|
|
27073
27180
|
isPopoverOpen: boolean;
|
|
27074
27181
|
closePopover: () => void;
|
|
27075
27182
|
}
|
|
27076
|
-
declare const WfoPopover: ({ id, isLoading, PopoverContent, button, isPopoverOpen, closePopover
|
|
27183
|
+
declare const WfoPopover: ({ id, isLoading, PopoverContent, button, isPopoverOpen, closePopover }: WfoPopoverProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
27077
27184
|
|
|
27078
27185
|
interface WfoButtonWithConfirmProps {
|
|
27079
27186
|
question: string;
|
|
@@ -27110,7 +27217,7 @@ declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
|
27110
27217
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
27111
27218
|
declare const METADATA_SCHEDULES_ENDPOINT = "schedules";
|
|
27112
27219
|
|
|
27113
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "7.
|
|
27220
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "7.5.0";
|
|
27114
27221
|
|
|
27115
27222
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
27116
27223
|
pydanticForms: {
|
|
@@ -28444,13 +28551,13 @@ interface MetaDataTab {
|
|
|
28444
28551
|
path: string;
|
|
28445
28552
|
}
|
|
28446
28553
|
declare const metaDataTabs: MetaDataTab[];
|
|
28447
|
-
declare const WfoMetadataPageLayout: ({ children, tabs
|
|
28554
|
+
declare const WfoMetadataPageLayout: ({ children, tabs }: MetadataLayoutProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
28448
28555
|
|
|
28449
28556
|
declare const WfoScheduledTasksPage: () => _emotion_react_jsx_runtime.JSX.Element;
|
|
28450
28557
|
|
|
28451
28558
|
declare const mapWorkflowDefinitionToWorkflowListItem: (workflows: WorkflowDefinition[]) => WorkflowListItem[];
|
|
28452
28559
|
declare const workflowFieldMapper: (field: keyof WorkflowListItem) => keyof WorkflowDefinition;
|
|
28453
|
-
declare const graphQlWorkflowListMapper: ({ field, order
|
|
28560
|
+
declare const graphQlWorkflowListMapper: ({ field, order }: GraphQLSort<WorkflowListItem>) => {
|
|
28454
28561
|
field: keyof WorkflowDefinition;
|
|
28455
28562
|
order: SortOrder;
|
|
28456
28563
|
};
|
|
@@ -28476,13 +28583,13 @@ type GroupedStep = {
|
|
|
28476
28583
|
interface WfoProcessDetailPageProps {
|
|
28477
28584
|
processId: string;
|
|
28478
28585
|
}
|
|
28479
|
-
declare const WfoProcessDetailPage: ({ processId
|
|
28586
|
+
declare const WfoProcessDetailPage: ({ processId }: WfoProcessDetailPageProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
28480
28587
|
|
|
28481
28588
|
interface WfoProductInformationWithLinkProps {
|
|
28482
28589
|
workflowName: string;
|
|
28483
28590
|
productNames: string;
|
|
28484
28591
|
}
|
|
28485
|
-
declare const WfoProductInformationWithLink: ({ workflowName, productNames
|
|
28592
|
+
declare const WfoProductInformationWithLink: ({ workflowName, productNames }: WfoProductInformationWithLinkProps) => _emotion_react_jsx_runtime.JSX.Element;
|
|
28486
28593
|
|
|
28487
28594
|
interface ProcessDetailProps {
|
|
28488
28595
|
pageTitle: string;
|