@membranehq/react 0.4.0 → 0.5.1
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/dist/cjs/_modules/awesome-debounce-promise.cjs +1 -1
- package/dist/cjs/components/AdvancedOptions.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxFormulaBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxSchemaValueBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/ComboBoxValueBadge.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/EditorTagBadge/NestedBadgeValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/EditorTagBadge/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Badges/isDefinedValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboBox.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboboxTriggers/ComboboxEditorTrigger.cjs +1 -1
- package/dist/cjs/components/ComboBox/ComboboxTriggers/ComboboxTagTrigger.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/ActiveCategoryContent.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/CustomValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Formulas/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Lookup.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/index.cjs +6 -33
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Options.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Root.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/Variables.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/getLookupCollection.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/DrillUpButton.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Dropdown.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/KeyboardNavigation/NavigationContext.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/KeyboardNavigation/useKeyboardBinding.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Option.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/OptionsList.cjs +4 -41
- package/dist/cjs/components/ComboBox/Dropdown/SearchInput.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/VirtualizedDropdownList.cjs +257 -0
- package/dist/cjs/components/ComboBox/Dropdown/categoryContentMapping.cjs +1 -1
- package/dist/cjs/components/ComboBox/DropdownPopover/DropdownPositioner.cjs +1 -1
- package/dist/cjs/components/ComboBox/DropdownPopover/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/FocusTrap/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-context.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-context.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-search.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/combobox-dropdown-stack.cjs +1 -1
- package/dist/cjs/components/ComboBox/context/helpers.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/boolean.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/constant.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/custom-field/constants.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/custom-field/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/enum.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/formula/config-mapping.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/formula/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/generate-schema-options.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/object-fields.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/reference-records.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/root.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/utils.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/variable.cjs +1 -1
- package/dist/cjs/components/ComboBox/shared.cjs +1 -1
- package/dist/cjs/components/ComboBox/value-spec.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboBoxTag.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboBoxTag.module.css.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/ComboboxContainer/index.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/LexicalEditor.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/clicks.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/common.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/tag-template-composition.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/nodes/EditorTagBinding.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/nodes/EditorTagNode.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/ConfigPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/plugins/commands.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/useEditor.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Condition/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/DataBuilderFormField.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldDelete.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldDescription.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldList.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldName/FieldNameInput.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldName/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldTypeSelector/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/Array.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/Default.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/ScalarArray.module.css.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FieldValue/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/FilterInput.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Form.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/case-formula.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/concat.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/deprecatedFormula.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/domainFromEmail.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/extractDate.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/extractTime.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/findAppRecordId.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/findExternalRecordId.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/firstName.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/firstNotEmpty.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/iterate.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/jsonata.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/lastName.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/lookup.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/map.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/mergeObjects.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/noUi.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/tpl.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/var.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ArrayItems.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldControlPanel/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/index.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/LevelKeysConflictProvider.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/NoSchema.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ObjectFields.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested/ValueMapping.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Nested.cjs +1 -1
- package/dist/cjs/components/DataBuilder/RedactedToggleButton.cjs +1 -1
- package/dist/cjs/components/DataBuilder/data-builder-context.cjs +1 -1
- package/dist/cjs/components/DataBuilder/data-field.cjs +1 -1
- package/dist/cjs/components/DataBuilder/field-context.cjs +1 -1
- package/dist/cjs/components/DataBuilder/hooks.cjs +1 -1
- package/dist/cjs/components/DataBuilder/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/ActionBar.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Cell.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/FieldControlPanel/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/NestedLevel.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Row.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/Title.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/styles.module.css.cjs +1 -1
- package/dist/cjs/components/DataInput/index.cjs +1 -1
- package/dist/cjs/components/DataInput/useResolvedDataSchema.cjs +1 -1
- package/dist/cjs/components/DataLinks/data-link-tables-option-factory.cjs +1 -1
- package/dist/cjs/components/DropdownUI/BackButton.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ClearSearchButton.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Content.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ErrorHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/InfoHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Item.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemHint.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemIcon.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemNestingIndicator.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ItemTitle.cjs +1 -1
- package/dist/cjs/components/DropdownUI/List.cjs +1 -1
- package/dist/cjs/components/DropdownUI/ListHeader.cjs +1 -1
- package/dist/cjs/components/DropdownUI/LoadingItem.cjs +1 -1
- package/dist/cjs/components/DropdownUI/NoOptionsHeading.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Panel.cjs +1 -1
- package/dist/cjs/components/DropdownUI/PopoverContainer.cjs +1 -1
- package/dist/cjs/components/DropdownUI/Search.cjs +1 -1
- package/dist/cjs/components/DropdownUI/constants.cjs +1 -1
- package/dist/cjs/components/DropdownUI/index.cjs +1 -1
- package/dist/cjs/components/DropdownUI/item-aria-context.cjs +1 -1
- package/dist/cjs/components/DropdownUI/sva-recipe.cjs +1 -1
- package/dist/cjs/components/DropdownUI/utils.cjs +1 -1
- package/dist/cjs/components/FloatingPortalBoundary/index.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/DataCollectionSelect.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/UdmSelect.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/DataSource/index.cjs +1 -1
- package/dist/cjs/components/IntegrationElements/integration-element-context.cjs +1 -1
- package/dist/cjs/components/Integrations/IntegrationAvatar/index.cjs +1 -1
- package/dist/cjs/components/Integrations/IntegrationItem/index.cjs +1 -1
- package/dist/cjs/components/Integrations/IntegrationItemSkeleton.cjs +1 -1
- package/dist/cjs/components/Notification/Notification.module.css.cjs +1 -1
- package/dist/cjs/components/Notification/index.cjs +1 -1
- package/dist/cjs/components/Popover/index.cjs +1 -1
- package/dist/cjs/components/Portal/index.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleInput.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleTextarea.cjs +1 -1
- package/dist/cjs/components/SimpleInput/recipe.cjs +1 -1
- package/dist/cjs/components/SvgIcon/BasicEntities.cjs +1 -1
- package/dist/cjs/components/SvgIcon/index.cjs +1 -28
- package/dist/cjs/components/SvgIcon/svg-icon-type.cjs +1 -9
- package/dist/cjs/components/Tag/Components.cjs +1 -1
- package/dist/cjs/components/Tag/Tag.cjs +1 -1
- package/dist/cjs/components/Tag/TagPlaceholder.cjs +1 -1
- package/dist/cjs/components/Tag/styles.module.css.cjs +1 -1
- package/dist/cjs/components/Textarea/index.cjs +1 -1
- package/dist/cjs/components/Textarea/recipe.cjs +1 -1
- package/dist/cjs/components/Toggle/index.cjs +1 -1
- package/dist/cjs/components/Tooltip/index.cjs +1 -1
- package/dist/cjs/components/Truncate/index.cjs +1 -1
- package/dist/cjs/contexts/integration-app-client-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-connection-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-context.cjs +1 -1
- package/dist/cjs/contexts/integration-app-integration-context.cjs +1 -1
- package/dist/cjs/helpers/getRefElement.cjs +1 -1
- package/dist/cjs/helpers/hooks/keyboard-events.cjs +1 -1
- package/dist/cjs/helpers/hooks/useDeepEffect.cjs +1 -1
- package/dist/cjs/helpers/hooks/useEventStopPropagation.cjs +1 -1
- package/dist/cjs/helpers/hooks/useForwardedRef.cjs +1 -1
- package/dist/cjs/helpers/hooks/useIsTextTruncated.cjs +1 -1
- package/dist/cjs/helpers/hooks/useResizeObserver.cjs +1 -1
- package/dist/cjs/helpers/hooks/useThrottle.cjs +1 -1
- package/dist/cjs/helpers/hooks/useWindowEvent.cjs +1 -1
- package/dist/cjs/helpers/intersperse.cjs +1 -1
- package/dist/cjs/helpers/simple-unique-id.cjs +1 -1
- package/dist/cjs/hooks/actions/useAction.cjs +1 -1
- package/dist/cjs/hooks/actions/useActionInstance.cjs +1 -1
- package/dist/cjs/hooks/actions/useActionInstances.cjs +1 -1
- package/dist/cjs/hooks/actions/useActions.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchema.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstance.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemaInstances.cjs +1 -1
- package/dist/cjs/hooks/app-data-schemas/useAppDataSchemas.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventSubscription.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventSubscriptions.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventType.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEventTypes.cjs +1 -1
- package/dist/cjs/hooks/app-events/useAppEvents.cjs +1 -1
- package/dist/cjs/hooks/customers/useCustomer.cjs +1 -1
- package/dist/cjs/hooks/customers/useCustomers.cjs +1 -1
- package/dist/cjs/hooks/data-collections/useDataCollectionSpec.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTable.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTableInstance.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTableInstances.cjs +1 -1
- package/dist/cjs/hooks/data-links/useDataLinkTables.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSource.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstance.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstanceCollection.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSourceInstances.cjs +1 -1
- package/dist/cjs/hooks/data-sources/useDataSources.cjs +1 -1
- package/dist/cjs/hooks/element/element-key.cjs +1 -1
- package/dist/cjs/hooks/element/useElement.cjs +1 -1
- package/dist/cjs/hooks/element/useElements.cjs +1 -1
- package/dist/cjs/hooks/elements-background-sync/create-workspace-sync-source.cjs +1 -1
- package/dist/cjs/hooks/elements-background-sync/useElementsBackgroundSync.cjs +1 -1
- package/dist/cjs/hooks/external-events/useExternalEventSubscription.cjs +1 -1
- package/dist/cjs/hooks/external-events/useExternalEventSubscriptions.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMapping.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappingInstance.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappingInstances.cjs +1 -1
- package/dist/cjs/hooks/field-mappings/useFieldMappings.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlow.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowInstance.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowInstances.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowRun.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlowRuns.cjs +1 -1
- package/dist/cjs/hooks/flows/useFlows.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnection.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnections.cjs +1 -1
- package/dist/cjs/hooks/integrations/useConnectorSpec.cjs +1 -1
- package/dist/cjs/hooks/integrations/useIntegration.cjs +1 -1
- package/dist/cjs/hooks/integrations/useIntegrations.cjs +1 -1
- package/dist/cjs/hooks/scenarios/useScenario.cjs +1 -1
- package/dist/cjs/hooks/scenarios/useScenarios.cjs +1 -1
- package/dist/cjs/hooks/screens/useScreen.cjs +1 -1
- package/dist/cjs/hooks/useExportFieldsAsCode.cjs +1 -1
- package/dist/cjs/hooks/useIntegrationAppSWR.cjs +1 -1
- package/dist/cjs/hooks/usePromise.cjs +1 -1
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/recipes/dropdown.cjs +1 -1
- package/dist/cjs/styled-system/css/conditions.cjs +2 -2
- package/dist/cjs/styled-system/css/css.cjs +2 -2
- package/dist/cjs/styled-system/css/cva.cjs +1 -1
- package/dist/cjs/styled-system/css/cx.cjs +1 -1
- package/dist/cjs/styled-system/css/sva.cjs +10 -5
- package/dist/cjs/styled-system/helpers.cjs +12 -23
- package/dist/cjs/styled-system/jsx/box.cjs +1 -1
- package/dist/cjs/styled-system/jsx/center.cjs +1 -1
- package/dist/cjs/styled-system/jsx/circle.cjs +1 -1
- package/dist/cjs/styled-system/jsx/divider.cjs +1 -1
- package/dist/cjs/styled-system/jsx/factory-helper.cjs +1 -1
- package/dist/cjs/styled-system/jsx/factory.cjs +6 -3
- package/dist/cjs/styled-system/jsx/flex.cjs +1 -1
- package/dist/cjs/styled-system/jsx/is-valid-prop.cjs +2 -2
- package/dist/cjs/styled-system/jsx/visually-hidden.cjs +1 -1
- package/dist/cjs/styled-system/patterns/box.cjs +1 -1
- package/dist/cjs/styled-system/patterns/center.cjs +1 -1
- package/dist/cjs/styled-system/patterns/circle.cjs +1 -1
- package/dist/cjs/styled-system/patterns/divider.cjs +1 -1
- package/dist/cjs/styled-system/patterns/flex.cjs +1 -1
- package/dist/cjs/styled-system/patterns/visually-hidden.cjs +1 -1
- package/dist/cjs/styled-system/recipes/alert.cjs +2 -1
- package/dist/cjs/styled-system/recipes/avatar.cjs +2 -1
- package/dist/cjs/styled-system/recipes/badge.cjs +1 -1
- package/dist/cjs/styled-system/recipes/button.cjs +1 -1
- package/dist/cjs/styled-system/recipes/create-recipe.cjs +1 -1
- package/dist/cjs/styled-system/recipes/icon.cjs +1 -1
- package/dist/cjs/styled-system/recipes/input.cjs +1 -1
- package/dist/cjs/styled-system/recipes/menu.cjs +2 -1
- package/dist/cjs/styled-system/recipes/popover.cjs +2 -1
- package/dist/cjs/styled-system/recipes/radio-group.cjs +2 -1
- package/dist/cjs/styled-system/recipes/skeleton.cjs +1 -1
- package/dist/cjs/styled-system/recipes/spinner.cjs +1 -1
- package/dist/cjs/styled-system/recipes/switch-recipe.cjs +2 -1
- package/dist/cjs/styled-system/recipes/text.cjs +1 -1
- package/dist/cjs/styled-system/recipes/tooltip.cjs +2 -1
- package/dist/cjs/styled-system/tokens/index.cjs +1 -1
- package/dist/cjs/ui-kit/avatar.cjs +1 -1
- package/dist/cjs/ui-kit/button.cjs +2 -2
- package/dist/cjs/ui-kit/spinner.cjs +2 -2
- package/dist/cjs/ui-kit/styled/alert.cjs +1 -1
- package/dist/cjs/ui-kit/styled/avatar.cjs +1 -1
- package/dist/cjs/ui-kit/styled/badge.cjs +3 -3
- package/dist/cjs/ui-kit/styled/button.cjs +3 -3
- package/dist/cjs/ui-kit/styled/icon-button.cjs +3 -3
- package/dist/cjs/ui-kit/styled/icon.cjs +3 -3
- package/dist/cjs/ui-kit/styled/input.cjs +3 -3
- package/dist/cjs/ui-kit/styled/menu.cjs +1 -1
- package/dist/cjs/ui-kit/styled/popover.cjs +1 -1
- package/dist/cjs/ui-kit/styled/radio-group.cjs +1 -1
- package/dist/cjs/ui-kit/styled/skeleton.cjs +2 -2
- package/dist/cjs/ui-kit/styled/spinner.cjs +3 -3
- package/dist/cjs/ui-kit/styled/switch.cjs +1 -1
- package/dist/cjs/ui-kit/styled/text.cjs +3 -3
- package/dist/cjs/ui-kit/styled/tooltip.cjs +1 -1
- package/dist/cjs/ui-kit/styled/utils/create-style-context.cjs +1 -1
- package/dist/cjs/ui-kit/switch.cjs +1 -1
- package/dist/esm/_modules/awesome-debounce-promise.mjs +1 -1
- package/dist/esm/components/AdvancedOptions.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxFormulaBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxSchemaValueBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/ComboBoxValueBadge.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/EditorTagBadge/NestedBadgeValue.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/EditorTagBadge/index.mjs +1 -1
- package/dist/esm/components/ComboBox/Badges/isDefinedValue.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboBox.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboboxTriggers/ComboboxEditorTrigger.mjs +1 -1
- package/dist/esm/components/ComboBox/ComboboxTriggers/ComboboxTagTrigger.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/ActiveCategoryContent.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/CustomValue.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/DropdownPanelFormulaConfig.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Formulas/index.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Lookup.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/ParametersPanel.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/index.mjs +6 -33
- package/dist/esm/components/ComboBox/Dropdown/Categories/Options.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Root.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/Variables.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/getLookupCollection.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/DrillUpButton.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Dropdown.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/KeyboardNavigation/NavigationContext.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/KeyboardNavigation/useKeyboardBinding.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Option.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/OptionsList.mjs +4 -41
- package/dist/esm/components/ComboBox/Dropdown/SearchInput.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/VirtualizedDropdownList.mjs +255 -0
- package/dist/esm/components/ComboBox/Dropdown/categoryContentMapping.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPopover/DropdownPositioner.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPopover/index.mjs +1 -1
- package/dist/esm/components/ComboBox/FocusTrap/index.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-context.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-context.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-search.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-dropdown-stack.mjs +1 -1
- package/dist/esm/components/ComboBox/context/helpers.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/boolean.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/constant.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/custom-field/constants.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/custom-field/index.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/enum.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/formula/config-mapping.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/formula/index.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/generate-schema-options.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/object-fields.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/reference-records.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/root.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/utils.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/variable.mjs +1 -1
- package/dist/esm/components/ComboBox/shared.mjs +1 -1
- package/dist/esm/components/ComboBox/value-spec.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboBoxTag.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboBoxTag.module.css.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/ComboboxContainer/index.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/LexicalEditor.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/clicks.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/common.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/tag-template-composition.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/transformEditorSchemaToValue.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/transformValueToEditorSchema.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/nodes/EditorTagBinding.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/nodes/EditorTagNode.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/ConfigPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/EditorTagPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/KeyboardPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/StateSyncPlugin.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/plugins/commands.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/useEditor.mjs +1 -1
- package/dist/esm/components/DataBuilder/Condition/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/DataBuilderFormField.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldDelete.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldDescription.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldList.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldName/FieldNameInput.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldName/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/Array.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/Default.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/ScalarArray.module.css.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldValue/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/FilterInput.mjs +1 -1
- package/dist/esm/components/DataBuilder/Form.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/case-formula.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/concat.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/deprecatedFormula.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/domainFromEmail.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/extractDate.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/extractTime.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/findAppRecordId.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/findExternalRecordId.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/firstName.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/firstNotEmpty.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/iterate.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/jsonata.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/lastName.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/lookup.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/map.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/mergeObjects.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/noUi.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/tpl.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/var.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ArrayItems.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/AddingFieldSelector.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanel.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/ControlPanelForNonObjectRootField.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldControlPanel/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/FieldListWrapper.module.css.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/LevelKeysConflictProvider.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/NoSchema.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ObjectFields.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested/ValueMapping.mjs +1 -1
- package/dist/esm/components/DataBuilder/Nested.mjs +1 -1
- package/dist/esm/components/DataBuilder/RedactedToggleButton.mjs +1 -1
- package/dist/esm/components/DataBuilder/data-builder-context.mjs +1 -1
- package/dist/esm/components/DataBuilder/data-field.mjs +1 -1
- package/dist/esm/components/DataBuilder/field-context.mjs +1 -1
- package/dist/esm/components/DataBuilder/hooks.mjs +1 -1
- package/dist/esm/components/DataBuilder/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/ActionBar.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Cell.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/FieldControlPanel/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/NestedLevel.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Row.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/Title.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/styles.module.css.mjs +1 -1
- package/dist/esm/components/DataInput/index.mjs +1 -1
- package/dist/esm/components/DataInput/useResolvedDataSchema.mjs +1 -1
- package/dist/esm/components/DataLinks/data-link-tables-option-factory.mjs +1 -1
- package/dist/esm/components/DropdownUI/BackButton.mjs +1 -1
- package/dist/esm/components/DropdownUI/ClearSearchButton.mjs +1 -1
- package/dist/esm/components/DropdownUI/Content.mjs +1 -1
- package/dist/esm/components/DropdownUI/ErrorHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/InfoHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/Item.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemHint.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemIcon.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemNestingIndicator.mjs +1 -1
- package/dist/esm/components/DropdownUI/ItemTitle.mjs +1 -1
- package/dist/esm/components/DropdownUI/List.mjs +1 -1
- package/dist/esm/components/DropdownUI/ListHeader.mjs +1 -1
- package/dist/esm/components/DropdownUI/LoadingItem.mjs +1 -1
- package/dist/esm/components/DropdownUI/NoOptionsHeading.mjs +1 -1
- package/dist/esm/components/DropdownUI/Panel.mjs +1 -1
- package/dist/esm/components/DropdownUI/PopoverContainer.mjs +1 -1
- package/dist/esm/components/DropdownUI/Search.mjs +1 -1
- package/dist/esm/components/DropdownUI/constants.mjs +1 -1
- package/dist/esm/components/DropdownUI/index.mjs +1 -1
- package/dist/esm/components/DropdownUI/item-aria-context.mjs +1 -1
- package/dist/esm/components/DropdownUI/sva-recipe.mjs +1 -1
- package/dist/esm/components/DropdownUI/utils.mjs +1 -1
- package/dist/esm/components/FloatingPortalBoundary/index.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/DataCollectionSelect.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/UdmSelect.mjs +1 -1
- package/dist/esm/components/IntegrationElements/DataSource/index.mjs +1 -1
- package/dist/esm/components/IntegrationElements/integration-element-context.mjs +1 -1
- package/dist/esm/components/Integrations/IntegrationAvatar/index.mjs +1 -1
- package/dist/esm/components/Integrations/IntegrationItem/index.mjs +1 -1
- package/dist/esm/components/Integrations/IntegrationItemSkeleton.mjs +1 -1
- package/dist/esm/components/Notification/Notification.module.css.mjs +1 -1
- package/dist/esm/components/Notification/index.mjs +1 -1
- package/dist/esm/components/Popover/index.mjs +1 -1
- package/dist/esm/components/Portal/index.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleInput.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleTextarea.mjs +1 -1
- package/dist/esm/components/SimpleInput/recipe.mjs +1 -1
- package/dist/esm/components/SvgIcon/BasicEntities.mjs +1 -1
- package/dist/esm/components/SvgIcon/index.mjs +3 -30
- package/dist/esm/components/SvgIcon/svg-icon-type.mjs +1 -9
- package/dist/esm/components/Tag/Components.mjs +1 -1
- package/dist/esm/components/Tag/Tag.mjs +1 -1
- package/dist/esm/components/Tag/TagPlaceholder.mjs +1 -1
- package/dist/esm/components/Tag/styles.module.css.mjs +1 -1
- package/dist/esm/components/Textarea/index.mjs +1 -1
- package/dist/esm/components/Textarea/recipe.mjs +1 -1
- package/dist/esm/components/Toggle/index.mjs +1 -1
- package/dist/esm/components/Tooltip/index.mjs +1 -1
- package/dist/esm/components/Truncate/index.mjs +1 -1
- package/dist/esm/contexts/integration-app-client-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-connection-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-context.mjs +1 -1
- package/dist/esm/contexts/integration-app-integration-context.mjs +1 -1
- package/dist/esm/helpers/getRefElement.mjs +1 -1
- package/dist/esm/helpers/hooks/keyboard-events.mjs +1 -1
- package/dist/esm/helpers/hooks/useDeepEffect.mjs +1 -1
- package/dist/esm/helpers/hooks/useEventStopPropagation.mjs +1 -1
- package/dist/esm/helpers/hooks/useForwardedRef.mjs +1 -1
- package/dist/esm/helpers/hooks/useIsTextTruncated.mjs +1 -1
- package/dist/esm/helpers/hooks/useResizeObserver.mjs +1 -1
- package/dist/esm/helpers/hooks/useThrottle.mjs +1 -1
- package/dist/esm/helpers/hooks/useWindowEvent.mjs +1 -1
- package/dist/esm/helpers/intersperse.mjs +1 -1
- package/dist/esm/helpers/simple-unique-id.mjs +1 -1
- package/dist/esm/hooks/actions/useAction.mjs +1 -1
- package/dist/esm/hooks/actions/useActionInstance.mjs +1 -1
- package/dist/esm/hooks/actions/useActionInstances.mjs +1 -1
- package/dist/esm/hooks/actions/useActions.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchema.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstance.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemaInstances.mjs +1 -1
- package/dist/esm/hooks/app-data-schemas/useAppDataSchemas.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventSubscription.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventSubscriptions.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventType.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEventTypes.mjs +1 -1
- package/dist/esm/hooks/app-events/useAppEvents.mjs +1 -1
- package/dist/esm/hooks/customers/useCustomer.mjs +1 -1
- package/dist/esm/hooks/customers/useCustomers.mjs +1 -1
- package/dist/esm/hooks/data-collections/useDataCollectionSpec.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTable.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTableInstance.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTableInstances.mjs +1 -1
- package/dist/esm/hooks/data-links/useDataLinkTables.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSource.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstance.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstanceCollection.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSourceInstances.mjs +1 -1
- package/dist/esm/hooks/data-sources/useDataSources.mjs +1 -1
- package/dist/esm/hooks/element/element-key.mjs +1 -1
- package/dist/esm/hooks/element/useElement.mjs +1 -1
- package/dist/esm/hooks/element/useElements.mjs +1 -1
- package/dist/esm/hooks/elements-background-sync/create-workspace-sync-source.mjs +1 -1
- package/dist/esm/hooks/elements-background-sync/useElementsBackgroundSync.mjs +1 -1
- package/dist/esm/hooks/external-events/useExternalEventSubscription.mjs +1 -1
- package/dist/esm/hooks/external-events/useExternalEventSubscriptions.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMapping.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappingInstance.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappingInstances.mjs +1 -1
- package/dist/esm/hooks/field-mappings/useFieldMappings.mjs +1 -1
- package/dist/esm/hooks/flows/useFlow.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowInstance.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowInstances.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowRun.mjs +1 -1
- package/dist/esm/hooks/flows/useFlowRuns.mjs +1 -1
- package/dist/esm/hooks/flows/useFlows.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnection.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnections.mjs +1 -1
- package/dist/esm/hooks/integrations/useConnectorSpec.mjs +1 -1
- package/dist/esm/hooks/integrations/useIntegration.mjs +1 -1
- package/dist/esm/hooks/integrations/useIntegrations.mjs +1 -1
- package/dist/esm/hooks/scenarios/useScenario.mjs +1 -1
- package/dist/esm/hooks/scenarios/useScenarios.mjs +1 -1
- package/dist/esm/hooks/screens/useScreen.mjs +1 -1
- package/dist/esm/hooks/useExportFieldsAsCode.mjs +1 -1
- package/dist/esm/hooks/useIntegrationAppSWR.mjs +1 -1
- package/dist/esm/hooks/usePromise.mjs +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/recipes/dropdown.mjs +1 -1
- package/dist/esm/styled-system/css/conditions.mjs +2 -2
- package/dist/esm/styled-system/css/css.mjs +2 -2
- package/dist/esm/styled-system/css/cva.mjs +1 -1
- package/dist/esm/styled-system/css/cx.mjs +1 -1
- package/dist/esm/styled-system/css/sva.mjs +10 -5
- package/dist/esm/styled-system/helpers.mjs +12 -23
- package/dist/esm/styled-system/jsx/box.mjs +1 -1
- package/dist/esm/styled-system/jsx/center.mjs +1 -1
- package/dist/esm/styled-system/jsx/circle.mjs +1 -1
- package/dist/esm/styled-system/jsx/divider.mjs +1 -1
- package/dist/esm/styled-system/jsx/factory-helper.mjs +1 -1
- package/dist/esm/styled-system/jsx/factory.mjs +6 -3
- package/dist/esm/styled-system/jsx/flex.mjs +1 -1
- package/dist/esm/styled-system/jsx/is-valid-prop.mjs +2 -2
- package/dist/esm/styled-system/jsx/visually-hidden.mjs +1 -1
- package/dist/esm/styled-system/patterns/box.mjs +1 -1
- package/dist/esm/styled-system/patterns/center.mjs +1 -1
- package/dist/esm/styled-system/patterns/circle.mjs +1 -1
- package/dist/esm/styled-system/patterns/divider.mjs +1 -1
- package/dist/esm/styled-system/patterns/flex.mjs +1 -1
- package/dist/esm/styled-system/patterns/visually-hidden.mjs +1 -1
- package/dist/esm/styled-system/recipes/alert.mjs +2 -1
- package/dist/esm/styled-system/recipes/avatar.mjs +2 -1
- package/dist/esm/styled-system/recipes/badge.mjs +1 -1
- package/dist/esm/styled-system/recipes/button.mjs +1 -1
- package/dist/esm/styled-system/recipes/create-recipe.mjs +1 -1
- package/dist/esm/styled-system/recipes/icon.mjs +1 -1
- package/dist/esm/styled-system/recipes/input.mjs +1 -1
- package/dist/esm/styled-system/recipes/menu.mjs +2 -1
- package/dist/esm/styled-system/recipes/popover.mjs +2 -1
- package/dist/esm/styled-system/recipes/radio-group.mjs +2 -1
- package/dist/esm/styled-system/recipes/skeleton.mjs +1 -1
- package/dist/esm/styled-system/recipes/spinner.mjs +1 -1
- package/dist/esm/styled-system/recipes/switch-recipe.mjs +2 -1
- package/dist/esm/styled-system/recipes/text.mjs +1 -1
- package/dist/esm/styled-system/recipes/tooltip.mjs +2 -1
- package/dist/esm/styled-system/tokens/index.mjs +1 -1
- package/dist/esm/ui-kit/avatar.mjs +1 -1
- package/dist/esm/ui-kit/button.mjs +2 -2
- package/dist/esm/ui-kit/spinner.mjs +2 -2
- package/dist/esm/ui-kit/styled/alert.mjs +1 -1
- package/dist/esm/ui-kit/styled/avatar.mjs +1 -1
- package/dist/esm/ui-kit/styled/badge.mjs +3 -3
- package/dist/esm/ui-kit/styled/button.mjs +3 -3
- package/dist/esm/ui-kit/styled/icon-button.mjs +3 -3
- package/dist/esm/ui-kit/styled/icon.mjs +3 -3
- package/dist/esm/ui-kit/styled/input.mjs +3 -3
- package/dist/esm/ui-kit/styled/menu.mjs +1 -1
- package/dist/esm/ui-kit/styled/popover.mjs +1 -1
- package/dist/esm/ui-kit/styled/radio-group.mjs +1 -1
- package/dist/esm/ui-kit/styled/skeleton.mjs +2 -2
- package/dist/esm/ui-kit/styled/spinner.mjs +3 -3
- package/dist/esm/ui-kit/styled/switch.mjs +1 -1
- package/dist/esm/ui-kit/styled/text.mjs +3 -3
- package/dist/esm/ui-kit/styled/tooltip.mjs +1 -1
- package/dist/esm/ui-kit/styled/utils/create-style-context.mjs +1 -1
- package/dist/esm/ui-kit/switch.mjs +1 -1
- package/dist/styles.css +40 -13
- package/dist/types/components/ComboBox/Dropdown/VirtualizedDropdownList.d.ts +10 -0
- package/dist/types/components/SvgIcon/svg-icon-type.d.ts +0 -8
- package/dist/types/hooks/actions/useAction.d.ts +112 -48
- package/dist/types/hooks/actions/useActionInstance.d.ts +178 -4
- package/dist/types/hooks/actions/useActionInstances.d.ts +119 -3
- package/dist/types/hooks/actions/useActions.d.ts +56 -24
- package/dist/types/hooks/app-data-schemas/useAppDataSchema.d.ts +21 -9
- package/dist/types/hooks/app-data-schemas/useAppDataSchemaInstance.d.ts +136 -4
- package/dist/types/hooks/app-data-schemas/useAppDataSchemaInstances.d.ts +91 -3
- package/dist/types/hooks/app-data-schemas/useAppDataSchemas.d.ts +14 -6
- package/dist/types/hooks/app-events/useAppEventSubscription.d.ts +184 -4
- package/dist/types/hooks/app-events/useAppEventSubscriptions.d.ts +123 -3
- package/dist/types/hooks/app-events/useAppEventType.d.ts +18 -6
- package/dist/types/hooks/app-events/useAppEventTypes.d.ts +12 -4
- package/dist/types/hooks/app-events/useAppEvents.d.ts +143 -3
- package/dist/types/hooks/data-links/useDataLinkTable.d.ts +18 -3
- package/dist/types/hooks/data-links/useDataLinkTableInstance.d.ts +277 -4
- package/dist/types/hooks/data-links/useDataLinkTableInstances.d.ts +185 -3
- package/dist/types/hooks/data-links/useDataLinkTables.d.ts +12 -2
- package/dist/types/hooks/data-sources/useDataSource.d.ts +74 -38
- package/dist/types/hooks/data-sources/useDataSourceInstance.d.ts +751 -4
- package/dist/types/hooks/data-sources/useDataSourceInstances.d.ts +501 -3
- package/dist/types/hooks/data-sources/useDataSources.d.ts +48 -24
- package/dist/types/hooks/external-events/useExternalEventSubscription.d.ts +289 -4
- package/dist/types/hooks/external-events/useExternalEventSubscriptions.d.ts +193 -3
- package/dist/types/hooks/field-mappings/useFieldMapping.d.ts +78 -30
- package/dist/types/hooks/field-mappings/useFieldMappingInstance.d.ts +1117 -4
- package/dist/types/hooks/field-mappings/useFieldMappingInstances.d.ts +745 -3
- package/dist/types/hooks/field-mappings/useFieldMappings.d.ts +52 -20
- package/dist/types/hooks/flows/useFlow.d.ts +80 -32
- package/dist/types/hooks/flows/useFlowInstance.d.ts +361 -61
- package/dist/types/hooks/flows/useFlowInstances.d.ts +86 -38
- package/dist/types/hooks/flows/useFlowRun.d.ts +230 -3
- package/dist/types/hooks/flows/useFlowRuns.d.ts +231 -3
- package/dist/types/hooks/flows/useFlows.d.ts +52 -20
- package/dist/types/hooks/integrations/useConnection.d.ts +30 -18
- package/dist/types/hooks/integrations/useConnections.d.ts +20 -12
- package/dist/types/hooks/integrations/useIntegration.d.ts +30 -18
- package/dist/types/hooks/integrations/useIntegrations.d.ts +20 -12
- package/dist/types/hooks/scenarios/useScenario.d.ts +39 -12
- package/dist/types/hooks/scenarios/useScenarios.d.ts +26 -8
- package/dist/types/hooks/screens/useScreen.d.ts +28 -4
- package/dist/types/styled-system/jsx/create-style-context.d.ts +47 -0
- package/dist/types/styled-system/jsx/index.d.ts +1 -0
- package/dist/types/styled-system/recipes/accordion.d.ts +4 -1
- package/dist/types/styled-system/recipes/alert.d.ts +4 -1
- package/dist/types/styled-system/recipes/avatar.d.ts +4 -1
- package/dist/types/styled-system/recipes/badge.d.ts +3 -0
- package/dist/types/styled-system/recipes/button.d.ts +3 -0
- package/dist/types/styled-system/recipes/card.d.ts +4 -1
- package/dist/types/styled-system/recipes/carousel.d.ts +4 -1
- package/dist/types/styled-system/recipes/checkbox.d.ts +4 -1
- package/dist/types/styled-system/recipes/clipboard.d.ts +4 -1
- package/dist/types/styled-system/recipes/code.d.ts +3 -0
- package/dist/types/styled-system/recipes/collapsible.d.ts +4 -1
- package/dist/types/styled-system/recipes/color-picker.d.ts +4 -1
- package/dist/types/styled-system/recipes/combobox.d.ts +4 -1
- package/dist/types/styled-system/recipes/date-picker.d.ts +4 -1
- package/dist/types/styled-system/recipes/dialog.d.ts +4 -1
- package/dist/types/styled-system/recipes/drawer.d.ts +4 -1
- package/dist/types/styled-system/recipes/editable.d.ts +4 -1
- package/dist/types/styled-system/recipes/field.d.ts +4 -1
- package/dist/types/styled-system/recipes/fieldset.d.ts +4 -1
- package/dist/types/styled-system/recipes/file-upload.d.ts +4 -1
- package/dist/types/styled-system/recipes/form-label.d.ts +3 -0
- package/dist/types/styled-system/recipes/hover-card.d.ts +4 -1
- package/dist/types/styled-system/recipes/icon.d.ts +3 -0
- package/dist/types/styled-system/recipes/input.d.ts +3 -0
- package/dist/types/styled-system/recipes/kbd.d.ts +3 -0
- package/dist/types/styled-system/recipes/link.d.ts +3 -0
- package/dist/types/styled-system/recipes/menu.d.ts +4 -1
- package/dist/types/styled-system/recipes/number-input.d.ts +4 -1
- package/dist/types/styled-system/recipes/pagination.d.ts +4 -1
- package/dist/types/styled-system/recipes/pin-input.d.ts +4 -1
- package/dist/types/styled-system/recipes/popover.d.ts +4 -1
- package/dist/types/styled-system/recipes/progress.d.ts +4 -1
- package/dist/types/styled-system/recipes/qr-code.d.ts +4 -1
- package/dist/types/styled-system/recipes/radio-button-group.d.ts +4 -1
- package/dist/types/styled-system/recipes/radio-group.d.ts +4 -1
- package/dist/types/styled-system/recipes/rating-group.d.ts +4 -1
- package/dist/types/styled-system/recipes/segment-group.d.ts +4 -1
- package/dist/types/styled-system/recipes/select.d.ts +4 -1
- package/dist/types/styled-system/recipes/signature-pad.d.ts +4 -1
- package/dist/types/styled-system/recipes/skeleton.d.ts +3 -0
- package/dist/types/styled-system/recipes/slider.d.ts +4 -1
- package/dist/types/styled-system/recipes/spinner.d.ts +3 -0
- package/dist/types/styled-system/recipes/splitter.d.ts +4 -1
- package/dist/types/styled-system/recipes/switch-recipe.d.ts +4 -1
- package/dist/types/styled-system/recipes/table.d.ts +4 -1
- package/dist/types/styled-system/recipes/tabs.d.ts +4 -1
- package/dist/types/styled-system/recipes/tags-input.d.ts +4 -1
- package/dist/types/styled-system/recipes/text.d.ts +3 -0
- package/dist/types/styled-system/recipes/textarea.d.ts +3 -0
- package/dist/types/styled-system/recipes/toast.d.ts +4 -1
- package/dist/types/styled-system/recipes/toggle-group.d.ts +4 -1
- package/dist/types/styled-system/recipes/tooltip.d.ts +4 -1
- package/dist/types/styled-system/recipes/tree-view.d.ts +4 -1
- package/dist/types/styled-system/types/conditions.d.ts +8 -4
- package/dist/types/styled-system/types/jsx.d.ts +2 -1
- package/dist/types/styled-system/types/prop-type.d.ts +2 -0
- package/dist/types/styled-system/types/style-props.d.ts +7 -0
- package/package.json +2 -1
|
@@ -17,11 +17,14 @@ type ButtonVariantMap = {
|
|
|
17
17
|
[key in keyof ButtonVariant]: Array<ButtonVariant[key]>
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
|
|
21
|
+
|
|
20
22
|
export type ButtonVariantProps = {
|
|
21
23
|
[key in keyof ButtonVariant]?: ConditionalValue<ButtonVariant[key]> | undefined
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
export interface ButtonRecipe {
|
|
27
|
+
|
|
25
28
|
__type: ButtonVariantProps
|
|
26
29
|
(props?: ButtonVariantProps): string
|
|
27
30
|
raw: (props?: ButtonVariantProps) => ButtonVariantProps
|
|
@@ -10,13 +10,16 @@ type CardVariantMap = {
|
|
|
10
10
|
[key in keyof CardVariant]: Array<CardVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type CardSlot = "root" | "header" | "body" | "footer" | "title" | "description"
|
|
14
|
+
|
|
13
15
|
export type CardVariantProps = {
|
|
14
16
|
[key in keyof CardVariant]?: ConditionalValue<CardVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface CardRecipe {
|
|
20
|
+
__slot: CardSlot
|
|
18
21
|
__type: CardVariantProps
|
|
19
|
-
(props?: CardVariantProps): Pretty<Record<
|
|
22
|
+
(props?: CardVariantProps): Pretty<Record<CardSlot, string>>
|
|
20
23
|
raw: (props?: CardVariantProps) => CardVariantProps
|
|
21
24
|
variantMap: CardVariantMap
|
|
22
25
|
variantKeys: Array<keyof CardVariant>
|
|
@@ -13,13 +13,16 @@ type CarouselVariantMap = {
|
|
|
13
13
|
[key in keyof CarouselVariant]: Array<CarouselVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type CarouselSlot = "root" | "itemGroup" | "item" | "control" | "nextTrigger" | "prevTrigger" | "indicatorGroup" | "indicator" | "autoplayTrigger"
|
|
17
|
+
|
|
16
18
|
export type CarouselVariantProps = {
|
|
17
19
|
[key in keyof CarouselVariant]?: ConditionalValue<CarouselVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface CarouselRecipe {
|
|
23
|
+
__slot: CarouselSlot
|
|
21
24
|
__type: CarouselVariantProps
|
|
22
|
-
(props?: CarouselVariantProps): Pretty<Record<
|
|
25
|
+
(props?: CarouselVariantProps): Pretty<Record<CarouselSlot, string>>
|
|
23
26
|
raw: (props?: CarouselVariantProps) => CarouselVariantProps
|
|
24
27
|
variantMap: CarouselVariantMap
|
|
25
28
|
variantKeys: Array<keyof CarouselVariant>
|
|
@@ -13,13 +13,16 @@ type CheckboxVariantMap = {
|
|
|
13
13
|
[key in keyof CheckboxVariant]: Array<CheckboxVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type CheckboxSlot = "root" | "label" | "control" | "indicator" | "group"
|
|
17
|
+
|
|
16
18
|
export type CheckboxVariantProps = {
|
|
17
19
|
[key in keyof CheckboxVariant]?: ConditionalValue<CheckboxVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface CheckboxRecipe {
|
|
23
|
+
__slot: CheckboxSlot
|
|
21
24
|
__type: CheckboxVariantProps
|
|
22
|
-
(props?: CheckboxVariantProps): Pretty<Record<
|
|
25
|
+
(props?: CheckboxVariantProps): Pretty<Record<CheckboxSlot, string>>
|
|
23
26
|
raw: (props?: CheckboxVariantProps) => CheckboxVariantProps
|
|
24
27
|
variantMap: CheckboxVariantMap
|
|
25
28
|
variantKeys: Array<keyof CheckboxVariant>
|
|
@@ -10,13 +10,16 @@ type ClipboardVariantMap = {
|
|
|
10
10
|
[key in keyof ClipboardVariant]: Array<ClipboardVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type ClipboardSlot = "root" | "control" | "trigger" | "indicator" | "input" | "label"
|
|
14
|
+
|
|
13
15
|
export type ClipboardVariantProps = {
|
|
14
16
|
[key in keyof ClipboardVariant]?: ConditionalValue<ClipboardVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface ClipboardRecipe {
|
|
20
|
+
__slot: ClipboardSlot
|
|
18
21
|
__type: ClipboardVariantProps
|
|
19
|
-
(props?: ClipboardVariantProps): Pretty<Record<
|
|
22
|
+
(props?: ClipboardVariantProps): Pretty<Record<ClipboardSlot, string>>
|
|
20
23
|
raw: (props?: ClipboardVariantProps) => ClipboardVariantProps
|
|
21
24
|
variantMap: ClipboardVariantMap
|
|
22
25
|
variantKeys: Array<keyof ClipboardVariant>
|
|
@@ -17,11 +17,14 @@ type CodeVariantMap = {
|
|
|
17
17
|
[key in keyof CodeVariant]: Array<CodeVariant[key]>
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
|
|
21
|
+
|
|
20
22
|
export type CodeVariantProps = {
|
|
21
23
|
[key in keyof CodeVariant]?: ConditionalValue<CodeVariant[key]> | undefined
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
export interface CodeRecipe {
|
|
27
|
+
|
|
25
28
|
__type: CodeVariantProps
|
|
26
29
|
(props?: CodeVariantProps): string
|
|
27
30
|
raw: (props?: CodeVariantProps) => CodeVariantProps
|
|
@@ -10,13 +10,16 @@ type CollapsibleVariantMap = {
|
|
|
10
10
|
[key in keyof CollapsibleVariant]: Array<CollapsibleVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type CollapsibleSlot = "root" | "trigger" | "content"
|
|
14
|
+
|
|
13
15
|
export type CollapsibleVariantProps = {
|
|
14
16
|
[key in keyof CollapsibleVariant]?: ConditionalValue<CollapsibleVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface CollapsibleRecipe {
|
|
20
|
+
__slot: CollapsibleSlot
|
|
18
21
|
__type: CollapsibleVariantProps
|
|
19
|
-
(props?: CollapsibleVariantProps): Pretty<Record<
|
|
22
|
+
(props?: CollapsibleVariantProps): Pretty<Record<CollapsibleSlot, string>>
|
|
20
23
|
raw: (props?: CollapsibleVariantProps) => CollapsibleVariantProps
|
|
21
24
|
variantMap: CollapsibleVariantMap
|
|
22
25
|
variantKeys: Array<keyof CollapsibleVariant>
|
|
@@ -10,13 +10,16 @@ type ColorPickerVariantMap = {
|
|
|
10
10
|
[key in keyof ColorPickerVariant]: Array<ColorPickerVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type ColorPickerSlot = "root" | "label" | "control" | "trigger" | "positioner" | "content" | "area" | "areaThumb" | "valueText" | "areaBackground" | "channelSlider" | "channelSliderLabel" | "channelSliderTrack" | "channelSliderThumb" | "channelSliderValueText" | "channelInput" | "transparencyGrid" | "swatchGroup" | "swatchTrigger" | "swatchIndicator" | "swatch" | "eyeDropperTrigger" | "formatTrigger" | "formatSelect" | "view"
|
|
14
|
+
|
|
13
15
|
export type ColorPickerVariantProps = {
|
|
14
16
|
[key in keyof ColorPickerVariant]?: ConditionalValue<ColorPickerVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface ColorPickerRecipe {
|
|
20
|
+
__slot: ColorPickerSlot
|
|
18
21
|
__type: ColorPickerVariantProps
|
|
19
|
-
(props?: ColorPickerVariantProps): Pretty<Record<
|
|
22
|
+
(props?: ColorPickerVariantProps): Pretty<Record<ColorPickerSlot, string>>
|
|
20
23
|
raw: (props?: ColorPickerVariantProps) => ColorPickerVariantProps
|
|
21
24
|
variantMap: ColorPickerVariantMap
|
|
22
25
|
variantKeys: Array<keyof ColorPickerVariant>
|
|
@@ -13,13 +13,16 @@ type ComboboxVariantMap = {
|
|
|
13
13
|
[key in keyof ComboboxVariant]: Array<ComboboxVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type ComboboxSlot = "root" | "clearTrigger" | "content" | "control" | "input" | "item" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "label" | "list" | "positioner" | "trigger"
|
|
17
|
+
|
|
16
18
|
export type ComboboxVariantProps = {
|
|
17
19
|
[key in keyof ComboboxVariant]?: ConditionalValue<ComboboxVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface ComboboxRecipe {
|
|
23
|
+
__slot: ComboboxSlot
|
|
21
24
|
__type: ComboboxVariantProps
|
|
22
|
-
(props?: ComboboxVariantProps): Pretty<Record<
|
|
25
|
+
(props?: ComboboxVariantProps): Pretty<Record<ComboboxSlot, string>>
|
|
23
26
|
raw: (props?: ComboboxVariantProps) => ComboboxVariantProps
|
|
24
27
|
variantMap: ComboboxVariantMap
|
|
25
28
|
variantKeys: Array<keyof ComboboxVariant>
|
|
@@ -10,13 +10,16 @@ type DatePickerVariantMap = {
|
|
|
10
10
|
[key in keyof DatePickerVariant]: Array<DatePickerVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type DatePickerSlot = "root" | "label" | "clearTrigger" | "content" | "control" | "input" | "monthSelect" | "nextTrigger" | "positioner" | "prevTrigger" | "rangeText" | "table" | "tableBody" | "tableCell" | "tableCellTrigger" | "tableHead" | "tableHeader" | "tableRow" | "trigger" | "viewTrigger" | "viewControl" | "yearSelect" | "presetTrigger" | "view"
|
|
14
|
+
|
|
13
15
|
export type DatePickerVariantProps = {
|
|
14
16
|
[key in keyof DatePickerVariant]?: ConditionalValue<DatePickerVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface DatePickerRecipe {
|
|
20
|
+
__slot: DatePickerSlot
|
|
18
21
|
__type: DatePickerVariantProps
|
|
19
|
-
(props?: DatePickerVariantProps): Pretty<Record<
|
|
22
|
+
(props?: DatePickerVariantProps): Pretty<Record<DatePickerSlot, string>>
|
|
20
23
|
raw: (props?: DatePickerVariantProps) => DatePickerVariantProps
|
|
21
24
|
variantMap: DatePickerVariantMap
|
|
22
25
|
variantKeys: Array<keyof DatePickerVariant>
|
|
@@ -10,13 +10,16 @@ type DialogVariantMap = {
|
|
|
10
10
|
[key in keyof DialogVariant]: Array<DialogVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type DialogSlot = "trigger" | "backdrop" | "positioner" | "content" | "title" | "description" | "closeTrigger"
|
|
14
|
+
|
|
13
15
|
export type DialogVariantProps = {
|
|
14
16
|
[key in keyof DialogVariant]?: ConditionalValue<DialogVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface DialogRecipe {
|
|
20
|
+
__slot: DialogSlot
|
|
18
21
|
__type: DialogVariantProps
|
|
19
|
-
(props?: DialogVariantProps): Pretty<Record<
|
|
22
|
+
(props?: DialogVariantProps): Pretty<Record<DialogSlot, string>>
|
|
20
23
|
raw: (props?: DialogVariantProps) => DialogVariantProps
|
|
21
24
|
variantMap: DialogVariantMap
|
|
22
25
|
variantKeys: Array<keyof DialogVariant>
|
|
@@ -13,13 +13,16 @@ type DrawerVariantMap = {
|
|
|
13
13
|
[key in keyof DrawerVariant]: Array<DrawerVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type DrawerSlot = "trigger" | "backdrop" | "positioner" | "content" | "title" | "description" | "closeTrigger" | "header" | "body" | "footer"
|
|
17
|
+
|
|
16
18
|
export type DrawerVariantProps = {
|
|
17
19
|
[key in keyof DrawerVariant]?: ConditionalValue<DrawerVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface DrawerRecipe {
|
|
23
|
+
__slot: DrawerSlot
|
|
21
24
|
__type: DrawerVariantProps
|
|
22
|
-
(props?: DrawerVariantProps): Pretty<Record<
|
|
25
|
+
(props?: DrawerVariantProps): Pretty<Record<DrawerSlot, string>>
|
|
23
26
|
raw: (props?: DrawerVariantProps) => DrawerVariantProps
|
|
24
27
|
variantMap: DrawerVariantMap
|
|
25
28
|
variantKeys: Array<keyof DrawerVariant>
|
|
@@ -10,13 +10,16 @@ type EditableVariantMap = {
|
|
|
10
10
|
[key in keyof EditableVariant]: Array<EditableVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type EditableSlot = "root" | "area" | "label" | "preview" | "input" | "editTrigger" | "submitTrigger" | "cancelTrigger" | "control"
|
|
14
|
+
|
|
13
15
|
export type EditableVariantProps = {
|
|
14
16
|
[key in keyof EditableVariant]?: ConditionalValue<EditableVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface EditableRecipe {
|
|
20
|
+
__slot: EditableSlot
|
|
18
21
|
__type: EditableVariantProps
|
|
19
|
-
(props?: EditableVariantProps): Pretty<Record<
|
|
22
|
+
(props?: EditableVariantProps): Pretty<Record<EditableSlot, string>>
|
|
20
23
|
raw: (props?: EditableVariantProps) => EditableVariantProps
|
|
21
24
|
variantMap: EditableVariantMap
|
|
22
25
|
variantKeys: Array<keyof EditableVariant>
|
|
@@ -10,13 +10,16 @@ type FieldVariantMap = {
|
|
|
10
10
|
[key in keyof FieldVariant]: Array<FieldVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type FieldSlot = "root" | "errorText" | "helperText" | "input" | "label" | "select" | "textarea" | "requiredIndicator"
|
|
14
|
+
|
|
13
15
|
export type FieldVariantProps = {
|
|
14
16
|
[key in keyof FieldVariant]?: ConditionalValue<FieldVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface FieldRecipe {
|
|
20
|
+
__slot: FieldSlot
|
|
18
21
|
__type: FieldVariantProps
|
|
19
|
-
(props?: FieldVariantProps): Pretty<Record<
|
|
22
|
+
(props?: FieldVariantProps): Pretty<Record<FieldSlot, string>>
|
|
20
23
|
raw: (props?: FieldVariantProps) => FieldVariantProps
|
|
21
24
|
variantMap: FieldVariantMap
|
|
22
25
|
variantKeys: Array<keyof FieldVariant>
|
|
@@ -10,13 +10,16 @@ type FieldsetVariantMap = {
|
|
|
10
10
|
[key in keyof FieldsetVariant]: Array<FieldsetVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type FieldsetSlot = "root" | "errorText" | "helperText" | "legend" | "control"
|
|
14
|
+
|
|
13
15
|
export type FieldsetVariantProps = {
|
|
14
16
|
[key in keyof FieldsetVariant]?: ConditionalValue<FieldsetVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface FieldsetRecipe {
|
|
20
|
+
__slot: FieldsetSlot
|
|
18
21
|
__type: FieldsetVariantProps
|
|
19
|
-
(props?: FieldsetVariantProps): Pretty<Record<
|
|
22
|
+
(props?: FieldsetVariantProps): Pretty<Record<FieldsetSlot, string>>
|
|
20
23
|
raw: (props?: FieldsetVariantProps) => FieldsetVariantProps
|
|
21
24
|
variantMap: FieldsetVariantMap
|
|
22
25
|
variantKeys: Array<keyof FieldsetVariant>
|
|
@@ -10,13 +10,16 @@ type FileUploadVariantMap = {
|
|
|
10
10
|
[key in keyof FileUploadVariant]: Array<FileUploadVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type FileUploadSlot = "root" | "dropzone" | "item" | "itemDeleteTrigger" | "itemGroup" | "itemName" | "itemPreview" | "itemPreviewImage" | "itemSizeText" | "label" | "trigger" | "clearTrigger"
|
|
14
|
+
|
|
13
15
|
export type FileUploadVariantProps = {
|
|
14
16
|
[key in keyof FileUploadVariant]?: ConditionalValue<FileUploadVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface FileUploadRecipe {
|
|
20
|
+
__slot: FileUploadSlot
|
|
18
21
|
__type: FileUploadVariantProps
|
|
19
|
-
(props?: FileUploadVariantProps): Pretty<Record<
|
|
22
|
+
(props?: FileUploadVariantProps): Pretty<Record<FileUploadSlot, string>>
|
|
20
23
|
raw: (props?: FileUploadVariantProps) => FileUploadVariantProps
|
|
21
24
|
variantMap: FileUploadVariantMap
|
|
22
25
|
variantKeys: Array<keyof FileUploadVariant>
|
|
@@ -13,11 +13,14 @@ type FormLabelVariantMap = {
|
|
|
13
13
|
[key in keyof FormLabelVariant]: Array<FormLabelVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
16
18
|
export type FormLabelVariantProps = {
|
|
17
19
|
[key in keyof FormLabelVariant]?: ConditionalValue<FormLabelVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface FormLabelRecipe {
|
|
23
|
+
|
|
21
24
|
__type: FormLabelVariantProps
|
|
22
25
|
(props?: FormLabelVariantProps): string
|
|
23
26
|
raw: (props?: FormLabelVariantProps) => FormLabelVariantProps
|
|
@@ -10,13 +10,16 @@ type HoverCardVariantMap = {
|
|
|
10
10
|
[key in keyof HoverCardVariant]: Array<HoverCardVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type HoverCardSlot = "arrow" | "arrowTip" | "trigger" | "positioner" | "content"
|
|
14
|
+
|
|
13
15
|
export type HoverCardVariantProps = {
|
|
14
16
|
[key in keyof HoverCardVariant]?: ConditionalValue<HoverCardVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface HoverCardRecipe {
|
|
20
|
+
__slot: HoverCardSlot
|
|
18
21
|
__type: HoverCardVariantProps
|
|
19
|
-
(props?: HoverCardVariantProps): Pretty<Record<
|
|
22
|
+
(props?: HoverCardVariantProps): Pretty<Record<HoverCardSlot, string>>
|
|
20
23
|
raw: (props?: HoverCardVariantProps) => HoverCardVariantProps
|
|
21
24
|
variantMap: HoverCardVariantMap
|
|
22
25
|
variantKeys: Array<keyof HoverCardVariant>
|
|
@@ -13,11 +13,14 @@ type IconVariantMap = {
|
|
|
13
13
|
[key in keyof IconVariant]: Array<IconVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
16
18
|
export type IconVariantProps = {
|
|
17
19
|
[key in keyof IconVariant]?: ConditionalValue<IconVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface IconRecipe {
|
|
23
|
+
|
|
21
24
|
__type: IconVariantProps
|
|
22
25
|
(props?: IconVariantProps): string
|
|
23
26
|
raw: (props?: IconVariantProps) => IconVariantProps
|
|
@@ -13,11 +13,14 @@ type InputVariantMap = {
|
|
|
13
13
|
[key in keyof InputVariant]: Array<InputVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
16
18
|
export type InputVariantProps = {
|
|
17
19
|
[key in keyof InputVariant]?: ConditionalValue<InputVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface InputRecipe {
|
|
23
|
+
|
|
21
24
|
__type: InputVariantProps
|
|
22
25
|
(props?: InputVariantProps): string
|
|
23
26
|
raw: (props?: InputVariantProps) => InputVariantProps
|
|
@@ -13,11 +13,14 @@ type KbdVariantMap = {
|
|
|
13
13
|
[key in keyof KbdVariant]: Array<KbdVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
|
|
17
|
+
|
|
16
18
|
export type KbdVariantProps = {
|
|
17
19
|
[key in keyof KbdVariant]?: ConditionalValue<KbdVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface KbdRecipe {
|
|
23
|
+
|
|
21
24
|
__type: KbdVariantProps
|
|
22
25
|
(props?: KbdVariantProps): string
|
|
23
26
|
raw: (props?: KbdVariantProps) => KbdVariantProps
|
|
@@ -10,11 +10,14 @@ type LinkVariantMap = {
|
|
|
10
10
|
[key in keyof LinkVariant]: Array<LinkVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
|
|
14
|
+
|
|
13
15
|
export type LinkVariantProps = {
|
|
14
16
|
[key in keyof LinkVariant]?: ConditionalValue<LinkVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface LinkRecipe {
|
|
20
|
+
|
|
18
21
|
__type: LinkVariantProps
|
|
19
22
|
(props?: LinkVariantProps): string
|
|
20
23
|
raw: (props?: LinkVariantProps) => LinkVariantProps
|
|
@@ -13,13 +13,16 @@ type MenuVariantMap = {
|
|
|
13
13
|
[key in keyof MenuVariant]: Array<MenuVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type MenuSlot = "arrow" | "arrowTip" | "content" | "contextTrigger" | "indicator" | "item" | "itemGroup" | "itemGroupLabel" | "itemIndicator" | "itemText" | "positioner" | "separator" | "trigger" | "triggerItem"
|
|
17
|
+
|
|
16
18
|
export type MenuVariantProps = {
|
|
17
19
|
[key in keyof MenuVariant]?: ConditionalValue<MenuVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface MenuRecipe {
|
|
23
|
+
__slot: MenuSlot
|
|
21
24
|
__type: MenuVariantProps
|
|
22
|
-
(props?: MenuVariantProps): Pretty<Record<
|
|
25
|
+
(props?: MenuVariantProps): Pretty<Record<MenuSlot, string>>
|
|
23
26
|
raw: (props?: MenuVariantProps) => MenuVariantProps
|
|
24
27
|
variantMap: MenuVariantMap
|
|
25
28
|
variantKeys: Array<keyof MenuVariant>
|
|
@@ -13,13 +13,16 @@ type NumberInputVariantMap = {
|
|
|
13
13
|
[key in keyof NumberInputVariant]: Array<NumberInputVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type NumberInputSlot = "root" | "label" | "input" | "control" | "valueText" | "incrementTrigger" | "decrementTrigger" | "scrubber"
|
|
17
|
+
|
|
16
18
|
export type NumberInputVariantProps = {
|
|
17
19
|
[key in keyof NumberInputVariant]?: ConditionalValue<NumberInputVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface NumberInputRecipe {
|
|
23
|
+
__slot: NumberInputSlot
|
|
21
24
|
__type: NumberInputVariantProps
|
|
22
|
-
(props?: NumberInputVariantProps): Pretty<Record<
|
|
25
|
+
(props?: NumberInputVariantProps): Pretty<Record<NumberInputSlot, string>>
|
|
23
26
|
raw: (props?: NumberInputVariantProps) => NumberInputVariantProps
|
|
24
27
|
variantMap: NumberInputVariantMap
|
|
25
28
|
variantKeys: Array<keyof NumberInputVariant>
|
|
@@ -10,13 +10,16 @@ type PaginationVariantMap = {
|
|
|
10
10
|
[key in keyof PaginationVariant]: Array<PaginationVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type PaginationSlot = "root" | "item" | "ellipsis" | "prevTrigger" | "nextTrigger"
|
|
14
|
+
|
|
13
15
|
export type PaginationVariantProps = {
|
|
14
16
|
[key in keyof PaginationVariant]?: ConditionalValue<PaginationVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface PaginationRecipe {
|
|
20
|
+
__slot: PaginationSlot
|
|
18
21
|
__type: PaginationVariantProps
|
|
19
|
-
(props?: PaginationVariantProps): Pretty<Record<
|
|
22
|
+
(props?: PaginationVariantProps): Pretty<Record<PaginationSlot, string>>
|
|
20
23
|
raw: (props?: PaginationVariantProps) => PaginationVariantProps
|
|
21
24
|
variantMap: PaginationVariantMap
|
|
22
25
|
variantKeys: Array<keyof PaginationVariant>
|
|
@@ -13,13 +13,16 @@ type PinInputVariantMap = {
|
|
|
13
13
|
[key in keyof PinInputVariant]: Array<PinInputVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type PinInputSlot = "root" | "label" | "input" | "control"
|
|
17
|
+
|
|
16
18
|
export type PinInputVariantProps = {
|
|
17
19
|
[key in keyof PinInputVariant]?: ConditionalValue<PinInputVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface PinInputRecipe {
|
|
23
|
+
__slot: PinInputSlot
|
|
21
24
|
__type: PinInputVariantProps
|
|
22
|
-
(props?: PinInputVariantProps): Pretty<Record<
|
|
25
|
+
(props?: PinInputVariantProps): Pretty<Record<PinInputSlot, string>>
|
|
23
26
|
raw: (props?: PinInputVariantProps) => PinInputVariantProps
|
|
24
27
|
variantMap: PinInputVariantMap
|
|
25
28
|
variantKeys: Array<keyof PinInputVariant>
|
|
@@ -10,13 +10,16 @@ type PopoverVariantMap = {
|
|
|
10
10
|
[key in keyof PopoverVariant]: Array<PopoverVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type PopoverSlot = "arrow" | "arrowTip" | "anchor" | "trigger" | "indicator" | "positioner" | "content" | "title" | "description" | "closeTrigger"
|
|
14
|
+
|
|
13
15
|
export type PopoverVariantProps = {
|
|
14
16
|
[key in keyof PopoverVariant]?: ConditionalValue<PopoverVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface PopoverRecipe {
|
|
20
|
+
__slot: PopoverSlot
|
|
18
21
|
__type: PopoverVariantProps
|
|
19
|
-
(props?: PopoverVariantProps): Pretty<Record<
|
|
22
|
+
(props?: PopoverVariantProps): Pretty<Record<PopoverSlot, string>>
|
|
20
23
|
raw: (props?: PopoverVariantProps) => PopoverVariantProps
|
|
21
24
|
variantMap: PopoverVariantMap
|
|
22
25
|
variantKeys: Array<keyof PopoverVariant>
|
|
@@ -13,13 +13,16 @@ type ProgressVariantMap = {
|
|
|
13
13
|
[key in keyof ProgressVariant]: Array<ProgressVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type ProgressSlot = "root" | "label" | "track" | "range" | "valueText" | "view" | "circle" | "circleTrack" | "circleRange"
|
|
17
|
+
|
|
16
18
|
export type ProgressVariantProps = {
|
|
17
19
|
[key in keyof ProgressVariant]?: ConditionalValue<ProgressVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface ProgressRecipe {
|
|
23
|
+
__slot: ProgressSlot
|
|
21
24
|
__type: ProgressVariantProps
|
|
22
|
-
(props?: ProgressVariantProps): Pretty<Record<
|
|
25
|
+
(props?: ProgressVariantProps): Pretty<Record<ProgressSlot, string>>
|
|
23
26
|
raw: (props?: ProgressVariantProps) => ProgressVariantProps
|
|
24
27
|
variantMap: ProgressVariantMap
|
|
25
28
|
variantKeys: Array<keyof ProgressVariant>
|
|
@@ -10,13 +10,16 @@ type QrCodeVariantMap = {
|
|
|
10
10
|
[key in keyof QrCodeVariant]: Array<QrCodeVariant[key]>
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
type QrCodeSlot = "root" | "frame" | "pattern" | "overlay" | "downloadTrigger"
|
|
14
|
+
|
|
13
15
|
export type QrCodeVariantProps = {
|
|
14
16
|
[key in keyof QrCodeVariant]?: ConditionalValue<QrCodeVariant[key]> | undefined
|
|
15
17
|
}
|
|
16
18
|
|
|
17
19
|
export interface QrCodeRecipe {
|
|
20
|
+
__slot: QrCodeSlot
|
|
18
21
|
__type: QrCodeVariantProps
|
|
19
|
-
(props?: QrCodeVariantProps): Pretty<Record<
|
|
22
|
+
(props?: QrCodeVariantProps): Pretty<Record<QrCodeSlot, string>>
|
|
20
23
|
raw: (props?: QrCodeVariantProps) => QrCodeVariantProps
|
|
21
24
|
variantMap: QrCodeVariantMap
|
|
22
25
|
variantKeys: Array<keyof QrCodeVariant>
|
|
@@ -17,13 +17,16 @@ type RadioButtonGroupVariantMap = {
|
|
|
17
17
|
[key in keyof RadioButtonGroupVariant]: Array<RadioButtonGroupVariant[key]>
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
type RadioButtonGroupSlot = "root" | "label" | "item" | "itemText" | "itemControl" | "indicator"
|
|
21
|
+
|
|
20
22
|
export type RadioButtonGroupVariantProps = {
|
|
21
23
|
[key in keyof RadioButtonGroupVariant]?: ConditionalValue<RadioButtonGroupVariant[key]> | undefined
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
export interface RadioButtonGroupRecipe {
|
|
27
|
+
__slot: RadioButtonGroupSlot
|
|
25
28
|
__type: RadioButtonGroupVariantProps
|
|
26
|
-
(props?: RadioButtonGroupVariantProps): Pretty<Record<
|
|
29
|
+
(props?: RadioButtonGroupVariantProps): Pretty<Record<RadioButtonGroupSlot, string>>
|
|
27
30
|
raw: (props?: RadioButtonGroupVariantProps) => RadioButtonGroupVariantProps
|
|
28
31
|
variantMap: RadioButtonGroupVariantMap
|
|
29
32
|
variantKeys: Array<keyof RadioButtonGroupVariant>
|
|
@@ -13,13 +13,16 @@ type RadioGroupVariantMap = {
|
|
|
13
13
|
[key in keyof RadioGroupVariant]: Array<RadioGroupVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type RadioGroupSlot = "root" | "label" | "item" | "itemText" | "itemControl" | "indicator"
|
|
17
|
+
|
|
16
18
|
export type RadioGroupVariantProps = {
|
|
17
19
|
[key in keyof RadioGroupVariant]?: ConditionalValue<RadioGroupVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface RadioGroupRecipe {
|
|
23
|
+
__slot: RadioGroupSlot
|
|
21
24
|
__type: RadioGroupVariantProps
|
|
22
|
-
(props?: RadioGroupVariantProps): Pretty<Record<
|
|
25
|
+
(props?: RadioGroupVariantProps): Pretty<Record<RadioGroupSlot, string>>
|
|
23
26
|
raw: (props?: RadioGroupVariantProps) => RadioGroupVariantProps
|
|
24
27
|
variantMap: RadioGroupVariantMap
|
|
25
28
|
variantKeys: Array<keyof RadioGroupVariant>
|
|
@@ -13,13 +13,16 @@ type RatingGroupVariantMap = {
|
|
|
13
13
|
[key in keyof RatingGroupVariant]: Array<RatingGroupVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type RatingGroupSlot = "root" | "label" | "item" | "control"
|
|
17
|
+
|
|
16
18
|
export type RatingGroupVariantProps = {
|
|
17
19
|
[key in keyof RatingGroupVariant]?: ConditionalValue<RatingGroupVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface RatingGroupRecipe {
|
|
23
|
+
__slot: RatingGroupSlot
|
|
21
24
|
__type: RatingGroupVariantProps
|
|
22
|
-
(props?: RatingGroupVariantProps): Pretty<Record<
|
|
25
|
+
(props?: RatingGroupVariantProps): Pretty<Record<RatingGroupSlot, string>>
|
|
23
26
|
raw: (props?: RatingGroupVariantProps) => RatingGroupVariantProps
|
|
24
27
|
variantMap: RatingGroupVariantMap
|
|
25
28
|
variantKeys: Array<keyof RatingGroupVariant>
|
|
@@ -13,13 +13,16 @@ type SegmentGroupVariantMap = {
|
|
|
13
13
|
[key in keyof SegmentGroupVariant]: Array<SegmentGroupVariant[key]>
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
type SegmentGroupSlot = "root" | "label" | "item" | "itemText" | "itemControl" | "indicator"
|
|
17
|
+
|
|
16
18
|
export type SegmentGroupVariantProps = {
|
|
17
19
|
[key in keyof SegmentGroupVariant]?: ConditionalValue<SegmentGroupVariant[key]> | undefined
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
export interface SegmentGroupRecipe {
|
|
23
|
+
__slot: SegmentGroupSlot
|
|
21
24
|
__type: SegmentGroupVariantProps
|
|
22
|
-
(props?: SegmentGroupVariantProps): Pretty<Record<
|
|
25
|
+
(props?: SegmentGroupVariantProps): Pretty<Record<SegmentGroupSlot, string>>
|
|
23
26
|
raw: (props?: SegmentGroupVariantProps) => SegmentGroupVariantProps
|
|
24
27
|
variantMap: SegmentGroupVariantMap
|
|
25
28
|
variantKeys: Array<keyof SegmentGroupVariant>
|
|
@@ -17,13 +17,16 @@ type SelectVariantMap = {
|
|
|
17
17
|
[key in keyof SelectVariant]: Array<SelectVariant[key]>
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
+
type SelectSlot = "label" | "positioner" | "trigger" | "indicator" | "clearTrigger" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "list" | "content" | "root" | "control" | "valueText"
|
|
21
|
+
|
|
20
22
|
export type SelectVariantProps = {
|
|
21
23
|
[key in keyof SelectVariant]?: ConditionalValue<SelectVariant[key]> | undefined
|
|
22
24
|
}
|
|
23
25
|
|
|
24
26
|
export interface SelectRecipe {
|
|
27
|
+
__slot: SelectSlot
|
|
25
28
|
__type: SelectVariantProps
|
|
26
|
-
(props?: SelectVariantProps): Pretty<Record<
|
|
29
|
+
(props?: SelectVariantProps): Pretty<Record<SelectSlot, string>>
|
|
27
30
|
raw: (props?: SelectVariantProps) => SelectVariantProps
|
|
28
31
|
variantMap: SelectVariantMap
|
|
29
32
|
variantKeys: Array<keyof SelectVariant>
|