@pingux/astro 2.155.1 → 2.157.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/api/users.js +3 -5
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.d.ts +1 -2
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.js +1 -2
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.d.ts +3 -3
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.stories.js +4 -7
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.test.js +1 -2
- package/lib/cjs/components/AIComponents/AIPanel/AIPanelHeader.d.ts +1 -2
- package/lib/cjs/components/AIComponents/AIPanel/AIPanelHeader.js +1 -2
- package/lib/cjs/components/AIComponents/Attachment/Attachment.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Attachment/Attachment.js +4 -6
- package/lib/cjs/components/AIComponents/Attachment/Attachment.styles.js +2 -3
- package/lib/cjs/components/AIComponents/Attachment/Attachment.test.js +3 -2
- package/lib/cjs/components/AIComponents/Attachment/constants.js +2 -3
- package/lib/cjs/components/AIComponents/Prompt/Prompt.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Prompt/Prompt.js +1 -2
- package/lib/cjs/components/AIComponents/Prompt/Prompt.stories.d.ts +3 -3
- package/lib/cjs/components/AIComponents/Prompt/Prompt.stories.js +3 -5
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.js +4 -6
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.d.ts +3 -3
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.stories.js +6 -9
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.test.js +38 -29
- package/lib/cjs/components/AIComponents/PromptInput/PromptUploadButton.d.ts +1 -2
- package/lib/cjs/components/AIComponents/PromptInput/PromptUploadButton.js +3 -4
- package/lib/cjs/components/AIComponents/Response/Response.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/Response.js +2 -4
- package/lib/cjs/components/AIComponents/Response/Response.stories.d.ts +4 -4
- package/lib/cjs/components/AIComponents/Response/Response.stories.js +4 -7
- package/lib/cjs/components/AIComponents/Response/Response.test.js +256 -0
- package/lib/cjs/components/AIComponents/Response/ResponseAttachment.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseAttachment.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseList.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseList.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseLoader.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownContainer.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownContainer.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownListWrapper.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownListWrapper.js +3 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownTextContainer.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownTextContainer.js +3 -6
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownTextWrapper.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownTextWrapper.js +3 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownWrapper.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/MarkdownWrapper.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/ResponseListItem.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/ResponseListItem.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/ResponseMarkdown.d.ts +1 -1
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/ResponseMarkdown.js +6 -10
- package/lib/cjs/components/AIComponents/Response/ResponseText.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseText.js +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseToolbar.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseToolbar.js +2 -4
- package/lib/cjs/components/AIComponents/Response/ResponseToolbarIcon.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Response/ResponseToolbarIcon.js +2 -4
- package/lib/cjs/components/AIComponents/Suggestions/Suggestion.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Suggestions/Suggestion.js +1 -2
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.d.ts +1 -2
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.js +2 -4
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.d.ts +4 -4
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.stories.js +4 -7
- package/lib/cjs/components/AccordionGridGroup/AccordionGrid.styles.js +4 -5
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.js +5 -8
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +16 -17
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.test.js +169 -93
- package/lib/cjs/components/AccordionGridItem/AccordionGridItem.js +4 -5
- package/lib/cjs/components/AccordionGridItem/AccordionGridItemBody.js +2 -4
- package/lib/cjs/components/AccordionGridItem/AccordionGridItemHeader.js +2 -4
- package/lib/cjs/components/AccordionGroup/Accordion.styles.js +5 -7
- package/lib/cjs/components/AccordionGroup/AccordionGroup.js +4 -6
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.d.ts +11 -11
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +13 -24
- package/lib/cjs/components/AccordionGroup/AccordionGroup.test.js +209 -99
- package/lib/cjs/components/AccordionItem/AccordionItem.d.ts +1 -1
- package/lib/cjs/components/AccordionItem/AccordionItem.js +3 -6
- package/lib/cjs/components/ArrayField/ArrayField.js +4 -6
- package/lib/cjs/components/ArrayField/ArrayField.stories.d.ts +4 -5
- package/lib/cjs/components/ArrayField/ArrayField.stories.js +9 -15
- package/lib/cjs/components/ArrayField/ArrayFieldDeleteButton.js +1 -2
- package/lib/cjs/components/AstroProvider/AstroProvider.js +7 -12
- package/lib/cjs/components/AstroProvider/AstroProvider.stories.js +3 -6
- package/lib/cjs/components/AstroProvider/index.js +1 -2
- package/lib/cjs/components/Avatar/Avatar.js +5 -8
- package/lib/cjs/components/Avatar/Avatar.stories.d.ts +2 -2
- package/lib/cjs/components/Avatar/Avatar.stories.js +9 -17
- package/lib/cjs/components/Avatar/stories/Avatar.chromatic.stories.js +3 -5
- package/lib/cjs/components/Avatar/stories/AvatarNextGen.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/Avatar/stories/AvatarNextGen.chromatic.stories.js +3 -5
- package/lib/cjs/components/Avatar/stories/AvatarNextGen.d.ts +1 -2
- package/lib/cjs/components/Avatar/stories/AvatarNextGen.js +1 -2
- package/lib/cjs/components/Avatar/stories/AvatarNextGenDark.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/Avatar/stories/AvatarNextGenDark.chromatic.stories.js +3 -5
- package/lib/cjs/components/Badge/Badge.js +3 -4
- package/lib/cjs/components/Badge/Badge.stories.js +7 -14
- package/lib/cjs/components/Badge/Badge.styles.js +8 -13
- package/lib/cjs/components/Badge/Convenience/ConvenienceBadges.stories.js +5 -10
- package/lib/cjs/components/Badge/Convenience/DefaultBadge.js +1 -2
- package/lib/cjs/components/Badge/Convenience/ErrorCalloutBadge.js +1 -2
- package/lib/cjs/components/Badge/Convenience/InfoCalloutBadge.js +1 -2
- package/lib/cjs/components/Badge/Convenience/RemovableBadge.js +1 -2
- package/lib/cjs/components/Badge/Convenience/RemovableBadge.test.js +32 -10
- package/lib/cjs/components/Badge/Convenience/SuccessCalloutBadge.js +1 -2
- package/lib/cjs/components/Badge/Convenience/WarningCalloutBadge.js +1 -2
- package/lib/cjs/components/Box/Box.js +5 -7
- package/lib/cjs/components/Box/Box.stories.d.ts +6 -6
- package/lib/cjs/components/Box/Box.stories.js +6 -11
- package/lib/cjs/components/Box/Box.styles.js +2 -3
- package/lib/cjs/components/Bracket/Bracket.js +2 -4
- package/lib/cjs/components/Bracket/Bracket.stories.d.ts +3 -4
- package/lib/cjs/components/Bracket/Bracket.stories.js +3 -6
- package/lib/cjs/components/Bracket/Bracket.styles.js +2 -3
- package/lib/cjs/components/Breadcrumbs/Breadcrumb.styles.js +4 -5
- package/lib/cjs/components/Breadcrumbs/BreadcrumbItem.js +5 -8
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.js +2 -4
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.d.ts +2 -2
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +3 -6
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.test.js +31 -9
- package/lib/cjs/components/Button/Button.js +10 -8
- package/lib/cjs/components/Button/Button.stories.d.ts +10 -11
- package/lib/cjs/components/Button/Button.stories.js +13 -23
- package/lib/cjs/components/Button/Button.test.js +65 -38
- package/lib/cjs/components/Button/Buttons.styles.d.ts +66 -27
- package/lib/cjs/components/Button/Buttons.styles.js +12 -21
- package/lib/cjs/components/Button/buttonAttributes.js +4 -5
- package/lib/cjs/components/Button/constants.js +2 -3
- package/lib/cjs/components/ButtonBar/ButtonBar.js +12 -6
- package/lib/cjs/components/ButtonBar/ButtonBar.stories.d.ts +2 -2
- package/lib/cjs/components/ButtonBar/ButtonBar.stories.js +5 -10
- package/lib/cjs/components/ButtonBar/ButtonBar.styles.js +4 -5
- package/lib/cjs/components/ButtonBar/ButtonBar.test.js +3 -3
- package/lib/cjs/components/Calendar/Calendar.js +6 -8
- package/lib/cjs/components/Calendar/Calendar.styles.js +4 -5
- package/lib/cjs/components/Calendar/Calendar.test.js +324 -180
- package/lib/cjs/components/Calendar/CalendarCell.js +2 -4
- package/lib/cjs/components/Calendar/CalendarGrid.d.ts +1 -2
- package/lib/cjs/components/Calendar/CalendarGrid.js +1 -2
- package/lib/cjs/components/Callout/Callout.js +8 -12
- package/lib/cjs/components/Callout/Callout.stories.d.ts +4 -5
- package/lib/cjs/components/Callout/Callout.stories.js +14 -19
- package/lib/cjs/components/Callout/Callout.styles.js +2 -3
- package/lib/cjs/components/Callout/Callout.test.js +2 -4
- package/lib/cjs/components/Callout/stories/CalloutNextGenComponent.d.ts +1 -2
- package/lib/cjs/components/Callout/stories/CalloutNextGenComponent.js +2 -3
- package/lib/cjs/components/Callout/stories/NextGenCallout.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/Callout/stories/NextGenCallout.chromatic.stories.js +3 -5
- package/lib/cjs/components/Callout/stories/NextGenDarkCallout.chomatic.stories.d.ts +1 -2
- package/lib/cjs/components/Callout/stories/NextGenDarkCallout.chomatic.stories.js +3 -5
- package/lib/cjs/components/Card/Card.js +4 -6
- package/lib/cjs/components/Card/Card.stories.d.ts +9 -10
- package/lib/cjs/components/Card/Card.stories.js +12 -21
- package/lib/cjs/components/Card/Card.styles.js +5 -7
- package/lib/cjs/components/Card/Card.test.js +107 -63
- package/lib/cjs/components/Card/cardAttributes.js +4 -5
- package/lib/cjs/components/Checkbox/Checkbox.js +2 -4
- package/lib/cjs/components/Checkbox/Checkbox.styles.js +2 -3
- package/lib/cjs/components/Checkbox/CheckboxBase.js +2 -4
- package/lib/cjs/components/CheckboxField/CheckboxField.js +6 -7
- package/lib/cjs/components/CheckboxField/CheckboxField.stories.d.ts +2 -2
- package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +28 -38
- package/lib/cjs/components/CheckboxField/CheckboxField.test.js +235 -132
- package/lib/cjs/components/CodeEditor/CodeEditor.chromatic.stories.js +6 -11
- package/lib/cjs/components/CodeEditor/CodeEditor.js +4 -6
- package/lib/cjs/components/CodeEditor/CodeEditor.stories.d.ts +1 -1
- package/lib/cjs/components/CodeEditor/CodeEditor.stories.js +7 -13
- package/lib/cjs/components/CodeEditor/CodeEditor.styles.js +4 -5
- package/lib/cjs/components/CodeView/CodeView.js +24 -15
- package/lib/cjs/components/CodeView/CodeView.stories.d.ts +2 -2
- package/lib/cjs/components/CodeView/CodeView.stories.js +8 -16
- package/lib/cjs/components/CodeView/CodeView.styles.js +2 -3
- package/lib/cjs/components/CodeView/CodeView.test.js +117 -81
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.js +2 -4
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.d.ts +2 -2
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +2 -4
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.styles.js +36 -8
- package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelBadge.js +2 -4
- package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelContainer.js +2 -4
- package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelContainer.test.js +57 -20
- package/lib/cjs/components/CollapsiblePanelItem/CollapsiblePanelItem.js +2 -4
- package/lib/cjs/components/ColorField/ColorField.js +4 -6
- package/lib/cjs/components/ColorField/ColorField.stories.d.ts +2 -2
- package/lib/cjs/components/ColorField/ColorField.stories.js +7 -11
- package/lib/cjs/components/ColorField/ColorField.styles.js +5 -7
- package/lib/cjs/components/ColorField/ColorField.test.js +92 -39
- package/lib/cjs/components/ColorField/ColorFieldPreviewButton.js +2 -4
- package/lib/cjs/components/ComboBox/ComboBox.styles.js +4 -5
- package/lib/cjs/components/ComboBox/ComboBoxInput.js +6 -7
- package/lib/cjs/components/ComboBoxField/ComboBoxField.js +6 -7
- package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +60 -83
- package/lib/cjs/components/ComboBoxField/ComboBoxField.test.js +967 -579
- package/lib/cjs/components/CopyText/CopyButton.js +2 -4
- package/lib/cjs/components/CopyText/CopyText.js +2 -4
- package/lib/cjs/components/CopyText/CopyText.stories.d.ts +2 -2
- package/lib/cjs/components/CopyText/CopyText.stories.js +5 -9
- package/lib/cjs/components/CopyText/CopyText.styles.js +5 -7
- package/lib/cjs/components/CopyText/CopyText.test.js +147 -120
- package/lib/cjs/components/DataTable/DataTable.js +7 -9
- package/lib/cjs/components/DataTable/DataTable.stories.d.ts +9 -9
- package/lib/cjs/components/DataTable/DataTable.stories.js +28 -38
- package/lib/cjs/components/DataTable/DataTable.styles.js +4 -5
- package/lib/cjs/components/DataTable/DataTable.test.js +360 -285
- package/lib/cjs/components/DataTable/DataTableBadge.js +2 -5
- package/lib/cjs/components/DataTable/DataTableMenu.js +2 -4
- package/lib/cjs/components/DataTable/DataTableMultiLine.js +2 -8
- package/lib/cjs/components/DataTable/DataTableVirtualizer.js +5 -8
- package/lib/cjs/components/DataTable/stories/DataTableNextGenComponent.d.ts +1 -2
- package/lib/cjs/components/DataTable/stories/DataTableNextGenComponent.js +2 -3
- package/lib/cjs/components/DataTable/stories/NextGenDarkDataTable.chomatic.stories.d.ts +13 -2
- package/lib/cjs/components/DataTable/stories/NextGenDarkDataTable.chomatic.stories.js +12 -4
- package/lib/cjs/components/DataTable/stories/NextGenDataTable.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/DataTable/stories/NextGenDataTable.chromatic.stories.js +3 -5
- package/lib/cjs/components/DatePicker/DateField.js +4 -6
- package/lib/cjs/components/DatePicker/DatePicker.js +7 -9
- package/lib/cjs/components/DatePicker/DatePicker.stories.js +18 -33
- package/lib/cjs/components/DatePicker/DatePicker.styles.js +5 -7
- package/lib/cjs/components/DatePicker/DatePicker.test.js +452 -265
- package/lib/cjs/components/DatePicker/DateSegment.js +2 -4
- package/lib/cjs/components/EditButton/EditButton.js +5 -8
- package/lib/cjs/components/EditButton/EditButton.stories.js +8 -13
- package/lib/cjs/components/EditButton/EditButton.test.js +34 -13
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +5 -9
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.d.ts +6 -7
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +20 -27
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.test.js +355 -176
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentalBreadcrumb.styles.js +4 -5
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentalBreadcrumbUniversal.test.js +6 -38
- package/lib/cjs/components/ExpandableText/ExpandableText.js +3 -4
- package/lib/cjs/components/ExpandableText/ExpandableText.stories.d.ts +2 -2
- package/lib/cjs/components/ExpandableText/ExpandableText.stories.js +3 -5
- package/lib/cjs/components/ExpandableText/ExpandableText.styles.js +2 -3
- package/lib/cjs/components/ExpandableText/ExpandableText.test.js +0 -1
- package/lib/cjs/components/FieldHelperText/FieldHelperText.js +4 -6
- package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.d.ts +5 -6
- package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.js +8 -13
- package/lib/cjs/components/FieldHelperText/FieldHelperText.styles.d.ts +66 -27
- package/lib/cjs/components/FieldHelperText/FieldHelperText.styles.js +4 -5
- package/lib/cjs/components/FileInputField/FileInputField.js +5 -8
- package/lib/cjs/components/FileInputField/FileInputField.stories.js +14 -25
- package/lib/cjs/components/FileInputField/FileInputField.styles.js +4 -5
- package/lib/cjs/components/FileInputField/FileInputField.test.js +174 -92
- package/lib/cjs/components/FileInputField/FileItem.js +4 -6
- package/lib/cjs/components/FileInputField/FileSelect.js +3 -4
- package/lib/cjs/components/FileInputField/FileSelectIcon.d.ts +1 -2
- package/lib/cjs/components/FileInputField/FileSelectIcon.js +1 -3
- package/lib/cjs/components/Footer/CopyrightText.d.ts +1 -2
- package/lib/cjs/components/Footer/CopyrightText.js +1 -2
- package/lib/cjs/components/Footer/Footer.js +2 -4
- package/lib/cjs/components/Footer/Footer.stories.d.ts +2 -2
- package/lib/cjs/components/Footer/Footer.stories.js +3 -5
- package/lib/cjs/components/Footer/Footer.styles.js +1 -2
- package/lib/cjs/components/Footer/Footer.test.js +1 -2
- package/lib/cjs/components/Footer/FooterNav.d.ts +1 -2
- package/lib/cjs/components/Footer/FooterNav.js +1 -2
- package/lib/cjs/components/Footer/FooterNavItem.d.ts +1 -1
- package/lib/cjs/components/Footer/FooterNavItem.js +1 -2
- package/lib/cjs/components/Footer/stories/FooterNextGenComponent.d.ts +1 -2
- package/lib/cjs/components/Footer/stories/FooterNextGenComponent.js +2 -3
- package/lib/cjs/components/Footer/stories/NextGenDarkFooterStory.chomatic.stories.d.ts +1 -2
- package/lib/cjs/components/Footer/stories/NextGenDarkFooterStory.chomatic.stories.js +3 -5
- package/lib/cjs/components/Footer/stories/NextGenFooterStory.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/Footer/stories/NextGenFooterStory.chromatic.stories.js +3 -5
- package/lib/cjs/components/Grid/Grid.js +2 -4
- package/lib/cjs/components/Grid/Grid.stories.d.ts +2 -2
- package/lib/cjs/components/Grid/Grid.stories.js +3 -5
- package/lib/cjs/components/Grid/Grid.styles.js +1 -2
- package/lib/cjs/components/GridList/GridList.d.ts +1 -2
- package/lib/cjs/components/GridList/GridList.js +4 -6
- package/lib/cjs/components/GridList/GridList.stories.d.ts +3 -4
- package/lib/cjs/components/GridList/GridList.stories.js +6 -9
- package/lib/cjs/components/GridList/GridList.styles.js +2 -3
- package/lib/cjs/components/GridList/GridList.test.js +65 -41
- package/lib/cjs/components/GridList/GridListRow.js +7 -9
- package/lib/cjs/components/GridList/gridListAttributes.js +2 -3
- package/lib/cjs/components/HelpHint/HelpHint.js +6 -8
- package/lib/cjs/components/HelpHint/HelpHint.stories.d.ts +2 -2
- package/lib/cjs/components/HelpHint/HelpHint.stories.js +7 -13
- package/lib/cjs/components/HelpHint/HelpHint.styles.js +5 -7
- package/lib/cjs/components/HelpHint/HelpHint.test.js +33 -26
- package/lib/cjs/components/Icon/Icon.js +4 -6
- package/lib/cjs/components/Icon/Icon.stories.d.ts +2 -2
- package/lib/cjs/components/Icon/Icon.stories.js +8 -13
- package/lib/cjs/components/Icon/Icon.test.js +1 -2
- package/lib/cjs/components/Icon/NoticeIcon.js +7 -10
- package/lib/cjs/components/IconBadge/IconBadge.js +4 -6
- package/lib/cjs/components/IconBadge/IconBadge.stories.d.ts +2 -2
- package/lib/cjs/components/IconBadge/IconBadge.stories.js +2 -4
- package/lib/cjs/components/IconButton/IconButton.js +10 -8
- package/lib/cjs/components/IconButton/IconButton.stories.d.ts +6 -7
- package/lib/cjs/components/IconButton/IconButton.stories.js +7 -14
- package/lib/cjs/components/IconButton/IconButton.styles.js +6 -9
- package/lib/cjs/components/IconButton/IconButton.test.js +139 -62
- package/lib/cjs/components/IconButton/iconButtonAttributes.d.ts +10 -9
- package/lib/cjs/components/IconButton/iconButtonAttributes.js +6 -9
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.js +2 -4
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.d.ts +2 -2
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +5 -9
- package/lib/cjs/components/IconWrapper/IconWrapper.js +4 -6
- package/lib/cjs/components/IconWrapper/IconWrapper.stories.d.ts +3 -3
- package/lib/cjs/components/IconWrapper/IconWrapper.stories.js +5 -7
- package/lib/cjs/components/IconWrapper/iconWrapperAttributes.js +2 -3
- package/lib/cjs/components/Image/Image.js +2 -4
- package/lib/cjs/components/Image/Image.stories.d.ts +2 -2
- package/lib/cjs/components/Image/Image.stories.js +11 -21
- package/lib/cjs/components/Image/Image.styles.js +2 -3
- package/lib/cjs/components/Image/Image.test.js +4 -3
- package/lib/cjs/components/ImageUploadField/ImagePreviewButton.js +2 -4
- package/lib/cjs/components/ImageUploadField/ImageUploadField.js +4 -6
- package/lib/cjs/components/ImageUploadField/ImageUploadField.stories.js +25 -37
- package/lib/cjs/components/ImageUploadField/ImageUploadField.test.js +97 -70
- package/lib/cjs/components/ImageUploadField/ImageUploadFieldBase.js +4 -6
- package/lib/cjs/components/ImageUploadField/imageUpload.js +4 -5
- package/lib/cjs/components/Input/Input.js +24 -9
- package/lib/cjs/components/Input/Input.stories.d.ts +2 -2
- package/lib/cjs/components/Input/Input.stories.js +5 -9
- package/lib/cjs/components/Input/Input.styles.js +15 -18
- package/lib/cjs/components/Input/Input.test.js +49 -16
- package/lib/cjs/components/Label/Label.js +3 -5
- package/lib/cjs/components/Label/Label.stories.d.ts +2 -2
- package/lib/cjs/components/Label/Label.stories.js +5 -9
- package/lib/cjs/components/Label/Label.styles.js +4 -5
- package/lib/cjs/components/Link/Link.js +2 -4
- package/lib/cjs/components/Link/Link.stories.d.ts +2 -2
- package/lib/cjs/components/Link/Link.stories.js +10 -4
- package/lib/cjs/components/Link/Link.styles.js +4 -5
- package/lib/cjs/components/Link/Link.test.js +85 -38
- package/lib/cjs/components/LinkSelectField/LinkSelectField.js +4 -6
- package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +25 -38
- package/lib/cjs/components/LinkSelectField/LinkSelectField.test.js +79 -35
- package/lib/cjs/components/ListBox/ListBox.js +10 -12
- package/lib/cjs/components/ListBox/ListBox.styles.js +3 -4
- package/lib/cjs/components/ListBox/ListBox.test.js +34 -13
- package/lib/cjs/components/ListBox/ListBoxContext.js +1 -2
- package/lib/cjs/components/ListBox/ListBoxSection.d.ts +13 -4
- package/lib/cjs/components/ListBox/ListBoxSection.js +2 -4
- package/lib/cjs/components/ListBox/Option.js +5 -7
- package/lib/cjs/components/ListItem/ListItem.js +2 -4
- package/lib/cjs/components/ListItem/ListItem.styles.js +4 -5
- package/lib/cjs/components/ListItem/ListItem.test.js +67 -23
- package/lib/cjs/components/ListView/ListView.js +6 -9
- package/lib/cjs/components/ListView/ListView.stories.d.ts +8 -7
- package/lib/cjs/components/ListView/ListView.stories.js +28 -38
- package/lib/cjs/components/ListView/ListView.styles.js +2 -3
- package/lib/cjs/components/ListView/ListView.test.js +273 -158
- package/lib/cjs/components/ListView/ListViewContext.js +1 -2
- package/lib/cjs/components/ListView/ListViewExpandableItem.d.ts +1 -2
- package/lib/cjs/components/ListView/ListViewExpandableItem.js +5 -4
- package/lib/cjs/components/ListView/ListViewFocusWrapper.d.ts +4 -4
- package/lib/cjs/components/ListView/ListViewFocusWrapper.js +3 -6
- package/lib/cjs/components/ListView/ListViewItem.d.ts +16 -5
- package/lib/cjs/components/ListView/ListViewItem.js +8 -7
- package/lib/cjs/components/ListView/listViewAttributes.js +4 -5
- package/lib/cjs/components/ListView/stories/ListView.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/ListView/stories/ListView.chromatic.stories.js +3 -5
- package/lib/cjs/components/ListView/stories/ListViewNextGenComponent.d.ts +1 -2
- package/lib/cjs/components/ListView/stories/ListViewNextGenComponent.js +3 -5
- package/lib/cjs/components/ListView/stories/ListViewOnyxDark.stories.d.ts +1 -2
- package/lib/cjs/components/ListView/stories/ListViewOnyxDark.stories.js +3 -5
- package/lib/cjs/components/ListViewItem/ListViewItem.js +3 -6
- package/lib/cjs/components/ListViewItem/ListViewItem.stories.js +10 -20
- package/lib/cjs/components/ListViewItem/ListViewItem.styles.js +4 -5
- package/lib/cjs/components/ListViewItem/ListViewItem.test.js +2 -2
- package/lib/cjs/components/ListViewItem/controls/ListViewItemEditButton.js +2 -4
- package/lib/cjs/components/ListViewItem/controls/ListViewItemEditButton.stories.js +3 -5
- package/lib/cjs/components/ListViewItem/controls/ListViewItemEditButton.test.js +31 -9
- package/lib/cjs/components/ListViewItem/controls/ListViewItemMenu.js +2 -4
- package/lib/cjs/components/ListViewItem/controls/ListViewItemMenu.stories.js +5 -7
- package/lib/cjs/components/ListViewItem/controls/ListViewItemMenu.test.js +3 -4
- package/lib/cjs/components/ListViewItem/controls/ListViewItemSwitchField.js +2 -4
- package/lib/cjs/components/ListViewItem/controls/ListViewItemSwitchField.stories.js +5 -7
- package/lib/cjs/components/ListViewItem/controls/ListViewItemSwitchField.test.js +31 -9
- package/lib/cjs/components/ListViewItem/controls/chart/ListViewItemChart.js +6 -9
- package/lib/cjs/components/ListViewItem/controls/chart/ListViewItemChart.stories.js +4 -7
- package/lib/cjs/components/ListViewItem/controls/chart/ListViewItemChart.styles.js +4 -5
- package/lib/cjs/components/ListViewItem/controls/chart/ListViewItemChart.test.js +17 -3
- package/lib/cjs/components/ListViewItem/controls/chart/ListViewItemChartAttributes.js +5 -7
- package/lib/cjs/components/ListViewItem/controls/chart/chartData.js +2 -3
- package/lib/cjs/components/ListViewItem/listViewItemAttributes.js +7 -11
- package/lib/cjs/components/Loader/Loader.js +4 -6
- package/lib/cjs/components/Loader/Loader.stories.d.ts +2 -2
- package/lib/cjs/components/Loader/Loader.stories.js +9 -15
- package/lib/cjs/components/Loader/Loader.styles.js +4 -5
- package/lib/cjs/components/Loader/stories/LoaderOnyxComponent.d.ts +1 -2
- package/lib/cjs/components/Loader/stories/LoaderOnyxComponent.js +2 -3
- package/lib/cjs/components/Loader/stories/OnyxDarkLoader.chomatic.stories.d.ts +1 -2
- package/lib/cjs/components/Loader/stories/OnyxDarkLoader.chomatic.stories.js +3 -5
- package/lib/cjs/components/Loader/stories/OnyxLoader.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/Loader/stories/OnyxLoader.chromatic.stories.js +3 -5
- package/lib/cjs/components/Menu/Menu.js +4 -6
- package/lib/cjs/components/Menu/Menu.styles.js +2 -3
- package/lib/cjs/components/Menu/Menu.test.js +157 -90
- package/lib/cjs/components/Menu/menuAttributes.js +5 -7
- package/lib/cjs/components/MenuItem/MenuItem.js +5 -5
- package/lib/cjs/components/MenuItem/MenuItem.styles.js +2 -3
- package/lib/cjs/components/MenuItem/MenuItem.test.js +129 -57
- package/lib/cjs/components/MenuSection/MenuSection.js +2 -4
- package/lib/cjs/components/MenuSection/MenuSection.styles.js +4 -5
- package/lib/cjs/components/MenuSection/MenuSection.test.js +28 -6
- package/lib/cjs/components/Messages/Message.js +3 -6
- package/lib/cjs/components/Messages/Message.styles.js +3 -5
- package/lib/cjs/components/Messages/Messages.js +4 -6
- package/lib/cjs/components/Messages/Messages.stories.d.ts +11 -11
- package/lib/cjs/components/Messages/Messages.stories.js +16 -24
- package/lib/cjs/components/Messages/Messages.test.js +92 -40
- package/lib/cjs/components/Messages/utils/messagesReducer.d.ts +26 -26
- package/lib/cjs/components/Messages/utils/messagesReducer.js +10 -18
- package/lib/cjs/components/Messages/utils/multiMessagesReducer.d.ts +25 -26
- package/lib/cjs/components/Messages/utils/multiMessagesReducer.js +10 -18
- package/lib/cjs/components/Messages/utils/tests/messagesReducer.test.js +1 -2
- package/lib/cjs/components/Messages/utils/tests/multiMessagesReducer.test.js +1 -2
- package/lib/cjs/components/Modal/Convenience/ModalBody.stories.d.ts +2 -2
- package/lib/cjs/components/Modal/Convenience/ModalBody.stories.js +3 -5
- package/lib/cjs/components/Modal/Convenience/ModalFooter.stories.d.ts +2 -2
- package/lib/cjs/components/Modal/Convenience/ModalFooter.stories.js +3 -5
- package/lib/cjs/components/Modal/Convenience/ModalHeader.stories.d.ts +2 -2
- package/lib/cjs/components/Modal/Convenience/ModalHeader.stories.js +3 -5
- package/lib/cjs/components/Modal/Modal.js +5 -8
- package/lib/cjs/components/Modal/Modal.stories.d.ts +2 -2
- package/lib/cjs/components/Modal/Modal.stories.js +8 -15
- package/lib/cjs/components/Modal/Modal.styles.js +6 -9
- package/lib/cjs/components/Modal/ModalBody.js +2 -4
- package/lib/cjs/components/Modal/ModalFooter.js +2 -4
- package/lib/cjs/components/Modal/ModalFooter.test.js +3 -4
- package/lib/cjs/components/Modal/ModalHeader.js +4 -6
- package/lib/cjs/components/Modal/ModalHeader.test.js +34 -12
- package/lib/cjs/components/Modal/tests/Modal.integration.test.js +85 -33
- package/lib/cjs/components/Modal/tests/Modal.unit.test.js +198 -116
- package/lib/cjs/components/MultivaluesField/CondensedMultivaluesField.js +11 -13
- package/lib/cjs/components/MultivaluesField/DefaultMultivaluesField.js +15 -17
- package/lib/cjs/components/MultivaluesField/MultivaluesField.js +4 -6
- package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +110 -128
- package/lib/cjs/components/MultivaluesField/MultivaluesField.test.js +1565 -909
- package/lib/cjs/components/NavBar/NavBar.js +2 -4
- package/lib/cjs/components/NavBar/NavBar.stories.d.ts +2 -2
- package/lib/cjs/components/NavBar/NavBar.stories.js +7 -13
- package/lib/cjs/components/NavBar/NavBar.styles.js +4 -5
- package/lib/cjs/components/NavBar/NavBar.test.js +213 -97
- package/lib/cjs/components/NavBar/stories/NavBar.chromatic.stories.js +3 -5
- package/lib/cjs/components/NavBar/stories/NavBarNextGenComponent.d.ts +1 -2
- package/lib/cjs/components/NavBar/stories/NavBarNextGenComponent.js +2 -3
- package/lib/cjs/components/NavBar/stories/NextGenDarkNavStory.chomatic.stories.d.ts +1 -2
- package/lib/cjs/components/NavBar/stories/NextGenDarkNavStory.chomatic.stories.js +3 -5
- package/lib/cjs/components/NavBar/stories/NextGenNavBar.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/NavBar/stories/NextGenNavBar.chromatic.stories.js +3 -5
- package/lib/cjs/components/NavBarSection/NavBarItem.js +2 -4
- package/lib/cjs/components/NavBarSection/NavBarItemBody.js +4 -6
- package/lib/cjs/components/NavBarSection/NavBarItemButton.d.ts +1 -2
- package/lib/cjs/components/NavBarSection/NavBarItemButton.js +1 -2
- package/lib/cjs/components/NavBarSection/NavBarItemHeader.d.ts +1 -2
- package/lib/cjs/components/NavBarSection/NavBarItemHeader.js +2 -4
- package/lib/cjs/components/NavBarSection/NavBarItemHeader.test.js +2 -2
- package/lib/cjs/components/NavBarSection/NavBarItemLink.d.ts +1 -2
- package/lib/cjs/components/NavBarSection/NavBarItemLink.js +3 -5
- package/lib/cjs/components/NavBarSection/NavBarSection.js +2 -4
- package/lib/cjs/components/NavSideBar/Icon.test.js +1 -2
- package/lib/cjs/components/NavSideBar/NavSideBar.js +2 -4
- package/lib/cjs/components/NavSideBar/NavSideBar.stories.d.ts +2 -2
- package/lib/cjs/components/NavSideBar/NavSideBar.stories.js +7 -13
- package/lib/cjs/components/NavSideBar/NavSideBar.test.js +239 -149
- package/lib/cjs/components/NavSideBar/NavSideBarHeader.js +2 -4
- package/lib/cjs/components/NavSideBar/NavSideBarItem.d.ts +1 -2
- package/lib/cjs/components/NavSideBar/NavSideBarItem.js +2 -4
- package/lib/cjs/components/NavSideBar/NavSideBarSection.js +2 -4
- package/lib/cjs/components/NavSideBar/NavSideBarSectionHeader.d.ts +1 -2
- package/lib/cjs/components/NavSideBar/NavSideBarSectionHeader.js +2 -4
- package/lib/cjs/components/NavSideBar/NavSideBarSectionItem.js +4 -6
- package/lib/cjs/components/NavSideBar/NavSideBarSubTitle.js +1 -2
- package/lib/cjs/components/NavSideBar/icons.d.ts +3 -4
- package/lib/cjs/components/NavSideBar/icons.js +4 -7
- package/lib/cjs/components/NavigationHeader/HeaderAccountMenu.d.ts +1 -2
- package/lib/cjs/components/NavigationHeader/HeaderAccountMenu.js +1 -2
- package/lib/cjs/components/NavigationHeader/NavigationHeader.js +4 -6
- package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.d.ts +3 -3
- package/lib/cjs/components/NavigationHeader/NavigationHeader.stories.js +3 -5
- package/lib/cjs/components/NavigationHeader/NavigationHeader.test.js +95 -49
- package/lib/cjs/components/NumberField/NumberField.js +4 -6
- package/lib/cjs/components/NumberField/NumberField.stories.js +14 -25
- package/lib/cjs/components/NumberField/NumberField.styles.js +8 -10
- package/lib/cjs/components/NumberField/NumberField.test.js +157 -62
- package/lib/cjs/components/OverlayPanel/OverlayPanel.js +2 -4
- package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.d.ts +2 -2
- package/lib/cjs/components/OverlayPanel/OverlayPanel.stories.js +7 -13
- package/lib/cjs/components/OverlayPanel/OverlayPanel.styles.js +2 -3
- package/lib/cjs/components/PageHeader/PageHeader.js +2 -4
- package/lib/cjs/components/PageHeader/PageHeader.stories.js +35 -10
- package/lib/cjs/components/PageHeader/PageHeader.test.js +37 -17
- package/lib/cjs/components/Pagination/Pagination.js +2 -4
- package/lib/cjs/components/Pagination/Pagination.stories.d.ts +6 -6
- package/lib/cjs/components/Pagination/Pagination.stories.js +7 -13
- package/lib/cjs/components/Pagination/Pagination.styles.js +2 -3
- package/lib/cjs/components/Pagination/Pagination.test.js +250 -121
- package/lib/cjs/components/Pagination/PaginationProvider.d.ts +1 -2
- package/lib/cjs/components/Pagination/PaginationProvider.js +2 -4
- package/lib/cjs/components/Pagination/index.js +1 -2
- package/lib/cjs/components/PanelHeader/PanelHeader.js +5 -8
- package/lib/cjs/components/PanelHeader/PanelHeader.stories.js +8 -16
- package/lib/cjs/components/PanelHeader/PanelHeader.styles.js +4 -5
- package/lib/cjs/components/PanelHeader/PanelHeader.test.js +8 -8
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.js +2 -4
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.stories.js +3 -5
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderCloseButton.test.js +31 -9
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.js +2 -4
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.stories.js +3 -5
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderMenu.test.js +39 -15
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.js +2 -4
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +5 -7
- package/lib/cjs/components/PanelHeader/controls/PanelHeaderSwitchField.test.js +31 -9
- package/lib/cjs/components/PanelHeader/stories/OnyxDarkPanelHeader.chromatic.stories.js +3 -5
- package/lib/cjs/components/PanelHeader/stories/OnyxPanelHeader.chromatic.stories.js +3 -5
- package/lib/cjs/components/PanelHeader/stories/OnyxPanelHeaderComponent.js +1 -2
- package/lib/cjs/components/PasswordField/PasswordField.js +5 -7
- package/lib/cjs/components/PasswordField/PasswordField.stories.d.ts +2 -2
- package/lib/cjs/components/PasswordField/PasswordField.stories.js +67 -82
- package/lib/cjs/components/PasswordField/PasswordField.test.js +138 -74
- package/lib/cjs/components/Popover/Popover.d.ts +1 -2
- package/lib/cjs/components/Popover/Popover.js +4 -6
- package/lib/cjs/components/PopoverContainer/PopoverContainer.js +6 -12
- package/lib/cjs/components/PopoverContainer/index.js +1 -2
- package/lib/cjs/components/PopoverMenu/PopoverMenu.js +4 -6
- package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.d.ts +2 -2
- package/lib/cjs/components/PopoverMenu/PopoverMenu.stories.js +11 -21
- package/lib/cjs/components/PopoverMenu/PopoverMenu.styles.js +2 -3
- package/lib/cjs/components/PopoverMenu/PopoverMenu.test.js +262 -148
- package/lib/cjs/components/ProgressBar/ProgressBar.js +3 -6
- package/lib/cjs/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
- package/lib/cjs/components/ProgressBar/ProgressBar.stories.js +3 -5
- package/lib/cjs/components/ProgressBar/ProgressBar.styles.js +4 -5
- package/lib/cjs/components/ProgressBar/ProgressBar.test.js +1 -2
- package/lib/cjs/components/ProgressBar/index.js +1 -2
- package/lib/cjs/components/Radio/Radio.js +2 -4
- package/lib/cjs/components/Radio/Radio.styles.js +2 -3
- package/lib/cjs/components/RadioField/RadioField.js +5 -8
- package/lib/cjs/components/RadioField/RadioField.test.js +19 -16
- package/lib/cjs/components/RadioField/index.js +1 -2
- package/lib/cjs/components/RadioGroupField/RadioGroupField.js +2 -4
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.d.ts +8 -8
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +11 -19
- package/lib/cjs/components/RadioGroupField/RadioGroupField.test.js +84 -48
- package/lib/cjs/components/RangeCalendar/RangeCalendar.js +6 -10
- package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.d.ts +2 -2
- package/lib/cjs/components/RangeCalendar/RangeCalendar.stories.js +12 -21
- package/lib/cjs/components/RangeCalendar/RangeCalendar.styles.js +2 -3
- package/lib/cjs/components/RangeCalendar/RangeCalendar.test.js +146 -77
- package/lib/cjs/components/RangeCalendar/RangeCalendarCell.js +2 -4
- package/lib/cjs/components/RangeCalendar/RangeCalendarGrid.d.ts +1 -2
- package/lib/cjs/components/RangeCalendar/RangeCalendarGrid.js +1 -2
- package/lib/cjs/components/RangeCalendar/RangeCalendarHeader.js +1 -2
- package/lib/cjs/components/RangeCalendar/index.js +1 -2
- package/lib/cjs/components/RequirementsList/RequirementsList.js +2 -4
- package/lib/cjs/components/RequirementsList/RequirementsList.stories.d.ts +2 -2
- package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +4 -7
- package/lib/cjs/components/RockerButton/RockerButton.js +5 -8
- package/lib/cjs/components/RockerButton/RockerButton.styles.js +4 -5
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.js +4 -6
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.d.ts +2 -2
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +8 -15
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.test.js +77 -54
- package/lib/cjs/components/RockerButtonGroup/stories/NextGenDarkRockerButtonGroup.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/RockerButtonGroup/stories/NextGenDarkRockerButtonGroup.chromatic.stories.js +3 -5
- package/lib/cjs/components/RockerButtonGroup/stories/NextGenRockerButtonGroup.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/RockerButtonGroup/stories/NextGenRockerButtonGroup.chromatic.stories.js +3 -5
- package/lib/cjs/components/RockerButtonGroup/stories/RockerButtonGroup.chromatic.stories.js +3 -5
- package/lib/cjs/components/RockerButtonGroup/stories/RockerButtonGroupNextGen.d.ts +1 -2
- package/lib/cjs/components/RockerButtonGroup/stories/RockerButtonGroupNextGen.js +1 -2
- package/lib/cjs/components/ScrollBox/ScrollBox.js +4 -6
- package/lib/cjs/components/ScrollBox/ScrollBox.stories.d.ts +2 -2
- package/lib/cjs/components/ScrollBox/ScrollBox.stories.js +2 -4
- package/lib/cjs/components/ScrollBox/ScrollBox.styles.js +2 -3
- package/lib/cjs/components/SearchField/Search.styles.js +5 -9
- package/lib/cjs/components/SearchField/SearchAutoComplete.js +11 -11
- package/lib/cjs/components/SearchField/SearchField.js +2 -4
- package/lib/cjs/components/SearchField/SearchField.stories.d.ts +2 -2
- package/lib/cjs/components/SearchField/SearchField.stories.js +12 -21
- package/lib/cjs/components/SearchField/SearchField.test.js +333 -175
- package/lib/cjs/components/SearchField/SearchFieldBase.js +5 -7
- package/lib/cjs/components/SearchNav/MoreItemsPopover.d.ts +1 -2
- package/lib/cjs/components/SearchNav/MoreItemsPopover.js +2 -4
- package/lib/cjs/components/SearchNav/SearchNav.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/SearchNav/SearchNav.chromatic.stories.js +4 -7
- package/lib/cjs/components/SearchNav/SearchNav.js +10 -8
- package/lib/cjs/components/SearchNav/SearchNav.stories.d.ts +1 -2
- package/lib/cjs/components/SearchNav/SearchNav.stories.js +4 -7
- package/lib/cjs/components/SearchNav/SearchNav.styles.js +4 -5
- package/lib/cjs/components/SearchNav/SearchNav.test.js +45 -46
- package/lib/cjs/components/SearchNav/SearchNavTab.d.ts +1 -2
- package/lib/cjs/components/SearchNav/SearchNavTab.js +2 -4
- package/lib/cjs/components/SelectField/Select.styles.js +3 -4
- package/lib/cjs/components/SelectField/SelectField.js +4 -6
- package/lib/cjs/components/SelectField/SelectField.stories.d.ts +19 -18
- package/lib/cjs/components/SelectField/SelectField.stories.js +35 -54
- package/lib/cjs/components/SelectField/SelectField.test.js +46 -15
- package/lib/cjs/components/SelectFieldBase/HiddenSelect.d.ts +1 -2
- package/lib/cjs/components/SelectFieldBase/HiddenSelect.js +3 -4
- package/lib/cjs/components/SelectFieldBase/HiddenSelect.test.js +5 -7
- package/lib/cjs/components/SelectFieldBase/SelectFieldBase.js +4 -6
- package/lib/cjs/components/SelectFieldBase/SelectFieldBase.test.js +395 -225
- package/lib/cjs/components/Separator/Separator.js +2 -4
- package/lib/cjs/components/Separator/Separator.stories.d.ts +3 -4
- package/lib/cjs/components/Separator/Separator.stories.js +4 -7
- package/lib/cjs/components/Separator/Separator.styles.js +4 -5
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.js +2 -4
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.stories.d.ts +2 -2
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.stories.js +5 -9
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.styles.js +2 -3
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.test.js +59 -28
- package/lib/cjs/components/Skeleton/Skeleton.js +7 -8
- package/lib/cjs/components/Skeleton/Skeleton.stories.d.ts +3 -4
- package/lib/cjs/components/Skeleton/Skeleton.stories.js +4 -7
- package/lib/cjs/components/Skeleton/Skeleton.styles.js +4 -5
- package/lib/cjs/components/Skeleton/Skeleton.test.js +3 -3
- package/lib/cjs/components/SliderField/Slider.styles.js +4 -5
- package/lib/cjs/components/SliderField/SliderActiveTrack.js +4 -6
- package/lib/cjs/components/SliderField/SliderField.js +4 -6
- package/lib/cjs/components/SliderField/SliderField.stories.d.ts +8 -8
- package/lib/cjs/components/SliderField/SliderField.stories.js +9 -17
- package/lib/cjs/components/SliderField/SliderField.test.js +221 -159
- package/lib/cjs/components/SliderField/SliderLabelContainer.js +2 -4
- package/lib/cjs/components/SliderField/SliderThumb.js +2 -4
- package/lib/cjs/components/StatusIcon/StatusIcon.d.ts +1 -2
- package/lib/cjs/components/StatusIcon/StatusIcon.js +3 -5
- package/lib/cjs/components/StatusIcon/StatusIcon.stories.d.ts +2 -2
- package/lib/cjs/components/StatusIcon/StatusIcon.stories.js +3 -6
- package/lib/cjs/components/StatusIcon/StatusIcon.styles.js +2 -3
- package/lib/cjs/components/StatusIcon/stories/NextGenDarkStatusIcon.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/StatusIcon/stories/NextGenDarkStatusIcon.chromatic.stories.js +3 -5
- package/lib/cjs/components/StatusIcon/stories/NextGenStatusIcon.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/StatusIcon/stories/NextGenStatusIcon.chromatic.stories.js +3 -5
- package/lib/cjs/components/StatusIcon/stories/NextGenStatusIcon.d.ts +1 -2
- package/lib/cjs/components/StatusIcon/stories/NextGenStatusIcon.js +1 -2
- package/lib/cjs/components/Stepper/Line.js +1 -2
- package/lib/cjs/components/Stepper/Step.js +2 -4
- package/lib/cjs/components/Stepper/Stepper.constants.js +2 -3
- package/lib/cjs/components/Stepper/Stepper.js +4 -6
- package/lib/cjs/components/Stepper/Stepper.stories.js +9 -17
- package/lib/cjs/components/Stepper/Stepper.styles.js +5 -7
- package/lib/cjs/components/Stepper/Stepper.test.js +26 -17
- package/lib/cjs/components/Switch/Switch.js +2 -4
- package/lib/cjs/components/Switch/Switch.styles.js +7 -11
- package/lib/cjs/components/SwitchField/SwitchField.js +4 -6
- package/lib/cjs/components/SwitchField/SwitchField.stories.d.ts +2 -2
- package/lib/cjs/components/SwitchField/SwitchField.stories.js +12 -21
- package/lib/cjs/components/SwitchField/SwitchField.test.js +102 -43
- package/lib/cjs/components/SwitchField/switchFieldAttributes.js +5 -7
- package/lib/cjs/components/Tab/Tab.d.ts +1 -1
- package/lib/cjs/components/Tab/Tab.js +4 -8
- package/lib/cjs/components/Tab/index.js +1 -2
- package/lib/cjs/components/TabPicker/TabPicker.js +2 -4
- package/lib/cjs/components/Table/Table.js +2 -4
- package/lib/cjs/components/Table/Table.stories.d.ts +2 -2
- package/lib/cjs/components/Table/Table.stories.js +3 -5
- package/lib/cjs/components/Table/Table.styles.js +4 -5
- package/lib/cjs/components/TableBase/TableBase.js +5 -7
- package/lib/cjs/components/TableBase/TableBase.stories.d.ts +3 -4
- package/lib/cjs/components/TableBase/TableBase.stories.js +11 -19
- package/lib/cjs/components/TableBase/TableBase.styles.js +4 -5
- package/lib/cjs/components/TableBase/TableBase.test.js +273 -194
- package/lib/cjs/components/TableBase/stories/NextGenDarkTableBase.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/TableBase/stories/NextGenDarkTableBase.chromatic.stories.js +3 -5
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.chromatic.stories.d.ts +1 -2
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.chromatic.stories.js +3 -5
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.d.ts +1 -2
- package/lib/cjs/components/TableBase/stories/NextGenTableBase.js +1 -2
- package/lib/cjs/components/TableBody/TableBody.js +2 -4
- package/lib/cjs/components/TableCaption/TableCaption.js +2 -4
- package/lib/cjs/components/TableCell/TableCell.js +2 -4
- package/lib/cjs/components/TableHead/TableHead.js +2 -4
- package/lib/cjs/components/TableRow/TableRow.js +2 -4
- package/lib/cjs/components/Tabs/Tabs.js +5 -8
- package/lib/cjs/components/Tabs/Tabs.stories.d.ts +2 -2
- package/lib/cjs/components/Tabs/Tabs.stories.js +33 -25
- package/lib/cjs/components/Tabs/Tabs.style.js +8 -14
- package/lib/cjs/components/Tabs/Tabs.test.js +134 -99
- package/lib/cjs/components/Tabs/index.js +1 -2
- package/lib/cjs/components/Text/Text.js +2 -3
- package/lib/cjs/components/Text/Text.stories.d.ts +2 -2
- package/lib/cjs/components/Text/Text.stories.js +41 -46
- package/lib/cjs/components/Text/Text.styles.d.ts +533 -216
- package/lib/cjs/components/Text/Text.styles.js +10 -15
- package/lib/cjs/components/Text/Text.test.js +2 -2
- package/lib/cjs/components/TextArea/TextArea.js +2 -4
- package/lib/cjs/components/TextArea/TextArea.styles.js +5 -7
- package/lib/cjs/components/TextAreaField/TextAreaField.js +5 -7
- package/lib/cjs/components/TextAreaField/TextAreaField.stories.d.ts +14 -14
- package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +17 -31
- package/lib/cjs/components/TextAreaField/TextAreaField.test.js +29 -7
- package/lib/cjs/components/TextField/TextField.js +4 -6
- package/lib/cjs/components/TextField/TextField.stories.d.ts +2 -2
- package/lib/cjs/components/TextField/TextField.stories.js +23 -43
- package/lib/cjs/components/TextField/TextField.test.js +38 -14
- package/lib/cjs/components/TimeField/TimeField.js +5 -8
- package/lib/cjs/components/TimeField/TimeField.stories.d.ts +2 -2
- package/lib/cjs/components/TimeField/TimeField.stories.js +11 -21
- package/lib/cjs/components/TimeField/TimeField.styles.d.ts +66 -27
- package/lib/cjs/components/TimeField/TimeField.styles.js +4 -5
- package/lib/cjs/components/TimeField/TimeSegment.js +2 -4
- package/lib/cjs/components/TimeField/index.js +1 -2
- package/lib/cjs/components/TimeZonePicker/TimeZone.styles.js +2 -3
- package/lib/cjs/components/TimeZonePicker/TimeZonePicker.js +5 -7
- package/lib/cjs/components/TimeZonePicker/TimeZonePicker.stories.js +4 -7
- package/lib/cjs/components/TimeZonePicker/TimeZonePicker.test.js +68 -24
- package/lib/cjs/components/TimeZonePicker/timezones.js +2 -4
- package/lib/cjs/components/TooltipTrigger/Tooltip.js +2 -4
- package/lib/cjs/components/TooltipTrigger/Tooltip.styles.js +7 -11
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.js +5 -7
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.d.ts +2 -2
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +23 -25
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.test.js +120 -78
- package/lib/cjs/components/TreeView/InsertionIndicator.js +1 -2
- package/lib/cjs/components/TreeView/TreeView.js +14 -20
- package/lib/cjs/components/TreeView/TreeView.stories.js +9 -14
- package/lib/cjs/components/TreeView/TreeView.styles.js +2 -3
- package/lib/cjs/components/TreeView/TreeView.test.js +226 -129
- package/lib/cjs/components/TreeView/TreeViewItem.js +3 -6
- package/lib/cjs/components/TreeView/TreeViewKeyboardDelegate.js +20 -36
- package/lib/cjs/components/TreeView/TreeViewKeyboardDelegate.test.js +3 -6
- package/lib/cjs/components/TreeView/TreeViewRow.js +4 -6
- package/lib/cjs/components/TreeView/TreeViewSection.js +5 -10
- package/lib/cjs/components/TreeView/TreeViewWrapper.js +1 -2
- package/lib/cjs/context/AccordionContext/index.js +3 -5
- package/lib/cjs/context/AccordionGridContext/index.js +3 -5
- package/lib/cjs/context/BadgeContext/index.d.ts +0 -1
- package/lib/cjs/context/BadgeContext/index.js +1 -2
- package/lib/cjs/context/DataTableContext/index.js +4 -7
- package/lib/cjs/context/MenuContext/index.js +1 -2
- package/lib/cjs/context/MultivaluesContext/index.js +3 -5
- package/lib/cjs/context/NavBarContext/index.js +3 -5
- package/lib/cjs/context/PaginationContext/index.js +3 -5
- package/lib/cjs/context/RadioContext/index.d.ts +2 -0
- package/lib/cjs/context/RadioContext/index.js +10 -0
- package/lib/cjs/context/RockerButtonGroupContext/index.d.ts +0 -1
- package/lib/cjs/context/RockerButtonGroupContext/index.js +1 -2
- package/lib/cjs/context/TooltipContext/index.d.ts +0 -1
- package/lib/cjs/context/TooltipContext/index.js +3 -5
- package/lib/cjs/context/TreeViewContext/index.js +3 -5
- package/lib/cjs/docs/design/ColorDocumentation.stories.js +12 -4
- package/lib/cjs/docs/design/ContainerSizes.stories.js +3 -5
- package/lib/cjs/docs/design/Spacing.stories.js +3 -5
- package/lib/cjs/docs/design/Typography.stories.js +3 -5
- package/lib/cjs/docs/theme/ThemeView.js +2 -3
- package/lib/cjs/fonts.js +2 -4
- package/lib/cjs/hooks/useAriaLabelWarning/useAriaLabelWarning.js +1 -2
- package/lib/cjs/hooks/useAriaLabelWarning/useAriaLabelWarning.test.js +1 -2
- package/lib/cjs/hooks/useCircularLoader/useCircularLoader.js +4 -6
- package/lib/cjs/hooks/useCircularLoader/useCircularLoader.test.js +5 -8
- package/lib/cjs/hooks/useColumnStyles/useColumnStyles.js +1 -2
- package/lib/cjs/hooks/useComponentToggle/useComponentToggle.d.ts +0 -1
- package/lib/cjs/hooks/useComponentToggle/useComponentToggle.js +1 -2
- package/lib/cjs/hooks/useComponentToggle/useComponentToggle.test.js +9 -9
- package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.d.ts +0 -1
- package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.js +4 -6
- package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.test.js +4 -5
- package/lib/cjs/hooks/useDebounce/useDebounce.js +1 -2
- package/lib/cjs/hooks/useDeprecationWarning/useDeprecationWarning.js +1 -2
- package/lib/cjs/hooks/useDeprecationWarning/useDeprecationWarning.test.js +2 -2
- package/lib/cjs/hooks/useDevelopmentWarning/useDevelopmentWarning.js +1 -2
- package/lib/cjs/hooks/useDevelopmentWarning/useDevelopmentWarning.test.js +1 -2
- package/lib/cjs/hooks/useExpandableListViewItem/useExpandableListViewItem.js +6 -7
- package/lib/cjs/hooks/useFallbackImage/useFallbackImage.js +1 -2
- package/lib/cjs/hooks/useFallbackImage/useFallbackImage.test.js +2 -2
- package/lib/cjs/hooks/useField/useField.d.ts +3891 -246
- package/lib/cjs/hooks/useField/useField.js +7 -7
- package/lib/cjs/hooks/useField/useField.test.js +10 -4
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +37 -39
- package/lib/cjs/hooks/useGetTheme/useGetTheme.js +4 -6
- package/lib/cjs/hooks/useGetTheme/useGetTheme.test.js +3 -4
- package/lib/cjs/hooks/useGridList/useGridList.d.ts +0 -1
- package/lib/cjs/hooks/useGridList/useGridList.js +3 -4
- package/lib/cjs/hooks/useGridListItem/useGridListItem.d.ts +253 -246
- package/lib/cjs/hooks/useGridListItem/useGridListItem.js +4 -4
- package/lib/cjs/hooks/useImageUploadState/useImageUploadState.js +2 -3
- package/lib/cjs/hooks/useInputLoader/useInputLoader.js +1 -2
- package/lib/cjs/hooks/useLabelHeight/useLabelHeight.js +1 -2
- package/lib/cjs/hooks/useLoadPrev/useLoadPrev.js +1 -2
- package/lib/cjs/hooks/useLoadPrev/useLoadPrev.test.js +1 -2
- package/lib/cjs/hooks/useLocalOrForwardRef/useLocalOrForwardRef.d.ts +1 -2
- package/lib/cjs/hooks/useLocalOrForwardRef/useLocalOrForwardRef.js +1 -2
- package/lib/cjs/hooks/useLocalOrForwardRef/useLocalOrForwardRef.test.js +1 -2
- package/lib/cjs/hooks/useModalState/useModalState.js +3 -4
- package/lib/cjs/hooks/useMountTransition/useMountTransition.js +2 -3
- package/lib/cjs/hooks/useMountTransition/useMountTransition.test.js +35 -14
- package/lib/cjs/hooks/useNavBarPress/useNavBarPress.js +1 -2
- package/lib/cjs/hooks/useNavBarStyling/useNavBarStyling.js +1 -2
- package/lib/cjs/hooks/useOverlappingMenuHoverState/useOverlappingMenuHoverState.d.ts +0 -1
- package/lib/cjs/hooks/useOverlappingMenuHoverState/useOverlappingMenuHoverState.js +1 -2
- package/lib/cjs/hooks/useOverlappingMenuHoverState/useOverlappingMenuHoverState.test.js +10 -12
- package/lib/cjs/hooks/useOverlayPanelState/useOverlayPanelState.d.ts +0 -1
- package/lib/cjs/hooks/useOverlayPanelState/useOverlayPanelState.js +3 -4
- package/lib/cjs/hooks/usePagination/usePagination.d.ts +153 -161
- package/lib/cjs/hooks/usePagination/usePagination.js +3 -4
- package/lib/cjs/hooks/usePaginationState/usePaginationState.js +1 -2
- package/lib/cjs/hooks/useProgressiveState/useProgressiveState.d.ts +0 -1
- package/lib/cjs/hooks/useProgressiveState/useProgressiveState.js +1 -2
- package/lib/cjs/hooks/useProgressiveState/useProgressiveState.test.js +59 -23
- package/lib/cjs/hooks/usePropWarning/usePropWarning.d.ts +0 -1
- package/lib/cjs/hooks/usePropWarning/usePropWarning.js +1 -2
- package/lib/cjs/hooks/usePropWarning/usePropWarning.test.js +1 -2
- package/lib/cjs/hooks/useReorderableCollection/useReorderableCollection.js +5 -7
- package/lib/cjs/hooks/useSelectField/useSelectField.d.ts +8 -4
- package/lib/cjs/hooks/useSelectField/useSelectField.js +4 -6
- package/lib/cjs/hooks/useSliderField/useSliderField.d.ts +613 -491
- package/lib/cjs/hooks/useSliderField/useSliderField.js +7 -12
- package/lib/cjs/hooks/useSliderField/useSliderField.test.js +3 -4
- package/lib/cjs/hooks/useStatusClasses/useStatusClasses.js +1 -2
- package/lib/cjs/hooks/useTShirtSize/useTShirtSize.js +1 -2
- package/lib/cjs/hooks/useTShirtSize/useTShirtSize.test.js +1 -2
- package/lib/cjs/hooks/useTypeAnimation/useTypeAnimation.js +1 -2
- package/lib/cjs/hooks/useTypeAnimation/useTypeAnimation.test.js +7 -7
- package/lib/cjs/hooks/useTypeAnimationWrapper/useTypeAnimationWrapper.js +1 -2
- package/lib/cjs/hooks/useTypeAnimationWrapper/useTypeAnimationWrapper.test.js +6 -6
- package/lib/cjs/index.js +78 -79
- package/lib/cjs/mocks/browser.js +1 -2
- package/lib/cjs/mocks/constants/index.js +3 -6
- package/lib/cjs/mocks/handlers/users.d.ts +1 -1
- package/lib/cjs/mocks/handlers/users.js +6 -8
- package/lib/cjs/mocks/handlers.d.ts +1 -1
- package/lib/cjs/mocks/handlers.js +1 -2
- package/lib/cjs/mocks/responses/users.js +2 -3
- package/lib/cjs/mocks/types/users.d.ts +0 -1
- package/lib/cjs/patterns/AttributeMappingDisplayViewPattern.stories.hidden.js +3 -5
- package/lib/cjs/patterns/AttributeMappingEditViewPattern.stories.hidden.js +3 -5
- package/lib/cjs/patterns/ListAndPanelPattern.stories.hidden.js +4 -7
- package/lib/cjs/patterns/MessagesPattern.stories.hidden.js +4 -7
- package/lib/cjs/patterns/SaveBarPattern.stories.hidden.js +4 -7
- package/lib/cjs/patterns/UnsavedChangesPattern.stories.hidden.js +4 -7
- package/lib/cjs/recipes/AccordionCard.stories.js +4 -6
- package/lib/cjs/recipes/ApplicationSearchDropdown.stories.hidden.js +6 -9
- package/lib/cjs/recipes/AttributeMapping.stories.js +18 -15
- package/lib/cjs/recipes/CollapsiblePanel.stories.js +6 -9
- package/lib/cjs/recipes/ConditionFilter.stories.js +7 -12
- package/lib/cjs/recipes/CopyToClipboard.stories.js +3 -5
- package/lib/cjs/recipes/CountryPicker.stories.js +3 -6
- package/lib/cjs/recipes/DataVisualization.stories.js +7 -11
- package/lib/cjs/recipes/DateTimeRangePicker.stories.js +3 -6
- package/lib/cjs/recipes/InlineEditing.stories.js +8 -11
- package/lib/cjs/recipes/ListAndPanel.stories.js +10 -16
- package/lib/cjs/recipes/LogoTabs.stories.js +6 -9
- package/lib/cjs/recipes/MaskedValue.stories.js +3 -6
- package/lib/cjs/recipes/MultipagePopup.stories.js +5 -8
- package/lib/cjs/recipes/NoAccess.stories.d.ts +5 -5
- package/lib/cjs/recipes/NoAccess.stories.js +4 -8
- package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +2 -4
- package/lib/cjs/recipes/PanelContent.stories.js +13 -17
- package/lib/cjs/recipes/ScrollableListView.stories.js +4 -7
- package/lib/cjs/recipes/Slider.stories.js +4 -6
- package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +2 -4
- package/lib/cjs/recipes/TrialExperienceStatusBar.stories.js +3 -6
- package/lib/cjs/recipes/items.js +5 -9
- package/lib/cjs/styles/ColorDocumentation.js +9 -19
- package/lib/cjs/styles/breakpoints.js +1 -2
- package/lib/cjs/styles/colors.js +24 -44
- package/lib/cjs/styles/forms/index.js +5 -7
- package/lib/cjs/styles/safariAgent.js +1 -2
- package/lib/cjs/styles/sizes.js +2 -3
- package/lib/cjs/styles/spacing.js +2 -5
- package/lib/cjs/styles/templates/Nav/HeaderBar.js +2 -4
- package/lib/cjs/styles/templates/Nav/Nav.stories.js +3 -6
- package/lib/cjs/styles/templates/Nav/NavData.js +6 -11
- package/lib/cjs/styles/text.js +4 -8
- package/lib/cjs/styles/theme.js +5 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.js +5 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/icons.d.ts +1 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/icons.js +4 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +1 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.js +4 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/nextGenDarkModeOverride.js +1 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/stories/NextGenDarkStickerSheet.chromatic.stories.d.ts +13 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/stories/NextGenDarkStickerSheet.chromatic.stories.js +12 -4
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.js +2 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.js +3 -4
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +3 -4
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/callout.js +2 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.js +1 -2
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/footer.js +2 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.js +7 -11
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/iconBadge.js +3 -4
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/input.js +4 -6
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.js +4 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.js +4 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.js +3 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.js +2 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +4 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/skeleton.js +3 -4
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.js +2 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.js +2 -3
- package/lib/cjs/styles/themeOverrides/stories/AccordionGroup.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/stories/Button.chromatic.stories.js +8 -15
- package/lib/cjs/styles/themeOverrides/stories/EnvironmentBreadcrumb.chromatic.stories.js +6 -9
- package/lib/cjs/styles/themeOverrides/stories/IconButton.chromatic.stories.js +4 -7
- package/lib/cjs/styles/themeOverrides/stories/Label.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/stories/Link.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/stories/NumberField.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/stories/OverlayPanel.chromatic.stories.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/stories/OverlayPanel.chromatic.stories.js +4 -7
- package/lib/cjs/styles/themeOverrides/stories/SearchField.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/stories/SelectField.chromatic.stories.js +3 -5
- package/lib/cjs/styles/themeOverrides/uiLibraryOverride.js +4 -5
- package/lib/cjs/styles/themeOverrides/withUiLibraryCss.js +2 -4
- package/lib/cjs/styles/themes/astro/customProperties/icons.d.ts +1 -2
- package/lib/cjs/styles/themes/astro/customProperties/icons.js +3 -5
- package/lib/cjs/styles/themes/astro/customProperties/index.d.ts +1 -2
- package/lib/cjs/styles/themes/astro/customProperties/index.js +3 -5
- package/lib/cjs/styles/themes/astro/customProperties/styles.js +2 -3
- package/lib/cjs/styles/themes/astro/customProperties/tShirtSizes.js +3 -5
- package/lib/cjs/styles/themes/astro-nano/astro-nano.js +3 -4
- package/lib/cjs/styles/themes/end-user/end-user.js +4 -6
- package/lib/cjs/styles/themes/next-gen/codeView/codeView.js +5 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.js +7 -12
- package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.js +4 -5
- package/lib/cjs/styles/themes/next-gen/colors/twoTone.js +1 -2
- package/lib/cjs/styles/themes/next-gen/convertedComponentList.js +4 -8
- package/lib/cjs/styles/themes/next-gen/customProperties/customSizes.js +2 -3
- package/lib/cjs/styles/themes/next-gen/customProperties/icons.d.ts +1 -2
- package/lib/cjs/styles/themes/next-gen/customProperties/icons.js +3 -5
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +1 -2
- package/lib/cjs/styles/themes/next-gen/customProperties/index.js +5 -7
- package/lib/cjs/styles/themes/next-gen/customProperties/styles.js +2 -3
- package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.js +3 -5
- package/lib/cjs/styles/themes/next-gen/forms.js +10 -17
- package/lib/cjs/styles/themes/next-gen/next-gen.js +5 -6
- package/lib/cjs/styles/themes/next-gen/sizes.js +2 -3
- package/lib/cjs/styles/themes/next-gen/spacing.js +1 -2
- package/lib/cjs/styles/themes/next-gen/stories/NextGenStickerSheet.chromatic.stories.d.ts +13 -2
- package/lib/cjs/styles/themes/next-gen/stories/NextGenStickerSheet.chromatic.stories.js +12 -4
- package/lib/cjs/styles/themes/next-gen/stories/OnyxInputPatterns.chromatic.stories.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/stories/OnyxInputPatterns.chromatic.stories.js +8 -15
- package/lib/cjs/styles/themes/next-gen/stories/StickerSheetComponent.d.ts +1 -2
- package/lib/cjs/styles/themes/next-gen/stories/StickerSheetComponent.js +1 -2
- package/lib/cjs/styles/themes/next-gen/text.js +2 -5
- package/lib/cjs/styles/themes/next-gen/tokens/colorTokens.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/accordion.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/avatar.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/badges.js +5 -7
- package/lib/cjs/styles/themes/next-gen/variants/box.js +5 -7
- package/lib/cjs/styles/themes/next-gen/variants/button.js +4 -6
- package/lib/cjs/styles/themes/next-gen/variants/callout.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/cards.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/dataTable.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/footer.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.js +3 -4
- package/lib/cjs/styles/themes/next-gen/variants/images.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/input.js +4 -6
- package/lib/cjs/styles/themes/next-gen/variants/label.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/links.js +5 -7
- package/lib/cjs/styles/themes/next-gen/variants/listview.js +6 -11
- package/lib/cjs/styles/themes/next-gen/variants/menu.js +3 -5
- package/lib/cjs/styles/themes/next-gen/variants/messages.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/navbar.js +6 -9
- package/lib/cjs/styles/themes/next-gen/variants/navigationHeader.js +3 -4
- package/lib/cjs/styles/themes/next-gen/variants/panelHeader.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/prompt.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/response.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/searchNav.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/stepper.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/suggestion.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/suggestions.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/switch.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/table.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/tabs.js +4 -7
- package/lib/cjs/styles/themes/next-gen/variants/text.js +4 -5
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.js +2 -3
- package/lib/cjs/styles/themes/next-gen/variants/variants.js +6 -9
- package/lib/cjs/styles/useAstroTheme.js +2 -4
- package/lib/cjs/styles/variants/index.js +4 -5
- package/lib/cjs/styles/variants/variants.js +5 -7
- package/lib/cjs/types/aiPanel.d.ts +0 -1
- package/lib/cjs/types/badge.d.ts +0 -1
- package/lib/cjs/types/callout.d.ts +0 -1
- package/lib/cjs/types/card.d.ts +1 -0
- package/lib/cjs/types/cell.d.ts +0 -1
- package/lib/cjs/types/collapsiblePanel.d.ts +0 -1
- package/lib/cjs/types/footer.d.ts +0 -1
- package/lib/cjs/types/index.js +54 -54
- package/lib/cjs/types/input.d.ts +1 -1
- package/lib/cjs/types/item.d.ts +2 -1
- package/lib/cjs/types/label.d.ts +0 -1
- package/lib/cjs/types/link.d.ts +1 -0
- package/lib/cjs/types/listBox.d.ts +5 -4
- package/lib/cjs/types/menu.d.ts +0 -1
- package/lib/cjs/types/navSideBar.d.ts +2 -1
- package/lib/cjs/types/overlayPanel.d.ts +0 -1
- package/lib/cjs/types/passwordField.d.ts +0 -1
- package/lib/cjs/types/popoverContainer.d.ts +0 -1
- package/lib/cjs/types/popoverMenu.d.ts +0 -1
- package/lib/cjs/types/promptInput.d.ts +0 -1
- package/lib/cjs/types/searchField.d.ts +1 -1
- package/lib/cjs/types/selectField.d.ts +0 -1
- package/lib/cjs/types/shared/events.d.ts +3 -1
- package/lib/cjs/types/switchField.d.ts +0 -1
- package/lib/cjs/types/textField.d.ts +0 -1
- package/lib/cjs/types/timefield.d.ts +3 -2
- package/lib/cjs/utils/designUtils/figmaLinks.js +2 -3
- package/lib/cjs/utils/devUtils/constants/animals.js +2 -3
- package/lib/cjs/utils/devUtils/constants/firstNames.js +1 -2
- package/lib/cjs/utils/devUtils/constants/htmlElements.js +3 -6
- package/lib/cjs/utils/devUtils/constants/images.js +8 -16
- package/lib/cjs/utils/devUtils/constants/items.js +2 -3
- package/lib/cjs/utils/devUtils/constants/labelModes.js +2 -3
- package/lib/cjs/utils/devUtils/constants/languageMapping.js +2 -3
- package/lib/cjs/utils/devUtils/constants/loadingStates.js +2 -3
- package/lib/cjs/utils/devUtils/constants/logos.d.ts +2 -3
- package/lib/cjs/utils/devUtils/constants/logos.js +3 -5
- package/lib/cjs/utils/devUtils/constants/modalSizes.js +1 -2
- package/lib/cjs/utils/devUtils/constants/orientation.js +2 -3
- package/lib/cjs/utils/devUtils/constants/panelSizes.js +1 -2
- package/lib/cjs/utils/devUtils/constants/pendoID.js +2 -3
- package/lib/cjs/utils/devUtils/constants/statuses.js +2 -4
- package/lib/cjs/utils/devUtils/constants/tShirtSizes.js +3 -5
- package/lib/cjs/utils/devUtils/constants/text.js +1 -2
- package/lib/cjs/utils/devUtils/constants/themes.js +2 -3
- package/lib/cjs/utils/devUtils/constants/variants.js +4 -5
- package/lib/cjs/utils/devUtils/createMockData.js +4 -5
- package/lib/cjs/utils/devUtils/decorators/withDeprecationWarning.js +1 -2
- package/lib/cjs/utils/devUtils/props/isDateWithinRanges.js +2 -3
- package/lib/cjs/utils/devUtils/props/isIterable.js +2 -4
- package/lib/cjs/utils/devUtils/props/isValidPositiveInt.js +1 -2
- package/lib/cjs/utils/devUtils/shouldReturnComingSoon.js +3 -5
- package/lib/cjs/utils/devUtils/styledSystemUtils.js +5 -8
- package/lib/cjs/utils/docUtils/ariaAttributes.d.ts +11 -7
- package/lib/cjs/utils/docUtils/ariaAttributes.js +8 -13
- package/lib/cjs/utils/docUtils/ariaAttributes.test.js +2 -2
- package/lib/cjs/utils/docUtils/docArgTypes.js +5 -9
- package/lib/cjs/utils/docUtils/fieldAttributes.js +6 -9
- package/lib/cjs/utils/docUtils/hoverProps.js +6 -9
- package/lib/cjs/utils/docUtils/iconSizeProps.d.ts +2 -1
- package/lib/cjs/utils/docUtils/iconSizeProps.js +3 -5
- package/lib/cjs/utils/docUtils/pressAttributes.js +4 -5
- package/lib/cjs/utils/docUtils/statusProp.js +7 -11
- package/lib/cjs/utils/styleUtils/index.js +2 -3
- package/lib/cjs/utils/testUtils/dndMocks.js +25 -39
- package/lib/cjs/utils/testUtils/testAxe.js +5 -7
- package/lib/cjs/utils/testUtils/testTheme.js +2 -3
- package/lib/cjs/utils/testUtils/testWrapper.js +5 -7
- package/lib/cjs/utils/testUtils/universalComponentTest.js +7 -10
- package/lib/cjs/utils/testUtils/universalFormSubmitTest.d.ts +1 -0
- package/lib/cjs/utils/testUtils/universalFormSubmitTest.js +105 -60
- package/lib/components/AIComponents/Attachment/Attachment.js +2 -2
- package/lib/components/AIComponents/Attachment/Attachment.test.js +3 -2
- package/lib/components/AIComponents/PromptInput/PromptInput.js +2 -2
- package/lib/components/AIComponents/PromptInput/PromptInput.stories.js +2 -2
- package/lib/components/AIComponents/PromptInput/PromptInput.test.js +38 -29
- package/lib/components/AIComponents/PromptInput/PromptUploadButton.js +2 -2
- package/lib/components/AIComponents/Response/Response.test.js +252 -0
- package/lib/components/AIComponents/Response/ResponseMarkdown/MarkdownListWrapper.js +2 -2
- package/lib/components/AIComponents/Response/ResponseMarkdown/MarkdownTextWrapper.js +2 -2
- package/lib/components/AIComponents/Response/ResponseMarkdown/ResponseMarkdown.js +2 -2
- package/lib/components/AccordionGridGroup/AccordionGrid.styles.js +2 -2
- package/lib/components/AccordionGridGroup/AccordionGridGroup.js +2 -2
- package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +10 -6
- package/lib/components/AccordionGridGroup/AccordionGridGroup.test.js +169 -93
- package/lib/components/AccordionGridItem/AccordionGridItem.js +2 -1
- package/lib/components/AccordionGroup/Accordion.styles.js +2 -2
- package/lib/components/AccordionGroup/AccordionGroup.js +2 -2
- package/lib/components/AccordionGroup/AccordionGroup.stories.js +1 -1
- package/lib/components/AccordionGroup/AccordionGroup.test.js +208 -99
- package/lib/components/ArrayField/ArrayField.js +2 -2
- package/lib/components/ArrayField/ArrayField.stories.js +2 -2
- package/lib/components/AstroProvider/AstroProvider.js +3 -4
- package/lib/components/Avatar/Avatar.js +3 -4
- package/lib/components/Badge/Badge.js +2 -2
- package/lib/components/Badge/Badge.styles.js +2 -2
- package/lib/components/Badge/Convenience/RemovableBadge.test.js +32 -10
- package/lib/components/Box/Box.js +3 -3
- package/lib/components/Breadcrumbs/Breadcrumb.styles.js +2 -2
- package/lib/components/Breadcrumbs/BreadcrumbItem.js +2 -2
- package/lib/components/Breadcrumbs/Breadcrumbs.test.js +31 -9
- package/lib/components/Button/Button.js +8 -4
- package/lib/components/Button/Button.stories.js +2 -2
- package/lib/components/Button/Button.test.js +65 -38
- package/lib/components/Button/Buttons.styles.js +2 -2
- package/lib/components/Button/buttonAttributes.js +2 -2
- package/lib/components/ButtonBar/ButtonBar.js +10 -2
- package/lib/components/ButtonBar/ButtonBar.styles.js +2 -2
- package/lib/components/ButtonBar/ButtonBar.test.js +3 -3
- package/lib/components/Calendar/Calendar.js +4 -4
- package/lib/components/Calendar/Calendar.styles.js +2 -2
- package/lib/components/Calendar/Calendar.test.js +324 -180
- package/lib/components/Callout/Callout.js +5 -6
- package/lib/components/Callout/Callout.stories.js +5 -2
- package/lib/components/Callout/Callout.test.js +1 -2
- package/lib/components/Card/Card.js +2 -2
- package/lib/components/Card/Card.stories.js +2 -2
- package/lib/components/Card/Card.styles.js +2 -2
- package/lib/components/Card/Card.test.js +107 -63
- package/lib/components/Card/cardAttributes.js +2 -2
- package/lib/components/CheckboxField/CheckboxField.js +4 -3
- package/lib/components/CheckboxField/CheckboxField.stories.js +17 -17
- package/lib/components/CheckboxField/CheckboxField.test.js +235 -132
- package/lib/components/CodeEditor/CodeEditor.chromatic.stories.js +0 -1
- package/lib/components/CodeEditor/CodeEditor.js +2 -2
- package/lib/components/CodeEditor/CodeEditor.styles.js +2 -2
- package/lib/components/CodeView/CodeView.js +22 -11
- package/lib/components/CodeView/CodeView.test.js +117 -81
- package/lib/components/CollapsiblePanel/CollapsiblePanel.styles.js +34 -4
- package/lib/components/CollapsiblePanelContainer/CollapsiblePanelContainer.test.js +57 -20
- package/lib/components/ColorField/ColorField.js +2 -2
- package/lib/components/ColorField/ColorField.stories.js +2 -2
- package/lib/components/ColorField/ColorField.styles.js +2 -2
- package/lib/components/ColorField/ColorField.test.js +92 -39
- package/lib/components/ComboBox/ComboBox.styles.js +2 -2
- package/lib/components/ComboBox/ComboBoxInput.js +4 -3
- package/lib/components/ComboBoxField/ComboBoxField.js +4 -3
- package/lib/components/ComboBoxField/ComboBoxField.stories.js +37 -38
- package/lib/components/ComboBoxField/ComboBoxField.test.js +966 -577
- package/lib/components/CopyText/CopyText.styles.js +2 -2
- package/lib/components/CopyText/CopyText.test.js +142 -115
- package/lib/components/DataTable/DataTable.js +5 -5
- package/lib/components/DataTable/DataTable.stories.js +19 -20
- package/lib/components/DataTable/DataTable.styles.js +2 -2
- package/lib/components/DataTable/DataTable.test.js +359 -284
- package/lib/components/DataTable/DataTableBadge.js +0 -1
- package/lib/components/DataTable/DataTableMultiLine.js +0 -4
- package/lib/components/DataTable/DataTableVirtualizer.js +3 -4
- package/lib/components/DataTable/stories/NextGenDarkDataTable.chomatic.stories.js +10 -0
- package/lib/components/DatePicker/DateField.js +2 -2
- package/lib/components/DatePicker/DatePicker.js +2 -2
- package/lib/components/DatePicker/DatePicker.stories.js +2 -2
- package/lib/components/DatePicker/DatePicker.styles.js +2 -2
- package/lib/components/DatePicker/DatePicker.test.js +451 -263
- package/lib/components/EditButton/EditButton.js +2 -2
- package/lib/components/EditButton/EditButton.stories.js +2 -2
- package/lib/components/EditButton/EditButton.test.js +34 -13
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.js +2 -3
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +12 -12
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.test.js +353 -172
- package/lib/components/EnvironmentBreadcrumb/EnvironmentalBreadcrumb.styles.js +2 -2
- package/lib/components/EnvironmentBreadcrumb/EnvironmentalBreadcrumbUniversal.test.js +6 -37
- package/lib/components/ExpandableText/ExpandableText.js +1 -0
- package/lib/components/ExpandableText/ExpandableText.test.js +0 -1
- package/lib/components/FieldHelperText/FieldHelperText.js +2 -2
- package/lib/components/FieldHelperText/FieldHelperText.stories.js +2 -2
- package/lib/components/FieldHelperText/FieldHelperText.styles.js +2 -2
- package/lib/components/FileInputField/FileInputField.js +2 -2
- package/lib/components/FileInputField/FileInputField.stories.js +2 -2
- package/lib/components/FileInputField/FileInputField.styles.js +2 -2
- package/lib/components/FileInputField/FileInputField.test.js +174 -90
- package/lib/components/FileInputField/FileItem.js +2 -2
- package/lib/components/FileInputField/FileSelect.js +2 -2
- package/lib/components/FileInputField/FileSelectIcon.js +0 -1
- package/lib/components/GridList/GridList.js +2 -2
- package/lib/components/GridList/GridList.stories.js +2 -2
- package/lib/components/GridList/GridList.test.js +65 -41
- package/lib/components/GridList/GridListRow.js +5 -5
- package/lib/components/HelpHint/HelpHint.js +4 -4
- package/lib/components/HelpHint/HelpHint.styles.js +2 -2
- package/lib/components/HelpHint/HelpHint.test.js +33 -26
- package/lib/components/Icon/Icon.js +2 -2
- package/lib/components/Icon/Icon.stories.js +2 -2
- package/lib/components/Icon/NoticeIcon.js +5 -6
- package/lib/components/IconBadge/IconBadge.js +2 -2
- package/lib/components/IconButton/IconButton.js +8 -4
- package/lib/components/IconButton/IconButton.styles.js +2 -2
- package/lib/components/IconButton/IconButton.test.js +139 -62
- package/lib/components/IconButton/iconButtonAttributes.js +2 -2
- package/lib/components/IconWrapper/IconWrapper.js +2 -2
- package/lib/components/IconWrapper/IconWrapper.stories.js +2 -2
- package/lib/components/Image/Image.test.js +4 -3
- package/lib/components/ImageUploadField/ImageUploadField.js +2 -2
- package/lib/components/ImageUploadField/ImageUploadField.stories.js +15 -18
- package/lib/components/ImageUploadField/ImageUploadField.test.js +97 -70
- package/lib/components/ImageUploadField/ImageUploadFieldBase.js +2 -2
- package/lib/components/ImageUploadField/imageUpload.js +2 -2
- package/lib/components/Input/Input.js +22 -3
- package/lib/components/Input/Input.styles.js +13 -14
- package/lib/components/Input/Input.test.js +49 -16
- package/lib/components/Label/Label.js +1 -1
- package/lib/components/Label/Label.styles.js +2 -3
- package/lib/components/Link/Link.stories.js +8 -0
- package/lib/components/Link/Link.styles.js +2 -2
- package/lib/components/Link/Link.test.js +85 -38
- package/lib/components/LinkSelectField/LinkSelectField.js +2 -2
- package/lib/components/LinkSelectField/LinkSelectField.stories.js +12 -13
- package/lib/components/LinkSelectField/LinkSelectField.test.js +79 -35
- package/lib/components/ListBox/ListBox.js +7 -6
- package/lib/components/ListBox/ListBox.styles.js +2 -2
- package/lib/components/ListBox/ListBox.test.js +34 -10
- package/lib/components/ListBox/Option.js +3 -3
- package/lib/components/ListItem/ListItem.styles.js +2 -2
- package/lib/components/ListItem/ListItem.test.js +67 -23
- package/lib/components/ListView/ListView.js +3 -3
- package/lib/components/ListView/ListView.stories.js +19 -21
- package/lib/components/ListView/ListView.test.js +272 -156
- package/lib/components/ListView/ListViewExpandableItem.js +3 -0
- package/lib/components/ListView/ListViewItem.js +6 -3
- package/lib/components/ListView/listViewAttributes.js +2 -2
- package/lib/components/ListViewItem/ListViewItem.styles.js +2 -2
- package/lib/components/ListViewItem/ListViewItem.test.js +2 -2
- package/lib/components/ListViewItem/controls/ListViewItemEditButton.test.js +31 -9
- package/lib/components/ListViewItem/controls/ListViewItemMenu.stories.js +2 -2
- package/lib/components/ListViewItem/controls/ListViewItemMenu.test.js +3 -4
- package/lib/components/ListViewItem/controls/ListViewItemSwitchField.stories.js +2 -2
- package/lib/components/ListViewItem/controls/ListViewItemSwitchField.test.js +31 -9
- package/lib/components/ListViewItem/controls/chart/ListViewItemChart.js +4 -5
- package/lib/components/ListViewItem/controls/chart/ListViewItemChart.styles.js +2 -2
- package/lib/components/ListViewItem/controls/chart/ListViewItemChart.test.js +17 -3
- package/lib/components/ListViewItem/controls/chart/ListViewItemChartAttributes.js +2 -2
- package/lib/components/ListViewItem/listViewItemAttributes.js +2 -2
- package/lib/components/Loader/Loader.js +2 -2
- package/lib/components/Loader/Loader.stories.js +2 -2
- package/lib/components/Loader/Loader.styles.js +2 -2
- package/lib/components/Menu/Menu.js +2 -2
- package/lib/components/Menu/Menu.test.js +156 -90
- package/lib/components/Menu/menuAttributes.js +2 -2
- package/lib/components/MenuItem/MenuItem.js +3 -1
- package/lib/components/MenuItem/MenuItem.test.js +128 -57
- package/lib/components/MenuSection/MenuSection.styles.js +2 -2
- package/lib/components/MenuSection/MenuSection.test.js +28 -6
- package/lib/components/Messages/Messages.js +2 -2
- package/lib/components/Messages/Messages.stories.js +5 -2
- package/lib/components/Messages/Messages.test.js +92 -37
- package/lib/components/Messages/utils/messagesReducer.js +2 -2
- package/lib/components/Messages/utils/multiMessagesReducer.js +2 -2
- package/lib/components/Modal/Modal.js +3 -4
- package/lib/components/Modal/Modal.styles.js +2 -2
- package/lib/components/Modal/ModalFooter.test.js +3 -4
- package/lib/components/Modal/ModalHeader.js +2 -2
- package/lib/components/Modal/ModalHeader.test.js +34 -12
- package/lib/components/Modal/tests/Modal.integration.test.js +83 -31
- package/lib/components/Modal/tests/Modal.unit.test.js +198 -116
- package/lib/components/MultivaluesField/CondensedMultivaluesField.js +9 -9
- package/lib/components/MultivaluesField/DefaultMultivaluesField.js +13 -13
- package/lib/components/MultivaluesField/MultivaluesField.js +2 -2
- package/lib/components/MultivaluesField/MultivaluesField.stories.js +92 -93
- package/lib/components/MultivaluesField/MultivaluesField.test.js +1564 -907
- package/lib/components/NavBar/NavBar.styles.js +2 -2
- package/lib/components/NavBar/NavBar.test.js +213 -94
- package/lib/components/NavBarSection/NavBarItemBody.js +2 -2
- package/lib/components/NavBarSection/NavBarItemHeader.test.js +2 -2
- package/lib/components/NavBarSection/NavBarItemLink.js +2 -3
- package/lib/components/NavSideBar/NavSideBar.test.js +238 -149
- package/lib/components/NavSideBar/NavSideBarSectionItem.js +2 -2
- package/lib/components/NavigationHeader/NavigationHeader.js +2 -2
- package/lib/components/NavigationHeader/NavigationHeader.test.js +94 -47
- package/lib/components/NumberField/NumberField.js +2 -2
- package/lib/components/NumberField/NumberField.stories.js +2 -2
- package/lib/components/NumberField/NumberField.styles.js +6 -7
- package/lib/components/NumberField/NumberField.test.js +157 -62
- package/lib/components/PageHeader/PageHeader.stories.js +30 -0
- package/lib/components/PageHeader/PageHeader.test.js +37 -17
- package/lib/components/Pagination/Pagination.test.js +250 -121
- package/lib/components/PanelHeader/PanelHeader.js +2 -2
- package/lib/components/PanelHeader/PanelHeader.styles.js +2 -2
- package/lib/components/PanelHeader/PanelHeader.test.js +8 -8
- package/lib/components/PanelHeader/controls/PanelHeaderCloseButton.test.js +31 -9
- package/lib/components/PanelHeader/controls/PanelHeaderMenu.test.js +39 -15
- package/lib/components/PanelHeader/controls/PanelHeaderSwitchField.stories.js +2 -2
- package/lib/components/PanelHeader/controls/PanelHeaderSwitchField.test.js +31 -9
- package/lib/components/PasswordField/PasswordField.js +3 -3
- package/lib/components/PasswordField/PasswordField.stories.js +55 -55
- package/lib/components/PasswordField/PasswordField.test.js +139 -75
- package/lib/components/Popover/Popover.js +2 -2
- package/lib/components/PopoverContainer/PopoverContainer.js +2 -4
- package/lib/components/PopoverMenu/PopoverMenu.js +2 -2
- package/lib/components/PopoverMenu/PopoverMenu.test.js +263 -149
- package/lib/components/ProgressBar/ProgressBar.styles.js +2 -2
- package/lib/components/RadioField/RadioField.js +2 -2
- package/lib/components/RadioField/RadioField.test.js +19 -10
- package/lib/components/RadioGroupField/RadioGroupField.stories.js +2 -2
- package/lib/components/RadioGroupField/RadioGroupField.test.js +84 -48
- package/lib/components/RangeCalendar/RangeCalendar.js +2 -2
- package/lib/components/RangeCalendar/RangeCalendar.stories.js +2 -2
- package/lib/components/RangeCalendar/RangeCalendar.test.js +144 -74
- package/lib/components/RockerButton/RockerButton.js +2 -2
- package/lib/components/RockerButton/RockerButton.styles.js +2 -2
- package/lib/components/RockerButtonGroup/RockerButtonGroup.js +2 -2
- package/lib/components/RockerButtonGroup/RockerButtonGroup.test.js +77 -54
- package/lib/components/ScrollBox/ScrollBox.js +2 -2
- package/lib/components/SearchField/SearchAutoComplete.js +8 -6
- package/lib/components/SearchField/SearchField.stories.js +2 -5
- package/lib/components/SearchField/SearchField.test.js +333 -175
- package/lib/components/SearchField/SearchFieldBase.js +2 -2
- package/lib/components/SearchNav/SearchNav.js +5 -0
- package/lib/components/SearchNav/SearchNav.styles.js +2 -2
- package/lib/components/SearchNav/SearchNav.test.js +43 -43
- package/lib/components/SelectField/Select.styles.js +2 -2
- package/lib/components/SelectField/SelectField.js +2 -2
- package/lib/components/SelectField/SelectField.stories.js +16 -17
- package/lib/components/SelectField/SelectField.test.js +46 -15
- package/lib/components/SelectFieldBase/HiddenSelect.js +2 -2
- package/lib/components/SelectFieldBase/HiddenSelect.test.js +4 -5
- package/lib/components/SelectFieldBase/SelectFieldBase.js +2 -2
- package/lib/components/SelectFieldBase/SelectFieldBase.test.js +394 -223
- package/lib/components/Separator/Separator.styles.js +2 -2
- package/lib/components/ServerErrorBoundary/ServerErrorBoundary.test.js +59 -28
- package/lib/components/Skeleton/Skeleton.js +5 -4
- package/lib/components/Skeleton/Skeleton.styles.js +2 -2
- package/lib/components/Skeleton/Skeleton.test.js +3 -3
- package/lib/components/SliderField/Slider.styles.js +2 -2
- package/lib/components/SliderField/SliderActiveTrack.js +2 -2
- package/lib/components/SliderField/SliderField.js +2 -2
- package/lib/components/SliderField/SliderField.test.js +221 -159
- package/lib/components/StatusIcon/StatusIcon.js +2 -3
- package/lib/components/Stepper/Stepper.js +2 -2
- package/lib/components/Stepper/Stepper.styles.js +2 -2
- package/lib/components/Stepper/Stepper.test.js +32 -23
- package/lib/components/Switch/Switch.styles.js +2 -2
- package/lib/components/SwitchField/SwitchField.js +2 -2
- package/lib/components/SwitchField/SwitchField.stories.js +2 -2
- package/lib/components/SwitchField/SwitchField.test.js +102 -43
- package/lib/components/SwitchField/switchFieldAttributes.js +2 -2
- package/lib/components/Table/Table.styles.js +2 -2
- package/lib/components/TableBase/TableBase.js +3 -3
- package/lib/components/TableBase/TableBase.stories.js +4 -5
- package/lib/components/TableBase/TableBase.styles.js +2 -2
- package/lib/components/TableBase/TableBase.test.js +273 -194
- package/lib/components/Tabs/Tabs.js +2 -2
- package/lib/components/Tabs/Tabs.stories.js +20 -0
- package/lib/components/Tabs/Tabs.style.js +2 -2
- package/lib/components/Tabs/Tabs.test.js +134 -99
- package/lib/components/Text/Text.js +1 -1
- package/lib/components/Text/Text.stories.js +36 -36
- package/lib/components/Text/Text.styles.js +3 -3
- package/lib/components/Text/Text.test.js +2 -2
- package/lib/components/TextArea/TextArea.styles.js +2 -2
- package/lib/components/TextAreaField/TextAreaField.js +3 -3
- package/lib/components/TextAreaField/TextAreaField.stories.js +2 -2
- package/lib/components/TextAreaField/TextAreaField.test.js +28 -7
- package/lib/components/TextField/TextField.js +2 -2
- package/lib/components/TextField/TextField.stories.js +2 -2
- package/lib/components/TextField/TextField.test.js +37 -14
- package/lib/components/TimeField/TimeField.js +2 -2
- package/lib/components/TimeField/TimeField.styles.js +2 -2
- package/lib/components/TimeZonePicker/TimeZonePicker.js +3 -3
- package/lib/components/TimeZonePicker/TimeZonePicker.test.js +68 -24
- package/lib/components/TooltipTrigger/Tooltip.styles.js +2 -2
- package/lib/components/TooltipTrigger/TooltipTrigger.js +3 -3
- package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +10 -0
- package/lib/components/TooltipTrigger/TooltipTrigger.test.js +120 -78
- package/lib/components/TreeView/TreeView.js +8 -8
- package/lib/components/TreeView/TreeView.stories.js +4 -5
- package/lib/components/TreeView/TreeView.test.js +225 -127
- package/lib/components/TreeView/TreeViewKeyboardDelegate.js +3 -3
- package/lib/components/TreeView/TreeViewRow.js +2 -2
- package/lib/context/RadioContext/index.js +3 -0
- package/lib/docs/design/ColorDocumentation.stories.js +10 -0
- package/lib/hooks/useAriaLabelWarning/useAriaLabelWarning.test.js +1 -2
- package/lib/hooks/useCircularLoader/useCircularLoader.js +2 -2
- package/lib/hooks/useCircularLoader/useCircularLoader.test.js +4 -6
- package/lib/hooks/useComponentToggle/useComponentToggle.test.js +8 -7
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.js +3 -4
- package/lib/hooks/useCopyToClipboard/useCopyToClipboard.test.js +4 -5
- package/lib/hooks/useDeprecationWarning/useDeprecationWarning.test.js +2 -2
- package/lib/hooks/useDevelopmentWarning/useDevelopmentWarning.test.js +1 -2
- package/lib/hooks/useExpandableListViewItem/useExpandableListViewItem.js +5 -5
- package/lib/hooks/useFallbackImage/useFallbackImage.test.js +2 -2
- package/lib/hooks/useField/useField.js +6 -5
- package/lib/hooks/useField/useField.test.js +10 -4
- package/lib/hooks/useGetTheme/useGetTheme.js +2 -4
- package/lib/hooks/useGetTheme/useGetTheme.test.js +2 -2
- package/lib/hooks/useGridList/useGridList.js +2 -2
- package/lib/hooks/useGridListItem/useGridListItem.js +3 -2
- package/lib/hooks/useImageUploadState/useImageUploadState.js +1 -1
- package/lib/hooks/useInputLoader/useInputLoader.js +0 -1
- package/lib/hooks/useModalState/useModalState.js +2 -2
- package/lib/hooks/useMountTransition/useMountTransition.js +1 -1
- package/lib/hooks/useMountTransition/useMountTransition.test.js +35 -11
- package/lib/hooks/useOverlappingMenuHoverState/useOverlappingMenuHoverState.test.js +9 -10
- package/lib/hooks/useOverlayPanelState/useOverlayPanelState.js +2 -2
- package/lib/hooks/usePagination/usePagination.js +2 -2
- package/lib/hooks/useProgressiveState/useProgressiveState.test.js +58 -22
- package/lib/hooks/usePropWarning/usePropWarning.test.js +1 -2
- package/lib/hooks/useReorderableCollection/useReorderableCollection.js +4 -5
- package/lib/hooks/useSelectField/useSelectField.js +2 -2
- package/lib/hooks/useSliderField/useSliderField.js +2 -2
- package/lib/hooks/useSliderField/useSliderField.test.js +2 -2
- package/lib/hooks/useTShirtSize/useTShirtSize.test.js +1 -2
- package/lib/hooks/useTypeAnimation/useTypeAnimation.test.js +3 -3
- package/lib/hooks/useTypeAnimationWrapper/useTypeAnimationWrapper.test.js +1 -1
- package/lib/mocks/handlers/users.js +4 -5
- package/lib/recipes/AccordionCard.stories.js +2 -2
- package/lib/recipes/ApplicationSearchDropdown.stories.hidden.js +2 -2
- package/lib/recipes/AttributeMapping.stories.js +10 -0
- package/lib/recipes/CollapsiblePanel.stories.js +2 -2
- package/lib/recipes/ConditionFilter.stories.js +2 -2
- package/lib/recipes/DataVisualization.stories.js +3 -4
- package/lib/recipes/InlineEditing.stories.js +5 -5
- package/lib/recipes/ListAndPanel.stories.js +4 -5
- package/lib/recipes/LogoTabs.stories.js +2 -2
- package/lib/recipes/MultipagePopup.stories.js +2 -2
- package/lib/recipes/PanelContent.stories.js +5 -2
- package/lib/recipes/Slider.stories.js +2 -2
- package/lib/styles/ColorDocumentation.js +8 -17
- package/lib/styles/colors.js +3 -3
- package/lib/styles/forms/index.js +2 -2
- package/lib/styles/spacing.js +0 -1
- package/lib/styles/text.js +1 -2
- package/lib/styles/theme.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/colors.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/customProperties/icons.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/customProperties/index.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/stories/NextGenDarkStickerSheet.chromatic.stories.js +10 -0
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/badges.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/buttons.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/forms.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/iconBadge.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/input.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/links.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/navbar.js +2 -2
- package/lib/styles/themeOverrides/nextGenDarkMode/variants/skeleton.js +2 -2
- package/lib/styles/themeOverrides/stories/EnvironmentBreadcrumb.chromatic.stories.js +2 -2
- package/lib/styles/themeOverrides/uiLibraryOverride.js +2 -2
- package/lib/styles/themes/astro/customProperties/icons.js +1 -1
- package/lib/styles/themes/astro-nano/astro-nano.js +2 -2
- package/lib/styles/themes/end-user/end-user.js +2 -3
- package/lib/styles/themes/next-gen/codeView/codeView.js +2 -2
- package/lib/styles/themes/next-gen/colors/colors.js +2 -2
- package/lib/styles/themes/next-gen/colors/iconWrapper.js +2 -2
- package/lib/styles/themes/next-gen/customProperties/icons.js +1 -1
- package/lib/styles/themes/next-gen/customProperties/index.js +2 -2
- package/lib/styles/themes/next-gen/forms.js +2 -2
- package/lib/styles/themes/next-gen/next-gen.js +3 -3
- package/lib/styles/themes/next-gen/stories/NextGenStickerSheet.chromatic.stories.js +10 -0
- package/lib/styles/themes/next-gen/text.js +1 -2
- package/lib/styles/themes/next-gen/variants/badges.js +2 -2
- package/lib/styles/themes/next-gen/variants/box.js +2 -2
- package/lib/styles/themes/next-gen/variants/button.js +2 -2
- package/lib/styles/themes/next-gen/variants/cards.js +2 -2
- package/lib/styles/themes/next-gen/variants/dataTable.js +2 -2
- package/lib/styles/themes/next-gen/variants/iconWrapper.js +2 -2
- package/lib/styles/themes/next-gen/variants/input.js +2 -2
- package/lib/styles/themes/next-gen/variants/links.js +2 -2
- package/lib/styles/themes/next-gen/variants/navbar.js +2 -2
- package/lib/styles/themes/next-gen/variants/navigationHeader.js +2 -2
- package/lib/styles/themes/next-gen/variants/stepper.js +2 -2
- package/lib/styles/themes/next-gen/variants/table.js +2 -2
- package/lib/styles/themes/next-gen/variants/tableBase.js +2 -2
- package/lib/styles/themes/next-gen/variants/text.js +2 -2
- package/lib/styles/themes/next-gen/variants/variants.js +2 -2
- package/lib/styles/variants/index.js +2 -2
- package/lib/styles/variants/variants.js +2 -2
- package/lib/tsconfig.lib.tsbuildinfo +1 -0
- package/lib/utils/devUtils/createMockData.js +2 -2
- package/lib/utils/devUtils/styledSystemUtils.js +2 -2
- package/lib/utils/docUtils/ariaAttributes.js +2 -2
- package/lib/utils/docUtils/ariaAttributes.test.js +2 -2
- package/lib/utils/docUtils/fieldAttributes.js +2 -2
- package/lib/utils/docUtils/hoverProps.js +2 -2
- package/lib/utils/docUtils/pressAttributes.js +2 -2
- package/lib/utils/docUtils/statusProp.js +2 -2
- package/lib/utils/testUtils/dndMocks.js +20 -28
- package/lib/utils/testUtils/testAxe.js +4 -5
- package/lib/utils/testUtils/testWrapper.js +3 -4
- package/lib/utils/testUtils/universalComponentTest.js +4 -5
- package/lib/utils/testUtils/universalFormSubmitTest.js +102 -55
- package/package.json +74 -47
- package/LICENSE +0 -202
- package/README.md +0 -103
- package/lib/cjs/components/AIComponents/AIPanel/AIPanel.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/Attachment/Attachment.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/Prompt/Prompt.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/PromptInput/PromptInput.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/PromptInput/PromptUploadButton.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/Response/Response.test.jsx +0 -191
- package/lib/cjs/components/AIComponents/Response/ResponseMarkdown/ResponseMarkdown.test.d.ts +0 -1
- package/lib/cjs/components/AIComponents/Suggestions/Suggestions.test.d.ts +0 -1
- package/lib/cjs/components/AccordionGroup/AccordionGroup.test.d.ts +0 -1
- package/lib/cjs/components/ArrayField/ArrayField.test.d.ts +0 -1
- package/lib/cjs/components/Avatar/Avatar.test.d.ts +0 -1
- package/lib/cjs/components/Badge/Badge.test.d.ts +0 -1
- package/lib/cjs/components/Box/Box.test.d.ts +0 -1
- package/lib/cjs/components/Bracket/Bracket.test.d.ts +0 -1
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.test.d.ts +0 -1
- package/lib/cjs/components/Button/Button.test.d.ts +0 -1
- package/lib/cjs/components/ButtonBar/ButtonBar.test.d.ts +0 -1
- package/lib/cjs/components/Calendar/Calendar.test.d.ts +0 -1
- package/lib/cjs/components/Callout/Callout.test.d.ts +0 -1
- package/lib/cjs/components/Card/Card.test.d.ts +0 -1
- package/lib/cjs/components/CheckboxField/CheckboxField.test.d.ts +0 -1
- package/lib/cjs/components/CodeEditor/CodeEditor.test.d.ts +0 -1
- package/lib/cjs/components/CodeView/CodeView.test.d.ts +0 -1
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.test.d.ts +0 -1
- package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelBadge.test.d.ts +0 -1
- package/lib/cjs/components/CollapsiblePanelContainer/CollapsiblePanelContainer.test.d.ts +0 -1
- package/lib/cjs/components/CollapsiblePanelItem/CollapsiblePanelItem.test.d.ts +0 -1
- package/lib/cjs/components/ColorField/ColorField.test.d.ts +0 -1
- package/lib/cjs/components/CopyText/CopyText.test.d.ts +0 -1
- package/lib/cjs/components/DataTable/DataTable.test.d.ts +0 -1
- package/lib/cjs/components/DataTable/DataTableBadge.test.d.ts +0 -1
- package/lib/cjs/components/DataTable/DataTableMenu.test.d.ts +0 -1
- package/lib/cjs/components/DataTable/DataTableMultiLine.test.d.ts +0 -1
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.test.d.ts +0 -4
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentalBreadcrumbUniversal.test.d.ts +0 -1
- package/lib/cjs/components/ExpandableText/ExpandableText.test.d.ts +0 -1
- package/lib/cjs/components/FieldHelperText/FieldHelperText.test.d.ts +0 -1
- package/lib/cjs/components/Footer/Footer.test.d.ts +0 -1
- package/lib/cjs/components/Grid/Grid.test.d.ts +0 -1
- package/lib/cjs/components/GridList/GridList.test.d.ts +0 -1
- package/lib/cjs/components/HelpHint/HelpHint.test.d.ts +0 -1
- package/lib/cjs/components/Icon/Icon.test.d.ts +0 -1
- package/lib/cjs/components/Icon/NoticeIcon.test.d.ts +0 -1
- package/lib/cjs/components/IconBadge/IconBadge.test.d.ts +0 -1
- package/lib/cjs/components/IconButton/IconButton.test.d.ts +0 -1
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.test.d.ts +0 -1
- package/lib/cjs/components/IconWrapper/IconWrapper.test.d.ts +0 -1
- package/lib/cjs/components/Image/Image.test.d.ts +0 -1
- package/lib/cjs/components/Input/Input.test.d.ts +0 -1
- package/lib/cjs/components/Label/Label.test.d.ts +0 -1
- package/lib/cjs/components/Link/Link.test.d.ts +0 -1
- package/lib/cjs/components/ListBox/ListBox.test.d.ts +0 -1
- package/lib/cjs/components/ListItem/ListItem.test.d.ts +0 -1
- package/lib/cjs/components/ListView/ListView.test.d.ts +0 -1
- package/lib/cjs/components/Loader/Loader.test.d.ts +0 -1
- package/lib/cjs/components/Menu/Menu.test.d.ts +0 -1
- package/lib/cjs/components/MenuItem/MenuItem.test.d.ts +0 -1
- package/lib/cjs/components/MenuSection/MenuSection.test.d.ts +0 -1
- package/lib/cjs/components/Messages/Messages.test.d.ts +0 -1
- package/lib/cjs/components/Messages/utils/tests/messagesReducer.test.d.ts +0 -1
- package/lib/cjs/components/Messages/utils/tests/multiMessagesReducer.test.d.ts +0 -1
- package/lib/cjs/components/Modal/ModalBody.test.d.ts +0 -1
- package/lib/cjs/components/Modal/ModalFooter.test.d.ts +0 -1
- package/lib/cjs/components/Modal/ModalHeader.test.d.ts +0 -1
- package/lib/cjs/components/Modal/tests/Modal.integration.test.d.ts +0 -1
- package/lib/cjs/components/Modal/tests/Modal.unit.test.d.ts +0 -1
- package/lib/cjs/components/NavBar/NavBar.test.d.ts +0 -1
- package/lib/cjs/components/NavBarSection/NavBarItemBody.test.d.ts +0 -1
- package/lib/cjs/components/NavBarSection/NavBarItemHeader.test.d.ts +0 -1
- package/lib/cjs/components/NavSideBar/Icon.test.d.ts +0 -1
- package/lib/cjs/components/NavSideBar/NavSideBar.test.d.ts +0 -1
- package/lib/cjs/components/NavigationHeader/NavigationHeader.test.d.ts +0 -1
- package/lib/cjs/components/OverlayPanel/OverlayPanel.test.d.ts +0 -1
- package/lib/cjs/components/Pagination/Pagination.test.d.ts +0 -1
- package/lib/cjs/components/PasswordField/PasswordField.test.d.ts +0 -1
- package/lib/cjs/components/Popover/Popover.test.d.ts +0 -1
- package/lib/cjs/components/PopoverMenu/PopoverMenu.test.d.ts +0 -1
- package/lib/cjs/components/ProgressBar/ProgressBar.test.d.ts +0 -1
- package/lib/cjs/components/RadioField/RadioField.test.d.ts +0 -1
- package/lib/cjs/components/RadioGroupField/RadioGroupField.test.d.ts +0 -1
- package/lib/cjs/components/RangeCalendar/RangeCalendar.test.d.ts +0 -1
- package/lib/cjs/components/RequirementsList/RequirementsList.test.d.ts +0 -1
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.test.d.ts +0 -1
- package/lib/cjs/components/ScrollBox/ScrollBox.test.d.ts +0 -1
- package/lib/cjs/components/SearchField/SearchField.test.d.ts +0 -1
- package/lib/cjs/components/SearchNav/SearchNav.test.d.ts +0 -1
- package/lib/cjs/components/SelectField/SelectField.test.d.ts +0 -1
- package/lib/cjs/components/SelectFieldBase/HiddenSelect.test.d.ts +0 -1
- package/lib/cjs/components/SelectFieldBase/SelectFieldBase.test.d.ts +0 -1
- package/lib/cjs/components/Separator/Separator.test.d.ts +0 -1
- package/lib/cjs/components/ServerErrorBoundary/ServerErrorBoundary.test.d.ts +0 -1
- package/lib/cjs/components/Skeleton/Skeleton.test.d.ts +0 -1
- package/lib/cjs/components/SliderField/SliderField.test.d.ts +0 -1
- package/lib/cjs/components/StatusIcon/StatusIcon.test.d.ts +0 -1
- package/lib/cjs/components/SwitchField/SwitchField.test.d.ts +0 -1
- package/lib/cjs/components/Table/Table.test.d.ts +0 -1
- package/lib/cjs/components/TableBase/TableBase.test.d.ts +0 -1
- package/lib/cjs/components/TableBody/TableBody.test.d.ts +0 -1
- package/lib/cjs/components/TableCaption/TableCaption.test.d.ts +0 -1
- package/lib/cjs/components/TableCell/TableCell.test.d.ts +0 -1
- package/lib/cjs/components/TableHead/TableHead.test.d.ts +0 -1
- package/lib/cjs/components/TableRow/TableRow.test.d.ts +0 -1
- package/lib/cjs/components/Tabs/Tabs.test.d.ts +0 -1
- package/lib/cjs/components/Text/Text.test.d.ts +0 -1
- package/lib/cjs/components/TextAreaField/TextAreaField.test.d.ts +0 -1
- package/lib/cjs/components/TextField/TextField.test.d.ts +0 -1
- package/lib/cjs/components/TimeField/TimeField.test.d.ts +0 -1
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.test.d.ts +0 -1
- package/lib/cjs/hooks/useAriaLabelWarning/useAriaLabelWarning.test.d.ts +0 -1
- package/lib/cjs/hooks/useCircularLoader/useCircularLoader.test.d.ts +0 -1
- package/lib/cjs/hooks/useComponentToggle/useComponentToggle.test.d.ts +0 -1
- package/lib/cjs/hooks/useCopyToClipboard/useCopyToClipboard.test.d.ts +0 -1
- package/lib/cjs/hooks/useDevelopmentWarning/useDevelopmentWarning.test.d.ts +0 -1
- package/lib/cjs/hooks/useFallbackImage/useFallbackImage.test.d.ts +0 -1
- package/lib/cjs/hooks/useField/useField.test.d.ts +0 -1
- package/lib/cjs/hooks/useGetTheme/useGetTheme.test.d.ts +0 -1
- package/lib/cjs/hooks/useLoadPrev/useLoadPrev.test.d.ts +0 -1
- package/lib/cjs/hooks/useLocalOrForwardRef/useLocalOrForwardRef.test.d.ts +0 -1
- package/lib/cjs/hooks/useModalState/useModalState.test.d.ts +0 -1
- package/lib/cjs/hooks/useMountTransition/useMountTransition.test.d.ts +0 -1
- package/lib/cjs/hooks/useNavBarPress/useNavBarPress.test.d.ts +0 -1
- package/lib/cjs/hooks/useNavBarStyling/useNavBarStyling.test.d.ts +0 -1
- package/lib/cjs/hooks/useOverlappingMenuHoverState/useOverlappingMenuHoverState.test.d.ts +0 -1
- package/lib/cjs/hooks/useOverlayPanelState/useOverlayPanelState.test.d.ts +0 -1
- package/lib/cjs/hooks/useProgressiveState/useProgressiveState.test.d.ts +0 -1
- package/lib/cjs/hooks/usePropWarning/usePropWarning.test.d.ts +0 -1
- package/lib/cjs/hooks/useSliderField/useSliderField.test.d.ts +0 -1
- package/lib/cjs/hooks/useStatusClasses/useStatusClasses.test.d.ts +0 -1
- package/lib/cjs/hooks/useTShirtSize/useTShirtSize.test.d.ts +0 -1
- package/lib/cjs/hooks/useTypeAnimation/useTypeAnimation.test.d.ts +0 -1
- package/lib/cjs/hooks/useTypeAnimationWrapper/useTypeAnimationWrapper.test.d.ts +0 -1
- package/lib/components/AIComponents/Response/Response.test.jsx +0 -191
|
@@ -44,6 +44,8 @@ export declare const tabLabel: {
|
|
|
44
44
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
45
45
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
46
46
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
47
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
48
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
47
49
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
48
50
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
49
51
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -111,6 +113,7 @@ export declare const tabLabel: {
|
|
|
111
113
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
112
114
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
113
115
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
116
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
114
117
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
115
118
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
116
119
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -124,6 +127,12 @@ export declare const tabLabel: {
|
|
|
124
127
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
125
128
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
126
129
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
130
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
131
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
132
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
133
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
134
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
135
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
127
136
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
128
137
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
129
138
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -144,15 +153,21 @@ export declare const tabLabel: {
|
|
|
144
153
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
145
154
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
146
155
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
156
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
147
157
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
148
158
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
149
159
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
150
160
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
151
161
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
162
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
163
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
164
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
165
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
152
166
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
153
167
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
154
168
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
155
169
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
170
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
156
171
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
157
172
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
158
173
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -170,6 +185,7 @@ export declare const tabLabel: {
|
|
|
170
185
|
gridTemplateRows?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
171
186
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
172
187
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
188
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
173
189
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
174
190
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
175
191
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -177,11 +193,8 @@ export declare const tabLabel: {
|
|
|
177
193
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
178
194
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
179
195
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
180
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
181
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
182
196
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
183
197
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
184
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
185
198
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
186
199
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
187
200
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -196,16 +209,15 @@ export declare const tabLabel: {
|
|
|
196
209
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
197
210
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
198
211
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
199
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
200
212
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
201
213
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
202
214
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
203
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
204
215
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
205
216
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
206
217
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
207
218
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
208
219
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
220
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
209
221
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
210
222
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
211
223
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -221,6 +233,7 @@ export declare const tabLabel: {
|
|
|
221
233
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
222
234
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
223
235
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
236
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
224
237
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
225
238
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
226
239
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -241,6 +254,7 @@ export declare const tabLabel: {
|
|
|
241
254
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
242
255
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
243
256
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
257
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
244
258
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
245
259
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
246
260
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -257,27 +271,26 @@ export declare const tabLabel: {
|
|
|
257
271
|
overflowInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowInline | undefined>;
|
|
258
272
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
259
273
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
274
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
260
275
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
261
276
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
262
277
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
263
278
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
264
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
265
279
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
266
280
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
267
281
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
268
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
269
282
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
270
283
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
271
284
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
272
285
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
273
286
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
287
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
274
288
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
275
289
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
276
290
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
277
291
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
278
292
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
279
293
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
280
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
281
294
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
282
295
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
283
296
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -291,36 +304,31 @@ export declare const tabLabel: {
|
|
|
291
304
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
292
305
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
293
306
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
294
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
295
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
296
307
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
297
308
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
298
309
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
299
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
300
310
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
301
311
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
302
312
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
303
313
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
304
314
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
305
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
306
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
307
315
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
308
316
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
309
317
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
310
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
311
318
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
312
319
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
313
320
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
314
321
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
315
322
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
316
323
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
317
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
318
324
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
319
325
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
320
326
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
321
327
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
322
328
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
323
329
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
330
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
331
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
324
332
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
325
333
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
326
334
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -351,12 +359,15 @@ export declare const tabLabel: {
|
|
|
351
359
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
352
360
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
353
361
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
362
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
363
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
354
364
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
355
365
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
356
366
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
357
367
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
358
368
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
359
369
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
370
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
360
371
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
361
372
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
362
373
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -365,8 +376,14 @@ export declare const tabLabel: {
|
|
|
365
376
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
366
377
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
367
378
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
379
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
380
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
381
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
382
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
368
383
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
369
384
|
whiteSpace?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpace | undefined>;
|
|
385
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
386
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
370
387
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
371
388
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
372
389
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -375,6 +392,7 @@ export declare const tabLabel: {
|
|
|
375
392
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
376
393
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
377
394
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
395
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
378
396
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
379
397
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
380
398
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -392,8 +410,11 @@ export declare const tabLabel: {
|
|
|
392
410
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
393
411
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
394
412
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
413
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
395
414
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
396
415
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
416
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
417
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
397
418
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
398
419
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
399
420
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -402,9 +423,14 @@ export declare const tabLabel: {
|
|
|
402
423
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
403
424
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
404
425
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
426
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
427
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
428
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
405
429
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
406
430
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
407
431
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
432
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
433
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
408
434
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
409
435
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
410
436
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -413,11 +439,23 @@ export declare const tabLabel: {
|
|
|
413
439
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
414
440
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
415
441
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
442
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
443
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
444
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
416
445
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
417
446
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
447
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
448
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
449
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
450
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
451
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
452
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
453
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
454
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
418
455
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
419
456
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
420
457
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
458
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
421
459
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
422
460
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
423
461
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -458,7 +496,7 @@ export declare const tabLabel: {
|
|
|
458
496
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
459
497
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
460
498
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
461
|
-
|
|
499
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
462
500
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
463
501
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
464
502
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -484,20 +522,16 @@ export declare const tabLabel: {
|
|
|
484
522
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
485
523
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
486
524
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
525
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
526
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
527
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
528
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
487
529
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
488
530
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
489
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
490
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
491
531
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
492
532
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
493
533
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
494
534
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
495
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
496
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
497
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
498
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
499
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
500
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
501
535
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
502
536
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
503
537
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -677,7 +711,7 @@ export declare const tabLabel: {
|
|
|
677
711
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
678
712
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
679
713
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
680
|
-
|
|
714
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
681
715
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
682
716
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
683
717
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -735,6 +769,10 @@ export declare const tabLabel: {
|
|
|
735
769
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
736
770
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
737
771
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
772
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
773
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
774
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
775
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
738
776
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
739
777
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
740
778
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -801,6 +839,7 @@ export declare const tabLabel: {
|
|
|
801
839
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
802
840
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
803
841
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
842
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
804
843
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
805
844
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
806
845
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -855,8 +894,8 @@ export declare const tabLabel: {
|
|
|
855
894
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
856
895
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
857
896
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
858
|
-
variant?: string
|
|
859
|
-
label?: string
|
|
897
|
+
variant?: string;
|
|
898
|
+
label?: string;
|
|
860
899
|
};
|
|
861
900
|
export declare const searchNavTabLabel: {
|
|
862
901
|
whiteSpace: string;
|
|
@@ -890,6 +929,8 @@ export declare const searchNavTabLabel: {
|
|
|
890
929
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
891
930
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
892
931
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
932
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
933
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
893
934
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
894
935
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
895
936
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -957,6 +998,7 @@ export declare const searchNavTabLabel: {
|
|
|
957
998
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
958
999
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
959
1000
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
1001
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
960
1002
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
961
1003
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
962
1004
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -970,6 +1012,12 @@ export declare const searchNavTabLabel: {
|
|
|
970
1012
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
971
1013
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
972
1014
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
1015
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
1016
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
1017
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
1018
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
1019
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
1020
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
973
1021
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
974
1022
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
975
1023
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -991,15 +1039,21 @@ export declare const searchNavTabLabel: {
|
|
|
991
1039
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
992
1040
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
993
1041
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
1042
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
994
1043
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
995
1044
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
996
1045
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
997
1046
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
998
1047
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
1048
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
1049
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
1050
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
1051
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
999
1052
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
1000
1053
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
1001
1054
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
1002
1055
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
1056
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
1003
1057
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
1004
1058
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
1005
1059
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -1017,6 +1071,7 @@ export declare const searchNavTabLabel: {
|
|
|
1017
1071
|
gridTemplateRows?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
1018
1072
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
1019
1073
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
1074
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
1020
1075
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
1021
1076
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
1022
1077
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -1024,11 +1079,8 @@ export declare const searchNavTabLabel: {
|
|
|
1024
1079
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
1025
1080
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
1026
1081
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
1027
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
1028
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
1029
1082
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
1030
1083
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
1031
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
1032
1084
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
1033
1085
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
1034
1086
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -1043,16 +1095,15 @@ export declare const searchNavTabLabel: {
|
|
|
1043
1095
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
1044
1096
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
1045
1097
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
1046
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
1047
1098
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
1048
1099
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
1049
1100
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
1050
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
1051
1101
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
1052
1102
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
1053
1103
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
1054
1104
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
1055
1105
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
1106
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
1056
1107
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
1057
1108
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
1058
1109
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -1068,6 +1119,7 @@ export declare const searchNavTabLabel: {
|
|
|
1068
1119
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
1069
1120
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
1070
1121
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
1122
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
1071
1123
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
1072
1124
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
1073
1125
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -1089,6 +1141,7 @@ export declare const searchNavTabLabel: {
|
|
|
1089
1141
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
1090
1142
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
1091
1143
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
1144
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
1092
1145
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
1093
1146
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
1094
1147
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -1106,27 +1159,26 @@ export declare const searchNavTabLabel: {
|
|
|
1106
1159
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
1107
1160
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
1108
1161
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
1162
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
1109
1163
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
1110
1164
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
1111
1165
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
1112
1166
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
1113
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
1114
1167
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
1115
1168
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
1116
1169
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
1117
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
1118
1170
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
1119
1171
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
1120
1172
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
1121
1173
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
1122
1174
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
1175
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
1123
1176
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
1124
1177
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
1125
1178
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
1126
1179
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
1127
1180
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
1128
1181
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
1129
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
1130
1182
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
1131
1183
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
1132
1184
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -1140,36 +1192,31 @@ export declare const searchNavTabLabel: {
|
|
|
1140
1192
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
1141
1193
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
1142
1194
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
1143
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
1144
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
1145
1195
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
1146
1196
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
1147
1197
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
1148
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
1149
1198
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
1150
1199
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
1151
1200
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
1152
1201
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
1153
1202
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
1154
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
1155
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
1156
1203
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
1157
1204
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
1158
1205
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
1159
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
1160
1206
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
1161
1207
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
1162
1208
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
1163
1209
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
1164
1210
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
1165
1211
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
1166
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
1167
1212
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
1168
1213
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
1169
1214
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
1170
1215
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
1171
1216
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
1172
1217
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
1218
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
1219
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
1173
1220
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
1174
1221
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
1175
1222
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -1200,12 +1247,15 @@ export declare const searchNavTabLabel: {
|
|
|
1200
1247
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
1201
1248
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
1202
1249
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
1250
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
1251
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
1203
1252
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
1204
1253
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
1205
1254
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
1206
1255
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
1207
1256
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
1208
1257
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
1258
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
1209
1259
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
1210
1260
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
1211
1261
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -1214,7 +1264,13 @@ export declare const searchNavTabLabel: {
|
|
|
1214
1264
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
1215
1265
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
1216
1266
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
1267
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
1268
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
1269
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
1270
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
1217
1271
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
1272
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
1273
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
1218
1274
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
1219
1275
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
1220
1276
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -1225,6 +1281,7 @@ export declare const searchNavTabLabel: {
|
|
|
1225
1281
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
1226
1282
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
1227
1283
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
1284
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
1228
1285
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
1229
1286
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
1230
1287
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -1242,8 +1299,11 @@ export declare const searchNavTabLabel: {
|
|
|
1242
1299
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
1243
1300
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
1244
1301
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
1302
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
1245
1303
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
1246
1304
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
1305
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
1306
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
1247
1307
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
1248
1308
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
1249
1309
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -1252,9 +1312,14 @@ export declare const searchNavTabLabel: {
|
|
|
1252
1312
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
1253
1313
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
1254
1314
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
1315
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
1316
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
1317
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
1255
1318
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
1256
1319
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
1257
1320
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
1321
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
1322
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
1258
1323
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
1259
1324
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
1260
1325
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -1263,11 +1328,23 @@ export declare const searchNavTabLabel: {
|
|
|
1263
1328
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
1264
1329
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
1265
1330
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
1331
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
1332
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
1333
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
1266
1334
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
1267
1335
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
1336
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
1337
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
1338
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
1339
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
1340
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
1341
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
1342
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
1343
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
1268
1344
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
1269
1345
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
1270
1346
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
1347
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
1271
1348
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
1272
1349
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
1273
1350
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -1308,7 +1385,7 @@ export declare const searchNavTabLabel: {
|
|
|
1308
1385
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
1309
1386
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
1310
1387
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
1311
|
-
|
|
1388
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
1312
1389
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
1313
1390
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
1314
1391
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -1334,20 +1411,16 @@ export declare const searchNavTabLabel: {
|
|
|
1334
1411
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
1335
1412
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
1336
1413
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
1414
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
1415
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
1416
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
1417
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
1337
1418
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
1338
1419
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
1339
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
1340
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
1341
1420
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
1342
1421
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
1343
1422
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
1344
1423
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
1345
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
1346
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
1347
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
1348
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
1349
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
1350
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
1351
1424
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
1352
1425
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
1353
1426
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -1527,7 +1600,7 @@ export declare const searchNavTabLabel: {
|
|
|
1527
1600
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
1528
1601
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
1529
1602
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
1530
|
-
|
|
1603
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
1531
1604
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
1532
1605
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
1533
1606
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -1584,6 +1657,10 @@ export declare const searchNavTabLabel: {
|
|
|
1584
1657
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1585
1658
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1586
1659
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1660
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1661
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1662
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1663
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1587
1664
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1588
1665
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1589
1666
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -1650,6 +1727,7 @@ export declare const searchNavTabLabel: {
|
|
|
1650
1727
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1651
1728
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1652
1729
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1730
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1653
1731
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1654
1732
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1655
1733
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -1704,8 +1782,13 @@ export declare const searchNavTabLabel: {
|
|
|
1704
1782
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1705
1783
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1706
1784
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
1707
|
-
variant?: string
|
|
1708
|
-
label?: string
|
|
1785
|
+
variant?: string;
|
|
1786
|
+
label?: string;
|
|
1787
|
+
};
|
|
1788
|
+
export declare const textEllipsis: {
|
|
1789
|
+
textOverflow: string;
|
|
1790
|
+
overflow: string;
|
|
1791
|
+
whiteSpace: string;
|
|
1709
1792
|
};
|
|
1710
1793
|
export declare const text: {
|
|
1711
1794
|
inputValue: {
|
|
@@ -1899,6 +1982,8 @@ export declare const text: {
|
|
|
1899
1982
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
1900
1983
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
1901
1984
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
1985
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
1986
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
1902
1987
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
1903
1988
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
1904
1989
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -1966,6 +2051,7 @@ export declare const text: {
|
|
|
1966
2051
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
1967
2052
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
1968
2053
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
2054
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
1969
2055
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
1970
2056
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
1971
2057
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -1979,6 +2065,12 @@ export declare const text: {
|
|
|
1979
2065
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
1980
2066
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
1981
2067
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
2068
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
2069
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
2070
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
2071
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
2072
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
2073
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
1982
2074
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
1983
2075
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
1984
2076
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -2000,15 +2092,21 @@ export declare const text: {
|
|
|
2000
2092
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
2001
2093
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
2002
2094
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
2095
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
2003
2096
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
2004
2097
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
2005
2098
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
2006
2099
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
2007
2100
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
2101
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
2102
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
2103
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
2104
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
2008
2105
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
2009
2106
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
2010
2107
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
2011
2108
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
2109
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
2012
2110
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
2013
2111
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
2014
2112
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -2026,6 +2124,7 @@ export declare const text: {
|
|
|
2026
2124
|
gridTemplateRows?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
2027
2125
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
2028
2126
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
2127
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
2029
2128
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
2030
2129
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
2031
2130
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -2033,11 +2132,8 @@ export declare const text: {
|
|
|
2033
2132
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
2034
2133
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
2035
2134
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
2036
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
2037
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
2038
2135
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
2039
2136
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
2040
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
2041
2137
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
2042
2138
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
2043
2139
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -2052,16 +2148,15 @@ export declare const text: {
|
|
|
2052
2148
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
2053
2149
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
2054
2150
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
2055
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
2056
2151
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
2057
2152
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
2058
2153
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
2059
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
2060
2154
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
2061
2155
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
2062
2156
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
2063
2157
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
2064
2158
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
2159
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
2065
2160
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
2066
2161
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
2067
2162
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -2077,6 +2172,7 @@ export declare const text: {
|
|
|
2077
2172
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
2078
2173
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
2079
2174
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
2175
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
2080
2176
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
2081
2177
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
2082
2178
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -2098,6 +2194,7 @@ export declare const text: {
|
|
|
2098
2194
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
2099
2195
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
2100
2196
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
2197
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
2101
2198
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
2102
2199
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
2103
2200
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -2115,27 +2212,26 @@ export declare const text: {
|
|
|
2115
2212
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
2116
2213
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
2117
2214
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
2215
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
2118
2216
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
2119
2217
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
2120
2218
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
2121
2219
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
2122
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
2123
2220
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
2124
2221
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
2125
2222
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
2126
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
2127
2223
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
2128
2224
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
2129
2225
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
2130
2226
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
2131
2227
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
2228
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
2132
2229
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
2133
2230
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
2134
2231
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
2135
2232
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
2136
2233
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
2137
2234
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
2138
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
2139
2235
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
2140
2236
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
2141
2237
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -2149,36 +2245,31 @@ export declare const text: {
|
|
|
2149
2245
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
2150
2246
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
2151
2247
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
2152
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
2153
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
2154
2248
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
2155
2249
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
2156
2250
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
2157
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
2158
2251
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
2159
2252
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
2160
2253
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
2161
2254
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
2162
2255
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
2163
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
2164
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
2165
2256
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
2166
2257
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
2167
2258
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
2168
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
2169
2259
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
2170
2260
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
2171
2261
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
2172
2262
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
2173
2263
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
2174
2264
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
2175
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
2176
2265
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
2177
2266
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
2178
2267
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
2179
2268
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
2180
2269
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
2181
2270
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
2271
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
2272
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
2182
2273
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
2183
2274
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
2184
2275
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -2209,12 +2300,15 @@ export declare const text: {
|
|
|
2209
2300
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
2210
2301
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
2211
2302
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
2303
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
2304
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
2212
2305
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
2213
2306
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
2214
2307
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
2215
2308
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
2216
2309
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
2217
2310
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
2311
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
2218
2312
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
2219
2313
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
2220
2314
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -2223,7 +2317,13 @@ export declare const text: {
|
|
|
2223
2317
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
2224
2318
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
2225
2319
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
2320
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
2321
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
2322
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
2323
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
2226
2324
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
2325
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
2326
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
2227
2327
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
2228
2328
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
2229
2329
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -2234,6 +2334,7 @@ export declare const text: {
|
|
|
2234
2334
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
2235
2335
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
2236
2336
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
2337
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
2237
2338
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
2238
2339
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
2239
2340
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -2251,8 +2352,11 @@ export declare const text: {
|
|
|
2251
2352
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
2252
2353
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
2253
2354
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
2355
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
2254
2356
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
2255
2357
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
2358
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
2359
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
2256
2360
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
2257
2361
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
2258
2362
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -2261,9 +2365,14 @@ export declare const text: {
|
|
|
2261
2365
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
2262
2366
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
2263
2367
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
2368
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
2369
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
2370
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
2264
2371
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
2265
2372
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
2266
2373
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
2374
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
2375
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
2267
2376
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
2268
2377
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
2269
2378
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -2272,11 +2381,23 @@ export declare const text: {
|
|
|
2272
2381
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
2273
2382
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
2274
2383
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
2384
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
2385
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
2386
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
2275
2387
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
2276
2388
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
2389
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
2390
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
2391
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
2392
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
2393
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
2394
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
2395
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
2396
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
2277
2397
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
2278
2398
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
2279
2399
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
2400
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
2280
2401
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
2281
2402
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
2282
2403
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -2317,7 +2438,7 @@ export declare const text: {
|
|
|
2317
2438
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
2318
2439
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
2319
2440
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
2320
|
-
|
|
2441
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
2321
2442
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
2322
2443
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
2323
2444
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -2343,20 +2464,16 @@ export declare const text: {
|
|
|
2343
2464
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
2344
2465
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
2345
2466
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
2467
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
2468
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
2469
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
2470
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
2346
2471
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
2347
2472
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
2348
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
2349
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
2350
2473
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
2351
2474
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
2352
2475
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
2353
2476
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
2354
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
2355
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
2356
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
2357
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
2358
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
2359
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
2360
2477
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
2361
2478
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
2362
2479
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -2536,7 +2653,7 @@ export declare const text: {
|
|
|
2536
2653
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
2537
2654
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
2538
2655
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
2539
|
-
|
|
2656
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
2540
2657
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
2541
2658
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
2542
2659
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -2593,6 +2710,10 @@ export declare const text: {
|
|
|
2593
2710
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2594
2711
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2595
2712
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2713
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2714
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2715
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2716
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2596
2717
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2597
2718
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2598
2719
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -2659,6 +2780,7 @@ export declare const text: {
|
|
|
2659
2780
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2660
2781
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2661
2782
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2783
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2662
2784
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2663
2785
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2664
2786
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -2713,8 +2835,8 @@ export declare const text: {
|
|
|
2713
2835
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2714
2836
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2715
2837
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
2716
|
-
variant?: string
|
|
2717
|
-
label?: string
|
|
2838
|
+
variant?: string;
|
|
2839
|
+
label?: string;
|
|
2718
2840
|
};
|
|
2719
2841
|
sectionTitle: {
|
|
2720
2842
|
fontSize: string;
|
|
@@ -2773,6 +2895,8 @@ export declare const text: {
|
|
|
2773
2895
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
2774
2896
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
2775
2897
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
2898
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
2899
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
2776
2900
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
2777
2901
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
2778
2902
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -2840,6 +2964,7 @@ export declare const text: {
|
|
|
2840
2964
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
2841
2965
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
2842
2966
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
2967
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
2843
2968
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
2844
2969
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
2845
2970
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -2853,6 +2978,12 @@ export declare const text: {
|
|
|
2853
2978
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
2854
2979
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
2855
2980
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
2981
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
2982
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
2983
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
2984
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
2985
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
2986
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
2856
2987
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
2857
2988
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
2858
2989
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -2873,15 +3004,21 @@ export declare const text: {
|
|
|
2873
3004
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
2874
3005
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
2875
3006
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
3007
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
2876
3008
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
2877
3009
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
2878
3010
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
2879
3011
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
2880
3012
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
3013
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
3014
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
3015
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
3016
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
2881
3017
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
2882
3018
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
2883
3019
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
2884
3020
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
3021
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
2885
3022
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
2886
3023
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
2887
3024
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -2899,6 +3036,7 @@ export declare const text: {
|
|
|
2899
3036
|
gridTemplateRows?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplateRows<string | number> | undefined>;
|
|
2900
3037
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
2901
3038
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
3039
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
2902
3040
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
2903
3041
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
2904
3042
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -2906,11 +3044,8 @@ export declare const text: {
|
|
|
2906
3044
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
2907
3045
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
2908
3046
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
2909
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
2910
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
2911
3047
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
2912
3048
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
2913
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
2914
3049
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
2915
3050
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
2916
3051
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -2925,16 +3060,15 @@ export declare const text: {
|
|
|
2925
3060
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
2926
3061
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
2927
3062
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
2928
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
2929
3063
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
2930
3064
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
2931
3065
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
2932
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
2933
3066
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
2934
3067
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
2935
3068
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
2936
3069
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
2937
3070
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
3071
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
2938
3072
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
2939
3073
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
2940
3074
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -2950,6 +3084,7 @@ export declare const text: {
|
|
|
2950
3084
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
2951
3085
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
2952
3086
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
3087
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
2953
3088
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
2954
3089
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
2955
3090
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -2970,6 +3105,7 @@ export declare const text: {
|
|
|
2970
3105
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
2971
3106
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
2972
3107
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
3108
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
2973
3109
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
2974
3110
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
2975
3111
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -2986,27 +3122,26 @@ export declare const text: {
|
|
|
2986
3122
|
overflowInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowInline | undefined>;
|
|
2987
3123
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
2988
3124
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
3125
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
2989
3126
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
2990
3127
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
2991
3128
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
2992
3129
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
2993
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
2994
3130
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
2995
3131
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
2996
3132
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
2997
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
2998
3133
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
2999
3134
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
3000
3135
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
3001
3136
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
3002
3137
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
3138
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
3003
3139
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
3004
3140
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
3005
3141
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
3006
3142
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
3007
3143
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
3008
3144
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
3009
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
3010
3145
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
3011
3146
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
3012
3147
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -3020,36 +3155,31 @@ export declare const text: {
|
|
|
3020
3155
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
3021
3156
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
3022
3157
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
3023
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3024
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
3025
3158
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
3026
3159
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
3027
3160
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
3028
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
3029
3161
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
3030
3162
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
3031
3163
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
3032
3164
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
3033
3165
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
3034
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
3035
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
3036
3166
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
3037
3167
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
3038
3168
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
3039
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
3040
3169
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
3041
3170
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
3042
3171
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
3043
3172
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
3044
3173
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
3045
3174
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
3046
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3047
3175
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
3048
3176
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
3049
3177
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
3050
3178
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
3051
3179
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
3052
3180
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
3181
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
3182
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
3053
3183
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
3054
3184
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
3055
3185
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -3080,12 +3210,15 @@ export declare const text: {
|
|
|
3080
3210
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
3081
3211
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
3082
3212
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
3213
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
3214
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
3083
3215
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
3084
3216
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
3085
3217
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
3086
3218
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
3087
3219
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
3088
3220
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
3221
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
3089
3222
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
3090
3223
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
3091
3224
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -3094,8 +3227,14 @@ export declare const text: {
|
|
|
3094
3227
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
3095
3228
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
3096
3229
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
3230
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
3231
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
3232
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
3233
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
3097
3234
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
3098
3235
|
whiteSpace?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpace | undefined>;
|
|
3236
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
3237
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
3099
3238
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
3100
3239
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
3101
3240
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -3104,6 +3243,7 @@ export declare const text: {
|
|
|
3104
3243
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
3105
3244
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
3106
3245
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
3246
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
3107
3247
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
3108
3248
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
3109
3249
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -3121,8 +3261,11 @@ export declare const text: {
|
|
|
3121
3261
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
3122
3262
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
3123
3263
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
3264
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
3124
3265
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
3125
3266
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
3267
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
3268
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
3126
3269
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
3127
3270
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
3128
3271
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -3131,9 +3274,14 @@ export declare const text: {
|
|
|
3131
3274
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
3132
3275
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
3133
3276
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
3277
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
3278
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
3279
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
3134
3280
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
3135
3281
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
3136
3282
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
3283
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
3284
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
3137
3285
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
3138
3286
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
3139
3287
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -3142,11 +3290,23 @@ export declare const text: {
|
|
|
3142
3290
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
3143
3291
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
3144
3292
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
3293
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
3294
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
3295
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
3145
3296
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
3146
3297
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
3298
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3299
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
3300
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
3301
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
3302
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
3303
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
3304
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3305
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
3147
3306
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
3148
3307
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
3149
3308
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
3309
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
3150
3310
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
3151
3311
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
3152
3312
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -3187,7 +3347,7 @@ export declare const text: {
|
|
|
3187
3347
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
3188
3348
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
3189
3349
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
3190
|
-
|
|
3350
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
3191
3351
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
3192
3352
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
3193
3353
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -3213,20 +3373,16 @@ export declare const text: {
|
|
|
3213
3373
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
3214
3374
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
3215
3375
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
3376
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
3377
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
3378
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
3379
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
3216
3380
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
3217
3381
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
3218
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
3219
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
3220
3382
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
3221
3383
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
3222
3384
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
3223
3385
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
3224
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
3225
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
3226
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
3227
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
3228
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
3229
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
3230
3386
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
3231
3387
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
3232
3388
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -3406,7 +3562,7 @@ export declare const text: {
|
|
|
3406
3562
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
3407
3563
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
3408
3564
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
3409
|
-
|
|
3565
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
3410
3566
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
3411
3567
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
3412
3568
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -3464,6 +3620,10 @@ export declare const text: {
|
|
|
3464
3620
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3465
3621
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3466
3622
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3623
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3624
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3625
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3626
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3467
3627
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3468
3628
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3469
3629
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -3530,6 +3690,7 @@ export declare const text: {
|
|
|
3530
3690
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3531
3691
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3532
3692
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3693
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3533
3694
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3534
3695
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3535
3696
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -3584,8 +3745,8 @@ export declare const text: {
|
|
|
3584
3745
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3585
3746
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3586
3747
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
3587
|
-
variant?: string
|
|
3588
|
-
label?: string
|
|
3748
|
+
variant?: string;
|
|
3749
|
+
label?: string;
|
|
3589
3750
|
};
|
|
3590
3751
|
tableHeader: {
|
|
3591
3752
|
fontSize: string;
|
|
@@ -3651,6 +3812,8 @@ export declare const text: {
|
|
|
3651
3812
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
3652
3813
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
3653
3814
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
3815
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
3816
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
3654
3817
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
3655
3818
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
3656
3819
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -3718,6 +3881,7 @@ export declare const text: {
|
|
|
3718
3881
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
3719
3882
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
3720
3883
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
3884
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
3721
3885
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
3722
3886
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
3723
3887
|
color?: import("theme-ui").StylePropertyValue<import("csstype").Property.Color | undefined>;
|
|
@@ -3732,6 +3896,12 @@ export declare const text: {
|
|
|
3732
3896
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
3733
3897
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
3734
3898
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
3899
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
3900
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
3901
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
3902
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
3903
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
3904
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
3735
3905
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
3736
3906
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
3737
3907
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -3753,16 +3923,22 @@ export declare const text: {
|
|
|
3753
3923
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
3754
3924
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
3755
3925
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
3926
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
3756
3927
|
fontSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSize<string | number> | undefined>;
|
|
3757
3928
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
3758
3929
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
3759
3930
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
3760
3931
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
3761
3932
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
3933
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
3934
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
3935
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
3936
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
3762
3937
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
3763
3938
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
3764
3939
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
3765
3940
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
3941
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
3766
3942
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
3767
3943
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
3768
3944
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -3781,6 +3957,7 @@ export declare const text: {
|
|
|
3781
3957
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
3782
3958
|
height?: import("theme-ui").StylePropertyValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
3783
3959
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
3960
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
3784
3961
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
3785
3962
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
3786
3963
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -3788,11 +3965,8 @@ export declare const text: {
|
|
|
3788
3965
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
3789
3966
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
3790
3967
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
3791
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
3792
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
3793
3968
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
3794
3969
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
3795
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
3796
3970
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
3797
3971
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
3798
3972
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -3808,16 +3982,15 @@ export declare const text: {
|
|
|
3808
3982
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
3809
3983
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
3810
3984
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
3811
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
3812
3985
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
3813
3986
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
3814
3987
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
3815
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
3816
3988
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
3817
3989
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
3818
3990
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
3819
3991
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
3820
3992
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
3993
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
3821
3994
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
3822
3995
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
3823
3996
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -3833,6 +4006,7 @@ export declare const text: {
|
|
|
3833
4006
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
3834
4007
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
3835
4008
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
4009
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
3836
4010
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
3837
4011
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
3838
4012
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -3854,6 +4028,7 @@ export declare const text: {
|
|
|
3854
4028
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
3855
4029
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
3856
4030
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
4031
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
3857
4032
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
3858
4033
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
3859
4034
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -3871,27 +4046,26 @@ export declare const text: {
|
|
|
3871
4046
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
3872
4047
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
3873
4048
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
4049
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
3874
4050
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
3875
4051
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
3876
4052
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
3877
4053
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
3878
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
3879
4054
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
3880
4055
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
3881
4056
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
3882
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
3883
4057
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
3884
4058
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
3885
4059
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
3886
4060
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
3887
4061
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
4062
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
3888
4063
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
3889
4064
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
3890
4065
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
3891
4066
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
3892
4067
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
3893
4068
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
3894
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
3895
4069
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
3896
4070
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
3897
4071
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -3905,36 +4079,31 @@ export declare const text: {
|
|
|
3905
4079
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
3906
4080
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
3907
4081
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
3908
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3909
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
3910
4082
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
3911
4083
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
3912
4084
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
3913
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
3914
4085
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
3915
4086
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
3916
4087
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
3917
4088
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
3918
4089
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
3919
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
3920
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
3921
4090
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
3922
4091
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
3923
4092
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
3924
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
3925
4093
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
3926
4094
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
3927
4095
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
3928
4096
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
3929
4097
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
3930
4098
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
3931
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
3932
4099
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
3933
4100
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
3934
4101
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
3935
4102
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
3936
4103
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
3937
4104
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
4105
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
4106
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
3938
4107
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
3939
4108
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
3940
4109
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -3964,12 +4133,15 @@ export declare const text: {
|
|
|
3964
4133
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
3965
4134
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
3966
4135
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
4136
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
4137
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
3967
4138
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
3968
4139
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
3969
4140
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
3970
4141
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
3971
4142
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
3972
4143
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
4144
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
3973
4145
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
3974
4146
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
3975
4147
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -3978,7 +4150,13 @@ export declare const text: {
|
|
|
3978
4150
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
3979
4151
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
3980
4152
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
4153
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
4154
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
4155
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
4156
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
3981
4157
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
4158
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
4159
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
3982
4160
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
3983
4161
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
3984
4162
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -3989,6 +4167,7 @@ export declare const text: {
|
|
|
3989
4167
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
3990
4168
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
3991
4169
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
4170
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
3992
4171
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
3993
4172
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
3994
4173
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -4006,8 +4185,11 @@ export declare const text: {
|
|
|
4006
4185
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
4007
4186
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
4008
4187
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
4188
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
4009
4189
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
4010
4190
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
4191
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
4192
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
4011
4193
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
4012
4194
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
4013
4195
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -4016,9 +4198,14 @@ export declare const text: {
|
|
|
4016
4198
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
4017
4199
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
4018
4200
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
4201
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
4202
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
4203
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
4019
4204
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
4020
4205
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
4021
4206
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
4207
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
4208
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
4022
4209
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
4023
4210
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
4024
4211
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -4026,11 +4213,23 @@ export declare const text: {
|
|
|
4026
4213
|
outline?: import("theme-ui").StylePropertyValue<import("csstype").Property.Outline<string | number> | undefined>;
|
|
4027
4214
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
4028
4215
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
4216
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
4217
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
4218
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
4029
4219
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
4030
4220
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
4221
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
4222
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
4223
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
4224
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
4225
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
4226
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
4227
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
4228
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
4031
4229
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
4032
4230
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
4033
4231
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
4232
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
4034
4233
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
4035
4234
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
4036
4235
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -4071,7 +4270,7 @@ export declare const text: {
|
|
|
4071
4270
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
4072
4271
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
4073
4272
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
4074
|
-
|
|
4273
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
4075
4274
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
4076
4275
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
4077
4276
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -4097,20 +4296,16 @@ export declare const text: {
|
|
|
4097
4296
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
4098
4297
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
4099
4298
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
4299
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
4300
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
4301
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
4302
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
4100
4303
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
4101
4304
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
4102
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
4103
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
4104
4305
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
4105
4306
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
4106
4307
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
4107
4308
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
4108
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
4109
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
4110
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
4111
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
4112
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
4113
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
4114
4309
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
4115
4310
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
4116
4311
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -4290,7 +4485,7 @@ export declare const text: {
|
|
|
4290
4485
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
4291
4486
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
4292
4487
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
4293
|
-
|
|
4488
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
4294
4489
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
4295
4490
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
4296
4491
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -4349,6 +4544,10 @@ export declare const text: {
|
|
|
4349
4544
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4350
4545
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4351
4546
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4547
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4548
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4549
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4550
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4352
4551
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4353
4552
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4354
4553
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -4415,6 +4614,7 @@ export declare const text: {
|
|
|
4415
4614
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4416
4615
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4417
4616
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4617
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4418
4618
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4419
4619
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4420
4620
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -4469,8 +4669,8 @@ export declare const text: {
|
|
|
4469
4669
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4470
4670
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4471
4671
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
4472
|
-
variant?: string
|
|
4473
|
-
label?: string
|
|
4672
|
+
variant?: string;
|
|
4673
|
+
label?: string;
|
|
4474
4674
|
};
|
|
4475
4675
|
messagesText: {
|
|
4476
4676
|
[x: string]: import("theme-ui").StylePropertyValue<string | number>;
|
|
@@ -4488,6 +4688,8 @@ export declare const text: {
|
|
|
4488
4688
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
4489
4689
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
4490
4690
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
4691
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
4692
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
4491
4693
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
4492
4694
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
4493
4695
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -4555,6 +4757,7 @@ export declare const text: {
|
|
|
4555
4757
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
4556
4758
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
4557
4759
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
4760
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
4558
4761
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
4559
4762
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
4560
4763
|
color?: import("theme-ui").StylePropertyValue<import("csstype").Property.Color | undefined>;
|
|
@@ -4569,6 +4772,12 @@ export declare const text: {
|
|
|
4569
4772
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
4570
4773
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
4571
4774
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
4775
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
4776
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
4777
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
4778
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
4779
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
4780
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
4572
4781
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
4573
4782
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
4574
4783
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -4590,16 +4799,22 @@ export declare const text: {
|
|
|
4590
4799
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
4591
4800
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
4592
4801
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
4802
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
4593
4803
|
fontSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSize<string | number> | undefined>;
|
|
4594
4804
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
4595
4805
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
4596
4806
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
4597
4807
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
4598
4808
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
4809
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
4810
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
4811
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
4812
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
4599
4813
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
4600
4814
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
4601
4815
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
4602
4816
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
4817
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
4603
4818
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
4604
4819
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
4605
4820
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -4618,6 +4833,7 @@ export declare const text: {
|
|
|
4618
4833
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
4619
4834
|
height?: import("theme-ui").StylePropertyValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
4620
4835
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
4836
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
4621
4837
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
4622
4838
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
4623
4839
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -4625,11 +4841,8 @@ export declare const text: {
|
|
|
4625
4841
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
4626
4842
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
4627
4843
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
4628
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
4629
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
4630
4844
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
4631
4845
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
4632
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
4633
4846
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
4634
4847
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
4635
4848
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -4645,16 +4858,15 @@ export declare const text: {
|
|
|
4645
4858
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
4646
4859
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
4647
4860
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
4648
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
4649
4861
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
4650
4862
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
4651
4863
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
4652
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
4653
4864
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
4654
4865
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
4655
4866
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
4656
4867
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
4657
4868
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
4869
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
4658
4870
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
4659
4871
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
4660
4872
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -4670,6 +4882,7 @@ export declare const text: {
|
|
|
4670
4882
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
4671
4883
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
4672
4884
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
4885
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
4673
4886
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
4674
4887
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
4675
4888
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -4691,6 +4904,7 @@ export declare const text: {
|
|
|
4691
4904
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
4692
4905
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
4693
4906
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
4907
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
4694
4908
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
4695
4909
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
4696
4910
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -4708,27 +4922,26 @@ export declare const text: {
|
|
|
4708
4922
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
4709
4923
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
4710
4924
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
4925
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
4711
4926
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
4712
4927
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
4713
4928
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
4714
4929
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
4715
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
4716
4930
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
4717
4931
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
4718
4932
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
4719
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
4720
4933
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
4721
4934
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
4722
4935
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
4723
4936
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
4724
4937
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
4938
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
4725
4939
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
4726
4940
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
4727
4941
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
4728
4942
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
4729
4943
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
4730
4944
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
4731
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
4732
4945
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
4733
4946
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
4734
4947
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -4742,36 +4955,31 @@ export declare const text: {
|
|
|
4742
4955
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
4743
4956
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
4744
4957
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
4745
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
4746
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
4747
4958
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
4748
4959
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
4749
4960
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
4750
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
4751
4961
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
4752
4962
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
4753
4963
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
4754
4964
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
4755
4965
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
4756
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
4757
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
4758
4966
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
4759
4967
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
4760
4968
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
4761
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
4762
4969
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
4763
4970
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
4764
4971
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
4765
4972
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
4766
4973
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
4767
4974
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
4768
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
4769
4975
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
4770
4976
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
4771
4977
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
4772
4978
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
4773
4979
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
4774
4980
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
4981
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
4982
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
4775
4983
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
4776
4984
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
4777
4985
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -4802,12 +5010,15 @@ export declare const text: {
|
|
|
4802
5010
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
4803
5011
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
4804
5012
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
5013
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
5014
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
4805
5015
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
4806
5016
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
4807
5017
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
4808
5018
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
4809
5019
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
4810
5020
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
5021
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
4811
5022
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
4812
5023
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
4813
5024
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -4816,8 +5027,14 @@ export declare const text: {
|
|
|
4816
5027
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
4817
5028
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
4818
5029
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
5030
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
5031
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
5032
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
5033
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
4819
5034
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
4820
5035
|
whiteSpace?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpace | undefined>;
|
|
5036
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
5037
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
4821
5038
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
4822
5039
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
4823
5040
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -4828,6 +5045,7 @@ export declare const text: {
|
|
|
4828
5045
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
4829
5046
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
4830
5047
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
5048
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
4831
5049
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
4832
5050
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
4833
5051
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -4845,8 +5063,11 @@ export declare const text: {
|
|
|
4845
5063
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
4846
5064
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
4847
5065
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
5066
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
4848
5067
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
4849
5068
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
5069
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
5070
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
4850
5071
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
4851
5072
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
4852
5073
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -4855,9 +5076,14 @@ export declare const text: {
|
|
|
4855
5076
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
4856
5077
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
4857
5078
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
5079
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
5080
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
5081
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
4858
5082
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
4859
5083
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
4860
5084
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
5085
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
5086
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
4861
5087
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
4862
5088
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
4863
5089
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -4866,11 +5092,23 @@ export declare const text: {
|
|
|
4866
5092
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
4867
5093
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
4868
5094
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
5095
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
5096
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
5097
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
4869
5098
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
4870
5099
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
5100
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5101
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
5102
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
5103
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
5104
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
5105
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
5106
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5107
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
4871
5108
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
4872
5109
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
4873
5110
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
5111
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
4874
5112
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
4875
5113
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
4876
5114
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -4911,7 +5149,7 @@ export declare const text: {
|
|
|
4911
5149
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
4912
5150
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
4913
5151
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
4914
|
-
|
|
5152
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
4915
5153
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
4916
5154
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
4917
5155
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -4937,20 +5175,16 @@ export declare const text: {
|
|
|
4937
5175
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
4938
5176
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
4939
5177
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
5178
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
5179
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
5180
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
5181
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
4940
5182
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
4941
5183
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
4942
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
4943
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
4944
5184
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
4945
5185
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
4946
5186
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
4947
5187
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
4948
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
4949
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
4950
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
4951
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
4952
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
4953
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
4954
5188
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
4955
5189
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
4956
5190
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -5130,7 +5364,7 @@ export declare const text: {
|
|
|
5130
5364
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
5131
5365
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
5132
5366
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
5133
|
-
|
|
5367
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
5134
5368
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
5135
5369
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
5136
5370
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -5190,6 +5424,10 @@ export declare const text: {
|
|
|
5190
5424
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5191
5425
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5192
5426
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5427
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5428
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5429
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5430
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5193
5431
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5194
5432
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5195
5433
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -5256,6 +5494,7 @@ export declare const text: {
|
|
|
5256
5494
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5257
5495
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5258
5496
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5497
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5259
5498
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5260
5499
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5261
5500
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -5310,8 +5549,8 @@ export declare const text: {
|
|
|
5310
5549
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5311
5550
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5312
5551
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
5313
|
-
variant?: string
|
|
5314
|
-
label?: string
|
|
5552
|
+
variant?: string;
|
|
5553
|
+
label?: string;
|
|
5315
5554
|
};
|
|
5316
5555
|
stepperLabel: {
|
|
5317
5556
|
fontSize: string;
|
|
@@ -5334,6 +5573,8 @@ export declare const text: {
|
|
|
5334
5573
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
5335
5574
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
5336
5575
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
5576
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
5577
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
5337
5578
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
5338
5579
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
5339
5580
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -5401,6 +5642,7 @@ export declare const text: {
|
|
|
5401
5642
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
5402
5643
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
5403
5644
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
5645
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
5404
5646
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
5405
5647
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
5406
5648
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -5414,6 +5656,12 @@ export declare const text: {
|
|
|
5414
5656
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
5415
5657
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
5416
5658
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
5659
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
5660
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
5661
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
5662
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
5663
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
5664
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
5417
5665
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
5418
5666
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
5419
5667
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -5433,15 +5681,21 @@ export declare const text: {
|
|
|
5433
5681
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
5434
5682
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
5435
5683
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
5684
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
5436
5685
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
5437
5686
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
5438
5687
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
5439
5688
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
5440
5689
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
5690
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
5691
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
5692
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
5693
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
5441
5694
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
5442
5695
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
5443
5696
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
5444
5697
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
5698
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
5445
5699
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
5446
5700
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
5447
5701
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -5460,6 +5714,7 @@ export declare const text: {
|
|
|
5460
5714
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
5461
5715
|
height?: import("theme-ui").StylePropertyValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
5462
5716
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
5717
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
5463
5718
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
5464
5719
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
5465
5720
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -5467,11 +5722,8 @@ export declare const text: {
|
|
|
5467
5722
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
5468
5723
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
5469
5724
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
5470
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
5471
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
5472
5725
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
5473
5726
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
5474
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
5475
5727
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
5476
5728
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
5477
5729
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -5487,16 +5739,15 @@ export declare const text: {
|
|
|
5487
5739
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
5488
5740
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
5489
5741
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
5490
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
5491
5742
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
5492
5743
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
5493
5744
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
5494
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
5495
5745
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
5496
5746
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
5497
5747
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
5498
5748
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
5499
5749
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
5750
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
5500
5751
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
5501
5752
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
5502
5753
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -5512,6 +5763,7 @@ export declare const text: {
|
|
|
5512
5763
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
5513
5764
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
5514
5765
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
5766
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
5515
5767
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
5516
5768
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
5517
5769
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -5533,6 +5785,7 @@ export declare const text: {
|
|
|
5533
5785
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
5534
5786
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
5535
5787
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
5788
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
5536
5789
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
5537
5790
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
5538
5791
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -5550,27 +5803,26 @@ export declare const text: {
|
|
|
5550
5803
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
5551
5804
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
5552
5805
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
5806
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
5553
5807
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
5554
5808
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
5555
5809
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
5556
5810
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
5557
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
5558
5811
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
5559
5812
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
5560
5813
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
5561
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
5562
5814
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
5563
5815
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
5564
5816
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
5565
5817
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
5566
5818
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
5819
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
5567
5820
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
5568
5821
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
5569
5822
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
5570
5823
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
5571
5824
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
5572
5825
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
5573
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
5574
5826
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
5575
5827
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
5576
5828
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -5584,36 +5836,31 @@ export declare const text: {
|
|
|
5584
5836
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
5585
5837
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
5586
5838
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
5587
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5588
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
5589
5839
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
5590
5840
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
5591
5841
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
5592
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
5593
5842
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
5594
5843
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
5595
5844
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
5596
5845
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
5597
5846
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
5598
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
5599
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
5600
5847
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
5601
5848
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
5602
5849
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
5603
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
5604
5850
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
5605
5851
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
5606
5852
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
5607
5853
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
5608
5854
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
5609
5855
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
5610
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5611
5856
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
5612
5857
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
5613
5858
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
5614
5859
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
5615
5860
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
5616
5861
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
5862
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
5863
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
5617
5864
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
5618
5865
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
5619
5866
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -5644,12 +5891,15 @@ export declare const text: {
|
|
|
5644
5891
|
textTransform?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextTransform | undefined>;
|
|
5645
5892
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
5646
5893
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
5894
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
5895
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
5647
5896
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
5648
5897
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
5649
5898
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
5650
5899
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
5651
5900
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
5652
5901
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
5902
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
5653
5903
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
5654
5904
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
5655
5905
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -5658,8 +5908,14 @@ export declare const text: {
|
|
|
5658
5908
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
5659
5909
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
5660
5910
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
5911
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
5912
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
5913
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
5914
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
5661
5915
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
5662
5916
|
whiteSpace?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpace | undefined>;
|
|
5917
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
5918
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
5663
5919
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
5664
5920
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
5665
5921
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -5670,6 +5926,7 @@ export declare const text: {
|
|
|
5670
5926
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
5671
5927
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
5672
5928
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
5929
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
5673
5930
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
5674
5931
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
5675
5932
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -5687,8 +5944,11 @@ export declare const text: {
|
|
|
5687
5944
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
5688
5945
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
5689
5946
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
5947
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
5690
5948
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
5691
5949
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
5950
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
5951
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
5692
5952
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
5693
5953
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
5694
5954
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -5697,9 +5957,14 @@ export declare const text: {
|
|
|
5697
5957
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
5698
5958
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
5699
5959
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
5960
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
5961
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
5962
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
5700
5963
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
5701
5964
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
5702
5965
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
5966
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
5967
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
5703
5968
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
5704
5969
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
5705
5970
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -5708,11 +5973,23 @@ export declare const text: {
|
|
|
5708
5973
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
5709
5974
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
5710
5975
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
5976
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
5977
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
5978
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
5711
5979
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
5712
5980
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
5981
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5982
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
5983
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
5984
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
5985
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
5986
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
5987
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
5988
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
5713
5989
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
5714
5990
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
5715
5991
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
5992
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
5716
5993
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
5717
5994
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
5718
5995
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -5753,7 +6030,7 @@ export declare const text: {
|
|
|
5753
6030
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
5754
6031
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
5755
6032
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
5756
|
-
|
|
6033
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
5757
6034
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
5758
6035
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
5759
6036
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -5779,20 +6056,16 @@ export declare const text: {
|
|
|
5779
6056
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
5780
6057
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
5781
6058
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
6059
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
6060
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
6061
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
6062
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
5782
6063
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
5783
6064
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
5784
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
5785
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
5786
6065
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
5787
6066
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
5788
6067
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
5789
6068
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
5790
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
5791
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
5792
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
5793
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
5794
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
5795
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
5796
6069
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
5797
6070
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
5798
6071
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -5972,7 +6245,7 @@ export declare const text: {
|
|
|
5972
6245
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
5973
6246
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
5974
6247
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
5975
|
-
|
|
6248
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
5976
6249
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
5977
6250
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
5978
6251
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -6030,6 +6303,10 @@ export declare const text: {
|
|
|
6030
6303
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6031
6304
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6032
6305
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6306
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6307
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6308
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6309
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6033
6310
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6034
6311
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6035
6312
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -6096,6 +6373,7 @@ export declare const text: {
|
|
|
6096
6373
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6097
6374
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6098
6375
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6376
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6099
6377
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6100
6378
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6101
6379
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -6150,8 +6428,8 @@ export declare const text: {
|
|
|
6150
6428
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6151
6429
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6152
6430
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
6153
|
-
variant?: string
|
|
6154
|
-
label?: string
|
|
6431
|
+
variant?: string;
|
|
6432
|
+
label?: string;
|
|
6155
6433
|
};
|
|
6156
6434
|
H1: {
|
|
6157
6435
|
lineHeight: string;
|
|
@@ -6352,6 +6630,8 @@ export declare const text: {
|
|
|
6352
6630
|
animationIterationCount?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationIterationCount | undefined>;
|
|
6353
6631
|
animationName?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationName | undefined>;
|
|
6354
6632
|
animationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
6633
|
+
animationRangeEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeEnd<string | number> | undefined>;
|
|
6634
|
+
animationRangeStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRangeStart<string | number> | undefined>;
|
|
6355
6635
|
animationTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimeline | undefined>;
|
|
6356
6636
|
animationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
6357
6637
|
appearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.Appearance | undefined>;
|
|
@@ -6419,6 +6699,7 @@ export declare const text: {
|
|
|
6419
6699
|
breakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.BreakInside | undefined>;
|
|
6420
6700
|
captionSide?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaptionSide | undefined>;
|
|
6421
6701
|
caretColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretColor | undefined>;
|
|
6702
|
+
caretShape?: import("theme-ui").StylePropertyValue<import("csstype").Property.CaretShape | undefined>;
|
|
6422
6703
|
clear?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clear | undefined>;
|
|
6423
6704
|
clipPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.ClipPath | undefined>;
|
|
6424
6705
|
colorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -6432,6 +6713,12 @@ export declare const text: {
|
|
|
6432
6713
|
columnSpan?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnSpan | undefined>;
|
|
6433
6714
|
columnWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnWidth<string | number> | undefined>;
|
|
6434
6715
|
contain?: import("theme-ui").StylePropertyValue<import("csstype").Property.Contain | undefined>;
|
|
6716
|
+
containIntrinsicBlockSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined>;
|
|
6717
|
+
containIntrinsicHeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined>;
|
|
6718
|
+
containIntrinsicInlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined>;
|
|
6719
|
+
containIntrinsicWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined>;
|
|
6720
|
+
containerName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerName | undefined>;
|
|
6721
|
+
containerType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainerType | undefined>;
|
|
6435
6722
|
content?: import("theme-ui").StylePropertyValue<import("csstype").Property.Content | undefined>;
|
|
6436
6723
|
contentVisibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContentVisibility | undefined>;
|
|
6437
6724
|
counterIncrement?: import("theme-ui").StylePropertyValue<import("csstype").Property.CounterIncrement | undefined>;
|
|
@@ -6453,15 +6740,21 @@ export declare const text: {
|
|
|
6453
6740
|
fontKerning?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontKerning | undefined>;
|
|
6454
6741
|
fontLanguageOverride?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontLanguageOverride | undefined>;
|
|
6455
6742
|
fontOpticalSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontOpticalSizing | undefined>;
|
|
6743
|
+
fontPalette?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontPalette | undefined>;
|
|
6456
6744
|
fontSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSizeAdjust | undefined>;
|
|
6457
6745
|
fontSmooth?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
6458
6746
|
fontStretch?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStretch | undefined>;
|
|
6459
6747
|
fontStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontStyle | undefined>;
|
|
6460
6748
|
fontSynthesis?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesis | undefined>;
|
|
6749
|
+
fontSynthesisPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisPosition | undefined>;
|
|
6750
|
+
fontSynthesisSmallCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisSmallCaps | undefined>;
|
|
6751
|
+
fontSynthesisStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisStyle | undefined>;
|
|
6752
|
+
fontSynthesisWeight?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSynthesisWeight | undefined>;
|
|
6461
6753
|
fontVariant?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariant | undefined>;
|
|
6462
6754
|
fontVariantAlternates?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantAlternates | undefined>;
|
|
6463
6755
|
fontVariantCaps?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantCaps | undefined>;
|
|
6464
6756
|
fontVariantEastAsian?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEastAsian | undefined>;
|
|
6757
|
+
fontVariantEmoji?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantEmoji | undefined>;
|
|
6465
6758
|
fontVariantLigatures?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantLigatures | undefined>;
|
|
6466
6759
|
fontVariantNumeric?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantNumeric | undefined>;
|
|
6467
6760
|
fontVariantPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontVariantPosition | undefined>;
|
|
@@ -6480,6 +6773,7 @@ export declare const text: {
|
|
|
6480
6773
|
hangingPunctuation?: import("theme-ui").StylePropertyValue<import("csstype").Property.HangingPunctuation | undefined>;
|
|
6481
6774
|
height?: import("theme-ui").StylePropertyValue<import("csstype").Property.Height<string | number> | undefined>;
|
|
6482
6775
|
hyphenateCharacter?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateCharacter | undefined>;
|
|
6776
|
+
hyphenateLimitChars?: import("theme-ui").StylePropertyValue<import("csstype").Property.HyphenateLimitChars | undefined>;
|
|
6483
6777
|
hyphens?: import("theme-ui").StylePropertyValue<import("csstype").Property.Hyphens | undefined>;
|
|
6484
6778
|
imageOrientation?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageOrientation | undefined>;
|
|
6485
6779
|
imageRendering?: import("theme-ui").StylePropertyValue<import("csstype").Property.ImageRendering | undefined>;
|
|
@@ -6487,11 +6781,8 @@ export declare const text: {
|
|
|
6487
6781
|
initialLetter?: import("theme-ui").StylePropertyValue<import("csstype").Property.InitialLetter | undefined>;
|
|
6488
6782
|
inlineSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.InlineSize<string | number> | undefined>;
|
|
6489
6783
|
inputSecurity?: import("theme-ui").StylePropertyValue<import("csstype").Property.InputSecurity | undefined>;
|
|
6490
|
-
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
6491
|
-
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
6492
6784
|
insetBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockEnd<string | number> | undefined>;
|
|
6493
6785
|
insetBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlockStart<string | number> | undefined>;
|
|
6494
|
-
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
6495
6786
|
insetInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineEnd<string | number> | undefined>;
|
|
6496
6787
|
insetInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInlineStart<string | number> | undefined>;
|
|
6497
6788
|
isolation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Isolation | undefined>;
|
|
@@ -6507,16 +6798,15 @@ export declare const text: {
|
|
|
6507
6798
|
listStyleImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleImage | undefined>;
|
|
6508
6799
|
listStylePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStylePosition | undefined>;
|
|
6509
6800
|
listStyleType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyleType | undefined>;
|
|
6510
|
-
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
6511
6801
|
marginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockEnd<string | number> | undefined>;
|
|
6512
6802
|
marginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlockStart<string | number> | undefined>;
|
|
6513
6803
|
marginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBottom<string | number> | undefined>;
|
|
6514
|
-
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
6515
6804
|
marginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineEnd<string | number> | undefined>;
|
|
6516
6805
|
marginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
6517
6806
|
marginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginLeft<string | number> | undefined>;
|
|
6518
6807
|
marginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginRight<string | number> | undefined>;
|
|
6519
6808
|
marginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTop<string | number> | undefined>;
|
|
6809
|
+
marginTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginTrim | undefined>;
|
|
6520
6810
|
maskBorderMode?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderMode | undefined>;
|
|
6521
6811
|
maskBorderOutset?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderOutset<string | number> | undefined>;
|
|
6522
6812
|
maskBorderRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorderRepeat | undefined>;
|
|
@@ -6532,6 +6822,7 @@ export declare const text: {
|
|
|
6532
6822
|
maskRepeat?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskRepeat | undefined>;
|
|
6533
6823
|
maskSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskSize<string | number> | undefined>;
|
|
6534
6824
|
maskType?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskType | undefined>;
|
|
6825
|
+
masonryAutoFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.MasonryAutoFlow | undefined>;
|
|
6535
6826
|
mathDepth?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathDepth | undefined>;
|
|
6536
6827
|
mathShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathShift | undefined>;
|
|
6537
6828
|
mathStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.MathStyle | undefined>;
|
|
@@ -6553,6 +6844,7 @@ export declare const text: {
|
|
|
6553
6844
|
offsetAnchor?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetAnchor<string | number> | undefined>;
|
|
6554
6845
|
offsetDistance?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetDistance<string | number> | undefined>;
|
|
6555
6846
|
offsetPath?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPath | undefined>;
|
|
6847
|
+
offsetPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetPosition<string | number> | undefined>;
|
|
6556
6848
|
offsetRotate?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
6557
6849
|
offsetRotation?: import("theme-ui").StylePropertyValue<import("csstype").Property.OffsetRotate | undefined>;
|
|
6558
6850
|
opacity?: import("theme-ui").StylePropertyValue<import("csstype").Property.Opacity | undefined>;
|
|
@@ -6570,27 +6862,26 @@ export declare const text: {
|
|
|
6570
6862
|
overflowWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowWrap | undefined>;
|
|
6571
6863
|
overflowX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowX | undefined>;
|
|
6572
6864
|
overflowY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverflowY | undefined>;
|
|
6865
|
+
overlay?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overlay | undefined>;
|
|
6573
6866
|
overscrollBehaviorBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorBlock | undefined>;
|
|
6574
6867
|
overscrollBehaviorInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorInline | undefined>;
|
|
6575
6868
|
overscrollBehaviorX?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorX | undefined>;
|
|
6576
6869
|
overscrollBehaviorY?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehaviorY | undefined>;
|
|
6577
|
-
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
6578
6870
|
paddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockEnd<string | number> | undefined>;
|
|
6579
6871
|
paddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlockStart<string | number> | undefined>;
|
|
6580
6872
|
paddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBottom<string | number> | undefined>;
|
|
6581
|
-
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
6582
6873
|
paddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
6583
6874
|
paddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
6584
6875
|
paddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingLeft<string | number> | undefined>;
|
|
6585
6876
|
paddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingRight<string | number> | undefined>;
|
|
6586
6877
|
paddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingTop<string | number> | undefined>;
|
|
6878
|
+
page?: import("theme-ui").StylePropertyValue<import("csstype").Property.Page | undefined>;
|
|
6587
6879
|
pageBreakAfter?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakAfter | undefined>;
|
|
6588
6880
|
pageBreakBefore?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakBefore | undefined>;
|
|
6589
6881
|
pageBreakInside?: import("theme-ui").StylePropertyValue<import("csstype").Property.PageBreakInside | undefined>;
|
|
6590
6882
|
paintOrder?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaintOrder | undefined>;
|
|
6591
6883
|
perspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
6592
6884
|
perspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
6593
|
-
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
6594
6885
|
pointerEvents?: import("theme-ui").StylePropertyValue<import("csstype").Property.PointerEvents | undefined>;
|
|
6595
6886
|
position?: import("theme-ui").StylePropertyValue<import("csstype").Property.Position | undefined>;
|
|
6596
6887
|
printColorAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.PrintColorAdjust | undefined>;
|
|
@@ -6604,36 +6895,31 @@ export declare const text: {
|
|
|
6604
6895
|
rubyPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.RubyPosition | undefined>;
|
|
6605
6896
|
scale?: import("theme-ui").StylePropertyValue<import("csstype").Property.Scale | undefined>;
|
|
6606
6897
|
scrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollBehavior | undefined>;
|
|
6607
|
-
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
6608
|
-
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
6609
6898
|
scrollMarginBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined>;
|
|
6610
6899
|
scrollMarginBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined>;
|
|
6611
6900
|
scrollMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
6612
|
-
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
6613
6901
|
scrollMarginInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined>;
|
|
6614
6902
|
scrollMarginInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined>;
|
|
6615
6903
|
scrollMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
6616
6904
|
scrollMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
6617
6905
|
scrollMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
6618
|
-
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
6619
|
-
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
6620
6906
|
scrollPaddingBlockEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined>;
|
|
6621
6907
|
scrollPaddingBlockStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined>;
|
|
6622
6908
|
scrollPaddingBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBottom<string | number> | undefined>;
|
|
6623
|
-
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
6624
6909
|
scrollPaddingInlineEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined>;
|
|
6625
6910
|
scrollPaddingInlineStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined>;
|
|
6626
6911
|
scrollPaddingLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingLeft<string | number> | undefined>;
|
|
6627
6912
|
scrollPaddingRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingRight<string | number> | undefined>;
|
|
6628
6913
|
scrollPaddingTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingTop<string | number> | undefined>;
|
|
6629
6914
|
scrollSnapAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapAlign | undefined>;
|
|
6630
|
-
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
6631
6915
|
scrollSnapMarginBottom?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBottom<string | number> | undefined>;
|
|
6632
6916
|
scrollSnapMarginLeft?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginLeft<string | number> | undefined>;
|
|
6633
6917
|
scrollSnapMarginRight?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginRight<string | number> | undefined>;
|
|
6634
6918
|
scrollSnapMarginTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginTop<string | number> | undefined>;
|
|
6635
6919
|
scrollSnapStop?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapStop | undefined>;
|
|
6636
6920
|
scrollSnapType?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollSnapType | undefined>;
|
|
6921
|
+
scrollTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineAxis | undefined>;
|
|
6922
|
+
scrollTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimelineName | undefined>;
|
|
6637
6923
|
scrollbarColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarColor | undefined>;
|
|
6638
6924
|
scrollbarGutter?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarGutter | undefined>;
|
|
6639
6925
|
scrollbarWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollbarWidth | undefined>;
|
|
@@ -6663,12 +6949,15 @@ export declare const text: {
|
|
|
6663
6949
|
textSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
6664
6950
|
textUnderlineOffset?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlineOffset<string | number> | undefined>;
|
|
6665
6951
|
textUnderlinePosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextUnderlinePosition | undefined>;
|
|
6952
|
+
textWrap?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextWrap | undefined>;
|
|
6953
|
+
timelineScope?: import("theme-ui").StylePropertyValue<import("csstype").Property.TimelineScope | undefined>;
|
|
6666
6954
|
top?: import("theme-ui").StylePropertyValue<import("csstype").Property.Top<string | number> | undefined>;
|
|
6667
6955
|
touchAction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TouchAction | undefined>;
|
|
6668
6956
|
transform?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transform | undefined>;
|
|
6669
6957
|
transformBox?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformBox | undefined>;
|
|
6670
6958
|
transformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
6671
6959
|
transformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
6960
|
+
transitionBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionBehavior | undefined>;
|
|
6672
6961
|
transitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
6673
6962
|
transitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
6674
6963
|
transitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
@@ -6677,8 +6966,14 @@ export declare const text: {
|
|
|
6677
6966
|
unicodeBidi?: import("theme-ui").StylePropertyValue<import("csstype").Property.UnicodeBidi | undefined>;
|
|
6678
6967
|
userSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
6679
6968
|
verticalAlign?: import("theme-ui").StylePropertyValue<import("csstype").Property.VerticalAlign<string | number> | undefined>;
|
|
6969
|
+
viewTimelineAxis?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineAxis | undefined>;
|
|
6970
|
+
viewTimelineInset?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineInset<string | number> | undefined>;
|
|
6971
|
+
viewTimelineName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimelineName | undefined>;
|
|
6972
|
+
viewTransitionName?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTransitionName | undefined>;
|
|
6680
6973
|
visibility?: import("theme-ui").StylePropertyValue<import("csstype").Property.Visibility | undefined>;
|
|
6681
6974
|
whiteSpace?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpace | undefined>;
|
|
6975
|
+
whiteSpaceCollapse?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceCollapse | undefined>;
|
|
6976
|
+
whiteSpaceTrim?: import("theme-ui").StylePropertyValue<import("csstype").Property.WhiteSpaceTrim | undefined>;
|
|
6682
6977
|
widows?: import("theme-ui").StylePropertyValue<import("csstype").Property.Widows | undefined>;
|
|
6683
6978
|
width?: import("theme-ui").StylePropertyValue<import("csstype").Property.Width<string | number> | undefined>;
|
|
6684
6979
|
willChange?: import("theme-ui").StylePropertyValue<import("csstype").Property.WillChange | undefined>;
|
|
@@ -6689,6 +6984,7 @@ export declare const text: {
|
|
|
6689
6984
|
zoom?: import("theme-ui").StylePropertyValue<import("csstype").Property.Zoom | undefined>;
|
|
6690
6985
|
all?: import("theme-ui").StylePropertyValue<import("csstype").Globals | undefined>;
|
|
6691
6986
|
animation?: import("theme-ui").StylePropertyValue<import("csstype").Property.Animation<string & {}> | undefined>;
|
|
6987
|
+
animationRange?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationRange<string | number> | undefined>;
|
|
6692
6988
|
background?: import("theme-ui").StylePropertyValue<import("csstype").Property.Background<string | number> | undefined>;
|
|
6693
6989
|
backgroundPosition?: import("theme-ui").StylePropertyValue<import("csstype").Property.BackgroundPosition<string | number> | undefined>;
|
|
6694
6990
|
border?: import("theme-ui").StylePropertyValue<import("csstype").Property.Border<string | number> | undefined>;
|
|
@@ -6706,8 +7002,11 @@ export declare const text: {
|
|
|
6706
7002
|
borderStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderStyle | undefined>;
|
|
6707
7003
|
borderTop?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderTop<string | number> | undefined>;
|
|
6708
7004
|
borderWidth?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderWidth<string | number> | undefined>;
|
|
7005
|
+
caret?: import("theme-ui").StylePropertyValue<import("csstype").Property.Caret | undefined>;
|
|
6709
7006
|
columnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
6710
7007
|
columns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
7008
|
+
containIntrinsicSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.ContainIntrinsicSize<string | number> | undefined>;
|
|
7009
|
+
container?: import("theme-ui").StylePropertyValue<import("csstype").Property.Container | undefined>;
|
|
6711
7010
|
flex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
6712
7011
|
flexFlow?: import("theme-ui").StylePropertyValue<import("csstype").Property.FlexFlow | undefined>;
|
|
6713
7012
|
font?: import("theme-ui").StylePropertyValue<import("csstype").Property.Font | undefined>;
|
|
@@ -6716,9 +7015,14 @@ export declare const text: {
|
|
|
6716
7015
|
gridColumn?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridColumn | undefined>;
|
|
6717
7016
|
gridRow?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridRow | undefined>;
|
|
6718
7017
|
gridTemplate?: import("theme-ui").StylePropertyValue<import("csstype").Property.GridTemplate | undefined>;
|
|
7018
|
+
inset?: import("theme-ui").StylePropertyValue<import("csstype").Property.Inset<string | number> | undefined>;
|
|
7019
|
+
insetBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetBlock<string | number> | undefined>;
|
|
7020
|
+
insetInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.InsetInline<string | number> | undefined>;
|
|
6719
7021
|
lineClamp?: import("theme-ui").StylePropertyValue<import("csstype").Property.LineClamp | undefined>;
|
|
6720
7022
|
listStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.ListStyle | undefined>;
|
|
6721
7023
|
margin?: import("theme-ui").StylePropertyValue<import("csstype").Property.Margin<string | number> | undefined>;
|
|
7024
|
+
marginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginBlock<string | number> | undefined>;
|
|
7025
|
+
marginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInline<string | number> | undefined>;
|
|
6722
7026
|
mask?: import("theme-ui").StylePropertyValue<import("csstype").Property.Mask<string | number> | undefined>;
|
|
6723
7027
|
maskBorder?: import("theme-ui").StylePropertyValue<import("csstype").Property.MaskBorder | undefined>;
|
|
6724
7028
|
motion?: import("theme-ui").StylePropertyValue<import("csstype").Property.Offset<string | number> | undefined>;
|
|
@@ -6727,11 +7031,23 @@ export declare const text: {
|
|
|
6727
7031
|
overflow?: import("theme-ui").StylePropertyValue<import("csstype").Property.Overflow | undefined>;
|
|
6728
7032
|
overscrollBehavior?: import("theme-ui").StylePropertyValue<import("csstype").Property.OverscrollBehavior | undefined>;
|
|
6729
7033
|
padding?: import("theme-ui").StylePropertyValue<import("csstype").Property.Padding<string | number> | undefined>;
|
|
7034
|
+
paddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingBlock<string | number> | undefined>;
|
|
7035
|
+
paddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInline<string | number> | undefined>;
|
|
7036
|
+
placeContent?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceContent | undefined>;
|
|
6730
7037
|
placeItems?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceItems | undefined>;
|
|
6731
7038
|
placeSelf?: import("theme-ui").StylePropertyValue<import("csstype").Property.PlaceSelf | undefined>;
|
|
7039
|
+
scrollMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
7040
|
+
scrollMarginBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginBlock<string | number> | undefined>;
|
|
7041
|
+
scrollMarginInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMarginInline<string | number> | undefined>;
|
|
7042
|
+
scrollPadding?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPadding<string | number> | undefined>;
|
|
7043
|
+
scrollPaddingBlock?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingBlock<string | number> | undefined>;
|
|
7044
|
+
scrollPaddingInline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollPaddingInline<string | number> | undefined>;
|
|
7045
|
+
scrollSnapMargin?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollMargin<string | number> | undefined>;
|
|
7046
|
+
scrollTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ScrollTimeline | undefined>;
|
|
6732
7047
|
textDecoration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextDecoration<string | number> | undefined>;
|
|
6733
7048
|
textEmphasis?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextEmphasis | undefined>;
|
|
6734
7049
|
transition?: import("theme-ui").StylePropertyValue<import("csstype").Property.Transition<string & {}> | undefined>;
|
|
7050
|
+
viewTimeline?: import("theme-ui").StylePropertyValue<import("csstype").Property.ViewTimeline | undefined>;
|
|
6735
7051
|
alignmentBaseline?: import("theme-ui").StylePropertyValue<import("csstype").Property.AlignmentBaseline | undefined>;
|
|
6736
7052
|
baselineShift?: import("theme-ui").StylePropertyValue<import("csstype").Property.BaselineShift<string | number> | undefined>;
|
|
6737
7053
|
clip?: import("theme-ui").StylePropertyValue<import("csstype").Property.Clip | undefined>;
|
|
@@ -6772,7 +7088,7 @@ export declare const text: {
|
|
|
6772
7088
|
MozAnimationPlayState?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationPlayState | undefined>;
|
|
6773
7089
|
MozAnimationTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.AnimationTimingFunction | undefined>;
|
|
6774
7090
|
MozAppearance?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozAppearance | undefined>;
|
|
6775
|
-
|
|
7091
|
+
MozBinding?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBinding | undefined>;
|
|
6776
7092
|
MozBorderBottomColors?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozBorderBottomColors | undefined>;
|
|
6777
7093
|
MozBorderEndColor?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndColor | undefined>;
|
|
6778
7094
|
MozBorderEndStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderInlineEndStyle | undefined>;
|
|
@@ -6798,20 +7114,16 @@ export declare const text: {
|
|
|
6798
7114
|
MozMarginStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.MarginInlineStart<string | number> | undefined>;
|
|
6799
7115
|
MozOrient?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOrient | undefined>;
|
|
6800
7116
|
MozOsxFontSmoothing?: import("theme-ui").StylePropertyValue<import("csstype").Property.FontSmooth<string | number> | undefined>;
|
|
7117
|
+
MozOutlineRadiusBottomleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined>;
|
|
7118
|
+
MozOutlineRadiusBottomright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined>;
|
|
7119
|
+
MozOutlineRadiusTopleft?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined>;
|
|
7120
|
+
MozOutlineRadiusTopright?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined>;
|
|
6801
7121
|
MozPaddingEnd?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineEnd<string | number> | undefined>;
|
|
6802
7122
|
MozPaddingStart?: import("theme-ui").StylePropertyValue<import("csstype").Property.PaddingInlineStart<string | number> | undefined>;
|
|
6803
|
-
MozPerspective?: import("theme-ui").StylePropertyValue<import("csstype").Property.Perspective<string | number> | undefined>;
|
|
6804
|
-
MozPerspectiveOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.PerspectiveOrigin<string | number> | undefined>;
|
|
6805
7123
|
MozStackSizing?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozStackSizing | undefined>;
|
|
6806
7124
|
MozTabSize?: import("theme-ui").StylePropertyValue<import("csstype").Property.TabSize<string | number> | undefined>;
|
|
6807
7125
|
MozTextBlink?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozTextBlink | undefined>;
|
|
6808
7126
|
MozTextSizeAdjust?: import("theme-ui").StylePropertyValue<import("csstype").Property.TextSizeAdjust | undefined>;
|
|
6809
|
-
MozTransformOrigin?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformOrigin<string | number> | undefined>;
|
|
6810
|
-
MozTransformStyle?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransformStyle | undefined>;
|
|
6811
|
-
MozTransitionDelay?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDelay<string & {}> | undefined>;
|
|
6812
|
-
MozTransitionDuration?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionDuration<string & {}> | undefined>;
|
|
6813
|
-
MozTransitionProperty?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionProperty | undefined>;
|
|
6814
|
-
MozTransitionTimingFunction?: import("theme-ui").StylePropertyValue<import("csstype").Property.TransitionTimingFunction | undefined>;
|
|
6815
7127
|
MozUserFocus?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserFocus | undefined>;
|
|
6816
7128
|
MozUserModify?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozUserModify | undefined>;
|
|
6817
7129
|
MozUserSelect?: import("theme-ui").StylePropertyValue<import("csstype").Property.UserSelect | undefined>;
|
|
@@ -6991,7 +7303,7 @@ export declare const text: {
|
|
|
6991
7303
|
MozBorderImage?: import("theme-ui").StylePropertyValue<import("csstype").Property.BorderImage | undefined>;
|
|
6992
7304
|
MozColumnRule?: import("theme-ui").StylePropertyValue<import("csstype").Property.ColumnRule<string | number> | undefined>;
|
|
6993
7305
|
MozColumns?: import("theme-ui").StylePropertyValue<import("csstype").Property.Columns<string | number> | undefined>;
|
|
6994
|
-
|
|
7306
|
+
MozOutlineRadius?: import("theme-ui").StylePropertyValue<import("csstype").Property.MozOutlineRadius<string | number> | undefined>;
|
|
6995
7307
|
msContentZoomLimit?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomLimit | undefined>;
|
|
6996
7308
|
msContentZoomSnap?: import("theme-ui").StylePropertyValue<import("csstype").Property.MsContentZoomSnap | undefined>;
|
|
6997
7309
|
msFlex?: import("theme-ui").StylePropertyValue<import("csstype").Property.Flex<string | number> | undefined>;
|
|
@@ -7050,6 +7362,10 @@ export declare const text: {
|
|
|
7050
7362
|
"::cue-region"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7051
7363
|
"::part"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7052
7364
|
"::slotted"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7365
|
+
"::view-transition-group"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7366
|
+
"::view-transition-image-pair"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7367
|
+
"::view-transition-new"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7368
|
+
"::view-transition-old"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7053
7369
|
":dir"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7054
7370
|
":has"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7055
7371
|
":host"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -7116,6 +7432,7 @@ export declare const text: {
|
|
|
7116
7432
|
"::selection"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7117
7433
|
"::spelling-error"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7118
7434
|
"::target-text"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7435
|
+
"::view-transition"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7119
7436
|
":active"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7120
7437
|
":after"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7121
7438
|
":any-link"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
@@ -7170,7 +7487,7 @@ export declare const text: {
|
|
|
7170
7487
|
":user-valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7171
7488
|
":valid"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7172
7489
|
":visited"?: import("theme-ui").ThemeUIStyleObject | undefined;
|
|
7173
|
-
variant?: string
|
|
7174
|
-
label?: string
|
|
7490
|
+
variant?: string;
|
|
7491
|
+
label?: string;
|
|
7175
7492
|
};
|
|
7176
7493
|
};
|