@integration-app/react 2.4.0 → 2.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/dist/cjs/_modules/awesome-debounce-promise.cjs +1 -1
- package/dist/cjs/_modules/react-use-promise.cjs +1 -1
- package/dist/cjs/components/AdvancedOptions.cjs +1 -1
- package/dist/cjs/components/Button/Button.cjs +1 -1
- package/dist/cjs/components/Button/Button.module.css.cjs +3 -3
- package/dist/cjs/components/ComboBox/ComboBox.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 +5 -5
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Categories/LookupOptions/index.cjs +1 -1
- 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/NavigationContext.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/Option.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/OptionsList.cjs +1 -1
- package/dist/cjs/components/ComboBox/Dropdown/SearchInput.cjs +1 -1
- 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/DropdownPortal/index.cjs +1 -1
- package/dist/cjs/components/ComboBox/Edit/OptionSelector.cjs +1 -1
- package/dist/cjs/components/ComboBox/Edit/OptionSelector.module.css.cjs +2 -2
- package/dist/cjs/components/ComboBox/Edit/TextInput.cjs +1 -1
- package/dist/cjs/components/ComboBox/Value/ComboBoxValue.cjs +1 -1
- package/dist/cjs/components/ComboBox/Value/Formula.cjs +1 -1
- package/dist/cjs/components/ComboBox/Value/Schema.cjs +1 -1
- package/dist/cjs/components/ComboBox/Value/isDefinedValue.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.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/enum.cjs +1 -1
- package/dist/cjs/components/ComboBox/options-factories/formula.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/types.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 +3 -3
- package/dist/cjs/components/ComboBoxElements/Editor/Editor.module.css.cjs +2 -2
- package/dist/cjs/components/ComboBoxElements/Editor/components/EditorTag.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/Editor/editor.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/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/ComboBoxElements/FieldWrapper.cjs +1 -1
- package/dist/cjs/components/ComboBoxElements/inputs.module.css.cjs +2 -2
- package/dist/cjs/components/DataBuilder/Condition/index.cjs +13 -13
- package/dist/cjs/components/DataBuilder/Field.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.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/Filter.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Form.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/case.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/concat.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/copy.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/record.cjs +1 -1
- package/dist/cjs/components/DataBuilder/Formula/styles.module.css.cjs +2 -2
- 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 +2 -2
- package/dist/cjs/components/DataBuilder/Nested/FieldListWrapper/index.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/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/DataBuilder/styles.module.css.cjs +3 -3
- package/dist/cjs/components/DataBuilderUI/FieldControlPanel/FieldControlPanel.module.css.cjs +2 -2
- package/dist/cjs/components/DataBuilderUI/FieldControlPanel/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/index.cjs +1 -1
- package/dist/cjs/components/DataBuilderUI/styles.module.css.cjs +3 -3
- 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/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/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-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/Formula/index.cjs +1 -1
- package/dist/cjs/components/Formula/styles.module.css.cjs +3 -3
- package/dist/cjs/components/InlineEditable.cjs +1 -1
- package/dist/cjs/components/InlineEditable.module.css.cjs +2 -2
- package/dist/cjs/components/Input/Input.cjs +1 -1
- package/dist/cjs/components/Input/Input.module.css.cjs +3 -3
- package/dist/cjs/components/Input/SearchInput.cjs +1 -1
- package/dist/cjs/components/Input/SearchInput.module.css.cjs +1 -1
- package/dist/cjs/components/Input/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 +2 -2
- package/dist/cjs/components/Notification/index.cjs +6 -6
- package/dist/cjs/components/Popover/index.cjs +1 -1
- package/dist/cjs/components/Portal/index.cjs +1 -1
- package/dist/cjs/components/Radio/Radio.module.css.cjs +2 -2
- package/dist/cjs/components/Radio/index.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleInput.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleInput.module.css.cjs +2 -2
- package/dist/cjs/components/SimpleInput/SimpleRadio.cjs +1 -1
- package/dist/cjs/components/SimpleInput/SimpleTextarea.cjs +1 -1
- package/dist/cjs/components/SimpleMenu/index.cjs +1 -1
- package/dist/cjs/components/SvgIcon/BasicEntities.cjs +1 -1
- package/dist/cjs/components/SvgIcon/index.cjs +1 -1
- package/dist/cjs/components/SvgIcon/svg-icon-type.cjs +1 -1
- package/dist/cjs/components/Tag/Components.cjs +1 -1
- package/dist/cjs/components/Tag/SegmentSeparator.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 +2 -2
- package/dist/cjs/components/Textarea/Textarea.module.css.cjs +3 -3
- package/dist/cjs/components/Textarea/index.cjs +1 -1
- package/dist/cjs/components/Toggle/Toggle.cjs +1 -1
- package/dist/cjs/components/Toggle/Toggle.module.css.cjs +2 -2
- package/dist/cjs/components/Toggle/ToggleOnOff.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/useAutofocus.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/useWindowEvent.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/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/useElement.cjs +1 -1
- package/dist/cjs/hooks/useElements.cjs +1 -1
- package/dist/cjs/hooks/useExportFieldsAsCode.cjs +1 -1
- package/dist/cjs/hooks/useIntegrationAppSWR.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 +23 -28
- package/dist/cjs/styled-system/css/css.cjs +15 -21
- package/dist/cjs/styled-system/css/cva.cjs +17 -29
- package/dist/cjs/styled-system/css/cx.cjs +6 -8
- package/dist/cjs/styled-system/css/sva.cjs +8 -14
- package/dist/cjs/styled-system/helpers.cjs +4 -41
- package/dist/cjs/styled-system/jsx/box.cjs +7 -8
- package/dist/cjs/styled-system/jsx/center.cjs +7 -8
- package/dist/cjs/styled-system/jsx/circle.cjs +7 -8
- package/dist/cjs/styled-system/jsx/divider.cjs +8 -9
- package/dist/cjs/styled-system/jsx/factory-helper.cjs +10 -15
- package/dist/cjs/styled-system/jsx/factory.cjs +16 -31
- package/dist/cjs/styled-system/jsx/flex.cjs +8 -9
- package/dist/cjs/styled-system/jsx/is-valid-prop.cjs +4 -4
- package/dist/cjs/styled-system/jsx/visually-hidden.cjs +7 -8
- package/dist/cjs/styled-system/patterns/box.cjs +7 -6
- package/dist/cjs/styled-system/patterns/center.cjs +13 -12
- package/dist/cjs/styled-system/patterns/circle.cjs +17 -16
- package/dist/cjs/styled-system/patterns/divider.cjs +17 -16
- package/dist/cjs/styled-system/patterns/flex.cjs +18 -17
- package/dist/cjs/styled-system/patterns/visually-hidden.cjs +10 -10
- package/dist/cjs/styled-system/recipes/alert.cjs +5 -8
- package/dist/cjs/styled-system/recipes/avatar.cjs +14 -17
- package/dist/cjs/styled-system/recipes/badge.cjs +7 -9
- package/dist/cjs/styled-system/recipes/button.cjs +7 -9
- package/dist/cjs/styled-system/recipes/create-recipe.cjs +59 -70
- package/dist/cjs/styled-system/recipes/icon.cjs +7 -9
- package/dist/cjs/styled-system/recipes/input.cjs +7 -9
- package/dist/cjs/styled-system/recipes/menu.cjs +12 -15
- package/dist/cjs/styled-system/recipes/popover.cjs +5 -8
- package/dist/cjs/styled-system/recipes/skeleton.cjs +7 -9
- package/dist/cjs/styled-system/recipes/spinner.cjs +7 -9
- package/dist/cjs/styled-system/recipes/text.cjs +7 -9
- package/dist/cjs/styled-system/recipes/tooltip.cjs +5 -8
- package/dist/cjs/styled-system/tokens/index.cjs +8 -10
- package/dist/cjs/ui-kit/avatar.cjs +1 -1
- package/dist/cjs/ui-kit/button.cjs +1 -1
- package/dist/cjs/ui-kit/spinner.cjs +1 -1
- 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 +1 -1
- package/dist/cjs/ui-kit/styled/button.cjs +1 -1
- package/dist/cjs/ui-kit/styled/icon-button.cjs +1 -1
- package/dist/cjs/ui-kit/styled/icon.cjs +1 -1
- package/dist/cjs/ui-kit/styled/input.cjs +1 -1
- 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/skeleton.cjs +1 -1
- package/dist/cjs/ui-kit/styled/spinner.cjs +1 -1
- package/dist/cjs/ui-kit/styled/text.cjs +1 -1
- 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/esm/_modules/awesome-debounce-promise.mjs +1 -1
- package/dist/esm/_modules/react-use-promise.mjs +1 -1
- package/dist/esm/components/AdvancedOptions.mjs +1 -1
- package/dist/esm/components/Button/Button.mjs +1 -1
- package/dist/esm/components/Button/Button.module.css.mjs +3 -3
- package/dist/esm/components/ComboBox/ComboBox.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 +2 -2
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/UiComponents.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Categories/LookupOptions/index.mjs +1 -1
- 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/NavigationContext.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/Option.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/OptionsList.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/SearchInput.mjs +1 -1
- package/dist/esm/components/ComboBox/Dropdown/categoryContentMapping.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPopover/DropdownPositioner.mjs +2 -2
- package/dist/esm/components/ComboBox/DropdownPopover/index.mjs +1 -1
- package/dist/esm/components/ComboBox/DropdownPortal/index.mjs +2 -2
- package/dist/esm/components/ComboBox/Edit/OptionSelector.mjs +3 -3
- package/dist/esm/components/ComboBox/Edit/OptionSelector.module.css.mjs +2 -2
- package/dist/esm/components/ComboBox/Edit/TextInput.mjs +1 -1
- package/dist/esm/components/ComboBox/Value/ComboBoxValue.mjs +1 -1
- package/dist/esm/components/ComboBox/Value/Formula.mjs +1 -1
- package/dist/esm/components/ComboBox/Value/Schema.mjs +1 -1
- package/dist/esm/components/ComboBox/Value/isDefinedValue.mjs +1 -1
- package/dist/esm/components/ComboBox/context/combobox-context.mjs +2 -2
- package/dist/esm/components/ComboBox/context/combobox-dropdown-context.mjs +2 -2
- package/dist/esm/components/ComboBox/context/combobox-dropdown-search.mjs +2 -2
- package/dist/esm/components/ComboBox/context/combobox-dropdown-stack.mjs +1 -1
- package/dist/esm/components/ComboBox/context/helpers.mjs +2 -2
- 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.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/enum.mjs +1 -1
- package/dist/esm/components/ComboBox/options-factories/formula.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 +2 -2
- 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 +2 -2
- package/dist/esm/components/ComboBox/types.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 +3 -3
- package/dist/esm/components/ComboBoxElements/Editor/Editor.module.css.mjs +2 -2
- package/dist/esm/components/ComboBoxElements/Editor/components/EditorTag.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/editor.mjs +2 -2
- package/dist/esm/components/ComboBoxElements/Editor/helpers/clicks.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/Editor/helpers/common.mjs +2 -2
- 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/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/ComboBoxElements/FieldWrapper.mjs +1 -1
- package/dist/esm/components/ComboBoxElements/inputs.module.css.mjs +2 -2
- package/dist/esm/components/DataBuilder/Condition/index.mjs +1 -1
- package/dist/esm/components/DataBuilder/Field.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.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/convertableSchemaToSchema.mjs +1 -1
- package/dist/esm/components/DataBuilder/FieldTypeSelector/index.mjs +2 -2
- 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/Filter.mjs +1 -1
- package/dist/esm/components/DataBuilder/Form.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/case.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/concat.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/copy.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/record.mjs +1 -1
- package/dist/esm/components/DataBuilder/Formula/styles.module.css.mjs +2 -2
- 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 +2 -2
- package/dist/esm/components/DataBuilder/Nested/FieldListWrapper/index.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/data-builder-context.mjs +1 -1
- package/dist/esm/components/DataBuilder/data-field.mjs +2 -2
- 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/DataBuilder/styles.module.css.mjs +3 -3
- package/dist/esm/components/DataBuilderUI/FieldControlPanel/FieldControlPanel.module.css.mjs +2 -2
- package/dist/esm/components/DataBuilderUI/FieldControlPanel/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/index.mjs +1 -1
- package/dist/esm/components/DataBuilderUI/styles.module.css.mjs +3 -3
- 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/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/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-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/Formula/index.mjs +1 -1
- package/dist/esm/components/Formula/styles.module.css.mjs +3 -3
- package/dist/esm/components/InlineEditable.mjs +1 -1
- package/dist/esm/components/InlineEditable.module.css.mjs +2 -2
- package/dist/esm/components/Input/Input.mjs +1 -1
- package/dist/esm/components/Input/Input.module.css.mjs +3 -3
- package/dist/esm/components/Input/SearchInput.mjs +1 -1
- package/dist/esm/components/Input/SearchInput.module.css.mjs +1 -1
- package/dist/esm/components/Input/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 +2 -2
- 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/Radio/Radio.module.css.mjs +2 -2
- package/dist/esm/components/Radio/index.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleInput.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleInput.module.css.mjs +2 -2
- package/dist/esm/components/SimpleInput/SimpleRadio.mjs +1 -1
- package/dist/esm/components/SimpleInput/SimpleTextarea.mjs +1 -1
- package/dist/esm/components/SimpleMenu/index.mjs +1 -1
- package/dist/esm/components/SvgIcon/BasicEntities.mjs +1 -1
- package/dist/esm/components/SvgIcon/index.mjs +1 -1
- package/dist/esm/components/SvgIcon/svg-icon-type.mjs +1 -1
- package/dist/esm/components/Tag/Components.mjs +1 -1
- package/dist/esm/components/Tag/SegmentSeparator.mjs +1 -1
- package/dist/esm/components/Tag/Tag.mjs +2 -2
- package/dist/esm/components/Tag/TagPlaceholder.mjs +1 -1
- package/dist/esm/components/Tag/styles.module.css.mjs +2 -2
- package/dist/esm/components/Textarea/Textarea.module.css.mjs +3 -3
- package/dist/esm/components/Textarea/index.mjs +1 -1
- package/dist/esm/components/Toggle/Toggle.mjs +1 -1
- package/dist/esm/components/Toggle/Toggle.module.css.mjs +2 -2
- package/dist/esm/components/Toggle/ToggleOnOff.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 +2 -2
- package/dist/esm/contexts/integration-app-context.mjs +2 -2
- package/dist/esm/contexts/integration-app-integration-context.mjs +2 -2
- package/dist/esm/helpers/getRefElement.mjs +1 -1
- package/dist/esm/helpers/hooks/keyboard-events.mjs +1 -1
- package/dist/esm/helpers/hooks/useAutofocus.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/useWindowEvent.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/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/useElement.mjs +1 -1
- package/dist/esm/hooks/useElements.mjs +1 -1
- package/dist/esm/hooks/useExportFieldsAsCode.mjs +1 -1
- package/dist/esm/hooks/useIntegrationAppSWR.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 +23 -28
- package/dist/esm/styled-system/css/css.mjs +17 -22
- package/dist/esm/styled-system/css/cva.mjs +18 -30
- package/dist/esm/styled-system/css/cx.mjs +6 -8
- package/dist/esm/styled-system/css/sva.mjs +9 -15
- package/dist/esm/styled-system/helpers.mjs +4 -41
- package/dist/esm/styled-system/jsx/box.mjs +7 -8
- package/dist/esm/styled-system/jsx/center.mjs +7 -8
- package/dist/esm/styled-system/jsx/circle.mjs +7 -8
- package/dist/esm/styled-system/jsx/divider.mjs +8 -9
- package/dist/esm/styled-system/jsx/factory-helper.mjs +10 -15
- package/dist/esm/styled-system/jsx/factory.mjs +16 -31
- package/dist/esm/styled-system/jsx/flex.mjs +8 -9
- package/dist/esm/styled-system/jsx/is-valid-prop.mjs +4 -4
- package/dist/esm/styled-system/jsx/visually-hidden.mjs +7 -8
- package/dist/esm/styled-system/patterns/box.mjs +7 -6
- package/dist/esm/styled-system/patterns/center.mjs +13 -12
- package/dist/esm/styled-system/patterns/circle.mjs +17 -16
- package/dist/esm/styled-system/patterns/divider.mjs +17 -16
- package/dist/esm/styled-system/patterns/flex.mjs +18 -17
- package/dist/esm/styled-system/patterns/visually-hidden.mjs +10 -10
- package/dist/esm/styled-system/recipes/alert.mjs +6 -9
- package/dist/esm/styled-system/recipes/avatar.mjs +15 -18
- package/dist/esm/styled-system/recipes/badge.mjs +8 -10
- package/dist/esm/styled-system/recipes/button.mjs +8 -10
- package/dist/esm/styled-system/recipes/create-recipe.mjs +60 -71
- package/dist/esm/styled-system/recipes/icon.mjs +8 -10
- package/dist/esm/styled-system/recipes/input.mjs +8 -10
- package/dist/esm/styled-system/recipes/menu.mjs +13 -16
- package/dist/esm/styled-system/recipes/popover.mjs +6 -9
- package/dist/esm/styled-system/recipes/skeleton.mjs +8 -10
- package/dist/esm/styled-system/recipes/spinner.mjs +8 -10
- package/dist/esm/styled-system/recipes/text.mjs +8 -10
- package/dist/esm/styled-system/recipes/tooltip.mjs +6 -9
- package/dist/esm/styled-system/tokens/index.mjs +8 -10
- package/dist/esm/ui-kit/avatar.mjs +1 -1
- package/dist/esm/ui-kit/button.mjs +1 -1
- package/dist/esm/ui-kit/spinner.mjs +1 -1
- 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 +1 -1
- package/dist/esm/ui-kit/styled/button.mjs +1 -1
- package/dist/esm/ui-kit/styled/icon-button.mjs +1 -1
- package/dist/esm/ui-kit/styled/icon.mjs +1 -1
- package/dist/esm/ui-kit/styled/input.mjs +1 -1
- 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/skeleton.mjs +1 -1
- package/dist/esm/ui-kit/styled/spinner.mjs +1 -1
- package/dist/esm/ui-kit/styled/text.mjs +1 -1
- 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/styles.css +68 -68
- package/dist/types/components/Button/Button.d.ts +0 -1
- package/dist/types/components/ComboBox/Dropdown/Dropdown.d.ts +0 -1
- package/dist/types/components/ComboBox/Dropdown/NavigationContext.d.ts +0 -1
- package/dist/types/components/ComboBox/Dropdown/categoryContentMapping.d.ts +0 -1
- package/dist/types/components/ComboBox/Value/ComboBoxValue.d.ts +0 -1
- package/dist/types/components/ComboBox/Value/Formula.d.ts +0 -1
- package/dist/types/components/ComboBox/Value/Schema.d.ts +0 -1
- package/dist/types/components/ComboBoxElements/ComboBoxTag.d.ts +0 -1
- package/dist/types/components/ComboBoxElements/Editor/editor.d.ts +4 -4
- package/dist/types/components/ComboBoxElements/Editor/nodes/EditorTagNode.d.ts +0 -1
- package/dist/types/components/ComboBoxElements/FieldWrapper.d.ts +3 -3
- package/dist/types/components/DataBuilder/FieldName.d.ts +0 -1
- package/dist/types/components/DataBuilder/FieldValue/types.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/case.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/concat.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/copy.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/domainFromEmail.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/extractDate.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/extractTime.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/findAppRecordId.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/findExternalRecordId.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/firstName.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/firstNotEmpty.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/iterate.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/jsonata.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/lastName.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/lookup.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/map.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/mergeObjects.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/record.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/tpl.d.ts +0 -1
- package/dist/types/components/DataBuilder/Formula/var.d.ts +0 -1
- package/dist/types/components/DataBuilderUI/FieldControlPanel/index.d.ts +1 -1
- package/dist/types/components/DropdownUI/BackButton.d.ts +1 -1
- package/dist/types/components/DropdownUI/ErrorHeading.d.ts +1 -1
- package/dist/types/components/DropdownUI/InfoHeading.d.ts +1 -1
- package/dist/types/components/DropdownUI/Item.d.ts +3 -3
- package/dist/types/components/DropdownUI/LoadingItem.d.ts +1 -1
- package/dist/types/components/DropdownUI/NoOptionsHeading.d.ts +1 -1
- package/dist/types/components/DropdownUI/Search.d.ts +4 -4
- package/dist/types/components/DropdownUI/index.d.ts +12 -13
- package/dist/types/components/DropdownUI/item-context.d.ts +2 -3
- package/dist/types/components/Formula/index.d.ts +0 -1
- package/dist/types/components/Input/SearchInput.d.ts +0 -1
- package/dist/types/components/IntegrationElements/integration-element-context.d.ts +2 -2
- package/dist/types/components/Integrations/IntegrationAvatar/index.d.ts +0 -1
- package/dist/types/components/Integrations/IntegrationItem/index.d.ts +1 -1
- package/dist/types/components/Popover/index.d.ts +8 -8
- package/dist/types/components/SimpleInput/SimpleRadio.d.ts +0 -1
- package/dist/types/components/Toggle/types.d.ts +0 -1
- package/dist/types/helpers/hooks/keyboard-events.d.ts +1 -1
- package/dist/types/helpers/hooks/useForwardedRef.d.ts +0 -1
- package/dist/types/hooks/data-links/useDataLinkTableInstance.d.ts +1 -1
- package/dist/types/styled-system/types/composition.d.ts +26 -0
- package/dist/types/styled-system/types/conditions.d.ts +35 -11
- package/dist/types/styled-system/types/global.d.ts +1 -0
- package/dist/types/styled-system/types/prop-type.d.ts +0 -1
- package/dist/types/styled-system/types/style-props.d.ts +225 -201
- package/dist/types/styled-system/types/system-types.d.ts +86 -2
- package/dist/types/ui-kit/avatar.d.ts +0 -1
- package/dist/types/ui-kit/button.d.ts +0 -1
- package/dist/types/ui-kit/panda-preset/panda.preset.d.ts +1 -1
- package/dist/types/ui-kit/spinner.d.ts +0 -1
- package/dist/types/ui-kit/styled/alert.d.ts +0 -1
- package/dist/types/ui-kit/styled/avatar.d.ts +0 -1
- package/dist/types/ui-kit/styled/badge.d.ts +3 -4
- package/dist/types/ui-kit/styled/button.d.ts +2 -3
- package/dist/types/ui-kit/styled/icon-button.d.ts +3 -4
- package/dist/types/ui-kit/styled/icon.d.ts +3 -4
- package/dist/types/ui-kit/styled/input.d.ts +3 -4
- package/dist/types/ui-kit/styled/menu.d.ts +0 -1
- package/dist/types/ui-kit/styled/popover.d.ts +0 -1
- package/dist/types/ui-kit/styled/skeleton.d.ts +0 -1
- package/dist/types/ui-kit/styled/spinner.d.ts +2 -3
- package/dist/types/ui-kit/styled/text.d.ts +0 -1
- package/dist/types/ui-kit/styled/tooltip.d.ts +0 -1
- package/dist/types/ui-kit/styled/utils/create-style-context.d.ts +4 -4
- package/package.json +85 -5
@@ -226,6 +226,14 @@ WebkitTouchCallout?: ConditionalValue<CssProperties["WebkitTouchCallout"] | AnyS
|
|
226
226
|
* **Initial value**: `read-only`
|
227
227
|
*/
|
228
228
|
WebkitUserModify?: ConditionalValue<CssProperties["WebkitUserModify"] | AnyString>
|
229
|
+
/**
|
230
|
+
* The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.
|
231
|
+
*
|
232
|
+
* **Syntax**: `auto | text | none | contain | all`
|
233
|
+
*
|
234
|
+
* **Initial value**: `auto`
|
235
|
+
*/
|
236
|
+
WebkitUserSelect?: ConditionalValue<CssProperties["WebkitUserSelect"] | AnyString>
|
229
237
|
/**
|
230
238
|
* The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.
|
231
239
|
*
|
@@ -313,6 +321,8 @@ alignTracks?: ConditionalValue<CssProperties["alignTracks"] | AnyString>
|
|
313
321
|
* @see https://developer.mozilla.org/docs/Web/CSS/all
|
314
322
|
*/
|
315
323
|
all?: ConditionalValue<CssVars | CssProperties["all"] | AnyString>
|
324
|
+
anchorName?: ConditionalValue<CssProperties["anchorName"] | AnyString>
|
325
|
+
anchorScope?: ConditionalValue<CssProperties["anchorScope"] | AnyString>
|
316
326
|
/**
|
317
327
|
* The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for `animation-name`, `animation-duration`, `animation-timing-function`, `animation-delay`, `animation-iteration-count`, `animation-direction`, `animation-fill-mode`, and `animation-play-state`.
|
318
328
|
*
|
@@ -485,6 +495,20 @@ animationRangeEnd?: ConditionalValue<CssProperties["animationRangeEnd"] | AnyStr
|
|
485
495
|
* @see https://developer.mozilla.org/docs/Web/CSS/animation-range-start
|
486
496
|
*/
|
487
497
|
animationRangeStart?: ConditionalValue<CssProperties["animationRangeStart"] | AnyString>
|
498
|
+
/**
|
499
|
+
* The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
|
500
|
+
*
|
501
|
+
* **Syntax**: `<single-animation-timeline>#`
|
502
|
+
*
|
503
|
+
* **Initial value**: `auto`
|
504
|
+
*
|
505
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
506
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
507
|
+
* | **115** | n/a | No | n/a | No |
|
508
|
+
*
|
509
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/animation-timeline
|
510
|
+
*/
|
511
|
+
animationTimeline?: ConditionalValue<CssProperties["animationTimeline"] | AnyString>
|
488
512
|
/**
|
489
513
|
* The **`animation-timing-function`** CSS property sets how an animation progresses through the duration of each cycle.
|
490
514
|
*
|
@@ -500,20 +524,6 @@ animationRangeStart?: ConditionalValue<CssProperties["animationRangeStart"] | An
|
|
500
524
|
* @see https://developer.mozilla.org/docs/Web/CSS/animation-timing-function
|
501
525
|
*/
|
502
526
|
animationTimingFunction?: ConditionalValue<UtilityValues["animationTimingFunction"] | CssVars | CssProperties["animationTimingFunction"] | AnyString>
|
503
|
-
/**
|
504
|
-
* The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
|
505
|
-
*
|
506
|
-
* **Syntax**: `<single-animation-timeline>#`
|
507
|
-
*
|
508
|
-
* **Initial value**: `auto`
|
509
|
-
*
|
510
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
511
|
-
* | :-----: | :-----: | :----: | :--: | :-: |
|
512
|
-
* | **115** | n/a | No | n/a | No |
|
513
|
-
*
|
514
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/animation-timeline
|
515
|
-
*/
|
516
|
-
animationTimeline?: ConditionalValue<CssProperties["animationTimeline"] | AnyString>
|
517
527
|
/**
|
518
528
|
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
519
529
|
*
|
@@ -543,7 +553,6 @@ appearance?: ConditionalValue<CssVars | CssProperties["appearance"] | AnyString>
|
|
543
553
|
* @see https://developer.mozilla.org/docs/Web/CSS/aspect-ratio
|
544
554
|
*/
|
545
555
|
aspectRatio?: ConditionalValue<CssProperties["aspectRatio"] | AnyString>
|
546
|
-
azimuth?: ConditionalValue<CssProperties["azimuth"] | AnyString>
|
547
556
|
/**
|
548
557
|
* The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.
|
549
558
|
*
|
@@ -793,34 +802,6 @@ borderBlock?: ConditionalValue<UtilityValues["borderBlock"] | CssVars | CssPrope
|
|
793
802
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-color
|
794
803
|
*/
|
795
804
|
borderBlockColor?: ConditionalValue<UtilityValues["borderBlockColor"] | CssVars | CssProperties["borderBlockColor"] | AnyString>
|
796
|
-
/**
|
797
|
-
* The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
798
|
-
*
|
799
|
-
* **Syntax**: `<'border-top-style'>`
|
800
|
-
*
|
801
|
-
* **Initial value**: `none`
|
802
|
-
*
|
803
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
804
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
805
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
806
|
-
*
|
807
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-style
|
808
|
-
*/
|
809
|
-
borderBlockStyle?: ConditionalValue<CssVars | CssProperties["borderBlockStyle"] | AnyString>
|
810
|
-
/**
|
811
|
-
* The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
812
|
-
*
|
813
|
-
* **Syntax**: `<'border-top-width'>`
|
814
|
-
*
|
815
|
-
* **Initial value**: `medium`
|
816
|
-
*
|
817
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
818
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
819
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
820
|
-
*
|
821
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
|
822
|
-
*/
|
823
|
-
borderBlockWidth?: ConditionalValue<CssProperties["borderBlockWidth"] | AnyString>
|
824
805
|
/**
|
825
806
|
* The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.
|
826
807
|
*
|
@@ -929,6 +910,34 @@ borderBlockStartStyle?: ConditionalValue<CssVars | CssProperties["borderBlockSta
|
|
929
910
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-start-width
|
930
911
|
*/
|
931
912
|
borderBlockStartWidth?: ConditionalValue<CssProperties["borderBlockStartWidth"] | AnyString>
|
913
|
+
/**
|
914
|
+
* The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
915
|
+
*
|
916
|
+
* **Syntax**: `<'border-top-style'>`
|
917
|
+
*
|
918
|
+
* **Initial value**: `none`
|
919
|
+
*
|
920
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
921
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
922
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
923
|
+
*
|
924
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-style
|
925
|
+
*/
|
926
|
+
borderBlockStyle?: ConditionalValue<CssVars | CssProperties["borderBlockStyle"] | AnyString>
|
927
|
+
/**
|
928
|
+
* The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
929
|
+
*
|
930
|
+
* **Syntax**: `<'border-top-width'>`
|
931
|
+
*
|
932
|
+
* **Initial value**: `medium`
|
933
|
+
*
|
934
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
935
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
936
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
937
|
+
*
|
938
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/border-block-width
|
939
|
+
*/
|
940
|
+
borderBlockWidth?: ConditionalValue<CssProperties["borderBlockWidth"] | AnyString>
|
932
941
|
/**
|
933
942
|
* The **`border-bottom`** shorthand CSS property sets an element's bottom border. It sets the values of `border-bottom-width`, `border-bottom-style` and `border-bottom-color`.
|
934
943
|
*
|
@@ -1162,18 +1171,6 @@ borderImageWidth?: ConditionalValue<CssProperties["borderImageWidth"] | AnyStrin
|
|
1162
1171
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline
|
1163
1172
|
*/
|
1164
1173
|
borderInline?: ConditionalValue<UtilityValues["borderInline"] | CssVars | CssProperties["borderInline"] | AnyString>
|
1165
|
-
/**
|
1166
|
-
* The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.
|
1167
|
-
*
|
1168
|
-
* **Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`
|
1169
|
-
*
|
1170
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
1171
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
1172
|
-
* | **69** | **41** | **12.1** | n/a | No |
|
1173
|
-
*
|
1174
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end
|
1175
|
-
*/
|
1176
|
-
borderInlineEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars | CssProperties["borderInlineEnd"] | AnyString>
|
1177
1174
|
/**
|
1178
1175
|
* The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
1179
1176
|
*
|
@@ -1189,33 +1186,17 @@ borderInlineEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars |
|
|
1189
1186
|
*/
|
1190
1187
|
borderInlineColor?: ConditionalValue<UtilityValues["borderInlineColor"] | CssVars | CssProperties["borderInlineColor"] | AnyString>
|
1191
1188
|
/**
|
1192
|
-
* The **`border-inline-
|
1193
|
-
*
|
1194
|
-
* **Syntax**: `<'border-top-style'>`
|
1195
|
-
*
|
1196
|
-
* **Initial value**: `none`
|
1197
|
-
*
|
1198
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
1199
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
1200
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
1201
|
-
*
|
1202
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-style
|
1203
|
-
*/
|
1204
|
-
borderInlineStyle?: ConditionalValue<CssVars | CssProperties["borderInlineStyle"] | AnyString>
|
1205
|
-
/**
|
1206
|
-
* The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
1207
|
-
*
|
1208
|
-
* **Syntax**: `<'border-top-width'>`
|
1189
|
+
* The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.
|
1209
1190
|
*
|
1210
|
-
* **
|
1191
|
+
* **Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`
|
1211
1192
|
*
|
1212
1193
|
* | Chrome | Firefox | Safari | Edge | IE |
|
1213
1194
|
* | :----: | :-----: | :------: | :--: | :-: |
|
1214
|
-
* | **
|
1195
|
+
* | **69** | **41** | **12.1** | n/a | No |
|
1215
1196
|
*
|
1216
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-
|
1197
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-end
|
1217
1198
|
*/
|
1218
|
-
|
1199
|
+
borderInlineEnd?: ConditionalValue<UtilityValues["borderInlineEnd"] | CssVars | CssProperties["borderInlineEnd"] | AnyString>
|
1219
1200
|
/**
|
1220
1201
|
* The **`border-inline-end-color`** CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
1221
1202
|
*
|
@@ -1317,6 +1298,34 @@ borderInlineStartStyle?: ConditionalValue<CssVars | CssProperties["borderInlineS
|
|
1317
1298
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-start-width
|
1318
1299
|
*/
|
1319
1300
|
borderInlineStartWidth?: ConditionalValue<CssProperties["borderInlineStartWidth"] | AnyString>
|
1301
|
+
/**
|
1302
|
+
* The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
1303
|
+
*
|
1304
|
+
* **Syntax**: `<'border-top-style'>`
|
1305
|
+
*
|
1306
|
+
* **Initial value**: `none`
|
1307
|
+
*
|
1308
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
1309
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
1310
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
1311
|
+
*
|
1312
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-style
|
1313
|
+
*/
|
1314
|
+
borderInlineStyle?: ConditionalValue<CssVars | CssProperties["borderInlineStyle"] | AnyString>
|
1315
|
+
/**
|
1316
|
+
* The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
1317
|
+
*
|
1318
|
+
* **Syntax**: `<'border-top-width'>`
|
1319
|
+
*
|
1320
|
+
* **Initial value**: `medium`
|
1321
|
+
*
|
1322
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
1323
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
1324
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
1325
|
+
*
|
1326
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/border-inline-width
|
1327
|
+
*/
|
1328
|
+
borderInlineWidth?: ConditionalValue<CssProperties["borderInlineWidth"] | AnyString>
|
1320
1329
|
/**
|
1321
1330
|
* The **`border-left`** shorthand CSS property sets all the properties of an element's left border.
|
1322
1331
|
*
|
@@ -1762,6 +1771,7 @@ clear?: ConditionalValue<CssVars | CssProperties["clear"] | AnyString>
|
|
1762
1771
|
* @see https://developer.mozilla.org/docs/Web/CSS/clip-path
|
1763
1772
|
*/
|
1764
1773
|
clipPath?: ConditionalValue<CssProperties["clipPath"] | AnyString>
|
1774
|
+
clipRule?: ConditionalValue<CssProperties["clipRule"] | AnyString>
|
1765
1775
|
/**
|
1766
1776
|
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `currentcolor` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.
|
1767
1777
|
*
|
@@ -1776,6 +1786,7 @@ clipPath?: ConditionalValue<CssProperties["clipPath"] | AnyString>
|
|
1776
1786
|
* @see https://developer.mozilla.org/docs/Web/CSS/color
|
1777
1787
|
*/
|
1778
1788
|
color?: ConditionalValue<UtilityValues["color"] | CssVars | CssProperties["color"] | AnyString>
|
1789
|
+
colorInterpolationFilters?: ConditionalValue<CssProperties["colorInterpolationFilters"] | AnyString>
|
1779
1790
|
/**
|
1780
1791
|
* The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.
|
1781
1792
|
*
|
@@ -1949,18 +1960,6 @@ columns?: ConditionalValue<CssProperties["columns"] | AnyString>
|
|
1949
1960
|
* @see https://developer.mozilla.org/docs/Web/CSS/contain
|
1950
1961
|
*/
|
1951
1962
|
contain?: ConditionalValue<CssProperties["contain"] | AnyString>
|
1952
|
-
/**
|
1953
|
-
* The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
|
1954
|
-
*
|
1955
|
-
* **Syntax**: `[ auto? [ none | <length> ] ]{1,2}`
|
1956
|
-
*
|
1957
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
1958
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
1959
|
-
* | **83** | **107** | **17** | n/a | No |
|
1960
|
-
*
|
1961
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
|
1962
|
-
*/
|
1963
|
-
containIntrinsicSize?: ConditionalValue<CssProperties["containIntrinsicSize"] | AnyString>
|
1964
1963
|
/**
|
1965
1964
|
* The **`contain-intrinsic-block-size`** CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.
|
1966
1965
|
*
|
@@ -2003,6 +2002,18 @@ containIntrinsicHeight?: ConditionalValue<CssProperties["containIntrinsicHeight"
|
|
2003
2002
|
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-inline-size
|
2004
2003
|
*/
|
2005
2004
|
containIntrinsicInlineSize?: ConditionalValue<CssProperties["containIntrinsicInlineSize"] | AnyString>
|
2005
|
+
/**
|
2006
|
+
* The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
|
2007
|
+
*
|
2008
|
+
* **Syntax**: `[ auto? [ none | <length> ] ]{1,2}`
|
2009
|
+
*
|
2010
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
2011
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
2012
|
+
* | **83** | **107** | **17** | n/a | No |
|
2013
|
+
*
|
2014
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
|
2015
|
+
*/
|
2016
|
+
containIntrinsicSize?: ConditionalValue<CssProperties["containIntrinsicSize"] | AnyString>
|
2006
2017
|
/**
|
2007
2018
|
* The **`contain-intrinsic-width`** CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.
|
2008
2019
|
*
|
@@ -2141,6 +2152,9 @@ counterSet?: ConditionalValue<CssProperties["counterSet"] | AnyString>
|
|
2141
2152
|
* @see https://developer.mozilla.org/docs/Web/CSS/cursor
|
2142
2153
|
*/
|
2143
2154
|
cursor?: ConditionalValue<CssProperties["cursor"] | AnyString>
|
2155
|
+
cx?: ConditionalValue<CssProperties["cx"] | AnyString>
|
2156
|
+
cy?: ConditionalValue<CssProperties["cy"] | AnyString>
|
2157
|
+
d?: ConditionalValue<CssProperties["d"] | AnyString>
|
2144
2158
|
/**
|
2145
2159
|
* The **`direction`** CSS property sets the direction of text, table columns, and horizontal overflow. Use `rtl` for languages written from right to left (like Hebrew or Arabic), and `ltr` for those written from left to right (like English and most other languages).
|
2146
2160
|
*
|
@@ -2169,6 +2183,7 @@ direction?: ConditionalValue<CssVars | CssProperties["direction"] | AnyString>
|
|
2169
2183
|
* @see https://developer.mozilla.org/docs/Web/CSS/display
|
2170
2184
|
*/
|
2171
2185
|
display?: ConditionalValue<CssVars | CssProperties["display"] | AnyString>
|
2186
|
+
dominantBaseline?: ConditionalValue<CssProperties["dominantBaseline"] | AnyString>
|
2172
2187
|
/**
|
2173
2188
|
* The **`empty-cells`** CSS property sets whether borders and backgrounds appear around `<table>` cells that have no visible content.
|
2174
2189
|
*
|
@@ -2183,6 +2198,10 @@ display?: ConditionalValue<CssVars | CssProperties["display"] | AnyString>
|
|
2183
2198
|
* @see https://developer.mozilla.org/docs/Web/CSS/empty-cells
|
2184
2199
|
*/
|
2185
2200
|
emptyCells?: ConditionalValue<CssVars | CssProperties["emptyCells"] | AnyString>
|
2201
|
+
fieldSizing?: ConditionalValue<CssProperties["fieldSizing"] | AnyString>
|
2202
|
+
fill?: ConditionalValue<UtilityValues["fill"] | CssVars | CssProperties["fill"] | AnyString>
|
2203
|
+
fillOpacity?: ConditionalValue<CssProperties["fillOpacity"] | AnyString>
|
2204
|
+
fillRule?: ConditionalValue<CssProperties["fillRule"] | AnyString>
|
2186
2205
|
/**
|
2187
2206
|
* The **`filter`** CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.
|
2188
2207
|
*
|
@@ -2313,6 +2332,8 @@ flexWrap?: ConditionalValue<CssVars | CssProperties["flexWrap"] | AnyString>
|
|
2313
2332
|
* @see https://developer.mozilla.org/docs/Web/CSS/float
|
2314
2333
|
*/
|
2315
2334
|
float?: ConditionalValue<UtilityValues["float"] | CssVars | AnyString>
|
2335
|
+
floodColor?: ConditionalValue<CssProperties["floodColor"] | AnyString>
|
2336
|
+
floodOpacity?: ConditionalValue<CssProperties["floodOpacity"] | AnyString>
|
2316
2337
|
/**
|
2317
2338
|
* The **`font`** CSS shorthand property sets all the different properties of an element's font. Alternatively, it sets an element's font to a system font.
|
2318
2339
|
*
|
@@ -2410,20 +2431,6 @@ fontOpticalSizing?: ConditionalValue<CssProperties["fontOpticalSizing"] | AnyStr
|
|
2410
2431
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-palette
|
2411
2432
|
*/
|
2412
2433
|
fontPalette?: ConditionalValue<CssProperties["fontPalette"] | AnyString>
|
2413
|
-
/**
|
2414
|
-
* The **`font-variation-settings`** CSS property provides low-level control over variable font characteristics, by specifying the four letter axis names of the characteristics you want to vary, along with their values.
|
2415
|
-
*
|
2416
|
-
* **Syntax**: `normal | [ <string> <number> ]#`
|
2417
|
-
*
|
2418
|
-
* **Initial value**: `normal`
|
2419
|
-
*
|
2420
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
2421
|
-
* | :----: | :-----: | :----: | :----: | :-: |
|
2422
|
-
* | **62** | **62** | **11** | **17** | No |
|
2423
|
-
*
|
2424
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
|
2425
|
-
*/
|
2426
|
-
fontVariationSettings?: ConditionalValue<CssProperties["fontVariationSettings"] | AnyString>
|
2427
2434
|
/**
|
2428
2435
|
* The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.
|
2429
2436
|
*
|
@@ -2675,6 +2682,20 @@ fontVariantNumeric?: ConditionalValue<CssProperties["fontVariantNumeric"] | AnyS
|
|
2675
2682
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-variant-position
|
2676
2683
|
*/
|
2677
2684
|
fontVariantPosition?: ConditionalValue<CssProperties["fontVariantPosition"] | AnyString>
|
2685
|
+
/**
|
2686
|
+
* The **`font-variation-settings`** CSS property provides low-level control over variable font characteristics, by specifying the four letter axis names of the characteristics you want to vary, along with their values.
|
2687
|
+
*
|
2688
|
+
* **Syntax**: `normal | [ <string> <number> ]#`
|
2689
|
+
*
|
2690
|
+
* **Initial value**: `normal`
|
2691
|
+
*
|
2692
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
2693
|
+
* | :----: | :-----: | :----: | :----: | :-: |
|
2694
|
+
* | **62** | **62** | **11** | **17** | No |
|
2695
|
+
*
|
2696
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-variation-settings
|
2697
|
+
*/
|
2698
|
+
fontVariationSettings?: ConditionalValue<CssProperties["fontVariationSettings"] | AnyString>
|
2678
2699
|
/**
|
2679
2700
|
* The **`font-weight`** CSS property sets the weight (or boldness) of the font. The weights available depend on the `font-family` that is currently set.
|
2680
2701
|
*
|
@@ -3053,12 +3074,6 @@ initialLetter?: ConditionalValue<CssProperties["initialLetter"] | AnyString>
|
|
3053
3074
|
* @see https://developer.mozilla.org/docs/Web/CSS/inline-size
|
3054
3075
|
*/
|
3055
3076
|
inlineSize?: ConditionalValue<UtilityValues["inlineSize"] | CssVars | CssProperties["inlineSize"] | AnyString>
|
3056
|
-
/**
|
3057
|
-
* **Syntax**: `auto | none`
|
3058
|
-
*
|
3059
|
-
* **Initial value**: `auto`
|
3060
|
-
*/
|
3061
|
-
inputSecurity?: ConditionalValue<CssProperties["inputSecurity"] | AnyString>
|
3062
3077
|
/**
|
3063
3078
|
* The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
|
3064
3079
|
*
|
@@ -3151,6 +3166,7 @@ insetInlineEnd?: ConditionalValue<UtilityValues["insetInlineEnd"] | CssVars | Cs
|
|
3151
3166
|
* @see https://developer.mozilla.org/docs/Web/CSS/inset-inline-start
|
3152
3167
|
*/
|
3153
3168
|
insetInlineStart?: ConditionalValue<UtilityValues["insetInlineStart"] | CssVars | CssProperties["insetInlineStart"] | AnyString>
|
3169
|
+
interpolateSize?: ConditionalValue<CssProperties["interpolateSize"] | AnyString>
|
3154
3170
|
/**
|
3155
3171
|
* The **`isolation`** CSS property determines whether an element must create a new stacking context.
|
3156
3172
|
*
|
@@ -3250,6 +3266,7 @@ left?: ConditionalValue<UtilityValues["left"] | CssVars | CssProperties["left"]
|
|
3250
3266
|
* @see https://developer.mozilla.org/docs/Web/CSS/letter-spacing
|
3251
3267
|
*/
|
3252
3268
|
letterSpacing?: ConditionalValue<UtilityValues["letterSpacing"] | CssVars | CssProperties["letterSpacing"] | AnyString>
|
3269
|
+
lightingColor?: ConditionalValue<CssProperties["lightingColor"] | AnyString>
|
3253
3270
|
/**
|
3254
3271
|
* The **`line-break`** CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.
|
3255
3272
|
*
|
@@ -3517,6 +3534,10 @@ marginTop?: ConditionalValue<UtilityValues["marginTop"] | CssVars | CssPropertie
|
|
3517
3534
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin-trim
|
3518
3535
|
*/
|
3519
3536
|
marginTrim?: ConditionalValue<CssProperties["marginTrim"] | AnyString>
|
3537
|
+
marker?: ConditionalValue<CssProperties["marker"] | AnyString>
|
3538
|
+
markerEnd?: ConditionalValue<CssProperties["markerEnd"] | AnyString>
|
3539
|
+
markerMid?: ConditionalValue<CssProperties["markerMid"] | AnyString>
|
3540
|
+
markerStart?: ConditionalValue<CssProperties["markerStart"] | AnyString>
|
3520
3541
|
/**
|
3521
3542
|
* The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.
|
3522
3543
|
*
|
@@ -4679,6 +4700,12 @@ pointerEvents?: ConditionalValue<CssVars | CssProperties["pointerEvents"] | AnyS
|
|
4679
4700
|
* @see https://developer.mozilla.org/docs/Web/CSS/position
|
4680
4701
|
*/
|
4681
4702
|
position?: ConditionalValue<CssVars | CssProperties["position"] | AnyString>
|
4703
|
+
positionAnchor?: ConditionalValue<CssProperties["positionAnchor"] | AnyString>
|
4704
|
+
positionArea?: ConditionalValue<CssProperties["positionArea"] | AnyString>
|
4705
|
+
positionTry?: ConditionalValue<CssProperties["positionTry"] | AnyString>
|
4706
|
+
positionTryFallbacks?: ConditionalValue<CssProperties["positionTryFallbacks"] | AnyString>
|
4707
|
+
positionTryOrder?: ConditionalValue<CssProperties["positionTryOrder"] | AnyString>
|
4708
|
+
positionVisibility?: ConditionalValue<CssProperties["positionVisibility"] | AnyString>
|
4682
4709
|
/**
|
4683
4710
|
* The **`print-color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.
|
4684
4711
|
*
|
@@ -4708,6 +4735,7 @@ printColorAdjust?: ConditionalValue<CssProperties["printColorAdjust"] | AnyStrin
|
|
4708
4735
|
* @see https://developer.mozilla.org/docs/Web/CSS/quotes
|
4709
4736
|
*/
|
4710
4737
|
quotes?: ConditionalValue<CssProperties["quotes"] | AnyString>
|
4738
|
+
r?: ConditionalValue<CssProperties["r"] | AnyString>
|
4711
4739
|
/**
|
4712
4740
|
* The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.
|
4713
4741
|
*
|
@@ -4799,6 +4827,8 @@ rubyMerge?: ConditionalValue<CssProperties["rubyMerge"] | AnyString>
|
|
4799
4827
|
* @see https://developer.mozilla.org/docs/Web/CSS/ruby-position
|
4800
4828
|
*/
|
4801
4829
|
rubyPosition?: ConditionalValue<CssProperties["rubyPosition"] | AnyString>
|
4830
|
+
rx?: ConditionalValue<CssProperties["rx"] | AnyString>
|
4831
|
+
ry?: ConditionalValue<CssProperties["ry"] | AnyString>
|
4802
4832
|
/**
|
4803
4833
|
* The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.
|
4804
4834
|
*
|
@@ -4813,48 +4843,6 @@ rubyPosition?: ConditionalValue<CssProperties["rubyPosition"] | AnyString>
|
|
4813
4843
|
* @see https://developer.mozilla.org/docs/Web/CSS/scale
|
4814
4844
|
*/
|
4815
4845
|
scale?: ConditionalValue<UtilityValues["scale"] | CssVars | CssProperties["scale"] | AnyString>
|
4816
|
-
/**
|
4817
|
-
* The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
|
4818
|
-
*
|
4819
|
-
* **Syntax**: `auto | <color>{2}`
|
4820
|
-
*
|
4821
|
-
* **Initial value**: `auto`
|
4822
|
-
*
|
4823
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
4824
|
-
* | :-----: | :-----: | :----: | :--: | :-: |
|
4825
|
-
* | **121** | **64** | No | n/a | No |
|
4826
|
-
*
|
4827
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
|
4828
|
-
*/
|
4829
|
-
scrollbarColor?: ConditionalValue<UtilityValues["scrollbarColor"] | CssVars | CssProperties["scrollbarColor"] | AnyString>
|
4830
|
-
/**
|
4831
|
-
* The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.
|
4832
|
-
*
|
4833
|
-
* **Syntax**: `auto | stable && both-edges?`
|
4834
|
-
*
|
4835
|
-
* **Initial value**: `auto`
|
4836
|
-
*
|
4837
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
4838
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
4839
|
-
* | **94** | **97** | No | n/a | No |
|
4840
|
-
*
|
4841
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
|
4842
|
-
*/
|
4843
|
-
scrollbarGutter?: ConditionalValue<UtilityValues["scrollbarGutter"] | CssVars | CssProperties["scrollbarGutter"] | AnyString>
|
4844
|
-
/**
|
4845
|
-
* The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.
|
4846
|
-
*
|
4847
|
-
* **Syntax**: `auto | thin | none`
|
4848
|
-
*
|
4849
|
-
* **Initial value**: `auto`
|
4850
|
-
*
|
4851
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
4852
|
-
* | :-----: | :-----: | :----: | :--: | :-: |
|
4853
|
-
* | **121** | **64** | No | n/a | No |
|
4854
|
-
*
|
4855
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
|
4856
|
-
*/
|
4857
|
-
scrollbarWidth?: ConditionalValue<UtilityValues["scrollbarWidth"] | CssVars | CssProperties["scrollbarWidth"] | AnyString>
|
4858
4846
|
/**
|
4859
4847
|
* The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.
|
4860
4848
|
*
|
@@ -4895,7 +4883,7 @@ scrollMargin?: ConditionalValue<UtilityValues["scrollMargin"] | CssVars | CssPro
|
|
4895
4883
|
*/
|
4896
4884
|
scrollMarginBlock?: ConditionalValue<UtilityValues["scrollMarginBlock"] | CssVars | CssProperties["scrollMarginBlock"] | AnyString>
|
4897
4885
|
/**
|
4898
|
-
* The `scroll-margin-block-
|
4886
|
+
* The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4899
4887
|
*
|
4900
4888
|
* **Syntax**: `<length>`
|
4901
4889
|
*
|
@@ -4905,11 +4893,11 @@ scrollMarginBlock?: ConditionalValue<UtilityValues["scrollMarginBlock"] | CssVar
|
|
4905
4893
|
* | :----: | :-----: | :----: | :--: | :-: |
|
4906
4894
|
* | **69** | **68** | **15** | n/a | No |
|
4907
4895
|
*
|
4908
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-
|
4896
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
|
4909
4897
|
*/
|
4910
|
-
|
4898
|
+
scrollMarginBlockEnd?: ConditionalValue<UtilityValues["scrollMarginBlockEnd"] | CssVars | CssProperties["scrollMarginBlockEnd"] | AnyString>
|
4911
4899
|
/**
|
4912
|
-
* The `scroll-margin-block-
|
4900
|
+
* The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4913
4901
|
*
|
4914
4902
|
* **Syntax**: `<length>`
|
4915
4903
|
*
|
@@ -4919,9 +4907,9 @@ scrollMarginBlockStart?: ConditionalValue<UtilityValues["scrollMarginBlockStart"
|
|
4919
4907
|
* | :----: | :-----: | :----: | :--: | :-: |
|
4920
4908
|
* | **69** | **68** | **15** | n/a | No |
|
4921
4909
|
*
|
4922
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-
|
4910
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start
|
4923
4911
|
*/
|
4924
|
-
|
4912
|
+
scrollMarginBlockStart?: ConditionalValue<UtilityValues["scrollMarginBlockStart"] | CssVars | CssProperties["scrollMarginBlockStart"] | AnyString>
|
4925
4913
|
/**
|
4926
4914
|
* The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4927
4915
|
*
|
@@ -4950,7 +4938,7 @@ scrollMarginBottom?: ConditionalValue<UtilityValues["scrollMarginBottom"] | CssV
|
|
4950
4938
|
*/
|
4951
4939
|
scrollMarginInline?: ConditionalValue<UtilityValues["scrollMarginInline"] | CssVars | CssProperties["scrollMarginInline"] | AnyString>
|
4952
4940
|
/**
|
4953
|
-
* The `scroll-margin-inline-
|
4941
|
+
* The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4954
4942
|
*
|
4955
4943
|
* **Syntax**: `<length>`
|
4956
4944
|
*
|
@@ -4960,11 +4948,11 @@ scrollMarginInline?: ConditionalValue<UtilityValues["scrollMarginInline"] | CssV
|
|
4960
4948
|
* | :----: | :-----: | :----: | :--: | :-: |
|
4961
4949
|
* | **69** | **68** | **15** | n/a | No |
|
4962
4950
|
*
|
4963
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-
|
4951
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end
|
4964
4952
|
*/
|
4965
|
-
|
4953
|
+
scrollMarginInlineEnd?: ConditionalValue<UtilityValues["scrollMarginInlineEnd"] | CssVars | CssProperties["scrollMarginInlineEnd"] | AnyString>
|
4966
4954
|
/**
|
4967
|
-
* The `scroll-margin-inline-
|
4955
|
+
* The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4968
4956
|
*
|
4969
4957
|
* **Syntax**: `<length>`
|
4970
4958
|
*
|
@@ -4974,9 +4962,9 @@ scrollMarginInlineStart?: ConditionalValue<UtilityValues["scrollMarginInlineStar
|
|
4974
4962
|
* | :----: | :-----: | :----: | :--: | :-: |
|
4975
4963
|
* | **69** | **68** | **15** | n/a | No |
|
4976
4964
|
*
|
4977
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-
|
4965
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start
|
4978
4966
|
*/
|
4979
|
-
|
4967
|
+
scrollMarginInlineStart?: ConditionalValue<UtilityValues["scrollMarginInlineStart"] | CssVars | CssProperties["scrollMarginInlineStart"] | AnyString>
|
4980
4968
|
/**
|
4981
4969
|
* The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
4982
4970
|
*
|
@@ -5047,7 +5035,7 @@ scrollPadding?: ConditionalValue<UtilityValues["scrollPadding"] | CssVars | CssP
|
|
5047
5035
|
*/
|
5048
5036
|
scrollPaddingBlock?: ConditionalValue<UtilityValues["scrollPaddingBlock"] | CssVars | CssProperties["scrollPaddingBlock"] | AnyString>
|
5049
5037
|
/**
|
5050
|
-
* The `scroll-padding-block-
|
5038
|
+
* The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5051
5039
|
*
|
5052
5040
|
* **Syntax**: `auto | <length-percentage>`
|
5053
5041
|
*
|
@@ -5057,11 +5045,11 @@ scrollPaddingBlock?: ConditionalValue<UtilityValues["scrollPaddingBlock"] | CssV
|
|
5057
5045
|
* | :----: | :-----: | :----: | :--: | :-: |
|
5058
5046
|
* | **69** | **68** | **15** | n/a | No |
|
5059
5047
|
*
|
5060
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-
|
5048
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end
|
5061
5049
|
*/
|
5062
|
-
|
5050
|
+
scrollPaddingBlockEnd?: ConditionalValue<UtilityValues["scrollPaddingBlockEnd"] | CssVars | CssProperties["scrollPaddingBlockEnd"] | AnyString>
|
5063
5051
|
/**
|
5064
|
-
* The `scroll-padding-block-
|
5052
|
+
* The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5065
5053
|
*
|
5066
5054
|
* **Syntax**: `auto | <length-percentage>`
|
5067
5055
|
*
|
@@ -5071,9 +5059,9 @@ scrollPaddingBlockStart?: ConditionalValue<UtilityValues["scrollPaddingBlockStar
|
|
5071
5059
|
* | :----: | :-----: | :----: | :--: | :-: |
|
5072
5060
|
* | **69** | **68** | **15** | n/a | No |
|
5073
5061
|
*
|
5074
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-
|
5062
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start
|
5075
5063
|
*/
|
5076
|
-
|
5064
|
+
scrollPaddingBlockStart?: ConditionalValue<UtilityValues["scrollPaddingBlockStart"] | CssVars | CssProperties["scrollPaddingBlockStart"] | AnyString>
|
5077
5065
|
/**
|
5078
5066
|
* The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5079
5067
|
*
|
@@ -5101,7 +5089,7 @@ scrollPaddingBottom?: ConditionalValue<UtilityValues["scrollPaddingBottom"] | Cs
|
|
5101
5089
|
*/
|
5102
5090
|
scrollPaddingInline?: ConditionalValue<UtilityValues["scrollPaddingInline"] | CssVars | CssProperties["scrollPaddingInline"] | AnyString>
|
5103
5091
|
/**
|
5104
|
-
* The `scroll-padding-inline-
|
5092
|
+
* The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5105
5093
|
*
|
5106
5094
|
* **Syntax**: `auto | <length-percentage>`
|
5107
5095
|
*
|
@@ -5111,11 +5099,11 @@ scrollPaddingInline?: ConditionalValue<UtilityValues["scrollPaddingInline"] | Cs
|
|
5111
5099
|
* | :----: | :-----: | :----: | :--: | :-: |
|
5112
5100
|
* | **69** | **68** | **15** | n/a | No |
|
5113
5101
|
*
|
5114
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-
|
5102
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end
|
5115
5103
|
*/
|
5116
|
-
|
5104
|
+
scrollPaddingInlineEnd?: ConditionalValue<UtilityValues["scrollPaddingInlineEnd"] | CssVars | CssProperties["scrollPaddingInlineEnd"] | AnyString>
|
5117
5105
|
/**
|
5118
|
-
* The `scroll-padding-inline-
|
5106
|
+
* The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5119
5107
|
*
|
5120
5108
|
* **Syntax**: `auto | <length-percentage>`
|
5121
5109
|
*
|
@@ -5125,9 +5113,9 @@ scrollPaddingInlineStart?: ConditionalValue<UtilityValues["scrollPaddingInlineSt
|
|
5125
5113
|
* | :----: | :-----: | :----: | :--: | :-: |
|
5126
5114
|
* | **69** | **68** | **15** | n/a | No |
|
5127
5115
|
*
|
5128
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-
|
5116
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start
|
5129
5117
|
*/
|
5130
|
-
|
5118
|
+
scrollPaddingInlineStart?: ConditionalValue<UtilityValues["scrollPaddingInlineStart"] | CssVars | CssProperties["scrollPaddingInlineStart"] | AnyString>
|
5131
5119
|
/**
|
5132
5120
|
* The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
5133
5121
|
*
|
@@ -5259,6 +5247,48 @@ scrollTimelineAxis?: ConditionalValue<CssProperties["scrollTimelineAxis"] | AnyS
|
|
5259
5247
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
|
5260
5248
|
*/
|
5261
5249
|
scrollTimelineName?: ConditionalValue<CssProperties["scrollTimelineName"] | AnyString>
|
5250
|
+
/**
|
5251
|
+
* The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
|
5252
|
+
*
|
5253
|
+
* **Syntax**: `auto | <color>{2}`
|
5254
|
+
*
|
5255
|
+
* **Initial value**: `auto`
|
5256
|
+
*
|
5257
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
5258
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
5259
|
+
* | **121** | **64** | No | n/a | No |
|
5260
|
+
*
|
5261
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-color
|
5262
|
+
*/
|
5263
|
+
scrollbarColor?: ConditionalValue<UtilityValues["scrollbarColor"] | CssVars | CssProperties["scrollbarColor"] | AnyString>
|
5264
|
+
/**
|
5265
|
+
* The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.
|
5266
|
+
*
|
5267
|
+
* **Syntax**: `auto | stable && both-edges?`
|
5268
|
+
*
|
5269
|
+
* **Initial value**: `auto`
|
5270
|
+
*
|
5271
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
5272
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
5273
|
+
* | **94** | **97** | No | n/a | No |
|
5274
|
+
*
|
5275
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter
|
5276
|
+
*/
|
5277
|
+
scrollbarGutter?: ConditionalValue<CssProperties["scrollbarGutter"] | AnyString>
|
5278
|
+
/**
|
5279
|
+
* The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.
|
5280
|
+
*
|
5281
|
+
* **Syntax**: `auto | thin | none`
|
5282
|
+
*
|
5283
|
+
* **Initial value**: `auto`
|
5284
|
+
*
|
5285
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
5286
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
5287
|
+
* | **121** | **64** | No | n/a | No |
|
5288
|
+
*
|
5289
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scrollbar-width
|
5290
|
+
*/
|
5291
|
+
scrollbarWidth?: ConditionalValue<UtilityValues["scrollbarWidth"] | CssVars | CssProperties["scrollbarWidth"] | AnyString>
|
5262
5292
|
/**
|
5263
5293
|
* The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.
|
5264
5294
|
*
|
@@ -5301,6 +5331,17 @@ shapeMargin?: ConditionalValue<CssProperties["shapeMargin"] | AnyString>
|
|
5301
5331
|
* @see https://developer.mozilla.org/docs/Web/CSS/shape-outside
|
5302
5332
|
*/
|
5303
5333
|
shapeOutside?: ConditionalValue<CssProperties["shapeOutside"] | AnyString>
|
5334
|
+
shapeRendering?: ConditionalValue<CssProperties["shapeRendering"] | AnyString>
|
5335
|
+
stopColor?: ConditionalValue<CssProperties["stopColor"] | AnyString>
|
5336
|
+
stopOpacity?: ConditionalValue<CssProperties["stopOpacity"] | AnyString>
|
5337
|
+
stroke?: ConditionalValue<UtilityValues["stroke"] | CssVars | CssProperties["stroke"] | AnyString>
|
5338
|
+
strokeDasharray?: ConditionalValue<CssProperties["strokeDasharray"] | AnyString>
|
5339
|
+
strokeDashoffset?: ConditionalValue<CssProperties["strokeDashoffset"] | AnyString>
|
5340
|
+
strokeLinecap?: ConditionalValue<CssProperties["strokeLinecap"] | AnyString>
|
5341
|
+
strokeLinejoin?: ConditionalValue<CssProperties["strokeLinejoin"] | AnyString>
|
5342
|
+
strokeMiterlimit?: ConditionalValue<CssProperties["strokeMiterlimit"] | AnyString>
|
5343
|
+
strokeOpacity?: ConditionalValue<CssProperties["strokeOpacity"] | AnyString>
|
5344
|
+
strokeWidth?: ConditionalValue<CssProperties["strokeWidth"] | AnyString>
|
5304
5345
|
/**
|
5305
5346
|
* The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).
|
5306
5347
|
*
|
@@ -5358,6 +5399,10 @@ textAlign?: ConditionalValue<CssProperties["textAlign"] | AnyString>
|
|
5358
5399
|
* @see https://developer.mozilla.org/docs/Web/CSS/text-align-last
|
5359
5400
|
*/
|
5360
5401
|
textAlignLast?: ConditionalValue<CssProperties["textAlignLast"] | AnyString>
|
5402
|
+
textAnchor?: ConditionalValue<CssProperties["textAnchor"] | AnyString>
|
5403
|
+
textBox?: ConditionalValue<CssProperties["textBox"] | AnyString>
|
5404
|
+
textBoxEdge?: ConditionalValue<CssProperties["textBoxEdge"] | AnyString>
|
5405
|
+
textBoxTrim?: ConditionalValue<CssProperties["textBoxTrim"] | AnyString>
|
5361
5406
|
/**
|
5362
5407
|
* The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.
|
5363
5408
|
*
|
@@ -5630,6 +5675,7 @@ textShadow?: ConditionalValue<UtilityValues["textShadow"] | CssVars | CssPropert
|
|
5630
5675
|
* @see https://developer.mozilla.org/docs/Web/CSS/text-size-adjust
|
5631
5676
|
*/
|
5632
5677
|
textSizeAdjust?: ConditionalValue<CssProperties["textSizeAdjust"] | AnyString>
|
5678
|
+
textSpacingTrim?: ConditionalValue<CssProperties["textSpacingTrim"] | AnyString>
|
5633
5679
|
/**
|
5634
5680
|
* The **`text-transform`** CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.
|
5635
5681
|
*
|
@@ -5687,6 +5733,8 @@ textUnderlinePosition?: ConditionalValue<CssProperties["textUnderlinePosition"]
|
|
5687
5733
|
* @see https://developer.mozilla.org/docs/Web/CSS/text-wrap
|
5688
5734
|
*/
|
5689
5735
|
textWrap?: ConditionalValue<UtilityValues["textWrap"] | CssVars | CssProperties["textWrap"] | AnyString>
|
5736
|
+
textWrapMode?: ConditionalValue<CssProperties["textWrapMode"] | AnyString>
|
5737
|
+
textWrapStyle?: ConditionalValue<CssProperties["textWrapStyle"] | AnyString>
|
5690
5738
|
/**
|
5691
5739
|
* The **`timeline-scope`** CSS property modifies the scope of a named animation timeline.
|
5692
5740
|
*
|
@@ -5919,6 +5967,7 @@ unicodeBidi?: ConditionalValue<CssProperties["unicodeBidi"] | AnyString>
|
|
5919
5967
|
* @see https://developer.mozilla.org/docs/Web/CSS/user-select
|
5920
5968
|
*/
|
5921
5969
|
userSelect?: ConditionalValue<CssVars | CssProperties["userSelect"] | AnyString>
|
5970
|
+
vectorEffect?: ConditionalValue<CssProperties["vectorEffect"] | AnyString>
|
5922
5971
|
/**
|
5923
5972
|
* The **`vertical-align`** CSS property sets vertical alignment of an inline, inline-block or table-cell box.
|
5924
5973
|
*
|
@@ -6140,6 +6189,8 @@ wordWrap?: ConditionalValue<CssProperties["wordWrap"] | AnyString>
|
|
6140
6189
|
* @see https://developer.mozilla.org/docs/Web/CSS/writing-mode
|
6141
6190
|
*/
|
6142
6191
|
writingMode?: ConditionalValue<CssVars | CssProperties["writingMode"] | AnyString>
|
6192
|
+
x?: ConditionalValue<UtilityValues["translateX"] | CssVars | AnyString>
|
6193
|
+
y?: ConditionalValue<UtilityValues["translateY"] | CssVars | AnyString>
|
6143
6194
|
/**
|
6144
6195
|
* The **`z-index`** CSS property sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with a larger z-index cover those with a smaller one.
|
6145
6196
|
*
|
@@ -6170,34 +6221,9 @@ zIndex?: ConditionalValue<UtilityValues["zIndex"] | CssVars | CssProperties["zIn
|
|
6170
6221
|
zoom?: ConditionalValue<CssProperties["zoom"] | AnyString>
|
6171
6222
|
alignmentBaseline?: ConditionalValue<CssProperties["alignmentBaseline"] | AnyString>
|
6172
6223
|
baselineShift?: ConditionalValue<CssProperties["baselineShift"] | AnyString>
|
6173
|
-
clipRule?: ConditionalValue<CssProperties["clipRule"] | AnyString>
|
6174
6224
|
colorInterpolation?: ConditionalValue<CssProperties["colorInterpolation"] | AnyString>
|
6175
6225
|
colorRendering?: ConditionalValue<CssProperties["colorRendering"] | AnyString>
|
6176
|
-
dominantBaseline?: ConditionalValue<CssProperties["dominantBaseline"] | AnyString>
|
6177
|
-
fill?: ConditionalValue<UtilityValues["fill"] | CssVars | CssProperties["fill"] | AnyString>
|
6178
|
-
fillOpacity?: ConditionalValue<CssProperties["fillOpacity"] | AnyString>
|
6179
|
-
fillRule?: ConditionalValue<CssProperties["fillRule"] | AnyString>
|
6180
|
-
floodColor?: ConditionalValue<CssProperties["floodColor"] | AnyString>
|
6181
|
-
floodOpacity?: ConditionalValue<CssProperties["floodOpacity"] | AnyString>
|
6182
6226
|
glyphOrientationVertical?: ConditionalValue<CssProperties["glyphOrientationVertical"] | AnyString>
|
6183
|
-
lightingColor?: ConditionalValue<CssProperties["lightingColor"] | AnyString>
|
6184
|
-
marker?: ConditionalValue<CssProperties["marker"] | AnyString>
|
6185
|
-
markerEnd?: ConditionalValue<CssProperties["markerEnd"] | AnyString>
|
6186
|
-
markerMid?: ConditionalValue<CssProperties["markerMid"] | AnyString>
|
6187
|
-
markerStart?: ConditionalValue<CssProperties["markerStart"] | AnyString>
|
6188
|
-
shapeRendering?: ConditionalValue<CssProperties["shapeRendering"] | AnyString>
|
6189
|
-
stopColor?: ConditionalValue<CssProperties["stopColor"] | AnyString>
|
6190
|
-
stopOpacity?: ConditionalValue<CssProperties["stopOpacity"] | AnyString>
|
6191
|
-
stroke?: ConditionalValue<UtilityValues["stroke"] | CssVars | CssProperties["stroke"] | AnyString>
|
6192
|
-
strokeDasharray?: ConditionalValue<CssProperties["strokeDasharray"] | AnyString>
|
6193
|
-
strokeDashoffset?: ConditionalValue<CssProperties["strokeDashoffset"] | AnyString>
|
6194
|
-
strokeLinecap?: ConditionalValue<CssProperties["strokeLinecap"] | AnyString>
|
6195
|
-
strokeLinejoin?: ConditionalValue<CssProperties["strokeLinejoin"] | AnyString>
|
6196
|
-
strokeMiterlimit?: ConditionalValue<CssProperties["strokeMiterlimit"] | AnyString>
|
6197
|
-
strokeOpacity?: ConditionalValue<CssProperties["strokeOpacity"] | AnyString>
|
6198
|
-
strokeWidth?: ConditionalValue<CssProperties["strokeWidth"] | AnyString>
|
6199
|
-
textAnchor?: ConditionalValue<CssProperties["textAnchor"] | AnyString>
|
6200
|
-
vectorEffect?: ConditionalValue<CssProperties["vectorEffect"] | AnyString>
|
6201
6227
|
/**
|
6202
6228
|
* The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.
|
6203
6229
|
*
|
@@ -7281,8 +7307,6 @@ borderEndColor?: ConditionalValue<UtilityValues["borderInlineEndColor"] | CssVar
|
|
7281
7307
|
*/
|
7282
7308
|
shadow?: ConditionalValue<UtilityValues["boxShadow"] | CssVars | CssProperties["boxShadow"] | AnyString>
|
7283
7309
|
shadowColor?: ConditionalValue<UtilityValues["boxShadowColor"] | CssVars | AnyString>
|
7284
|
-
x?: ConditionalValue<UtilityValues["translateX"] | CssVars | AnyString>
|
7285
|
-
y?: ConditionalValue<UtilityValues["translateY"] | CssVars | AnyString>
|
7286
7310
|
z?: ConditionalValue<UtilityValues["translateZ"] | CssVars | AnyString>
|
7287
7311
|
/**
|
7288
7312
|
* The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.
|