@helsenorge/designsystem-react 12.12.2 → 12.12.3
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/AnchorLink.js +66 -0
- package/lib/AnchorLink.js.map +1 -0
- package/lib/AsChildSlot.js +74 -0
- package/lib/AsChildSlot.js.map +1 -0
- package/lib/Avatar.js +40 -0
- package/lib/Avatar.js.map +1 -0
- package/lib/Badge.js +35 -0
- package/lib/Badge.js.map +1 -0
- package/lib/Button.js +178 -0
- package/lib/Button.js.map +1 -0
- package/lib/CHANGELOG.md +2563 -0
- package/lib/Checkbox.js +135 -0
- package/lib/Checkbox.js.map +1 -0
- package/lib/Close.js +50 -0
- package/lib/Close.js.map +1 -0
- package/lib/DictionaryTrigger.js +28 -0
- package/lib/DictionaryTrigger.js.map +1 -0
- package/lib/Drawer.js +249 -0
- package/lib/Drawer.js.map +1 -0
- package/lib/Duolist.js +92 -0
- package/lib/Duolist.js.map +1 -0
- package/lib/ElementHeader.js +151 -0
- package/lib/ElementHeader.js.map +1 -0
- package/lib/ElementHeaderText.js +35 -0
- package/lib/ElementHeaderText.js.map +1 -0
- package/lib/ErrorBoundary.js +41 -0
- package/lib/ErrorBoundary.js.map +1 -0
- package/lib/ErrorWrapper.js +15 -0
- package/lib/ErrorWrapper.js.map +1 -0
- package/lib/Expander.js +131 -0
- package/lib/Expander.js.map +1 -0
- package/lib/FormFieldTag.js +61 -0
- package/lib/FormFieldTag.js.map +1 -0
- package/lib/FormGroup.js +158 -0
- package/lib/FormGroup.js.map +1 -0
- package/lib/FormLayout.js +50 -0
- package/lib/FormLayout.js.map +1 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js +13 -0
- package/lib/HN.Designsystem.Dropdown.nb-NO.js.map +1 -0
- package/lib/HelpDetails.js +65 -0
- package/lib/HelpDetails.js.map +1 -0
- package/lib/HelpTriggerIcon.js +124 -0
- package/lib/HelpTriggerIcon.js.map +1 -0
- package/lib/HelpTriggerStandalone.js +40 -0
- package/lib/HelpTriggerStandalone.js.map +1 -0
- package/lib/HighlightPanel.js +66 -0
- package/lib/HighlightPanel.js.map +1 -0
- package/lib/Highlighter.js +44 -0
- package/lib/Highlighter.js.map +1 -0
- package/lib/HorizontalScroll.js +59 -0
- package/lib/HorizontalScroll.js.map +1 -0
- package/lib/Icon.js +74 -0
- package/lib/Icon.js.map +1 -0
- package/lib/Illustration.js +49 -0
- package/lib/Illustration.js.map +1 -0
- package/lib/InfoTeaser.js +75 -0
- package/lib/InfoTeaser.js.map +1 -0
- package/lib/Input.js +207 -0
- package/lib/Input.js.map +1 -0
- package/lib/Label.js +140 -0
- package/lib/Label.js.map +1 -0
- package/lib/LazyIcon.js +33 -0
- package/lib/LazyIcon.js.map +1 -0
- package/lib/LazyIllustration.js +38 -0
- package/lib/LazyIllustration.js.map +1 -0
- package/lib/LinkList.js +152 -0
- package/lib/LinkList.js.map +1 -0
- package/lib/List.js +15 -0
- package/lib/List.js.map +1 -0
- package/lib/ListEditMode.js +42 -0
- package/lib/ListEditMode.js.map +1 -0
- package/lib/MaxCharacters.js +17 -0
- package/lib/MaxCharacters.js.map +1 -0
- package/lib/NotificationBadge.js +68 -0
- package/lib/NotificationBadge.js.map +1 -0
- package/lib/Panel.js +264 -0
- package/lib/Panel.js.map +1 -0
- package/lib/PanelOld.js +325 -0
- package/lib/PanelOld.js.map +1 -0
- package/lib/PanelTitle.js +19 -0
- package/lib/PanelTitle.js.map +1 -0
- package/lib/PopOver.js +80 -0
- package/lib/PopOver.js.map +1 -0
- package/lib/RadioButton.js +122 -0
- package/lib/RadioButton.js.map +1 -0
- package/lib/SVGVisualElement.js +3759 -0
- package/lib/SVGVisualElement.js.map +1 -0
- package/lib/Select.js +103 -0
- package/lib/Select.js.map +1 -0
- package/lib/SingleSelectItem.js +96 -0
- package/lib/SingleSelectItem.js.map +1 -0
- package/lib/Slider.js +305 -0
- package/lib/Slider.js.map +1 -0
- package/lib/Spacer.js +32 -0
- package/lib/Spacer.js.map +1 -0
- package/lib/StatusDot.js +106 -0
- package/lib/StatusDot.js.map +1 -0
- package/lib/StatusDotList.js +27 -0
- package/lib/StatusDotList.js.map +1 -0
- package/lib/StepButtons.js +32 -0
- package/lib/StepButtons.js.map +1 -0
- package/lib/TabList.js +190 -0
- package/lib/TabList.js.map +1 -0
- package/lib/TabPanel.js +16 -0
- package/lib/TabPanel.js.map +1 -0
- package/lib/Table.js +165 -0
- package/lib/Table.js.map +1 -0
- package/lib/TableBody.js +13 -0
- package/lib/TableBody.js.map +1 -0
- package/lib/TableCell.js +35 -0
- package/lib/TableCell.js.map +1 -0
- package/lib/TableExpandedRow.js +39 -0
- package/lib/TableExpandedRow.js.map +1 -0
- package/lib/TableExpanderCell.js +35 -0
- package/lib/TableExpanderCell.js.map +1 -0
- package/lib/TableHead.js +29 -0
- package/lib/TableHead.js.map +1 -0
- package/lib/TableHeadCell.js +52 -0
- package/lib/TableHeadCell.js.map +1 -0
- package/lib/TableRow.js +63 -0
- package/lib/TableRow.js.map +1 -0
- package/lib/Textarea.js +148 -0
- package/lib/Textarea.js.map +1 -0
- package/lib/Title.js +32 -0
- package/lib/Title.js.map +1 -0
- package/lib/Toast.js +43 -0
- package/lib/Toast.js.map +1 -0
- package/lib/__mocks__/IntersectionObserver.d.ts +6 -0
- package/lib/__mocks__/IntersectionObserver.js +15 -0
- package/lib/__mocks__/IntersectionObserver.js.map +1 -0
- package/lib/__mocks__/MutationObserver.d.ts +5 -0
- package/lib/__mocks__/MutationObserver.js +13 -0
- package/lib/__mocks__/MutationObserver.js.map +1 -0
- package/lib/__mocks__/ResizeObserver.d.ts +6 -0
- package/lib/__mocks__/ResizeObserver.js +15 -0
- package/lib/__mocks__/ResizeObserver.js.map +1 -0
- package/lib/__mocks__/matchMedia.d.ts +1 -0
- package/lib/__mocks__/matchMedia.js +15 -0
- package/lib/__mocks__/matchMedia.js.map +1 -0
- package/lib/__mocks__/useHover.d.ts +1 -0
- package/lib/__mocks__/useHover.js +6 -0
- package/lib/__mocks__/useHover.js.map +1 -0
- package/lib/__mocks__/useLayoutEvent.d.ts +1 -0
- package/lib/__mocks__/useLayoutEvent.js +4 -0
- package/lib/__mocks__/useLayoutEvent.js.map +1 -0
- package/lib/__mocks__/useOutsideEvent.d.ts +1 -0
- package/lib/__mocks__/useOutsideEvent.js +4 -0
- package/lib/__mocks__/useOutsideEvent.js.map +1 -0
- package/lib/__mocks__/usePseudoClasses.d.ts +1 -0
- package/lib/__mocks__/usePseudoClasses.js +6 -0
- package/lib/__mocks__/usePseudoClasses.js.map +1 -0
- package/lib/__mocks__/useSize.d.ts +1 -0
- package/lib/__mocks__/useSize.js +11 -0
- package/lib/__mocks__/useSize.js.map +1 -0
- package/lib/__mocks__/uuid.d.ts +1 -0
- package/lib/__mocks__/uuid.js +9 -0
- package/lib/__mocks__/uuid.js.map +1 -0
- package/lib/clamp.js +11 -0
- package/lib/clamp.js.map +1 -0
- package/lib/components/AnchorLink/AnchorLink.d.ts +24 -0
- package/lib/components/AnchorLink/AnchorLink.test.d.ts +1 -0
- package/lib/components/AnchorLink/index.d.ts +3 -0
- package/lib/components/AnchorLink/index.js +5 -0
- package/lib/components/AnchorLink/index.js.map +1 -0
- package/lib/components/ArticleTeaser/ArticleTeaser.d.ts +23 -0
- package/lib/components/ArticleTeaser/ArticleTeaser.test.d.ts +1 -0
- package/lib/components/ArticleTeaser/index.d.ts +3 -0
- package/lib/components/ArticleTeaser/index.js +67 -0
- package/lib/components/ArticleTeaser/index.js.map +1 -0
- package/lib/components/ArticleTeaser/resourceHelper.d.ts +3 -0
- package/lib/components/AsChildSlot/AsChildSlot.d.ts +23 -0
- package/lib/components/AsChildSlot/AsChildSlot.test.d.ts +1 -0
- package/lib/components/AsChildSlot/index.d.ts +3 -0
- package/lib/components/AsChildSlot/index.js +6 -0
- package/lib/components/AsChildSlot/index.js.map +1 -0
- package/lib/components/Avatar/Avatar.d.ts +24 -0
- package/lib/components/Avatar/Avatar.test.d.ts +1 -0
- package/lib/components/Avatar/index.d.ts +3 -0
- package/lib/components/Avatar/index.js +7 -0
- package/lib/components/Avatar/index.js.map +1 -0
- package/lib/components/Badge/Badge.d.ts +23 -0
- package/lib/components/Badge/Badge.test.d.ts +1 -0
- package/lib/components/Badge/NotificationBadge.d.ts +17 -0
- package/lib/components/Badge/index.d.ts +3 -0
- package/lib/components/Badge/index.js +5 -0
- package/lib/components/Badge/index.js.map +1 -0
- package/lib/components/Button/Button.d.ts +53 -0
- package/lib/components/Button/Button.test.d.ts +1 -0
- package/lib/components/Button/index.d.ts +3 -0
- package/lib/components/Button/index.js +5 -0
- package/lib/components/Button/index.js.map +1 -0
- package/lib/components/Checkbox/Checkbox.d.ts +25 -0
- package/lib/components/Checkbox/Checkbox.test.d.ts +1 -0
- package/lib/components/Checkbox/index.d.ts +3 -0
- package/lib/components/Checkbox/index.js +6 -0
- package/lib/components/Checkbox/index.js.map +1 -0
- package/lib/components/Chip/Chip.d.ts +31 -0
- package/lib/components/Chip/Chip.test.d.ts +1 -0
- package/lib/components/Chip/index.d.ts +3 -0
- package/lib/components/Chip/index.js +51 -0
- package/lib/components/Chip/index.js.map +1 -0
- package/lib/components/Close/Close.d.ts +17 -0
- package/lib/components/Close/Close.test.d.ts +1 -0
- package/lib/components/Close/index.d.ts +3 -0
- package/lib/components/Close/index.js +5 -0
- package/lib/components/Close/index.js.map +1 -0
- package/lib/components/DictionaryTrigger/DictionaryTrigger.d.ts +21 -0
- package/lib/components/DictionaryTrigger/DictionaryTrigger.test.d.ts +1 -0
- package/lib/components/DictionaryTrigger/index.d.ts +3 -0
- package/lib/components/DictionaryTrigger/index.js +5 -0
- package/lib/components/DictionaryTrigger/index.js.map +1 -0
- package/lib/components/Drawer/Drawer.d.ts +52 -0
- package/lib/components/Drawer/Drawer.test.d.ts +1 -0
- package/lib/components/Drawer/index.d.ts +3 -0
- package/lib/components/Drawer/index.js +5 -0
- package/lib/components/Drawer/index.js.map +1 -0
- package/lib/components/Drawer/resourceHelper.d.ts +3 -0
- package/lib/components/Dropdown/Dropdown.d.ts +40 -0
- package/lib/components/Dropdown/Dropdown.test.d.ts +1 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.d.ts +18 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelect.test.d.ts +1 -0
- package/lib/components/Dropdown/SingleSelect/SingleSelectItem.d.ts +21 -0
- package/lib/components/Dropdown/SingleSelect/index.d.ts +3 -0
- package/lib/components/Dropdown/SingleSelect/index.js +6 -0
- package/lib/components/Dropdown/SingleSelect/index.js.map +1 -0
- package/lib/components/Dropdown/index.d.ts +3 -0
- package/lib/components/Dropdown/index.js +273 -0
- package/lib/components/Dropdown/index.js.map +1 -0
- package/lib/components/Dropdown/resourceHelper.d.ts +3 -0
- package/lib/components/DropdownOld/DropdownOld.d.ts +42 -0
- package/lib/components/DropdownOld/DropdownOld.test.d.ts +0 -0
- package/lib/components/DropdownOld/index.d.ts +3 -0
- package/lib/components/DropdownOld/index.js +194 -0
- package/lib/components/DropdownOld/index.js.map +1 -0
- package/lib/components/DropdownOld/resourceHelper.d.ts +3 -0
- package/lib/components/Duolist/Duolist.d.ts +46 -0
- package/lib/components/Duolist/Duolist.test.d.ts +1 -0
- package/lib/components/Duolist/index.d.ts +3 -0
- package/lib/components/Duolist/index.js +8 -0
- package/lib/components/Duolist/index.js.map +1 -0
- package/lib/components/ElementHeader/ElementHeader.d.ts +59 -0
- package/lib/components/ElementHeader/ElementHeaderText/ElementHeaderText.d.ts +25 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.d.ts +3 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js +6 -0
- package/lib/components/ElementHeader/ElementHeaderText/index.js.map +1 -0
- package/lib/components/ElementHeader/StatusDotList/StatusDotList.d.ts +23 -0
- package/lib/components/ElementHeader/StatusDotList/index.d.ts +3 -0
- package/lib/components/ElementHeader/StatusDotList/index.js +6 -0
- package/lib/components/ElementHeader/StatusDotList/index.js.map +1 -0
- package/lib/components/ElementHeader/index.d.ts +3 -0
- package/lib/components/ElementHeader/index.js +9 -0
- package/lib/components/ElementHeader/index.js.map +1 -0
- package/lib/components/EmptyState/EmptyBoxBeeMedium.d.ts +4 -0
- package/lib/components/EmptyState/EmptyBoxBeeSmall.d.ts +4 -0
- package/lib/components/EmptyState/EmptyState.d.ts +32 -0
- package/lib/components/EmptyState/EmptyState.test.d.ts +1 -0
- package/lib/components/EmptyState/index.d.ts +3 -0
- package/lib/components/EmptyState/index.js +306 -0
- package/lib/components/EmptyState/index.js.map +1 -0
- package/lib/components/ErrorWrapper/ErrorWrapper.d.ts +22 -0
- package/lib/components/ErrorWrapper/ErrorWrapper.test.d.ts +1 -0
- package/lib/components/ErrorWrapper/index.d.ts +3 -0
- package/lib/components/ErrorWrapper/index.js +6 -0
- package/lib/components/ErrorWrapper/index.js.map +1 -0
- package/lib/components/Expander/Expander.d.ts +40 -0
- package/lib/components/Expander/Expander.test.d.ts +1 -0
- package/lib/components/Expander/index.d.ts +3 -0
- package/lib/components/Expander/index.js +7 -0
- package/lib/components/Expander/index.js.map +1 -0
- package/lib/components/ExpanderHierarchy/Expander.d.ts +19 -0
- package/lib/components/ExpanderHierarchy/ExpanderButton.d.ts +10 -0
- package/lib/components/ExpanderHierarchy/ExpanderHierarchy.d.ts +21 -0
- package/lib/components/ExpanderHierarchy/ExpanderHierarchy.test.d.ts +1 -0
- package/lib/components/ExpanderHierarchy/index.d.ts +3 -0
- package/lib/components/ExpanderHierarchy/index.js +115 -0
- package/lib/components/ExpanderHierarchy/index.js.map +1 -0
- package/lib/components/ExpanderHierarchy/utils.d.ts +2 -0
- package/lib/components/ExpanderList/ExpanderList.d.ts +70 -0
- package/lib/components/ExpanderList/ExpanderList.test.d.ts +0 -0
- package/lib/components/ExpanderList/index.d.ts +3 -0
- package/lib/components/ExpanderList/index.js +219 -0
- package/lib/components/ExpanderList/index.js.map +1 -0
- package/lib/components/EyebrowHeader/EyebrowHeader.d.ts +17 -0
- package/lib/components/EyebrowHeader/EyebrowHeader.test.d.ts +1 -0
- package/lib/components/EyebrowHeader/index.d.ts +3 -0
- package/lib/components/EyebrowHeader/index.js +15 -0
- package/lib/components/EyebrowHeader/index.js.map +1 -0
- package/lib/components/FavoriteButton/FavoriteButton.d.ts +19 -0
- package/lib/components/FavoriteButton/FavoriteButton.test.d.ts +1 -0
- package/lib/components/FavoriteButton/StarIcon.d.ts +4 -0
- package/lib/components/FavoriteButton/index.d.ts +3 -0
- package/lib/components/FavoriteButton/index.js +209 -0
- package/lib/components/FavoriteButton/index.js.map +1 -0
- package/lib/components/FavoriteButton/resourceHelper.d.ts +3 -0
- package/lib/components/FormFieldTag/FormFieldTag.d.ts +15 -0
- package/lib/components/FormFieldTag/FormFieldTag.test.d.ts +1 -0
- package/lib/components/FormFieldTag/index.d.ts +3 -0
- package/lib/components/FormFieldTag/index.js +5 -0
- package/lib/components/FormFieldTag/index.js.map +1 -0
- package/lib/components/FormFieldTag/resourceHelper.d.ts +3 -0
- package/lib/components/FormGroup/FormGroup.d.ts +45 -0
- package/lib/components/FormGroup/FormGroup.test.d.ts +1 -0
- package/lib/components/FormGroup/index.d.ts +3 -0
- package/lib/components/FormGroup/index.js +6 -0
- package/lib/components/FormGroup/index.js.map +1 -0
- package/lib/components/FormLayout/FormLayout.d.ts +27 -0
- package/lib/components/FormLayout/FormLayout.test.d.ts +1 -0
- package/lib/components/FormLayout/index.d.ts +3 -0
- package/lib/components/FormLayout/index.js +8 -0
- package/lib/components/FormLayout/index.js.map +1 -0
- package/lib/components/HelpBubble/HelpBubble.d.ts +43 -0
- package/lib/components/HelpBubble/HelpBubble.test.d.ts +1 -0
- package/lib/components/HelpBubble/index.d.ts +3 -0
- package/lib/components/HelpBubble/index.js +94 -0
- package/lib/components/HelpBubble/index.js.map +1 -0
- package/lib/components/HelpBubble/resourceHelper.d.ts +3 -0
- package/lib/components/HelpDetails/HelpDetails.d.ts +11 -0
- package/lib/components/HelpDetails/HelpDetails.test.d.ts +1 -0
- package/lib/components/HelpDrawer/HelpDrawer.d.ts +11 -0
- package/lib/components/HelpDrawer/HelpDrawer.test.d.ts +1 -0
- package/lib/components/HelpDrawer/index.d.ts +3 -0
- package/lib/components/HelpDrawer/index.js +40 -0
- package/lib/components/HelpDrawer/index.js.map +1 -0
- package/lib/components/HelpDrawer/resourceHelper.d.ts +3 -0
- package/lib/components/HelpExpanderInline/HelpExpanderInline.d.ts +17 -0
- package/lib/components/HelpExpanderInline/HelpExpanderInline.test.d.ts +1 -0
- package/lib/components/HelpExpanderInline/index.d.ts +3 -0
- package/lib/components/HelpExpanderInline/index.js +16 -0
- package/lib/components/HelpExpanderInline/index.js.map +1 -0
- package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.d.ts +28 -0
- package/lib/components/HelpExpanderStandalone/HelpExpanderStandalone.test.d.ts +1 -0
- package/lib/components/HelpExpanderStandalone/index.d.ts +3 -0
- package/lib/components/HelpExpanderStandalone/index.js +50 -0
- package/lib/components/HelpExpanderStandalone/index.js.map +1 -0
- package/lib/components/HelpPanel/HelpPanel.d.ts +16 -0
- package/lib/components/HelpPanel/HelpPanel.test.d.ts +1 -0
- package/lib/components/HelpPanel/index.d.ts +3 -0
- package/lib/components/HelpPanel/index.js +22 -0
- package/lib/components/HelpPanel/index.js.map +1 -0
- package/lib/components/HelpTeaser/HelpTeaser.d.ts +20 -0
- package/lib/components/HelpTeaser/HelpTeaser.test.d.ts +1 -0
- package/lib/components/HelpTeaser/index.d.ts +3 -0
- package/lib/components/HelpTeaser/index.js +25 -0
- package/lib/components/HelpTeaser/index.js.map +1 -0
- package/lib/components/HelpTooltip/HelpTooltip.d.ts +13 -0
- package/lib/components/HelpTooltip/HelpTooltip.test.d.ts +1 -0
- package/lib/components/HelpTooltip/index.d.ts +3 -0
- package/lib/components/HelpTooltip/index.js +33 -0
- package/lib/components/HelpTooltip/index.js.map +1 -0
- package/lib/components/HelpTriggerIcon/HelpSign.d.ts +8 -0
- package/lib/components/HelpTriggerIcon/HelpTriggerIcon.d.ts +40 -0
- package/lib/components/HelpTriggerIcon/HelpTriggerIcon.test.d.ts +1 -0
- package/lib/components/HelpTriggerIcon/index.d.ts +3 -0
- package/lib/components/HelpTriggerIcon/index.js +7 -0
- package/lib/components/HelpTriggerIcon/index.js.map +1 -0
- package/lib/components/HelpTriggerInline/HelpTriggerInline.d.ts +28 -0
- package/lib/components/HelpTriggerInline/HelpTriggerInline.test.d.ts +1 -0
- package/lib/components/HelpTriggerInline/index.d.ts +3 -0
- package/lib/components/HelpTriggerInline/index.js +38 -0
- package/lib/components/HelpTriggerInline/index.js.map +1 -0
- package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.d.ts +28 -0
- package/lib/components/HelpTriggerStandalone/HelpTriggerStandalone.test.d.ts +1 -0
- package/lib/components/HelpTriggerStandalone/index.d.ts +3 -0
- package/lib/components/HelpTriggerStandalone/index.js +5 -0
- package/lib/components/HelpTriggerStandalone/index.js.map +1 -0
- package/lib/components/HighlightPanel/HighlightPanel.d.ts +30 -0
- package/lib/components/HighlightPanel/HighlightPanel.test.d.ts +1 -0
- package/lib/components/HighlightPanel/index.d.ts +3 -0
- package/lib/components/HighlightPanel/index.js +5 -0
- package/lib/components/HighlightPanel/index.js.map +1 -0
- package/lib/components/Highlighter/Highlighter.d.ts +7 -0
- package/lib/components/Highlighter/Highlighter.test.d.ts +1 -0
- package/lib/components/Highlighter/index.d.ts +3 -0
- package/lib/components/Highlighter/index.js +6 -0
- package/lib/components/Highlighter/index.js.map +1 -0
- package/lib/components/HorizontalScroll/HorizontalScroll.d.ts +13 -0
- package/lib/components/HorizontalScroll/HorizontalScroll.test.d.ts +1 -0
- package/lib/components/HorizontalScroll/index.d.ts +3 -0
- package/lib/components/HorizontalScroll/index.js +6 -0
- package/lib/components/HorizontalScroll/index.js.map +1 -0
- package/lib/components/Icon/Icon.d.ts +37 -0
- package/lib/components/Icon/Icon.test.d.ts +1 -0
- package/lib/components/Icon/index.d.ts +4 -0
- package/lib/components/Icon/index.js +10 -0
- package/lib/components/Icon/index.js.map +1 -0
- package/lib/components/Icons/ActiveMonitoring.d.ts +4 -0
- package/lib/components/Icons/ActiveMonitoring.js +22 -0
- package/lib/components/Icons/ActiveMonitoring.js.map +1 -0
- package/lib/components/Icons/AcupunctureBack.d.ts +4 -0
- package/lib/components/Icons/AcupunctureBack.js +24 -0
- package/lib/components/Icons/AcupunctureBack.js.map +1 -0
- package/lib/components/Icons/AdditionalIconInformation.d.ts +1343 -0
- package/lib/components/Icons/AdditionalIconInformation.js +341 -0
- package/lib/components/Icons/AdditionalIconInformation.js.map +1 -0
- package/lib/components/Icons/AlarmClock.d.ts +4 -0
- package/lib/components/Icons/AlarmClock.js +35 -0
- package/lib/components/Icons/AlarmClock.js.map +1 -0
- package/lib/components/Icons/AlertSignFill.d.ts +4 -0
- package/lib/components/Icons/AlertSignFill.js +13 -0
- package/lib/components/Icons/AlertSignFill.js.map +1 -0
- package/lib/components/Icons/AlertSignStroke.d.ts +4 -0
- package/lib/components/Icons/AlertSignStroke.js +13 -0
- package/lib/components/Icons/AlertSignStroke.js.map +1 -0
- package/lib/components/Icons/Amputation.d.ts +4 -0
- package/lib/components/Icons/Amputation.js +10 -0
- package/lib/components/Icons/Amputation.js.map +1 -0
- package/lib/components/Icons/Anxiety.d.ts +4 -0
- package/lib/components/Icons/Anxiety.js +10 -0
- package/lib/components/Icons/Anxiety.js.map +1 -0
- package/lib/components/Icons/Apple.d.ts +4 -0
- package/lib/components/Icons/Apple.js +10 -0
- package/lib/components/Icons/Apple.js.map +1 -0
- package/lib/components/Icons/Archive.d.ts +4 -0
- package/lib/components/Icons/Archive.js +37 -0
- package/lib/components/Icons/Archive.js.map +1 -0
- package/lib/components/Icons/ArmFlexing.d.ts +4 -0
- package/lib/components/Icons/ArmFlexing.js +10 -0
- package/lib/components/Icons/ArmFlexing.js.map +1 -0
- package/lib/components/Icons/ArrowDown.d.ts +4 -0
- package/lib/components/Icons/ArrowDown.js +37 -0
- package/lib/components/Icons/ArrowDown.js.map +1 -0
- package/lib/components/Icons/ArrowLeft.d.ts +4 -0
- package/lib/components/Icons/ArrowLeft.js +13 -0
- package/lib/components/Icons/ArrowLeft.js.map +1 -0
- package/lib/components/Icons/ArrowRight.d.ts +4 -0
- package/lib/components/Icons/ArrowRight.js +13 -0
- package/lib/components/Icons/ArrowRight.js.map +1 -0
- package/lib/components/Icons/ArrowUp.d.ts +4 -0
- package/lib/components/Icons/ArrowUp.js +37 -0
- package/lib/components/Icons/ArrowUp.js.map +1 -0
- package/lib/components/Icons/ArrowUpRight.d.ts +4 -0
- package/lib/components/Icons/ArrowUpRight.js +13 -0
- package/lib/components/Icons/ArrowUpRight.js.map +1 -0
- package/lib/components/Icons/Attachment.d.ts +4 -0
- package/lib/components/Icons/Attachment.js +29 -0
- package/lib/components/Icons/Attachment.js.map +1 -0
- package/lib/components/Icons/Atv.d.ts +4 -0
- package/lib/components/Icons/Atv.js +10 -0
- package/lib/components/Icons/Atv.js.map +1 -0
- package/lib/components/Icons/Avatar.d.ts +4 -0
- package/lib/components/Icons/Avatar.js +13 -0
- package/lib/components/Icons/Avatar.js.map +1 -0
- package/lib/components/Icons/AwakePersonOnPillow.d.ts +4 -0
- package/lib/components/Icons/AwakePersonOnPillow.js +10 -0
- package/lib/components/Icons/AwakePersonOnPillow.js.map +1 -0
- package/lib/components/Icons/Baby.d.ts +4 -0
- package/lib/components/Icons/Baby.js +10 -0
- package/lib/components/Icons/Baby.js.map +1 -0
- package/lib/components/Icons/BandAid.d.ts +4 -0
- package/lib/components/Icons/BandAid.js +10 -0
- package/lib/components/Icons/BandAid.js.map +1 -0
- package/lib/components/Icons/BeerAndPills.d.ts +4 -0
- package/lib/components/Icons/BeerAndPills.js +22 -0
- package/lib/components/Icons/BeerAndPills.js.map +1 -0
- package/lib/components/Icons/Bell.d.ts +4 -0
- package/lib/components/Icons/Bell.js +10 -0
- package/lib/components/Icons/Bell.js.map +1 -0
- package/lib/components/Icons/Bike.d.ts +4 -0
- package/lib/components/Icons/Bike.js +10 -0
- package/lib/components/Icons/Bike.js.map +1 -0
- package/lib/components/Icons/BirthControl.d.ts +4 -0
- package/lib/components/Icons/BirthControl.js +22 -0
- package/lib/components/Icons/BirthControl.js.map +1 -0
- package/lib/components/Icons/BirthdayCake.d.ts +4 -0
- package/lib/components/Icons/BirthdayCake.js +10 -0
- package/lib/components/Icons/BirthdayCake.js.map +1 -0
- package/lib/components/Icons/Boat.d.ts +4 -0
- package/lib/components/Icons/Boat.js +10 -0
- package/lib/components/Icons/Boat.js.map +1 -0
- package/lib/components/Icons/Body.d.ts +4 -0
- package/lib/components/Icons/Body.js +22 -0
- package/lib/components/Icons/Body.js.map +1 -0
- package/lib/components/Icons/Braille.d.ts +4 -0
- package/lib/components/Icons/Braille.js +11 -0
- package/lib/components/Icons/Braille.js.map +1 -0
- package/lib/components/Icons/Brain.d.ts +4 -0
- package/lib/components/Icons/Brain.js +10 -0
- package/lib/components/Icons/Brain.js.map +1 -0
- package/lib/components/Icons/BreastReconstruction.d.ts +4 -0
- package/lib/components/Icons/BreastReconstruction.js +22 -0
- package/lib/components/Icons/BreastReconstruction.js.map +1 -0
- package/lib/components/Icons/BreastRemoval.d.ts +4 -0
- package/lib/components/Icons/BreastRemoval.js +22 -0
- package/lib/components/Icons/BreastRemoval.js.map +1 -0
- package/lib/components/Icons/Breasts.d.ts +4 -0
- package/lib/components/Icons/Breasts.js +10 -0
- package/lib/components/Icons/Breasts.js.map +1 -0
- package/lib/components/Icons/BrokenHeart.d.ts +4 -0
- package/lib/components/Icons/BrokenHeart.js +10 -0
- package/lib/components/Icons/BrokenHeart.js.map +1 -0
- package/lib/components/Icons/BrokenPuzzle.d.ts +4 -0
- package/lib/components/Icons/BrokenPuzzle.js +10 -0
- package/lib/components/Icons/BrokenPuzzle.js.map +1 -0
- package/lib/components/Icons/Bus.d.ts +4 -0
- package/lib/components/Icons/Bus.js +32 -0
- package/lib/components/Icons/Bus.js.map +1 -0
- package/lib/components/Icons/Calendar.d.ts +4 -0
- package/lib/components/Icons/Calendar.js +37 -0
- package/lib/components/Icons/Calendar.js.map +1 -0
- package/lib/components/Icons/CalendarChange.d.ts +4 -0
- package/lib/components/Icons/CalendarChange.js +37 -0
- package/lib/components/Icons/CalendarChange.js.map +1 -0
- package/lib/components/Icons/CalendarCheck.d.ts +4 -0
- package/lib/components/Icons/CalendarCheck.js +37 -0
- package/lib/components/Icons/CalendarCheck.js.map +1 -0
- package/lib/components/Icons/CalendarEvent.d.ts +4 -0
- package/lib/components/Icons/CalendarEvent.js +10 -0
- package/lib/components/Icons/CalendarEvent.js.map +1 -0
- package/lib/components/Icons/CalendarSave.d.ts +4 -0
- package/lib/components/Icons/CalendarSave.js +13 -0
- package/lib/components/Icons/CalendarSave.js.map +1 -0
- package/lib/components/Icons/Cancer.d.ts +4 -0
- package/lib/components/Icons/Cancer.js +24 -0
- package/lib/components/Icons/Cancer.js.map +1 -0
- package/lib/components/Icons/Candle.d.ts +4 -0
- package/lib/components/Icons/Candle.js +23 -0
- package/lib/components/Icons/Candle.js.map +1 -0
- package/lib/components/Icons/Car.d.ts +4 -0
- package/lib/components/Icons/Car.js +10 -0
- package/lib/components/Icons/Car.js.map +1 -0
- package/lib/components/Icons/Carton.d.ts +4 -0
- package/lib/components/Icons/Carton.js +42 -0
- package/lib/components/Icons/Carton.js.map +1 -0
- package/lib/components/Icons/Change.d.ts +4 -0
- package/lib/components/Icons/Change.js +46 -0
- package/lib/components/Icons/Change.js.map +1 -0
- package/lib/components/Icons/Check.d.ts +4 -0
- package/lib/components/Icons/Check.js +13 -0
- package/lib/components/Icons/Check.js.map +1 -0
- package/lib/components/Icons/CheckFill.d.ts +4 -0
- package/lib/components/Icons/CheckFill.js +37 -0
- package/lib/components/Icons/CheckFill.js.map +1 -0
- package/lib/components/Icons/CheckOutline.d.ts +4 -0
- package/lib/components/Icons/CheckOutline.js +22 -0
- package/lib/components/Icons/CheckOutline.js.map +1 -0
- package/lib/components/Icons/Chest.d.ts +4 -0
- package/lib/components/Icons/Chest.js +10 -0
- package/lib/components/Icons/Chest.js.map +1 -0
- package/lib/components/Icons/ChevronDown.d.ts +4 -0
- package/lib/components/Icons/ChevronDown.js +13 -0
- package/lib/components/Icons/ChevronDown.js.map +1 -0
- package/lib/components/Icons/ChevronLeft.d.ts +4 -0
- package/lib/components/Icons/ChevronLeft.js +13 -0
- package/lib/components/Icons/ChevronLeft.js.map +1 -0
- package/lib/components/Icons/ChevronRight.d.ts +4 -0
- package/lib/components/Icons/ChevronRight.js +13 -0
- package/lib/components/Icons/ChevronRight.js.map +1 -0
- package/lib/components/Icons/ChevronUp.d.ts +4 -0
- package/lib/components/Icons/ChevronUp.js +13 -0
- package/lib/components/Icons/ChevronUp.js.map +1 -0
- package/lib/components/Icons/ChevronsDown.d.ts +4 -0
- package/lib/components/Icons/ChevronsDown.js +37 -0
- package/lib/components/Icons/ChevronsDown.js.map +1 -0
- package/lib/components/Icons/ChevronsUp.d.ts +4 -0
- package/lib/components/Icons/ChevronsUp.js +37 -0
- package/lib/components/Icons/ChevronsUp.js.map +1 -0
- package/lib/components/Icons/ChildPlaying.d.ts +4 -0
- package/lib/components/Icons/ChildPlaying.js +16 -0
- package/lib/components/Icons/ChildPlaying.js.map +1 -0
- package/lib/components/Icons/Cigarette.d.ts +4 -0
- package/lib/components/Icons/Cigarette.js +10 -0
- package/lib/components/Icons/Cigarette.js.map +1 -0
- package/lib/components/Icons/Coins.d.ts +4 -0
- package/lib/components/Icons/Coins.js +22 -0
- package/lib/components/Icons/Coins.js.map +1 -0
- package/lib/components/Icons/Contacts.d.ts +4 -0
- package/lib/components/Icons/Contacts.js +13 -0
- package/lib/components/Icons/Contacts.js.map +1 -0
- package/lib/components/Icons/Copy.d.ts +4 -0
- package/lib/components/Icons/Copy.js +24 -0
- package/lib/components/Icons/Copy.js.map +1 -0
- package/lib/components/Icons/CoronaCertificate.d.ts +4 -0
- package/lib/components/Icons/CoronaCertificate.js +22 -0
- package/lib/components/Icons/CoronaCertificate.js.map +1 -0
- package/lib/components/Icons/Coronavirus.d.ts +4 -0
- package/lib/components/Icons/Coronavirus.js +10 -0
- package/lib/components/Icons/Coronavirus.js.map +1 -0
- package/lib/components/Icons/Cough.d.ts +4 -0
- package/lib/components/Icons/Cough.js +10 -0
- package/lib/components/Icons/Cough.js.map +1 -0
- package/lib/components/Icons/CreditCard.d.ts +4 -0
- package/lib/components/Icons/CreditCard.js +48 -0
- package/lib/components/Icons/CreditCard.js.map +1 -0
- package/lib/components/Icons/CriticalHealthInfo.d.ts +4 -0
- package/lib/components/Icons/CriticalHealthInfo.js +10 -0
- package/lib/components/Icons/CriticalHealthInfo.js.map +1 -0
- package/lib/components/Icons/Cross.d.ts +4 -0
- package/lib/components/Icons/Cross.js +10 -0
- package/lib/components/Icons/Cross.js.map +1 -0
- package/lib/components/Icons/DataExchange.d.ts +4 -0
- package/lib/components/Icons/DataExchange.js +22 -0
- package/lib/components/Icons/DataExchange.js.map +1 -0
- package/lib/components/Icons/DataReceived.d.ts +4 -0
- package/lib/components/Icons/DataReceived.js +22 -0
- package/lib/components/Icons/DataReceived.js.map +1 -0
- package/lib/components/Icons/DataSent.d.ts +4 -0
- package/lib/components/Icons/DataSent.js +22 -0
- package/lib/components/Icons/DataSent.js.map +1 -0
- package/lib/components/Icons/Depression.d.ts +4 -0
- package/lib/components/Icons/Depression.js +10 -0
- package/lib/components/Icons/Depression.js.map +1 -0
- package/lib/components/Icons/DigestiveSystem.d.ts +4 -0
- package/lib/components/Icons/DigestiveSystem.js +16 -0
- package/lib/components/Icons/DigestiveSystem.js.map +1 -0
- package/lib/components/Icons/Dizzy.d.ts +4 -0
- package/lib/components/Icons/Dizzy.js +10 -0
- package/lib/components/Icons/Dizzy.js.map +1 -0
- package/lib/components/Icons/Documents.d.ts +4 -0
- package/lib/components/Icons/Documents.js +10 -0
- package/lib/components/Icons/Documents.js.map +1 -0
- package/lib/components/Icons/Dog.d.ts +4 -0
- package/lib/components/Icons/Dog.js +10 -0
- package/lib/components/Icons/Dog.js.map +1 -0
- package/lib/components/Icons/DonorCard.d.ts +4 -0
- package/lib/components/Icons/DonorCard.js +10 -0
- package/lib/components/Icons/DonorCard.js.map +1 -0
- package/lib/components/Icons/DotActive.d.ts +4 -0
- package/lib/components/Icons/DotActive.js +16 -0
- package/lib/components/Icons/DotActive.js.map +1 -0
- package/lib/components/Icons/DotAlert.d.ts +4 -0
- package/lib/components/Icons/DotAlert.js +30 -0
- package/lib/components/Icons/DotAlert.js.map +1 -0
- package/lib/components/Icons/DotCancelled.d.ts +4 -0
- package/lib/components/Icons/DotCancelled.js +30 -0
- package/lib/components/Icons/DotCancelled.js.map +1 -0
- package/lib/components/Icons/DotHalfDisc.d.ts +4 -0
- package/lib/components/Icons/DotHalfDisc.js +30 -0
- package/lib/components/Icons/DotHalfDisc.js.map +1 -0
- package/lib/components/Icons/DotInactive.d.ts +4 -0
- package/lib/components/Icons/DotInactive.js +30 -0
- package/lib/components/Icons/DotInactive.js.map +1 -0
- package/lib/components/Icons/DotInfo.d.ts +4 -0
- package/lib/components/Icons/DotInfo.js +38 -0
- package/lib/components/Icons/DotInfo.js.map +1 -0
- package/lib/components/Icons/DotLookingGlass.d.ts +4 -0
- package/lib/components/Icons/DotLookingGlass.js +30 -0
- package/lib/components/Icons/DotLookingGlass.js.map +1 -0
- package/lib/components/Icons/DotPending.d.ts +4 -0
- package/lib/components/Icons/DotPending.js +16 -0
- package/lib/components/Icons/DotPending.js.map +1 -0
- package/lib/components/Icons/DotQuestionMark.d.ts +4 -0
- package/lib/components/Icons/DotQuestionMark.js +30 -0
- package/lib/components/Icons/DotQuestionMark.js.map +1 -0
- package/lib/components/Icons/DotSuccess.d.ts +4 -0
- package/lib/components/Icons/DotSuccess.js +30 -0
- package/lib/components/Icons/DotSuccess.js.map +1 -0
- package/lib/components/Icons/DotTransparent.d.ts +4 -0
- package/lib/components/Icons/DotTransparent.js +30 -0
- package/lib/components/Icons/DotTransparent.js.map +1 -0
- package/lib/components/Icons/DotWarningTriangle.d.ts +4 -0
- package/lib/components/Icons/DotWarningTriangle.js +30 -0
- package/lib/components/Icons/DotWarningTriangle.js.map +1 -0
- package/lib/components/Icons/Download.d.ts +4 -0
- package/lib/components/Icons/Download.js +37 -0
- package/lib/components/Icons/Download.js.map +1 -0
- package/lib/components/Icons/Draft.d.ts +4 -0
- package/lib/components/Icons/Draft.js +10 -0
- package/lib/components/Icons/Draft.js.map +1 -0
- package/lib/components/Icons/Drag.d.ts +4 -0
- package/lib/components/Icons/Drag.js +11 -0
- package/lib/components/Icons/Drag.js.map +1 -0
- package/lib/components/Icons/EChat.d.ts +4 -0
- package/lib/components/Icons/EChat.js +13 -0
- package/lib/components/Icons/EChat.js.map +1 -0
- package/lib/components/Icons/Ear.d.ts +4 -0
- package/lib/components/Icons/Ear.js +17 -0
- package/lib/components/Icons/Ear.js.map +1 -0
- package/lib/components/Icons/EarDeaf.d.ts +4 -0
- package/lib/components/Icons/EarDeaf.js +11 -0
- package/lib/components/Icons/EarDeaf.js.map +1 -0
- package/lib/components/Icons/EarHearingAid.d.ts +4 -0
- package/lib/components/Icons/EarHearingAid.js +14 -0
- package/lib/components/Icons/EarHearingAid.js.map +1 -0
- package/lib/components/Icons/EarNoseThroat.d.ts +4 -0
- package/lib/components/Icons/EarNoseThroat.js +18 -0
- package/lib/components/Icons/EarNoseThroat.js.map +1 -0
- package/lib/components/Icons/EarVolume.d.ts +4 -0
- package/lib/components/Icons/EarVolume.js +26 -0
- package/lib/components/Icons/EarVolume.js.map +1 -0
- package/lib/components/Icons/Edit.d.ts +4 -0
- package/lib/components/Icons/Edit.js +31 -0
- package/lib/components/Icons/Edit.js.map +1 -0
- package/lib/components/Icons/ElderlyPerson.d.ts +4 -0
- package/lib/components/Icons/ElderlyPerson.js +10 -0
- package/lib/components/Icons/ElderlyPerson.js.map +1 -0
- package/lib/components/Icons/Embolization.d.ts +4 -0
- package/lib/components/Icons/Embolization.js +22 -0
- package/lib/components/Icons/Embolization.js.map +1 -0
- package/lib/components/Icons/EmergencyCall.d.ts +4 -0
- package/lib/components/Icons/EmergencyCall.js +25 -0
- package/lib/components/Icons/EmergencyCall.js.map +1 -0
- package/lib/components/Icons/EmoticonAnnoyed.d.ts +4 -0
- package/lib/components/Icons/EmoticonAnnoyed.js +21 -0
- package/lib/components/Icons/EmoticonAnnoyed.js.map +1 -0
- package/lib/components/Icons/EmoticonDelighted.d.ts +4 -0
- package/lib/components/Icons/EmoticonDelighted.js +21 -0
- package/lib/components/Icons/EmoticonDelighted.js.map +1 -0
- package/lib/components/Icons/EmoticonDisappointed.d.ts +4 -0
- package/lib/components/Icons/EmoticonDisappointed.js +21 -0
- package/lib/components/Icons/EmoticonDisappointed.js.map +1 -0
- package/lib/components/Icons/EmoticonHappy.d.ts +4 -0
- package/lib/components/Icons/EmoticonHappy.js +21 -0
- package/lib/components/Icons/EmoticonHappy.js.map +1 -0
- package/lib/components/Icons/EmoticonMeh.d.ts +4 -0
- package/lib/components/Icons/EmoticonMeh.js +21 -0
- package/lib/components/Icons/EmoticonMeh.js.map +1 -0
- package/lib/components/Icons/EmptyBox.d.ts +4 -0
- package/lib/components/Icons/EmptyBox.js +24 -0
- package/lib/components/Icons/EmptyBox.js.map +1 -0
- package/lib/components/Icons/EnterFullScreen.d.ts +4 -0
- package/lib/components/Icons/EnterFullScreen.js +22 -0
- package/lib/components/Icons/EnterFullScreen.js.map +1 -0
- package/lib/components/Icons/Envelope.d.ts +4 -0
- package/lib/components/Icons/Envelope.js +13 -0
- package/lib/components/Icons/Envelope.js.map +1 -0
- package/lib/components/Icons/Epilepsy.d.ts +4 -0
- package/lib/components/Icons/Epilepsy.js +10 -0
- package/lib/components/Icons/Epilepsy.js.map +1 -0
- package/lib/components/Icons/Eraser.d.ts +4 -0
- package/lib/components/Icons/Eraser.js +19 -0
- package/lib/components/Icons/Eraser.js.map +1 -0
- package/lib/components/Icons/ErrorSignFill.d.ts +4 -0
- package/lib/components/Icons/ErrorSignFill.js +13 -0
- package/lib/components/Icons/ErrorSignFill.js.map +1 -0
- package/lib/components/Icons/ErrorSignStroke.d.ts +4 -0
- package/lib/components/Icons/ErrorSignStroke.js +13 -0
- package/lib/components/Icons/ErrorSignStroke.js.map +1 -0
- package/lib/components/Icons/EuropeanHealthCard.d.ts +4 -0
- package/lib/components/Icons/EuropeanHealthCard.js +13 -0
- package/lib/components/Icons/EuropeanHealthCard.js.map +1 -0
- package/lib/components/Icons/ExitFullScreen.d.ts +4 -0
- package/lib/components/Icons/ExitFullScreen.js +22 -0
- package/lib/components/Icons/ExitFullScreen.js.map +1 -0
- package/lib/components/Icons/Eye.d.ts +4 -0
- package/lib/components/Icons/Eye.js +37 -0
- package/lib/components/Icons/Eye.js.map +1 -0
- package/lib/components/Icons/Facebook.d.ts +4 -0
- package/lib/components/Icons/Facebook.js +10 -0
- package/lib/components/Icons/Facebook.js.map +1 -0
- package/lib/components/Icons/FallingLeaf.d.ts +4 -0
- package/lib/components/Icons/FallingLeaf.js +31 -0
- package/lib/components/Icons/FallingLeaf.js.map +1 -0
- package/lib/components/Icons/Feedback.d.ts +4 -0
- package/lib/components/Icons/Feedback.js +25 -0
- package/lib/components/Icons/Feedback.js.map +1 -0
- package/lib/components/Icons/Female.d.ts +4 -0
- package/lib/components/Icons/Female.js +10 -0
- package/lib/components/Icons/Female.js.map +1 -0
- package/lib/components/Icons/FemaleDoctor.d.ts +4 -0
- package/lib/components/Icons/FemaleDoctor.js +10 -0
- package/lib/components/Icons/FemaleDoctor.js.map +1 -0
- package/lib/components/Icons/Ferry.d.ts +4 -0
- package/lib/components/Icons/Ferry.js +10 -0
- package/lib/components/Icons/Ferry.js.map +1 -0
- package/lib/components/Icons/File.d.ts +4 -0
- package/lib/components/Icons/File.js +37 -0
- package/lib/components/Icons/File.js.map +1 -0
- package/lib/components/Icons/Filter.d.ts +4 -0
- package/lib/components/Icons/Filter.js +32 -0
- package/lib/components/Icons/Filter.js.map +1 -0
- package/lib/components/Icons/FingerBleed.d.ts +4 -0
- package/lib/components/Icons/FingerBleed.js +10 -0
- package/lib/components/Icons/FingerBleed.js.map +1 -0
- package/lib/components/Icons/FirstAidKit.d.ts +4 -0
- package/lib/components/Icons/FirstAidKit.js +10 -0
- package/lib/components/Icons/FirstAidKit.js.map +1 -0
- package/lib/components/Icons/Fish.d.ts +4 -0
- package/lib/components/Icons/Fish.js +44 -0
- package/lib/components/Icons/Fish.js.map +1 -0
- package/lib/components/Icons/FloppyDisk.d.ts +4 -0
- package/lib/components/Icons/FloppyDisk.js +22 -0
- package/lib/components/Icons/FloppyDisk.js.map +1 -0
- package/lib/components/Icons/Football.d.ts +4 -0
- package/lib/components/Icons/Football.js +10 -0
- package/lib/components/Icons/Football.js.map +1 -0
- package/lib/components/Icons/Form.d.ts +4 -0
- package/lib/components/Icons/Form.js +13 -0
- package/lib/components/Icons/Form.js.map +1 -0
- package/lib/components/Icons/Forward.d.ts +4 -0
- package/lib/components/Icons/Forward.js +19 -0
- package/lib/components/Icons/Forward.js.map +1 -0
- package/lib/components/Icons/Gallery.d.ts +4 -0
- package/lib/components/Icons/Gallery.js +37 -0
- package/lib/components/Icons/Gallery.js.map +1 -0
- package/lib/components/Icons/Garden.d.ts +4 -0
- package/lib/components/Icons/Garden.js +10 -0
- package/lib/components/Icons/Garden.js.map +1 -0
- package/lib/components/Icons/GasCan.d.ts +4 -0
- package/lib/components/Icons/GasCan.js +10 -0
- package/lib/components/Icons/GasCan.js.map +1 -0
- package/lib/components/Icons/GenderIdentity.d.ts +4 -0
- package/lib/components/Icons/GenderIdentity.js +22 -0
- package/lib/components/Icons/GenderIdentity.js.map +1 -0
- package/lib/components/Icons/GlassWater.d.ts +4 -0
- package/lib/components/Icons/GlassWater.js +22 -0
- package/lib/components/Icons/GlassWater.js.map +1 -0
- package/lib/components/Icons/Glasses.d.ts +4 -0
- package/lib/components/Icons/Glasses.js +25 -0
- package/lib/components/Icons/Glasses.js.map +1 -0
- package/lib/components/Icons/Globe.d.ts +4 -0
- package/lib/components/Icons/Globe.js +13 -0
- package/lib/components/Icons/Globe.js.map +1 -0
- package/lib/components/Icons/Grain.d.ts +4 -0
- package/lib/components/Icons/Grain.js +22 -0
- package/lib/components/Icons/Grain.js.map +1 -0
- package/lib/components/Icons/Graph.d.ts +4 -0
- package/lib/components/Icons/Graph.js +29 -0
- package/lib/components/Icons/Graph.js.map +1 -0
- package/lib/components/Icons/Group.d.ts +4 -0
- package/lib/components/Icons/Group.js +39 -0
- package/lib/components/Icons/Group.js.map +1 -0
- package/lib/components/Icons/GroupTwins.d.ts +4 -0
- package/lib/components/Icons/GroupTwins.js +84 -0
- package/lib/components/Icons/GroupTwins.js.map +1 -0
- package/lib/components/Icons/HTMLFile.d.ts +4 -0
- package/lib/components/Icons/HTMLFile.js +17 -0
- package/lib/components/Icons/HTMLFile.js.map +1 -0
- package/lib/components/Icons/HandWaving.d.ts +4 -0
- package/lib/components/Icons/HandWaving.js +10 -0
- package/lib/components/Icons/HandWaving.js.map +1 -0
- package/lib/components/Icons/HandWithDisease.d.ts +4 -0
- package/lib/components/Icons/HandWithDisease.js +10 -0
- package/lib/components/Icons/HandWithDisease.js.map +1 -0
- package/lib/components/Icons/HandsAndHeart.d.ts +4 -0
- package/lib/components/Icons/HandsAndHeart.js +23 -0
- package/lib/components/Icons/HandsAndHeart.js.map +1 -0
- package/lib/components/Icons/HealthClinic.d.ts +4 -0
- package/lib/components/Icons/HealthClinic.js +22 -0
- package/lib/components/Icons/HealthClinic.js.map +1 -0
- package/lib/components/Icons/HealthMeasurements.d.ts +4 -0
- package/lib/components/Icons/HealthMeasurements.js +24 -0
- package/lib/components/Icons/HealthMeasurements.js.map +1 -0
- package/lib/components/Icons/HealthWarning.d.ts +4 -0
- package/lib/components/Icons/HealthWarning.js +22 -0
- package/lib/components/Icons/HealthWarning.js.map +1 -0
- package/lib/components/Icons/HealthcarePerson.d.ts +4 -0
- package/lib/components/Icons/HealthcarePerson.js +77 -0
- package/lib/components/Icons/HealthcarePerson.js.map +1 -0
- package/lib/components/Icons/HealthcarePersonell.d.ts +4 -0
- package/lib/components/Icons/HealthcarePersonell.js +100 -0
- package/lib/components/Icons/HealthcarePersonell.js.map +1 -0
- package/lib/components/Icons/HearingProtection.d.ts +4 -0
- package/lib/components/Icons/HearingProtection.js +31 -0
- package/lib/components/Icons/HearingProtection.js.map +1 -0
- package/lib/components/Icons/Heart.d.ts +4 -0
- package/lib/components/Icons/Heart.js +13 -0
- package/lib/components/Icons/Heart.js.map +1 -0
- package/lib/components/Icons/HeartHands.d.ts +4 -0
- package/lib/components/Icons/HeartHands.js +76 -0
- package/lib/components/Icons/HeartHands.js.map +1 -0
- package/lib/components/Icons/HelpSign.d.ts +4 -0
- package/lib/components/Icons/HelpSign.js +13 -0
- package/lib/components/Icons/HelpSign.js.map +1 -0
- package/lib/components/Icons/HelpingHand.d.ts +4 -0
- package/lib/components/Icons/HelpingHand.js +22 -0
- package/lib/components/Icons/HelpingHand.js.map +1 -0
- package/lib/components/Icons/Hemodialysis.d.ts +4 -0
- package/lib/components/Icons/Hemodialysis.js +22 -0
- package/lib/components/Icons/Hemodialysis.js.map +1 -0
- package/lib/components/Icons/Hiker.d.ts +4 -0
- package/lib/components/Icons/Hiker.js +10 -0
- package/lib/components/Icons/Hiker.js.map +1 -0
- package/lib/components/Icons/Hipprosthesis.d.ts +4 -0
- package/lib/components/Icons/Hipprosthesis.js +22 -0
- package/lib/components/Icons/Hipprosthesis.js.map +1 -0
- package/lib/components/Icons/History.d.ts +4 -0
- package/lib/components/Icons/History.js +13 -0
- package/lib/components/Icons/History.js.map +1 -0
- package/lib/components/Icons/HivAndAids.d.ts +4 -0
- package/lib/components/Icons/HivAndAids.js +10 -0
- package/lib/components/Icons/HivAndAids.js.map +1 -0
- package/lib/components/Icons/Home.d.ts +4 -0
- package/lib/components/Icons/Home.js +37 -0
- package/lib/components/Icons/Home.js.map +1 -0
- package/lib/components/Icons/HomeFill.d.ts +4 -0
- package/lib/components/Icons/HomeFill.js +41 -0
- package/lib/components/Icons/HomeFill.js.map +1 -0
- package/lib/components/Icons/Hormone.d.ts +4 -0
- package/lib/components/Icons/Hormone.js +10 -0
- package/lib/components/Icons/Hormone.js.map +1 -0
- package/lib/components/Icons/Hospital.d.ts +4 -0
- package/lib/components/Icons/Hospital.js +37 -0
- package/lib/components/Icons/Hospital.js.map +1 -0
- package/lib/components/Icons/Hourglass.d.ts +4 -0
- package/lib/components/Icons/Hourglass.js +37 -0
- package/lib/components/Icons/Hourglass.js.map +1 -0
- package/lib/components/Icons/IconNames.d.ts +3 -0
- package/lib/components/Icons/IconNames.js +344 -0
- package/lib/components/Icons/IconNames.js.map +1 -0
- package/lib/components/Icons/ImgFile.d.ts +4 -0
- package/lib/components/Icons/ImgFile.js +22 -0
- package/lib/components/Icons/ImgFile.js.map +1 -0
- package/lib/components/Icons/Inbox.d.ts +4 -0
- package/lib/components/Icons/Inbox.js +19 -0
- package/lib/components/Icons/Inbox.js.map +1 -0
- package/lib/components/Icons/InfoSignFill.d.ts +4 -0
- package/lib/components/Icons/InfoSignFill.js +13 -0
- package/lib/components/Icons/InfoSignFill.js.map +1 -0
- package/lib/components/Icons/InfoSignStroke.d.ts +4 -0
- package/lib/components/Icons/InfoSignStroke.js +13 -0
- package/lib/components/Icons/InfoSignStroke.js.map +1 -0
- package/lib/components/Icons/Instagram.d.ts +4 -0
- package/lib/components/Icons/Instagram.js +17 -0
- package/lib/components/Icons/Instagram.js.map +1 -0
- package/lib/components/Icons/Intravenous.d.ts +4 -0
- package/lib/components/Icons/Intravenous.js +22 -0
- package/lib/components/Icons/Intravenous.js.map +1 -0
- package/lib/components/Icons/JointPain.d.ts +4 -0
- package/lib/components/Icons/JointPain.js +10 -0
- package/lib/components/Icons/JointPain.js.map +1 -0
- package/lib/components/Icons/Journal.d.ts +4 -0
- package/lib/components/Icons/Journal.js +13 -0
- package/lib/components/Icons/Journal.js.map +1 -0
- package/lib/components/Icons/JpgFile.d.ts +4 -0
- package/lib/components/Icons/JpgFile.js +22 -0
- package/lib/components/Icons/JpgFile.js.map +1 -0
- package/lib/components/Icons/Kidney.d.ts +4 -0
- package/lib/components/Icons/Kidney.js +10 -0
- package/lib/components/Icons/Kidney.js.map +1 -0
- package/lib/components/Icons/KitchenScale.d.ts +4 -0
- package/lib/components/Icons/KitchenScale.js +22 -0
- package/lib/components/Icons/KitchenScale.js.map +1 -0
- package/lib/components/Icons/Kjernejournal.d.ts +4 -0
- package/lib/components/Icons/Kjernejournal.js +10 -0
- package/lib/components/Icons/Kjernejournal.js.map +1 -0
- package/lib/components/Icons/Laboratory.d.ts +4 -0
- package/lib/components/Icons/Laboratory.js +22 -0
- package/lib/components/Icons/Laboratory.js.map +1 -0
- package/lib/components/Icons/LaptopBlog.d.ts +4 -0
- package/lib/components/Icons/LaptopBlog.js +10 -0
- package/lib/components/Icons/LaptopBlog.js.map +1 -0
- package/lib/components/Icons/LawBook.d.ts +4 -0
- package/lib/components/Icons/LawBook.js +13 -0
- package/lib/components/Icons/LawBook.js.map +1 -0
- package/lib/components/Icons/LegalDocument.d.ts +4 -0
- package/lib/components/Icons/LegalDocument.js +35 -0
- package/lib/components/Icons/LegalDocument.js.map +1 -0
- package/lib/components/Icons/LightBulb.d.ts +4 -0
- package/lib/components/Icons/LightBulb.js +10 -0
- package/lib/components/Icons/LightBulb.js.map +1 -0
- package/lib/components/Icons/List.d.ts +4 -0
- package/lib/components/Icons/List.js +37 -0
- package/lib/components/Icons/List.js.map +1 -0
- package/lib/components/Icons/Location.d.ts +4 -0
- package/lib/components/Icons/Location.js +16 -0
- package/lib/components/Icons/Location.js.map +1 -0
- package/lib/components/Icons/LocationFill.d.ts +4 -0
- package/lib/components/Icons/LocationFill.js +41 -0
- package/lib/components/Icons/LocationFill.js.map +1 -0
- package/lib/components/Icons/Lock.d.ts +4 -0
- package/lib/components/Icons/Lock.js +25 -0
- package/lib/components/Icons/Lock.js.map +1 -0
- package/lib/components/Icons/Login.d.ts +4 -0
- package/lib/components/Icons/Login.js +61 -0
- package/lib/components/Icons/Login.js.map +1 -0
- package/lib/components/Icons/Logout.d.ts +4 -0
- package/lib/components/Icons/Logout.js +53 -0
- package/lib/components/Icons/Logout.js.map +1 -0
- package/lib/components/Icons/Lungs.d.ts +4 -0
- package/lib/components/Icons/Lungs.js +10 -0
- package/lib/components/Icons/Lungs.js.map +1 -0
- package/lib/components/Icons/Makeup.d.ts +4 -0
- package/lib/components/Icons/Makeup.js +10 -0
- package/lib/components/Icons/Makeup.js.map +1 -0
- package/lib/components/Icons/MaleDoctor.d.ts +4 -0
- package/lib/components/Icons/MaleDoctor.js +10 -0
- package/lib/components/Icons/MaleDoctor.js.map +1 -0
- package/lib/components/Icons/MaleDoctorAndPerson.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js +18 -0
- package/lib/components/Icons/MaleDoctorAndPerson.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompact.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorCompact.js +55 -0
- package/lib/components/Icons/MaleDoctorCompact.js.map +1 -0
- package/lib/components/Icons/MaleDoctorCompactFill.d.ts +4 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js +41 -0
- package/lib/components/Icons/MaleDoctorCompactFill.js.map +1 -0
- package/lib/components/Icons/MaleGenitalia.d.ts +4 -0
- package/lib/components/Icons/MaleGenitalia.js +10 -0
- package/lib/components/Icons/MaleGenitalia.js.map +1 -0
- package/lib/components/Icons/Medicine.d.ts +4 -0
- package/lib/components/Icons/Medicine.js +37 -0
- package/lib/components/Icons/Medicine.js.map +1 -0
- package/lib/components/Icons/MedicineWarning.d.ts +4 -0
- package/lib/components/Icons/MedicineWarning.js +22 -0
- package/lib/components/Icons/MedicineWarning.js.map +1 -0
- package/lib/components/Icons/MentalHealthAdult.d.ts +4 -0
- package/lib/components/Icons/MentalHealthAdult.js +16 -0
- package/lib/components/Icons/MentalHealthAdult.js.map +1 -0
- package/lib/components/Icons/MentalHealthChild.d.ts +4 -0
- package/lib/components/Icons/MentalHealthChild.js +16 -0
- package/lib/components/Icons/MentalHealthChild.js.map +1 -0
- package/lib/components/Icons/Menu.d.ts +4 -0
- package/lib/components/Icons/Menu.js +13 -0
- package/lib/components/Icons/Menu.js.map +1 -0
- package/lib/components/Icons/Microscope.d.ts +4 -0
- package/lib/components/Icons/Microscope.js +22 -0
- package/lib/components/Icons/Microscope.js.map +1 -0
- package/lib/components/Icons/Minus.d.ts +4 -0
- package/lib/components/Icons/Minus.js +13 -0
- package/lib/components/Icons/Minus.js.map +1 -0
- package/lib/components/Icons/Mirror.d.ts +4 -0
- package/lib/components/Icons/Mirror.js +10 -0
- package/lib/components/Icons/Mirror.js.map +1 -0
- package/lib/components/Icons/MobilePhone.d.ts +4 -0
- package/lib/components/Icons/MobilePhone.js +13 -0
- package/lib/components/Icons/MobilePhone.js.map +1 -0
- package/lib/components/Icons/MotherHoldingBaby.d.ts +4 -0
- package/lib/components/Icons/MotherHoldingBaby.js +10 -0
- package/lib/components/Icons/MotherHoldingBaby.js.map +1 -0
- package/lib/components/Icons/MuscleBack.d.ts +4 -0
- package/lib/components/Icons/MuscleBack.js +18 -0
- package/lib/components/Icons/MuscleBack.js.map +1 -0
- package/lib/components/Icons/MuscleLeg.d.ts +4 -0
- package/lib/components/Icons/MuscleLeg.js +16 -0
- package/lib/components/Icons/MuscleLeg.js.map +1 -0
- package/lib/components/Icons/Mushroom.d.ts +4 -0
- package/lib/components/Icons/Mushroom.js +10 -0
- package/lib/components/Icons/Mushroom.js.map +1 -0
- package/lib/components/Icons/Music.d.ts +4 -0
- package/lib/components/Icons/Music.js +22 -0
- package/lib/components/Icons/Music.js.map +1 -0
- package/lib/components/Icons/MusselsAndSalt.d.ts +4 -0
- package/lib/components/Icons/MusselsAndSalt.js +10 -0
- package/lib/components/Icons/MusselsAndSalt.js.map +1 -0
- package/lib/components/Icons/NoAccess.d.ts +4 -0
- package/lib/components/Icons/NoAccess.js +59 -0
- package/lib/components/Icons/NoAccess.js.map +1 -0
- package/lib/components/Icons/NoEye.d.ts +4 -0
- package/lib/components/Icons/NoEye.js +39 -0
- package/lib/components/Icons/NoEye.js.map +1 -0
- package/lib/components/Icons/NoFilter.d.ts +4 -0
- package/lib/components/Icons/NoFilter.js +19 -0
- package/lib/components/Icons/NoFilter.js.map +1 -0
- package/lib/components/Icons/Notepad.d.ts +4 -0
- package/lib/components/Icons/Notepad.js +10 -0
- package/lib/components/Icons/Notepad.js.map +1 -0
- package/lib/components/Icons/Osteotomy.d.ts +4 -0
- package/lib/components/Icons/Osteotomy.js +22 -0
- package/lib/components/Icons/Osteotomy.js.map +1 -0
- package/lib/components/Icons/PaintRoller.d.ts +4 -0
- package/lib/components/Icons/PaintRoller.js +10 -0
- package/lib/components/Icons/PaintRoller.js.map +1 -0
- package/lib/components/Icons/PaperPlane.d.ts +4 -0
- package/lib/components/Icons/PaperPlane.js +13 -0
- package/lib/components/Icons/PaperPlane.js.map +1 -0
- package/lib/components/Icons/PatientAndPerson.d.ts +4 -0
- package/lib/components/Icons/PatientAndPerson.js +10 -0
- package/lib/components/Icons/PatientAndPerson.js.map +1 -0
- package/lib/components/Icons/Pause.d.ts +4 -0
- package/lib/components/Icons/Pause.js +13 -0
- package/lib/components/Icons/Pause.js.map +1 -0
- package/lib/components/Icons/PdfFile.d.ts +4 -0
- package/lib/components/Icons/PdfFile.js +22 -0
- package/lib/components/Icons/PdfFile.js.map +1 -0
- package/lib/components/Icons/Pencil.d.ts +4 -0
- package/lib/components/Icons/Pencil.js +29 -0
- package/lib/components/Icons/Pencil.js.map +1 -0
- package/lib/components/Icons/PeopleTalking.d.ts +4 -0
- package/lib/components/Icons/PeopleTalking.js +22 -0
- package/lib/components/Icons/PeopleTalking.js.map +1 -0
- package/lib/components/Icons/Peritonealdialysis.d.ts +4 -0
- package/lib/components/Icons/Peritonealdialysis.js +22 -0
- package/lib/components/Icons/Peritonealdialysis.js.map +1 -0
- package/lib/components/Icons/Person.d.ts +4 -0
- package/lib/components/Icons/Person.js +10 -0
- package/lib/components/Icons/Person.js.map +1 -0
- package/lib/components/Icons/PersonAndPatient.d.ts +4 -0
- package/lib/components/Icons/PersonAndPatient.js +10 -0
- package/lib/components/Icons/PersonAndPatient.js.map +1 -0
- package/lib/components/Icons/PersonCancel.d.ts +4 -0
- package/lib/components/Icons/PersonCancel.js +73 -0
- package/lib/components/Icons/PersonCancel.js.map +1 -0
- package/lib/components/Icons/PersonInXRayMachine.d.ts +4 -0
- package/lib/components/Icons/PersonInXRayMachine.js +22 -0
- package/lib/components/Icons/PersonInXRayMachine.js.map +1 -0
- package/lib/components/Icons/PersonOverweight.d.ts +4 -0
- package/lib/components/Icons/PersonOverweight.js +10 -0
- package/lib/components/Icons/PersonOverweight.js.map +1 -0
- package/lib/components/Icons/PersonRelaxing.d.ts +4 -0
- package/lib/components/Icons/PersonRelaxing.js +16 -0
- package/lib/components/Icons/PersonRelaxing.js.map +1 -0
- package/lib/components/Icons/PersonWithBrain.d.ts +4 -0
- package/lib/components/Icons/PersonWithBrain.js +13 -0
- package/lib/components/Icons/PersonWithBrain.js.map +1 -0
- package/lib/components/Icons/PersonWithBrokenArm.d.ts +4 -0
- package/lib/components/Icons/PersonWithBrokenArm.js +10 -0
- package/lib/components/Icons/PersonWithBrokenArm.js.map +1 -0
- package/lib/components/Icons/PersonWithCrutches.d.ts +4 -0
- package/lib/components/Icons/PersonWithCrutches.js +10 -0
- package/lib/components/Icons/PersonWithCrutches.js.map +1 -0
- package/lib/components/Icons/PersonWithJaw.d.ts +4 -0
- package/lib/components/Icons/PersonWithJaw.js +16 -0
- package/lib/components/Icons/PersonWithJaw.js.map +1 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.d.ts +4 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js +16 -0
- package/lib/components/Icons/PersonWithMagnifyingGlass.js.map +1 -0
- package/lib/components/Icons/PersonWithSenses.d.ts +4 -0
- package/lib/components/Icons/PersonWithSenses.js +22 -0
- package/lib/components/Icons/PersonWithSenses.js.map +1 -0
- package/lib/components/Icons/PersonWorking.d.ts +4 -0
- package/lib/components/Icons/PersonWorking.js +16 -0
- package/lib/components/Icons/PersonWorking.js.map +1 -0
- package/lib/components/Icons/PersonalPlan.d.ts +4 -0
- package/lib/components/Icons/PersonalPlan.js +41 -0
- package/lib/components/Icons/PersonalPlan.js.map +1 -0
- package/lib/components/Icons/PizzaSlice.d.ts +4 -0
- package/lib/components/Icons/PizzaSlice.js +16 -0
- package/lib/components/Icons/PizzaSlice.js.map +1 -0
- package/lib/components/Icons/Plane.d.ts +4 -0
- package/lib/components/Icons/Plane.js +10 -0
- package/lib/components/Icons/Plane.js.map +1 -0
- package/lib/components/Icons/Plant.d.ts +4 -0
- package/lib/components/Icons/Plant.js +10 -0
- package/lib/components/Icons/Plant.js.map +1 -0
- package/lib/components/Icons/PlateKnifeFork.d.ts +4 -0
- package/lib/components/Icons/PlateKnifeFork.js +40 -0
- package/lib/components/Icons/PlateKnifeFork.js.map +1 -0
- package/lib/components/Icons/Play.d.ts +4 -0
- package/lib/components/Icons/Play.js +13 -0
- package/lib/components/Icons/Play.js.map +1 -0
- package/lib/components/Icons/PlusLarge.d.ts +4 -0
- package/lib/components/Icons/PlusLarge.js +13 -0
- package/lib/components/Icons/PlusLarge.js.map +1 -0
- package/lib/components/Icons/PlusSmall.d.ts +4 -0
- package/lib/components/Icons/PlusSmall.js +13 -0
- package/lib/components/Icons/PlusSmall.js.map +1 -0
- package/lib/components/Icons/PngFile.d.ts +4 -0
- package/lib/components/Icons/PngFile.js +22 -0
- package/lib/components/Icons/PngFile.js.map +1 -0
- package/lib/components/Icons/Podcast.d.ts +4 -0
- package/lib/components/Icons/Podcast.js +22 -0
- package/lib/components/Icons/Podcast.js.map +1 -0
- package/lib/components/Icons/PoisonInformation.d.ts +4 -0
- package/lib/components/Icons/PoisonInformation.js +16 -0
- package/lib/components/Icons/PoisonInformation.js.map +1 -0
- package/lib/components/Icons/Pregnant.d.ts +4 -0
- package/lib/components/Icons/Pregnant.js +10 -0
- package/lib/components/Icons/Pregnant.js.map +1 -0
- package/lib/components/Icons/Printer.d.ts +4 -0
- package/lib/components/Icons/Printer.js +37 -0
- package/lib/components/Icons/Printer.js.map +1 -0
- package/lib/components/Icons/Psychosis.d.ts +4 -0
- package/lib/components/Icons/Psychosis.js +10 -0
- package/lib/components/Icons/Psychosis.js.map +1 -0
- package/lib/components/Icons/Publication.d.ts +4 -0
- package/lib/components/Icons/Publication.js +22 -0
- package/lib/components/Icons/Publication.js.map +1 -0
- package/lib/components/Icons/Puzzle.d.ts +4 -0
- package/lib/components/Icons/Puzzle.js +13 -0
- package/lib/components/Icons/Puzzle.js.map +1 -0
- package/lib/components/Icons/QrCode.d.ts +4 -0
- package/lib/components/Icons/QrCode.js +37 -0
- package/lib/components/Icons/QrCode.js.map +1 -0
- package/lib/components/Icons/Quarrel.d.ts +4 -0
- package/lib/components/Icons/Quarrel.js +22 -0
- package/lib/components/Icons/Quarrel.js.map +1 -0
- package/lib/components/Icons/RadioTherapy.d.ts +4 -0
- package/lib/components/Icons/RadioTherapy.js +22 -0
- package/lib/components/Icons/RadioTherapy.js.map +1 -0
- package/lib/components/Icons/RadioactiveTreatment.d.ts +4 -0
- package/lib/components/Icons/RadioactiveTreatment.js +22 -0
- package/lib/components/Icons/RadioactiveTreatment.js.map +1 -0
- package/lib/components/Icons/Radioiodine.d.ts +4 -0
- package/lib/components/Icons/Radioiodine.js +22 -0
- package/lib/components/Icons/Radioiodine.js.map +1 -0
- package/lib/components/Icons/Receipt.d.ts +4 -0
- package/lib/components/Icons/Receipt.js +10 -0
- package/lib/components/Icons/Receipt.js.map +1 -0
- package/lib/components/Icons/Receptionist.d.ts +4 -0
- package/lib/components/Icons/Receptionist.js +13 -0
- package/lib/components/Icons/Receptionist.js.map +1 -0
- package/lib/components/Icons/Recovery.d.ts +4 -0
- package/lib/components/Icons/Recovery.js +22 -0
- package/lib/components/Icons/Recovery.js.map +1 -0
- package/lib/components/Icons/Referral.d.ts +4 -0
- package/lib/components/Icons/Referral.js +13 -0
- package/lib/components/Icons/Referral.js.map +1 -0
- package/lib/components/Icons/Refresh.d.ts +4 -0
- package/lib/components/Icons/Refresh.js +13 -0
- package/lib/components/Icons/Refresh.js.map +1 -0
- package/lib/components/Icons/Refund.d.ts +4 -0
- package/lib/components/Icons/Refund.js +10 -0
- package/lib/components/Icons/Refund.js.map +1 -0
- package/lib/components/Icons/Reminder.d.ts +4 -0
- package/lib/components/Icons/Reminder.js +30 -0
- package/lib/components/Icons/Reminder.js.map +1 -0
- package/lib/components/Icons/Reply.d.ts +4 -0
- package/lib/components/Icons/Reply.js +19 -0
- package/lib/components/Icons/Reply.js.map +1 -0
- package/lib/components/Icons/Rocket.d.ts +4 -0
- package/lib/components/Icons/Rocket.js +10 -0
- package/lib/components/Icons/Rocket.js.map +1 -0
- package/lib/components/Icons/RtfFile.d.ts +4 -0
- package/lib/components/Icons/RtfFile.js +22 -0
- package/lib/components/Icons/RtfFile.js.map +1 -0
- package/lib/components/Icons/STDs.d.ts +4 -0
- package/lib/components/Icons/STDs.js +22 -0
- package/lib/components/Icons/STDs.js.map +1 -0
- package/lib/components/Icons/Save.d.ts +4 -0
- package/lib/components/Icons/Save.js +21 -0
- package/lib/components/Icons/Save.js.map +1 -0
- package/lib/components/Icons/Scale.d.ts +4 -0
- package/lib/components/Icons/Scale.js +10 -0
- package/lib/components/Icons/Scale.js.map +1 -0
- package/lib/components/Icons/ScreenReader.d.ts +4 -0
- package/lib/components/Icons/ScreenReader.js +49 -0
- package/lib/components/Icons/ScreenReader.js.map +1 -0
- package/lib/components/Icons/Search.d.ts +4 -0
- package/lib/components/Icons/Search.js +13 -0
- package/lib/components/Icons/Search.js.map +1 -0
- package/lib/components/Icons/SectionSign.d.ts +4 -0
- package/lib/components/Icons/SectionSign.js +37 -0
- package/lib/components/Icons/SectionSign.js.map +1 -0
- package/lib/components/Icons/Settings.d.ts +4 -0
- package/lib/components/Icons/Settings.js +41 -0
- package/lib/components/Icons/Settings.js.map +1 -0
- package/lib/components/Icons/SettingsFill.d.ts +4 -0
- package/lib/components/Icons/SettingsFill.js +41 -0
- package/lib/components/Icons/SettingsFill.js.map +1 -0
- package/lib/components/Icons/Sexualorientation.d.ts +4 -0
- package/lib/components/Icons/Sexualorientation.js +22 -0
- package/lib/components/Icons/Sexualorientation.js.map +1 -0
- package/lib/components/Icons/ShakingHand.d.ts +4 -0
- package/lib/components/Icons/ShakingHand.js +16 -0
- package/lib/components/Icons/ShakingHand.js.map +1 -0
- package/lib/components/Icons/Share.d.ts +4 -0
- package/lib/components/Icons/Share.js +19 -0
- package/lib/components/Icons/Share.js.map +1 -0
- package/lib/components/Icons/SharedHealthData.d.ts +4 -0
- package/lib/components/Icons/SharedHealthData.js +24 -0
- package/lib/components/Icons/SharedHealthData.js.map +1 -0
- package/lib/components/Icons/SharedHealthMeasurements.d.ts +4 -0
- package/lib/components/Icons/SharedHealthMeasurements.js +24 -0
- package/lib/components/Icons/SharedHealthMeasurements.js.map +1 -0
- package/lib/components/Icons/Shield.d.ts +4 -0
- package/lib/components/Icons/Shield.js +22 -0
- package/lib/components/Icons/Shield.js.map +1 -0
- package/lib/components/Icons/ShuntOperation.d.ts +4 -0
- package/lib/components/Icons/ShuntOperation.js +22 -0
- package/lib/components/Icons/ShuntOperation.js.map +1 -0
- package/lib/components/Icons/Skeleton.d.ts +4 -0
- package/lib/components/Icons/Skeleton.js +10 -0
- package/lib/components/Icons/Skeleton.js.map +1 -0
- package/lib/components/Icons/Skin.d.ts +4 -0
- package/lib/components/Icons/Skin.js +10 -0
- package/lib/components/Icons/Skin.js.map +1 -0
- package/lib/components/Icons/Snake.d.ts +4 -0
- package/lib/components/Icons/Snake.js +10 -0
- package/lib/components/Icons/Snake.js.map +1 -0
- package/lib/components/Icons/Snapchat.d.ts +4 -0
- package/lib/components/Icons/Snapchat.js +13 -0
- package/lib/components/Icons/Snapchat.js.map +1 -0
- package/lib/components/Icons/SortDown.d.ts +4 -0
- package/lib/components/Icons/SortDown.js +30 -0
- package/lib/components/Icons/SortDown.js.map +1 -0
- package/lib/components/Icons/SortUp.d.ts +4 -0
- package/lib/components/Icons/SortUp.js +30 -0
- package/lib/components/Icons/SortUp.js.map +1 -0
- package/lib/components/Icons/SpeechBubble.d.ts +4 -0
- package/lib/components/Icons/SpeechBubble.js +37 -0
- package/lib/components/Icons/SpeechBubble.js.map +1 -0
- package/lib/components/Icons/Spray.d.ts +4 -0
- package/lib/components/Icons/Spray.js +10 -0
- package/lib/components/Icons/Spray.js.map +1 -0
- package/lib/components/Icons/StickyNote.d.ts +4 -0
- package/lib/components/Icons/StickyNote.js +24 -0
- package/lib/components/Icons/StickyNote.js.map +1 -0
- package/lib/components/Icons/StickyNotes.d.ts +4 -0
- package/lib/components/Icons/StickyNotes.js +24 -0
- package/lib/components/Icons/StickyNotes.js.map +1 -0
- package/lib/components/Icons/Stopwatch.d.ts +4 -0
- package/lib/components/Icons/Stopwatch.js +37 -0
- package/lib/components/Icons/Stopwatch.js.map +1 -0
- package/lib/components/Icons/Sun.d.ts +4 -0
- package/lib/components/Icons/Sun.js +33 -0
- package/lib/components/Icons/Sun.js.map +1 -0
- package/lib/components/Icons/SupportingPerson.d.ts +4 -0
- package/lib/components/Icons/SupportingPerson.js +51 -0
- package/lib/components/Icons/SupportingPerson.js.map +1 -0
- package/lib/components/Icons/Surgery.d.ts +4 -0
- package/lib/components/Icons/Surgery.js +22 -0
- package/lib/components/Icons/Surgery.js.map +1 -0
- package/lib/components/Icons/Sweets.d.ts +4 -0
- package/lib/components/Icons/Sweets.js +42 -0
- package/lib/components/Icons/Sweets.js.map +1 -0
- package/lib/components/Icons/Syringe.d.ts +4 -0
- package/lib/components/Icons/Syringe.js +24 -0
- package/lib/components/Icons/Syringe.js.map +1 -0
- package/lib/components/Icons/Taxi.d.ts +4 -0
- package/lib/components/Icons/Taxi.js +10 -0
- package/lib/components/Icons/Taxi.js.map +1 -0
- package/lib/components/Icons/TeddyBear.d.ts +4 -0
- package/lib/components/Icons/TeddyBear.js +10 -0
- package/lib/components/Icons/TeddyBear.js.map +1 -0
- package/lib/components/Icons/Teenagers.d.ts +4 -0
- package/lib/components/Icons/Teenagers.js +22 -0
- package/lib/components/Icons/Teenagers.js.map +1 -0
- package/lib/components/Icons/ThinkingAboutBaby.d.ts +4 -0
- package/lib/components/Icons/ThinkingAboutBaby.js +10 -0
- package/lib/components/Icons/ThinkingAboutBaby.js.map +1 -0
- package/lib/components/Icons/Ticket.d.ts +4 -0
- package/lib/components/Icons/Ticket.js +10 -0
- package/lib/components/Icons/Ticket.js.map +1 -0
- package/lib/components/Icons/TimePassing.d.ts +4 -0
- package/lib/components/Icons/TimePassing.js +37 -0
- package/lib/components/Icons/TimePassing.js.map +1 -0
- package/lib/components/Icons/Toddler.d.ts +4 -0
- package/lib/components/Icons/Toddler.js +10 -0
- package/lib/components/Icons/Toddler.js.map +1 -0
- package/lib/components/Icons/Tombstone.d.ts +4 -0
- package/lib/components/Icons/Tombstone.js +29 -0
- package/lib/components/Icons/Tombstone.js.map +1 -0
- package/lib/components/Icons/Toolbox.d.ts +4 -0
- package/lib/components/Icons/Toolbox.js +55 -0
- package/lib/components/Icons/Toolbox.js.map +1 -0
- package/lib/components/Icons/Tooth.d.ts +4 -0
- package/lib/components/Icons/Tooth.js +10 -0
- package/lib/components/Icons/Tooth.js.map +1 -0
- package/lib/components/Icons/TotalKneeProsthesis.d.ts +4 -0
- package/lib/components/Icons/TotalKneeProsthesis.js +22 -0
- package/lib/components/Icons/TotalKneeProsthesis.js.map +1 -0
- package/lib/components/Icons/Train.d.ts +4 -0
- package/lib/components/Icons/Train.js +10 -0
- package/lib/components/Icons/Train.js.map +1 -0
- package/lib/components/Icons/Transplantation.d.ts +4 -0
- package/lib/components/Icons/Transplantation.js +22 -0
- package/lib/components/Icons/Transplantation.js.map +1 -0
- package/lib/components/Icons/TrashCan.d.ts +4 -0
- package/lib/components/Icons/TrashCan.js +37 -0
- package/lib/components/Icons/TrashCan.js.map +1 -0
- package/lib/components/Icons/TravelRoute.d.ts +4 -0
- package/lib/components/Icons/TravelRoute.js +60 -0
- package/lib/components/Icons/TravelRoute.js.map +1 -0
- package/lib/components/Icons/TreatmentAids.d.ts +4 -0
- package/lib/components/Icons/TreatmentAids.js +41 -0
- package/lib/components/Icons/TreatmentAids.js.map +1 -0
- package/lib/components/Icons/TriangleX.d.ts +4 -0
- package/lib/components/Icons/TriangleX.js +41 -0
- package/lib/components/Icons/TriangleX.js.map +1 -0
- package/lib/components/Icons/Twitter.d.ts +4 -0
- package/lib/components/Icons/Twitter.js +10 -0
- package/lib/components/Icons/Twitter.js.map +1 -0
- package/lib/components/Icons/Undo.d.ts +4 -0
- package/lib/components/Icons/Undo.js +51 -0
- package/lib/components/Icons/Undo.js.map +1 -0
- package/lib/components/Icons/UniProsthesis.d.ts +4 -0
- package/lib/components/Icons/UniProsthesis.js +22 -0
- package/lib/components/Icons/UniProsthesis.js.map +1 -0
- package/lib/components/Icons/Upload.d.ts +4 -0
- package/lib/components/Icons/Upload.js +19 -0
- package/lib/components/Icons/Upload.js.map +1 -0
- package/lib/components/Icons/UserOrganization.d.ts +4 -0
- package/lib/components/Icons/UserOrganization.js +10 -0
- package/lib/components/Icons/UserOrganization.js.map +1 -0
- package/lib/components/Icons/Vaccine.d.ts +4 -0
- package/lib/components/Icons/Vaccine.js +37 -0
- package/lib/components/Icons/Vaccine.js.map +1 -0
- package/lib/components/Icons/VerticalDots.d.ts +4 -0
- package/lib/components/Icons/VerticalDots.js +13 -0
- package/lib/components/Icons/VerticalDots.js.map +1 -0
- package/lib/components/Icons/VideoCamera.d.ts +4 -0
- package/lib/components/Icons/VideoCamera.js +37 -0
- package/lib/components/Icons/VideoCamera.js.map +1 -0
- package/lib/components/Icons/VideoChat.d.ts +4 -0
- package/lib/components/Icons/VideoChat.js +13 -0
- package/lib/components/Icons/VideoChat.js.map +1 -0
- package/lib/components/Icons/Wallet.d.ts +4 -0
- package/lib/components/Icons/Wallet.js +13 -0
- package/lib/components/Icons/Wallet.js.map +1 -0
- package/lib/components/Icons/Watch.d.ts +4 -0
- package/lib/components/Icons/Watch.js +37 -0
- package/lib/components/Icons/Watch.js.map +1 -0
- package/lib/components/Icons/Website.d.ts +4 -0
- package/lib/components/Icons/Website.js +22 -0
- package/lib/components/Icons/Website.js.map +1 -0
- package/lib/components/Icons/Wheelchair.d.ts +4 -0
- package/lib/components/Icons/Wheelchair.js +22 -0
- package/lib/components/Icons/Wheelchair.js.map +1 -0
- package/lib/components/Icons/WheelchairActive.d.ts +4 -0
- package/lib/components/Icons/WheelchairActive.js +22 -0
- package/lib/components/Icons/WheelchairActive.js.map +1 -0
- package/lib/components/Icons/Window.d.ts +4 -0
- package/lib/components/Icons/Window.js +10 -0
- package/lib/components/Icons/Window.js.map +1 -0
- package/lib/components/Icons/WordDocument.d.ts +4 -0
- package/lib/components/Icons/WordDocument.js +16 -0
- package/lib/components/Icons/WordDocument.js.map +1 -0
- package/lib/components/Icons/WorkSuitcase.d.ts +4 -0
- package/lib/components/Icons/WorkSuitcase.js +16 -0
- package/lib/components/Icons/WorkSuitcase.js.map +1 -0
- package/lib/components/Icons/X.d.ts +4 -0
- package/lib/components/Icons/X.js +15 -0
- package/lib/components/Icons/X.js.map +1 -0
- package/lib/components/Icons/XOutline.d.ts +4 -0
- package/lib/components/Icons/XOutline.js +22 -0
- package/lib/components/Icons/XOutline.js.map +1 -0
- package/lib/components/Icons/XmlFile.d.ts +4 -0
- package/lib/components/Icons/XmlFile.js +22 -0
- package/lib/components/Icons/XmlFile.js.map +1 -0
- package/lib/components/Icons/YouTube.d.ts +4 -0
- package/lib/components/Icons/YouTube.js +10 -0
- package/lib/components/Icons/YouTube.js.map +1 -0
- package/lib/components/Icons/Zoom.d.ts +4 -0
- package/lib/components/Icons/Zoom.js +37 -0
- package/lib/components/Icons/Zoom.js.map +1 -0
- package/lib/components/Illustration/Illustration.d.ts +28 -0
- package/lib/components/Illustration/Illustration.test.d.ts +1 -0
- package/lib/components/Illustration/index.d.ts +3 -0
- package/lib/components/Illustration/index.js +8 -0
- package/lib/components/Illustration/index.js.map +1 -0
- package/lib/components/Illustration/utils.d.ts +8 -0
- package/lib/components/Illustrations/BabyMobile.d.ts +8 -0
- package/lib/components/Illustrations/BabyMobile.js +11 -0
- package/lib/components/Illustrations/BabyMobile.js.map +1 -0
- package/lib/components/Illustrations/BabyMobileMedium.d.ts +4 -0
- package/lib/components/Illustrations/BabyMobileMedium.js +424 -0
- package/lib/components/Illustrations/BabyMobileMedium.js.map +1 -0
- package/lib/components/Illustrations/Child.d.ts +12 -0
- package/lib/components/Illustrations/Child.js +11 -0
- package/lib/components/Illustrations/Child.js.map +1 -0
- package/lib/components/Illustrations/ChildMedium.d.ts +4 -0
- package/lib/components/Illustrations/ChildMedium.js +185 -0
- package/lib/components/Illustrations/ChildMedium.js.map +1 -0
- package/lib/components/Illustrations/Doctor.d.ts +8 -0
- package/lib/components/Illustrations/Doctor.js +13 -0
- package/lib/components/Illustrations/Doctor.js.map +1 -0
- package/lib/components/Illustrations/DoctorMedium.d.ts +4 -0
- package/lib/components/Illustrations/DoctorMedium.js +72 -0
- package/lib/components/Illustrations/DoctorMedium.js.map +1 -0
- package/lib/components/Illustrations/DoctorSmall.d.ts +4 -0
- package/lib/components/Illustrations/DoctorSmall.js +70 -0
- package/lib/components/Illustrations/DoctorSmall.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.d.ts +8 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js +11 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprint.js.map +1 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.d.ts +4 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js +318 -0
- package/lib/components/Illustrations/FacialRecognitionFingerprintMedium.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFood.d.ts +11 -0
- package/lib/components/Illustrations/GiveBabyFood.js +11 -0
- package/lib/components/Illustrations/GiveBabyFood.js.map +1 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.d.ts +4 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js +377 -0
- package/lib/components/Illustrations/GiveBabyFoodMedium.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnel.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js +13 -0
- package/lib/components/Illustrations/HealthcarePersonnel.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js +229 -0
- package/lib/components/Illustrations/HealthcarePersonnelMedium.js.map +1 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.d.ts +4 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js +212 -0
- package/lib/components/Illustrations/HealthcarePersonnelSmall.js.map +1 -0
- package/lib/components/Illustrations/IllustrationNames.d.ts +9 -0
- package/lib/components/Illustrations/IllustrationNames.js +27 -0
- package/lib/components/Illustrations/IllustrationNames.js.map +1 -0
- package/lib/components/Illustrations/ReadLetters.d.ts +9 -0
- package/lib/components/Illustrations/ReadLetters.js +11 -0
- package/lib/components/Illustrations/ReadLetters.js.map +1 -0
- package/lib/components/Illustrations/ReadLettersMedium.d.ts +4 -0
- package/lib/components/Illustrations/ReadLettersMedium.js +110 -0
- package/lib/components/Illustrations/ReadLettersMedium.js.map +1 -0
- package/lib/components/Illustrations/Stroller.d.ts +12 -0
- package/lib/components/Illustrations/Stroller.js +11 -0
- package/lib/components/Illustrations/Stroller.js.map +1 -0
- package/lib/components/Illustrations/StrollerMedium.d.ts +4 -0
- package/lib/components/Illustrations/StrollerMedium.js +236 -0
- package/lib/components/Illustrations/StrollerMedium.js.map +1 -0
- package/lib/components/Illustrations/Support2.d.ts +9 -0
- package/lib/components/Illustrations/Support2.js +11 -0
- package/lib/components/Illustrations/Support2.js.map +1 -0
- package/lib/components/Illustrations/Support2Medium.d.ts +4 -0
- package/lib/components/Illustrations/Support2Medium.js +232 -0
- package/lib/components/Illustrations/Support2Medium.js.map +1 -0
- package/lib/components/InfoTeaser/InfoTeaser.d.ts +28 -0
- package/lib/components/InfoTeaser/InfoTeaser.test.d.ts +1 -0
- package/lib/components/InfoTeaser/index.d.ts +3 -0
- package/lib/components/InfoTeaser/index.js +5 -0
- package/lib/components/InfoTeaser/index.js.map +1 -0
- package/lib/components/InfoTeaser/resourceHelper.d.ts +3 -0
- package/lib/components/Input/Input.d.ts +62 -0
- package/lib/components/Input/Input.test.d.ts +1 -0
- package/lib/components/Input/index.d.ts +3 -0
- package/lib/components/Input/index.js +7 -0
- package/lib/components/Input/index.js.map +1 -0
- package/lib/components/Label/Label.d.ts +45 -0
- package/lib/components/Label/Label.test.d.ts +1 -0
- package/lib/components/Label/SubLabel.d.ts +18 -0
- package/lib/components/Label/index.d.ts +4 -0
- package/lib/components/Label/index.js +10 -0
- package/lib/components/Label/index.js.map +1 -0
- package/lib/components/LazyIcon/ErrorBoundary.d.ts +16 -0
- package/lib/components/LazyIcon/LazyIcon.d.ts +9 -0
- package/lib/components/LazyIcon/LazyIcon.test.d.ts +1 -0
- package/lib/components/LazyIcon/index.d.ts +3 -0
- package/lib/components/LazyIcon/index.js +8 -0
- package/lib/components/LazyIcon/index.js.map +1 -0
- package/lib/components/LazyIcon/utils.d.ts +2 -0
- package/lib/components/LazyIllustration/LazyIllustration.d.ts +9 -0
- package/lib/components/LazyIllustration/LazyIllustration.test.d.ts +1 -0
- package/lib/components/LazyIllustration/index.d.ts +3 -0
- package/lib/components/LazyIllustration/index.js +8 -0
- package/lib/components/LazyIllustration/index.js.map +1 -0
- package/lib/components/LinkList/LinkList.d.ts +65 -0
- package/lib/components/LinkList/LinkList.test.d.ts +1 -0
- package/lib/components/LinkList/index.d.ts +3 -0
- package/lib/components/LinkList/index.js +8 -0
- package/lib/components/LinkList/index.js.map +1 -0
- package/lib/components/List/List.d.ts +23 -0
- package/lib/components/List/List.test.d.ts +1 -0
- package/lib/components/List/index.d.ts +3 -0
- package/lib/components/List/index.js +5 -0
- package/lib/components/List/index.js.map +1 -0
- package/lib/components/ListEditMode/ListEditMode.d.ts +29 -0
- package/lib/components/ListEditMode/index.d.ts +3 -0
- package/lib/components/ListEditMode/index.js +9 -0
- package/lib/components/ListEditMode/index.js.map +1 -0
- package/lib/components/Loader/Loader.d.ts +32 -0
- package/lib/components/Loader/Loader.test.d.ts +1 -0
- package/lib/components/Loader/index.d.ts +3 -0
- package/lib/components/Loader/index.js +97 -0
- package/lib/components/Loader/index.js.map +1 -0
- package/lib/components/Logo/Logo.d.ts +16 -0
- package/lib/components/Logo/Logo.test.d.ts +1 -0
- package/lib/components/Logo/index.d.ts +3 -0
- package/lib/components/Logo/index.js +47 -0
- package/lib/components/Logo/index.js.map +1 -0
- package/lib/components/MaxCharacters/MaxCharacters.d.ts +16 -0
- package/lib/components/MaxCharacters/MaxCharacters.test.d.ts +1 -0
- package/lib/components/Modal/Modal.d.ts +62 -0
- package/lib/components/Modal/Modal.test.d.ts +1 -0
- package/lib/components/Modal/index.d.ts +3 -0
- package/lib/components/Modal/index.js +209 -0
- package/lib/components/Modal/index.js.map +1 -0
- package/lib/components/NotificationPanel/NotificationPanel.d.ts +45 -0
- package/lib/components/NotificationPanel/NotificationPanel.test.d.ts +1 -0
- package/lib/components/NotificationPanel/index.d.ts +3 -0
- package/lib/components/NotificationPanel/index.js +113 -0
- package/lib/components/NotificationPanel/index.js.map +1 -0
- package/lib/components/Panel/Panel.d.ts +78 -0
- package/lib/components/Panel/Panel.test.d.ts +1 -0
- package/lib/components/Panel/PanelExamples.d.ts +8 -0
- package/lib/components/Panel/PanelTitle/PanelTitle.d.ts +17 -0
- package/lib/components/Panel/PanelTitle/index.d.ts +3 -0
- package/lib/components/Panel/PanelTitle/index.js +5 -0
- package/lib/components/Panel/PanelTitle/index.js.map +1 -0
- package/lib/components/Panel/Paneldocs.d.ts +1 -0
- package/lib/components/Panel/index.d.ts +3 -0
- package/lib/components/Panel/index.js +15 -0
- package/lib/components/Panel/index.js.map +1 -0
- package/lib/components/Panel/resourceHelper.d.ts +3 -0
- package/lib/components/PanelList/PanelList.d.ts +14 -0
- package/lib/components/PanelList/PanelList.test.d.ts +1 -0
- package/lib/components/PanelList/index.d.ts +3 -0
- package/lib/components/PanelList/index.js +29 -0
- package/lib/components/PanelList/index.js.map +1 -0
- package/lib/components/PanelListOld/PanelListOld.d.ts +12 -0
- package/lib/components/PanelListOld/PanelListOld.test.d.ts +1 -0
- package/lib/components/PanelListOld/index.d.ts +3 -0
- package/lib/components/PanelListOld/index.js +20 -0
- package/lib/components/PanelListOld/index.js.map +1 -0
- package/lib/components/PanelOld/PanelOld.d.ts +89 -0
- package/lib/components/PanelOld/PanelOld.test.d.ts +1 -0
- package/lib/components/PanelOld/index.d.ts +3 -0
- package/lib/components/PanelOld/index.js +9 -0
- package/lib/components/PanelOld/index.js.map +1 -0
- package/lib/components/PopMenu/PopMenu.d.ts +41 -0
- package/lib/components/PopMenu/PopMenu.test.d.ts +0 -0
- package/lib/components/PopMenu/index.d.ts +3 -0
- package/lib/components/PopMenu/index.js +114 -0
- package/lib/components/PopMenu/index.js.map +1 -0
- package/lib/components/PopOver/PopOver.d.ts +38 -0
- package/lib/components/PopOver/PopOver.test.d.ts +1 -0
- package/lib/components/PopOver/index.d.ts +3 -0
- package/lib/components/PopOver/index.js +7 -0
- package/lib/components/PopOver/index.js.map +1 -0
- package/lib/components/PopOver/utils.d.ts +26 -0
- package/lib/components/Portal/index.d.ts +12 -0
- package/lib/components/Portal/index.js +25 -0
- package/lib/components/Portal/index.js.map +1 -0
- package/lib/components/Progressbar/Progressbar.d.ts +30 -0
- package/lib/components/Progressbar/Progressbar.test.d.ts +1 -0
- package/lib/components/Progressbar/index.d.ts +3 -0
- package/lib/components/Progressbar/index.js +131 -0
- package/lib/components/Progressbar/index.js.map +1 -0
- package/lib/components/PromoPanel/PromoPanel.d.ts +31 -0
- package/lib/components/PromoPanel/PromoPanel.test.d.ts +1 -0
- package/lib/components/PromoPanel/index.d.ts +3 -0
- package/lib/components/PromoPanel/index.js +79 -0
- package/lib/components/PromoPanel/index.js.map +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +28 -0
- package/lib/components/RadioButton/RadioButton.test.d.ts +1 -0
- package/lib/components/RadioButton/index.d.ts +3 -0
- package/lib/components/RadioButton/index.js +8 -0
- package/lib/components/RadioButton/index.js.map +1 -0
- package/lib/components/Select/Select.d.ts +34 -0
- package/lib/components/Select/Select.test.d.ts +1 -0
- package/lib/components/Select/index.d.ts +3 -0
- package/lib/components/Select/index.js +6 -0
- package/lib/components/Select/index.js.map +1 -0
- package/lib/components/ServiceMessage/ServiceMessage.d.ts +31 -0
- package/lib/components/ServiceMessage/ServiceMessage.test.d.ts +1 -0
- package/lib/components/ServiceMessage/index.d.ts +3 -0
- package/lib/components/ServiceMessage/index.js +127 -0
- package/lib/components/ServiceMessage/index.js.map +1 -0
- package/lib/components/SharingStatus/SharingStatus.d.ts +20 -0
- package/lib/components/SharingStatus/SharingStatus.test.d.ts +1 -0
- package/lib/components/SharingStatus/index.d.ts +3 -0
- package/lib/components/SharingStatus/index.js +22 -0
- package/lib/components/SharingStatus/index.js.map +1 -0
- package/lib/components/Slider/Slider.d.ts +40 -0
- package/lib/components/Slider/Slider.test.d.ts +1 -0
- package/lib/components/Slider/index.d.ts +3 -0
- package/lib/components/Slider/index.js +6 -0
- package/lib/components/Slider/index.js.map +1 -0
- package/lib/components/Spacer/Spacer.d.ts +12 -0
- package/lib/components/Spacer/Spacer.test.d.ts +1 -0
- package/lib/components/Spacer/index.d.ts +3 -0
- package/lib/components/Spacer/index.js +5 -0
- package/lib/components/Spacer/index.js.map +1 -0
- package/lib/components/StatusDot/StatusDot.d.ts +49 -0
- package/lib/components/StatusDot/StatusDot.test.d.ts +1 -0
- package/lib/components/StatusDot/index.d.ts +3 -0
- package/lib/components/StatusDot/index.js +8 -0
- package/lib/components/StatusDot/index.js.map +1 -0
- package/lib/components/Step/Step.d.ts +27 -0
- package/lib/components/Step/Step.test.d.ts +1 -0
- package/lib/components/Step/index.d.ts +3 -0
- package/lib/components/Step/index.js +37 -0
- package/lib/components/Step/index.js.map +1 -0
- package/lib/components/StepButtons/StepButtons.d.ts +18 -0
- package/lib/components/StepButtons/StepButtons.test.d.ts +1 -0
- package/lib/components/StepButtons/index.d.ts +3 -0
- package/lib/components/StepButtons/index.js +6 -0
- package/lib/components/StepButtons/index.js.map +1 -0
- package/lib/components/Stepper/Dot.d.ts +9 -0
- package/lib/components/Stepper/DotList.d.ts +8 -0
- package/lib/components/Stepper/Stepper.d.ts +27 -0
- package/lib/components/Stepper/Stepper.test.d.ts +1 -0
- package/lib/components/Stepper/index.d.ts +3 -0
- package/lib/components/Stepper/index.js +86 -0
- package/lib/components/Stepper/index.js.map +1 -0
- package/lib/components/Stepper/utils.d.ts +65 -0
- package/lib/components/StickyNote/Close.d.ts +11 -0
- package/lib/components/StickyNote/StickyNote.d.ts +25 -0
- package/lib/components/StickyNote/StickyNote.test.d.ts +1 -0
- package/lib/components/StickyNote/Triangle.d.ts +13 -0
- package/lib/components/StickyNote/index.d.ts +3 -0
- package/lib/components/StickyNote/index.js +199 -0
- package/lib/components/StickyNote/index.js.map +1 -0
- package/lib/components/Table/Table.d.ts +46 -0
- package/lib/components/Table/Table.test.d.ts +1 -0
- package/lib/components/Table/TableBody/TableBody.d.ts +12 -0
- package/lib/components/Table/TableBody/index.d.ts +3 -0
- package/lib/components/Table/TableBody/index.js +6 -0
- package/lib/components/Table/TableBody/index.js.map +1 -0
- package/lib/components/Table/TableCell/TableCell.d.ts +25 -0
- package/lib/components/Table/TableCell/index.d.ts +3 -0
- package/lib/components/Table/TableCell/index.js +8 -0
- package/lib/components/Table/TableCell/index.js.map +1 -0
- package/lib/components/Table/TableExpandedRow/TableExpandedRow.d.ts +22 -0
- package/lib/components/Table/TableExpandedRow/index.d.ts +3 -0
- package/lib/components/Table/TableExpandedRow/index.js +6 -0
- package/lib/components/Table/TableExpandedRow/index.js.map +1 -0
- package/lib/components/Table/TableExpanderCell/TableExpanderCell.d.ts +18 -0
- package/lib/components/Table/TableExpanderCell/TableExpanderCellMobile.d.ts +5 -0
- package/lib/components/Table/TableExpanderCell/index.d.ts +3 -0
- package/lib/components/Table/TableExpanderCell/index.js +6 -0
- package/lib/components/Table/TableExpanderCell/index.js.map +1 -0
- package/lib/components/Table/TableHead/TableHead.d.ts +19 -0
- package/lib/components/Table/TableHead/index.d.ts +3 -0
- package/lib/components/Table/TableHead/index.js +8 -0
- package/lib/components/Table/TableHead/index.js.map +1 -0
- package/lib/components/Table/TableHeadCell/TableHeadCell.d.ts +22 -0
- package/lib/components/Table/TableHeadCell/index.d.ts +3 -0
- package/lib/components/Table/TableHeadCell/index.js +8 -0
- package/lib/components/Table/TableHeadCell/index.js.map +1 -0
- package/lib/components/Table/TableRow/TableRow.d.ts +24 -0
- package/lib/components/Table/TableRow/index.d.ts +3 -0
- package/lib/components/Table/TableRow/index.js +6 -0
- package/lib/components/Table/TableRow/index.js.map +1 -0
- package/lib/components/Table/index.d.ts +10 -0
- package/lib/components/Table/index.js +28 -0
- package/lib/components/Table/index.js.map +1 -0
- package/lib/components/Table/utils.d.ts +24 -0
- package/lib/components/Tabs/Tab.d.ts +17 -0
- package/lib/components/Tabs/TabList/TabChevron.d.ts +9 -0
- package/lib/components/Tabs/TabList/TabItem.d.ts +14 -0
- package/lib/components/Tabs/TabList/TabList.d.ts +13 -0
- package/lib/components/Tabs/TabList/index.d.ts +3 -0
- package/lib/components/Tabs/TabList/index.js +5 -0
- package/lib/components/Tabs/TabList/index.js.map +1 -0
- package/lib/components/Tabs/TabPanel/TabPanel.d.ts +10 -0
- package/lib/components/Tabs/TabPanel/index.d.ts +3 -0
- package/lib/components/Tabs/TabPanel/index.js +5 -0
- package/lib/components/Tabs/TabPanel/index.js.map +1 -0
- package/lib/components/Tabs/Tabs.d.ts +38 -0
- package/lib/components/Tabs/Tabs.test.d.ts +1 -0
- package/lib/components/Tabs/index.d.ts +3 -0
- package/lib/components/Tabs/index.js +108 -0
- package/lib/components/Tabs/index.js.map +1 -0
- package/lib/components/Tabs/resourceHelper.d.ts +3 -0
- package/lib/components/Tag/Tag.d.ts +29 -0
- package/lib/components/Tag/Tag.test.d.ts +1 -0
- package/lib/components/Tag/index.d.ts +3 -0
- package/lib/components/Tag/index.js +36 -0
- package/lib/components/Tag/index.js.map +1 -0
- package/lib/components/TagList/TagList.d.ts +8 -0
- package/lib/components/TagList/TagList.test.d.ts +1 -0
- package/lib/components/TagList/index.d.ts +3 -0
- package/lib/components/TagList/index.js +11 -0
- package/lib/components/TagList/index.js.map +1 -0
- package/lib/components/Textarea/Textarea.d.ts +37 -0
- package/lib/components/Textarea/Textarea.test.d.ts +1 -0
- package/lib/components/Textarea/index.d.ts +3 -0
- package/lib/components/Textarea/index.js +5 -0
- package/lib/components/Textarea/index.js.map +1 -0
- package/lib/components/Tile/Tile.d.ts +34 -0
- package/lib/components/Tile/Tile.test.d.ts +1 -0
- package/lib/components/Tile/index.d.ts +3 -0
- package/lib/components/Tile/index.js +83 -0
- package/lib/components/Tile/index.js.map +1 -0
- package/lib/components/Title/Title.d.ts +25 -0
- package/lib/components/Title/Title.test.d.ts +1 -0
- package/lib/components/Title/index.d.ts +3 -0
- package/lib/components/Title/index.js +8 -0
- package/lib/components/Title/index.js.map +1 -0
- package/lib/components/Toast/Toast.d.ts +13 -0
- package/lib/components/Toast/Toast.test.d.ts +1 -0
- package/lib/components/Toast/index.d.ts +3 -0
- package/lib/components/Toast/index.js +5 -0
- package/lib/components/Toast/index.js.map +1 -0
- package/lib/components/ToastList/ToastList.d.ts +14 -0
- package/lib/components/ToastList/ToastList.test.d.ts +1 -0
- package/lib/components/ToastList/index.d.ts +3 -0
- package/lib/components/ToastList/index.js +3531 -0
- package/lib/components/ToastList/index.js.map +1 -0
- package/lib/components/Toggle/Toggle.d.ts +36 -0
- package/lib/components/Toggle/Toggle.test.d.ts +1 -0
- package/lib/components/Toggle/index.d.ts +3 -0
- package/lib/components/Toggle/index.js +152 -0
- package/lib/components/Toggle/index.js.map +1 -0
- package/lib/components/Validation/ErrorList.d.ts +7 -0
- package/lib/components/Validation/ErrorListItem.d.ts +8 -0
- package/lib/components/Validation/Validation.d.ts +21 -0
- package/lib/components/Validation/Validation.test.d.ts +1 -0
- package/lib/components/Validation/ValidationSummary.d.ts +17 -0
- package/lib/components/Validation/ValidationSummary.test.d.ts +1 -0
- package/lib/components/Validation/index.d.ts +3 -0
- package/lib/components/Validation/index.js +86 -0
- package/lib/components/Validation/index.js.map +1 -0
- package/lib/components/Validation/types.d.ts +8 -0
- package/lib/constants.d.ts +139 -0
- package/lib/constants.js +131 -0
- package/lib/constants.js.map +1 -0
- package/lib/docs/ButtonWithModal/ButtonWithModal.d.ts +10 -0
- package/lib/docs/ButtonWithModal/index.d.ts +3 -0
- package/lib/docs/FormExample/FormExample.d.ts +18 -0
- package/lib/docs/FormExample/index.d.ts +3 -0
- package/lib/docs/GridExample/GridExample.d.ts +8 -0
- package/lib/docs/GridExample/index.d.ts +3 -0
- package/lib/docs/HelpBubbleExample/HelpBubbleExample.d.ts +4 -0
- package/lib/docs/HelpBubbleExample/index.d.ts +3 -0
- package/lib/docs/HelpTooltipExample/HelpTooltipExample.d.ts +4 -0
- package/lib/docs/HelpTooltipExample/index.d.ts +3 -0
- package/lib/docs/Tokens/TokensExample.d.ts +7 -0
- package/lib/floating-ui.react.js +4306 -0
- package/lib/floating-ui.react.js.map +1 -0
- package/lib/hoc/withBreakpoint/index.d.ts +3 -0
- package/lib/hoc/withBreakpoint/index.js +6 -0
- package/lib/hoc/withBreakpoint/index.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.d.ts +13 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js +14 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.js.map +1 -0
- package/lib/hoc/withBreakpoint/withBreakpoint.test.d.ts +1 -0
- package/lib/hooks/useBreakpoint.d.ts +9 -0
- package/lib/hooks/useBreakpoint.js +56 -0
- package/lib/hooks/useBreakpoint.js.map +1 -0
- package/lib/hooks/useElementList.d.ts +8 -0
- package/lib/hooks/useElementList.js +24 -0
- package/lib/hooks/useElementList.js.map +1 -0
- package/lib/hooks/useEventListenerState.d.ts +2 -0
- package/lib/hooks/useEventListenerState.js +14 -0
- package/lib/hooks/useEventListenerState.js.map +1 -0
- package/lib/hooks/useExpand.d.ts +2 -0
- package/lib/hooks/useExpand.js +21 -0
- package/lib/hooks/useExpand.js.map +1 -0
- package/lib/hooks/useFocusToggle.d.ts +9 -0
- package/lib/hooks/useFocusToggle.js +31 -0
- package/lib/hooks/useFocusToggle.js.map +1 -0
- package/lib/hooks/useFocusTrap.d.ts +8 -0
- package/lib/hooks/useFocusTrap.js +33 -0
- package/lib/hooks/useFocusTrap.js.map +1 -0
- package/lib/hooks/useFocusableElements.d.ts +8 -0
- package/lib/hooks/useFocusableElements.js +21 -0
- package/lib/hooks/useFocusableElements.js.map +1 -0
- package/lib/hooks/useHover.d.ts +10 -0
- package/lib/hooks/useHover.js +9 -0
- package/lib/hooks/useHover.js.map +1 -0
- package/lib/hooks/useIcons.d.ts +3 -0
- package/lib/hooks/useIcons.js +23 -0
- package/lib/hooks/useIcons.js.map +1 -0
- package/lib/hooks/useIntersectionObserver.d.ts +9 -0
- package/lib/hooks/useIntersectionObserver.js +20 -0
- package/lib/hooks/useIntersectionObserver.js.map +1 -0
- package/lib/hooks/useInterval.d.ts +8 -0
- package/lib/hooks/useInterval.js +13 -0
- package/lib/hooks/useInterval.js.map +1 -0
- package/lib/hooks/useIsMobileBreakpoint.d.ts +1 -0
- package/lib/hooks/useIsMobileBreakpoint.js +10 -0
- package/lib/hooks/useIsMobileBreakpoint.js.map +1 -0
- package/lib/hooks/useIsServerSide.d.ts +6 -0
- package/lib/hooks/useIsServerSide.js +12 -0
- package/lib/hooks/useIsServerSide.js.map +1 -0
- package/lib/hooks/useIsVisible.d.ts +10 -0
- package/lib/hooks/useIsVisible.js +14 -0
- package/lib/hooks/useIsVisible.js.map +1 -0
- package/lib/hooks/useKeyboardEvent.d.ts +10 -0
- package/lib/hooks/useKeyboardEvent.js +24 -0
- package/lib/hooks/useKeyboardEvent.js.map +1 -0
- package/lib/hooks/useLayoutEvent.d.ts +8 -0
- package/lib/hooks/useLayoutEvent.js +18 -0
- package/lib/hooks/useLayoutEvent.js.map +1 -0
- package/lib/hooks/useOutsideEvent.d.ts +9 -0
- package/lib/hooks/useOutsideEvent.js +19 -0
- package/lib/hooks/useOutsideEvent.js.map +1 -0
- package/lib/hooks/usePrevious.d.ts +6 -0
- package/lib/hooks/usePrevious.js +12 -0
- package/lib/hooks/usePrevious.js.map +1 -0
- package/lib/hooks/usePseudoClasses.d.ts +12 -0
- package/lib/hooks/usePseudoClasses.js +44 -0
- package/lib/hooks/usePseudoClasses.js.map +1 -0
- package/lib/hooks/useResizeObserver.d.ts +7 -0
- package/lib/hooks/useResizeObserver.js +31 -0
- package/lib/hooks/useResizeObserver.js.map +1 -0
- package/lib/hooks/useReturnFocusOnUnmount.d.ts +5 -0
- package/lib/hooks/useReturnFocusOnUnmount.js +21 -0
- package/lib/hooks/useReturnFocusOnUnmount.js.map +1 -0
- package/lib/hooks/useRovingFocus.d.ts +9 -0
- package/lib/hooks/useRovingFocus.js +57 -0
- package/lib/hooks/useRovingFocus.js.map +1 -0
- package/lib/hooks/useSize.d.ts +8 -0
- package/lib/hooks/useSize.js +47 -0
- package/lib/hooks/useSize.js.map +1 -0
- package/lib/hooks/useToggle.d.ts +11 -0
- package/lib/hooks/useToggle.js +24 -0
- package/lib/hooks/useToggle.js.map +1 -0
- package/lib/hooks/useUuid.d.ts +6 -0
- package/lib/hooks/useUuid.js +10 -0
- package/lib/hooks/useUuid.js.map +1 -0
- package/lib/hooks/usestopPropagation.d.ts +6 -0
- package/lib/hooks/usestopPropagation.js +18 -0
- package/lib/hooks/usestopPropagation.js.map +1 -0
- package/lib/index.js +49 -0
- package/lib/index.js.map +1 -0
- package/lib/index2.js +213 -0
- package/lib/index2.js.map +1 -0
- package/lib/resources/HN.Designsystem.ArticleTeaser.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.ArticleTeaser.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Drawer.en-GB.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Drawer.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Dropdown.en-GB.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.Dropdown.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.FavoriteButton.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.FormFieldTag.nb-NO.json.d.ts +12 -0
- package/lib/resources/HN.Designsystem.HelpBubble.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.HelpDrawer.nb-NO.json.d.ts +6 -0
- package/lib/resources/HN.Designsystem.InfoTeaser.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.InfoTeaser.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Panel.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Panel.nb-NO.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Tabs.en-GB.json.d.ts +7 -0
- package/lib/resources/HN.Designsystem.Tabs.nb-NO.json.d.ts +7 -0
- package/lib/resources/index.d.ts +0 -0
- package/lib/scss/supernova/styles/colors.css +258 -0
- package/lib/theme/currys/color.d.ts +3 -0
- package/lib/theme/currys/color.js +16 -0
- package/lib/theme/currys/color.js.map +1 -0
- package/lib/theme/currys/index.js +9 -0
- package/lib/theme/currys/index.js.map +1 -0
- package/lib/theme/currys/spacing.d.ts +3 -0
- package/lib/theme/currys/spacing.js +42 -0
- package/lib/theme/currys/spacing.js.map +1 -0
- package/lib/theme/grid.d.ts +21 -0
- package/lib/theme/grid.js +27 -0
- package/lib/theme/grid.js.map +1 -0
- package/lib/theme/index.d.ts +99 -0
- package/lib/theme/index.js +14 -0
- package/lib/theme/index.js.map +1 -0
- package/lib/theme/palette.d.ts +67 -0
- package/lib/theme/palette.js +86 -0
- package/lib/theme/palette.js.map +1 -0
- package/lib/theme/spacers.d.ts +18 -0
- package/lib/theme/spacers.js +22 -0
- package/lib/theme/spacers.js.map +1 -0
- package/lib/use-animate.js +382 -0
- package/lib/use-animate.js.map +1 -0
- package/lib/utils/accessibility.d.ts +23 -0
- package/lib/utils/accessibility.js +40 -0
- package/lib/utils/accessibility.js.map +1 -0
- package/lib/utils/component.d.ts +4 -0
- package/lib/utils/component.js +16 -0
- package/lib/utils/component.js.map +1 -0
- package/lib/utils/debounce.d.ts +6 -0
- package/lib/utils/debounce.js +19 -0
- package/lib/utils/debounce.js.map +1 -0
- package/lib/utils/deepContains.d.ts +9 -0
- package/lib/utils/deepContains.js +19 -0
- package/lib/utils/deepContains.js.map +1 -0
- package/lib/utils/device.d.ts +1 -0
- package/lib/utils/device.js +7 -0
- package/lib/utils/device.js.map +1 -0
- package/lib/utils/environment.d.ts +2 -0
- package/lib/utils/environment.js +13 -0
- package/lib/utils/environment.js.map +1 -0
- package/lib/utils/focus.d.ts +6 -0
- package/lib/utils/focus.js +14 -0
- package/lib/utils/focus.js.map +1 -0
- package/lib/utils/language.d.ts +17 -0
- package/lib/utils/language.js +25 -0
- package/lib/utils/language.js.map +1 -0
- package/lib/utils/loremtext.d.ts +4 -0
- package/lib/utils/loremtext.js +10 -0
- package/lib/utils/loremtext.js.map +1 -0
- package/lib/utils/mobile.d.ts +9 -0
- package/lib/utils/mobile.js +17 -0
- package/lib/utils/mobile.js.map +1 -0
- package/lib/utils/refs.d.ts +13 -0
- package/lib/utils/refs.js +19 -0
- package/lib/utils/refs.js.map +1 -0
- package/lib/utils/scroll.d.ts +2 -0
- package/lib/utils/scroll.js +11 -0
- package/lib/utils/scroll.js.map +1 -0
- package/lib/utils/tests/accessibility.test.d.ts +1 -0
- package/lib/utils/tests/deepContains.test.d.ts +1 -0
- package/lib/utils/tests/language.test.d.ts +1 -0
- package/lib/utils/tests/setup-test.d.ts +0 -0
- package/lib/utils/tests/uuid.test.d.ts +1 -0
- package/lib/utils/tests/viewport.test.d.ts +1 -0
- package/lib/utils/uuid.d.ts +2 -0
- package/lib/utils/uuid.js +7 -0
- package/lib/utils/uuid.js.map +1 -0
- package/lib/utils/viewport.d.ts +1 -0
- package/lib/utils/viewport.js +8 -0
- package/lib/utils/viewport.js.map +1 -0
- package/lib/utils.js +13 -0
- package/lib/utils.js.map +1 -0
- package/lib/uuid.js +20 -0
- package/lib/uuid.js.map +1 -0
- package/package.json +4 -2
- package/.prettierignore +0 -2
- package/.storybook/StoryBackground.tsx +0 -17
- package/.storybook/declaration.d.ts +0 -9
- package/.storybook/frankenstein-storybook.svg +0 -14
- package/.storybook/knobs.ts +0 -19
- package/.storybook/main.ts +0 -85
- package/.storybook/manager-head.html +0 -90
- package/.storybook/manager.ts +0 -15
- package/.storybook/preview.tsx +0 -91
- package/__scripts__/entries.js +0 -47
- package/__scripts__/generateIconNames.mjs +0 -27
- package/__scripts__/generateIllustrationNames.mjs +0 -56
- package/__scripts__/link-root-scss.mjs +0 -93
- package/__scripts__/new-component.js +0 -106
- package/chromatic.config.json +0 -7
- package/figma-token.config.json +0 -19
- package/src/__mocks__/IntersectionObserver.ts +0 -17
- package/src/__mocks__/MutationObserver.ts +0 -14
- package/src/__mocks__/ResizeObserver.ts +0 -17
- package/src/__mocks__/matchMedia.ts +0 -13
- package/src/__mocks__/useHover.ts +0 -7
- package/src/__mocks__/useLayoutEvent.ts +0 -5
- package/src/__mocks__/useOutsideEvent.ts +0 -5
- package/src/__mocks__/usePseudoClasses.ts +0 -7
- package/src/__mocks__/useSize.ts +0 -12
- package/src/__mocks__/uuid.ts +0 -13
- package/src/components/AnchorLink/AnchorLink.stories.tsx +0 -94
- package/src/components/AnchorLink/AnchorLink.test.tsx +0 -99
- package/src/components/AnchorLink/AnchorLink.tsx +0 -103
- package/src/components/AnchorLink/__snapshots__/AnchorLink.test.tsx.snap +0 -56
- package/src/components/AnchorLink/index.ts +0 -3
- package/src/components/ArticleTeaser/ArticleTeaser.stories.tsx +0 -72
- package/src/components/ArticleTeaser/ArticleTeaser.test.tsx +0 -27
- package/src/components/ArticleTeaser/ArticleTeaser.tsx +0 -72
- package/src/components/ArticleTeaser/index.ts +0 -3
- package/src/components/ArticleTeaser/resourceHelper.ts +0 -14
- package/src/components/AsChildSlot/AsChildSlot.stories.tsx +0 -79
- package/src/components/AsChildSlot/AsChildSlot.test.tsx +0 -105
- package/src/components/AsChildSlot/AsChildSlot.tsx +0 -110
- package/src/components/AsChildSlot/index.ts +0 -3
- package/src/components/Avatar/Avatar.stories.tsx +0 -70
- package/src/components/Avatar/Avatar.test.tsx +0 -55
- package/src/components/Avatar/Avatar.tsx +0 -61
- package/src/components/Avatar/__snapshots__/Avatar.test.tsx.snap +0 -77
- package/src/components/Avatar/index.ts +0 -3
- package/src/components/Badge/Badge.stories.tsx +0 -85
- package/src/components/Badge/Badge.test.tsx +0 -61
- package/src/components/Badge/Badge.tsx +0 -62
- package/src/components/Badge/NotificationBadge.tsx +0 -80
- package/src/components/Badge/index.ts +0 -3
- package/src/components/Button/Button.stories.tsx +0 -343
- package/src/components/Button/Button.test.tsx +0 -461
- package/src/components/Button/Button.tsx +0 -270
- package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -118
- package/src/components/Button/index.ts +0 -3
- package/src/components/Checkbox/Checkbox.stories.tsx +0 -113
- package/src/components/Checkbox/Checkbox.test.tsx +0 -183
- package/src/components/Checkbox/Checkbox.tsx +0 -177
- package/src/components/Checkbox/index.ts +0 -3
- package/src/components/Chip/Chip.stories.tsx +0 -64
- package/src/components/Chip/Chip.test.tsx +0 -49
- package/src/components/Chip/Chip.tsx +0 -75
- package/src/components/Chip/index.ts +0 -3
- package/src/components/Close/Close.stories.tsx +0 -62
- package/src/components/Close/Close.test.tsx +0 -18
- package/src/components/Close/Close.tsx +0 -68
- package/src/components/Close/index.tsx +0 -3
- package/src/components/DictionaryTrigger/DictionaryTrigger.stories.tsx +0 -66
- package/src/components/DictionaryTrigger/DictionaryTrigger.test.tsx +0 -107
- package/src/components/DictionaryTrigger/DictionaryTrigger.tsx +0 -50
- package/src/components/DictionaryTrigger/index.ts +0 -3
- package/src/components/Drawer/Drawer.stories.tsx +0 -239
- package/src/components/Drawer/Drawer.test.tsx +0 -140
- package/src/components/Drawer/Drawer.tsx +0 -310
- package/src/components/Drawer/index.ts +0 -3
- package/src/components/Drawer/resourceHelper.ts +0 -14
- package/src/components/Dropdown/Dropdown.stories.tsx +0 -313
- package/src/components/Dropdown/Dropdown.test.tsx +0 -215
- package/src/components/Dropdown/Dropdown.tsx +0 -340
- package/src/components/Dropdown/SingleSelect/SingleSelect.stories.tsx +0 -77
- package/src/components/Dropdown/SingleSelect/SingleSelect.test.tsx +0 -189
- package/src/components/Dropdown/SingleSelect/SingleSelect.tsx +0 -40
- package/src/components/Dropdown/SingleSelect/SingleSelectItem.tsx +0 -114
- package/src/components/Dropdown/SingleSelect/index.ts +0 -3
- package/src/components/Dropdown/index.ts +0 -3
- package/src/components/Dropdown/resourceHelper.ts +0 -14
- package/src/components/DropdownOld/DropdownOld.stories.tsx +0 -229
- package/src/components/DropdownOld/DropdownOld.test.tsx +0 -228
- package/src/components/DropdownOld/DropdownOld.tsx +0 -246
- package/src/components/DropdownOld/index.ts +0 -3
- package/src/components/DropdownOld/resourceHelper.ts +0 -14
- package/src/components/Duolist/Duolist.stories.tsx +0 -176
- package/src/components/Duolist/Duolist.test.tsx +0 -196
- package/src/components/Duolist/Duolist.tsx +0 -152
- package/src/components/Duolist/__snapshots__/Duolist.test.tsx.snap +0 -37
- package/src/components/Duolist/index.ts +0 -3
- package/src/components/ElementHeader/ElementHeader.stories.tsx +0 -262
- package/src/components/ElementHeader/ElementHeader.tsx +0 -251
- package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.stories.tsx +0 -69
- package/src/components/ElementHeader/ElementHeaderText/ElementHeaderText.tsx +0 -68
- package/src/components/ElementHeader/ElementHeaderText/index.ts +0 -3
- package/src/components/ElementHeader/StatusDotList/StatusDotList.stories.tsx +0 -37
- package/src/components/ElementHeader/StatusDotList/StatusDotList.tsx +0 -56
- package/src/components/ElementHeader/StatusDotList/index.ts +0 -3
- package/src/components/ElementHeader/index.ts +0 -3
- package/src/components/EmptyState/EmptyBoxBeeMedium.tsx +0 -95
- package/src/components/EmptyState/EmptyBoxBeeSmall.tsx +0 -95
- package/src/components/EmptyState/EmptyState.stories.tsx +0 -81
- package/src/components/EmptyState/EmptyState.test.tsx +0 -24
- package/src/components/EmptyState/EmptyState.tsx +0 -99
- package/src/components/EmptyState/index.ts +0 -3
- package/src/components/ErrorWrapper/ErrorWrapper.test.tsx +0 -52
- package/src/components/ErrorWrapper/ErrorWrapper.tsx +0 -47
- package/src/components/ErrorWrapper/index.ts +0 -3
- package/src/components/Expander/Expander.stories.tsx +0 -173
- package/src/components/Expander/Expander.test.tsx +0 -149
- package/src/components/Expander/Expander.tsx +0 -183
- package/src/components/Expander/__snapshots__/Expander.test.tsx.snap +0 -61
- package/src/components/Expander/index.ts +0 -3
- package/src/components/ExpanderHierarchy/Expander.tsx +0 -62
- package/src/components/ExpanderHierarchy/ExpanderButton.tsx +0 -70
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.stories.tsx +0 -101
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.test.tsx +0 -170
- package/src/components/ExpanderHierarchy/ExpanderHierarchy.tsx +0 -55
- package/src/components/ExpanderHierarchy/__snapshots__/ExpanderHierarchy.test.tsx.snap +0 -97
- package/src/components/ExpanderHierarchy/index.ts +0 -3
- package/src/components/ExpanderHierarchy/utils.ts +0 -18
- package/src/components/ExpanderList/ExpanderList.Expander.stories.tsx +0 -84
- package/src/components/ExpanderList/ExpanderList.stories.tsx +0 -536
- package/src/components/ExpanderList/ExpanderList.test.tsx +0 -490
- package/src/components/ExpanderList/ExpanderList.tsx +0 -333
- package/src/components/ExpanderList/__snapshots__/ExpanderList.test.tsx.snap +0 -419
- package/src/components/ExpanderList/index.ts +0 -3
- package/src/components/EyebrowHeader/EyebrowHeader.stories.tsx +0 -37
- package/src/components/EyebrowHeader/EyebrowHeader.test.tsx +0 -21
- package/src/components/EyebrowHeader/EyebrowHeader.tsx +0 -37
- package/src/components/EyebrowHeader/index.ts +0 -3
- package/src/components/FavoriteButton/FavoriteButton.stories.tsx +0 -112
- package/src/components/FavoriteButton/FavoriteButton.test.tsx +0 -46
- package/src/components/FavoriteButton/FavoriteButton.tsx +0 -91
- package/src/components/FavoriteButton/StarIcon.tsx +0 -127
- package/src/components/FavoriteButton/index.ts +0 -4
- package/src/components/FavoriteButton/resourceHelper.ts +0 -11
- package/src/components/FormFieldTag/FormFieldTag.stories.tsx +0 -97
- package/src/components/FormFieldTag/FormFieldTag.test.tsx +0 -77
- package/src/components/FormFieldTag/FormFieldTag.tsx +0 -66
- package/src/components/FormFieldTag/index.ts +0 -3
- package/src/components/FormFieldTag/resourceHelper.ts +0 -11
- package/src/components/FormGroup/FormGroup.stories.tsx +0 -209
- package/src/components/FormGroup/FormGroup.test.tsx +0 -249
- package/src/components/FormGroup/FormGroup.tsx +0 -226
- package/src/components/FormGroup/index.ts +0 -3
- package/src/components/FormLayout/FormLayout.stories.tsx +0 -91
- package/src/components/FormLayout/FormLayout.test.tsx +0 -61
- package/src/components/FormLayout/FormLayout.tsx +0 -69
- package/src/components/FormLayout/index.ts +0 -3
- package/src/components/HelpBubble/HelpBubble.stories.tsx +0 -325
- package/src/components/HelpBubble/HelpBubble.test.tsx +0 -164
- package/src/components/HelpBubble/HelpBubble.tsx +0 -139
- package/src/components/HelpBubble/index.ts +0 -3
- package/src/components/HelpBubble/resourceHelper.ts +0 -11
- package/src/components/HelpDetails/HelpDetails.stories.tsx +0 -74
- package/src/components/HelpDetails/HelpDetails.test.tsx +0 -12
- package/src/components/HelpDetails/HelpDetails.tsx +0 -81
- package/src/components/HelpDrawer/HelpDrawer.stories.tsx +0 -72
- package/src/components/HelpDrawer/HelpDrawer.test.tsx +0 -22
- package/src/components/HelpDrawer/HelpDrawer.tsx +0 -51
- package/src/components/HelpDrawer/index.ts +0 -3
- package/src/components/HelpDrawer/resourceHelper.ts +0 -11
- package/src/components/HelpExpanderInline/HelpExpanderInline.stories.tsx +0 -154
- package/src/components/HelpExpanderInline/HelpExpanderInline.test.tsx +0 -33
- package/src/components/HelpExpanderInline/HelpExpanderInline.tsx +0 -38
- package/src/components/HelpExpanderInline/index.ts +0 -3
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.stories.tsx +0 -78
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.test.tsx +0 -50
- package/src/components/HelpExpanderStandalone/HelpExpanderStandalone.tsx +0 -73
- package/src/components/HelpExpanderStandalone/index.ts +0 -3
- package/src/components/HelpPanel/HelpPanel.stories.tsx +0 -53
- package/src/components/HelpPanel/HelpPanel.test.tsx +0 -42
- package/src/components/HelpPanel/HelpPanel.tsx +0 -39
- package/src/components/HelpPanel/index.ts +0 -3
- package/src/components/HelpTeaser/HelpTeaser.stories.tsx +0 -51
- package/src/components/HelpTeaser/HelpTeaser.test.tsx +0 -11
- package/src/components/HelpTeaser/HelpTeaser.tsx +0 -43
- package/src/components/HelpTeaser/index.ts +0 -3
- package/src/components/HelpTooltip/HelpTooltip.stories.tsx +0 -67
- package/src/components/HelpTooltip/HelpTooltip.test.tsx +0 -57
- package/src/components/HelpTooltip/HelpTooltip.tsx +0 -51
- package/src/components/HelpTooltip/index.ts +0 -3
- package/src/components/HelpTriggerIcon/HelpSign.tsx +0 -62
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.stories.tsx +0 -126
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.test.tsx +0 -59
- package/src/components/HelpTriggerIcon/HelpTriggerIcon.tsx +0 -121
- package/src/components/HelpTriggerIcon/index.ts +0 -3
- package/src/components/HelpTriggerInline/HelpTriggerInline.stories.tsx +0 -82
- package/src/components/HelpTriggerInline/HelpTriggerInline.test.tsx +0 -132
- package/src/components/HelpTriggerInline/HelpTriggerInline.tsx +0 -65
- package/src/components/HelpTriggerInline/index.ts +0 -3
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.stories.tsx +0 -105
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.test.tsx +0 -132
- package/src/components/HelpTriggerStandalone/HelpTriggerStandalone.tsx +0 -67
- package/src/components/HelpTriggerStandalone/index.ts +0 -3
- package/src/components/HighlightPanel/HighlightPanel.stories.tsx +0 -74
- package/src/components/HighlightPanel/HighlightPanel.test.tsx +0 -67
- package/src/components/HighlightPanel/HighlightPanel.tsx +0 -126
- package/src/components/HighlightPanel/index.ts +0 -3
- package/src/components/Highlighter/Highlighter.stories.tsx +0 -431
- package/src/components/Highlighter/Highlighter.test.tsx +0 -33
- package/src/components/Highlighter/Highlighter.tsx +0 -63
- package/src/components/Highlighter/index.ts +0 -3
- package/src/components/HorizontalScroll/HorizontalScroll.test.tsx +0 -58
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +0 -72
- package/src/components/HorizontalScroll/__snapshots__/HorizontalScroll.test.tsx.snap +0 -23
- package/src/components/HorizontalScroll/index.ts +0 -3
- package/src/components/Icon/Icon.stories.tsx +0 -211
- package/src/components/Icon/Icon.test.tsx +0 -159
- package/src/components/Icon/Icon.tsx +0 -121
- package/src/components/Icon/__snapshots__/Icon.test.tsx.snap +0 -415
- package/src/components/Icon/index.ts +0 -5
- package/src/components/Icons/ActiveMonitoring.tsx +0 -23
- package/src/components/Icons/AcupunctureBack.tsx +0 -23
- package/src/components/Icons/AdditionalIconInformation.ts +0 -337
- package/src/components/Icons/AlarmClock.tsx +0 -41
- package/src/components/Icons/AlertSignFill.tsx +0 -25
- package/src/components/Icons/AlertSignStroke.tsx +0 -25
- package/src/components/Icons/Amputation.tsx +0 -17
- package/src/components/Icons/Anxiety.tsx +0 -17
- package/src/components/Icons/Apple.tsx +0 -17
- package/src/components/Icons/Archive.tsx +0 -37
- package/src/components/Icons/ArmFlexing.tsx +0 -17
- package/src/components/Icons/ArrowDown.tsx +0 -37
- package/src/components/Icons/ArrowLeft.tsx +0 -21
- package/src/components/Icons/ArrowRight.tsx +0 -21
- package/src/components/Icons/ArrowUp.tsx +0 -37
- package/src/components/Icons/ArrowUpRight.tsx +0 -17
- package/src/components/Icons/Attachment.tsx +0 -41
- package/src/components/Icons/Atv.tsx +0 -17
- package/src/components/Icons/Avatar.tsx +0 -24
- package/src/components/Icons/AwakePersonOnPillow.tsx +0 -17
- package/src/components/Icons/Baby.tsx +0 -17
- package/src/components/Icons/BandAid.tsx +0 -17
- package/src/components/Icons/BeerAndPills.tsx +0 -23
- package/src/components/Icons/Bell.tsx +0 -17
- package/src/components/Icons/Bike.tsx +0 -17
- package/src/components/Icons/BirthControl.tsx +0 -22
- package/src/components/Icons/BirthdayCake.tsx +0 -17
- package/src/components/Icons/Boat.tsx +0 -17
- package/src/components/Icons/Body.tsx +0 -23
- package/src/components/Icons/Braille.tsx +0 -17
- package/src/components/Icons/Brain.tsx +0 -21
- package/src/components/Icons/BreastReconstruction.tsx +0 -23
- package/src/components/Icons/BreastRemoval.tsx +0 -23
- package/src/components/Icons/Breasts.tsx +0 -17
- package/src/components/Icons/BrokenHeart.tsx +0 -17
- package/src/components/Icons/BrokenPuzzle.tsx +0 -17
- package/src/components/Icons/Bus.tsx +0 -38
- package/src/components/Icons/Calendar.tsx +0 -37
- package/src/components/Icons/CalendarChange.tsx +0 -37
- package/src/components/Icons/CalendarCheck.tsx +0 -37
- package/src/components/Icons/CalendarEvent.tsx +0 -17
- package/src/components/Icons/CalendarSave.tsx +0 -25
- package/src/components/Icons/Cancer.tsx +0 -31
- package/src/components/Icons/Candle.tsx +0 -23
- package/src/components/Icons/Car.tsx +0 -17
- package/src/components/Icons/Carton.tsx +0 -37
- package/src/components/Icons/Change.tsx +0 -49
- package/src/components/Icons/Check.tsx +0 -14
- package/src/components/Icons/CheckFill.tsx +0 -36
- package/src/components/Icons/CheckOutline.tsx +0 -23
- package/src/components/Icons/Chest.tsx +0 -17
- package/src/components/Icons/ChevronDown.tsx +0 -17
- package/src/components/Icons/ChevronLeft.tsx +0 -16
- package/src/components/Icons/ChevronRight.tsx +0 -19
- package/src/components/Icons/ChevronUp.tsx +0 -17
- package/src/components/Icons/ChevronsDown.tsx +0 -37
- package/src/components/Icons/ChevronsUp.tsx +0 -37
- package/src/components/Icons/ChildPlaying.tsx +0 -23
- package/src/components/Icons/Cigarette.tsx +0 -17
- package/src/components/Icons/Coins.tsx +0 -23
- package/src/components/Icons/Contacts.tsx +0 -25
- package/src/components/Icons/Copy.tsx +0 -36
- package/src/components/Icons/CoronaCertificate.tsx +0 -23
- package/src/components/Icons/Coronavirus.tsx +0 -17
- package/src/components/Icons/Cough.tsx +0 -17
- package/src/components/Icons/CreditCard.tsx +0 -49
- package/src/components/Icons/CriticalHealthInfo.tsx +0 -16
- package/src/components/Icons/Cross.tsx +0 -17
- package/src/components/Icons/DataExchange.tsx +0 -23
- package/src/components/Icons/DataReceived.tsx +0 -23
- package/src/components/Icons/DataSent.tsx +0 -23
- package/src/components/Icons/Depression.tsx +0 -17
- package/src/components/Icons/DigestiveSystem.tsx +0 -23
- package/src/components/Icons/Dizzy.tsx +0 -17
- package/src/components/Icons/Documents.tsx +0 -17
- package/src/components/Icons/Dog.tsx +0 -17
- package/src/components/Icons/DonorCard.tsx +0 -17
- package/src/components/Icons/DotActive.tsx +0 -22
- package/src/components/Icons/DotAlert.tsx +0 -30
- package/src/components/Icons/DotCancelled.tsx +0 -30
- package/src/components/Icons/DotHalfDisc.tsx +0 -30
- package/src/components/Icons/DotInactive.tsx +0 -30
- package/src/components/Icons/DotInfo.tsx +0 -38
- package/src/components/Icons/DotLookingGlass.tsx +0 -30
- package/src/components/Icons/DotPending.tsx +0 -22
- package/src/components/Icons/DotQuestionMark.tsx +0 -30
- package/src/components/Icons/DotSuccess.tsx +0 -30
- package/src/components/Icons/DotTransparent.tsx +0 -30
- package/src/components/Icons/DotWarningTriangle.tsx +0 -30
- package/src/components/Icons/Download.tsx +0 -37
- package/src/components/Icons/Draft.tsx +0 -17
- package/src/components/Icons/Drag.tsx +0 -21
- package/src/components/Icons/EChat.tsx +0 -25
- package/src/components/Icons/Ear.tsx +0 -23
- package/src/components/Icons/EarDeaf.tsx +0 -17
- package/src/components/Icons/EarHearingAid.tsx +0 -20
- package/src/components/Icons/EarNoseThroat.tsx +0 -25
- package/src/components/Icons/EarVolume.tsx +0 -29
- package/src/components/Icons/Edit.tsx +0 -31
- package/src/components/Icons/ElderlyPerson.tsx +0 -17
- package/src/components/Icons/Embolization.tsx +0 -23
- package/src/components/Icons/EmergencyCall.tsx +0 -25
- package/src/components/Icons/EmoticonAnnoyed.tsx +0 -27
- package/src/components/Icons/EmoticonDelighted.tsx +0 -27
- package/src/components/Icons/EmoticonDisappointed.tsx +0 -27
- package/src/components/Icons/EmoticonHappy.tsx +0 -27
- package/src/components/Icons/EmoticonMeh.tsx +0 -27
- package/src/components/Icons/EmptyBox.tsx +0 -25
- package/src/components/Icons/EnterFullScreen.tsx +0 -34
- package/src/components/Icons/Envelope.tsx +0 -25
- package/src/components/Icons/Epilepsy.tsx +0 -17
- package/src/components/Icons/Eraser.tsx +0 -31
- package/src/components/Icons/ErrorSignFill.tsx +0 -25
- package/src/components/Icons/ErrorSignStroke.tsx +0 -25
- package/src/components/Icons/EuropeanHealthCard.tsx +0 -20
- package/src/components/Icons/ExitFullScreen.tsx +0 -34
- package/src/components/Icons/Eye.tsx +0 -48
- package/src/components/Icons/Facebook.tsx +0 -17
- package/src/components/Icons/FallingLeaf.tsx +0 -31
- package/src/components/Icons/Feedback.tsx +0 -29
- package/src/components/Icons/Female.tsx +0 -17
- package/src/components/Icons/FemaleDoctor.tsx +0 -17
- package/src/components/Icons/Ferry.tsx +0 -17
- package/src/components/Icons/File.tsx +0 -37
- package/src/components/Icons/Filter.tsx +0 -35
- package/src/components/Icons/FingerBleed.tsx +0 -17
- package/src/components/Icons/FirstAidKit.tsx +0 -17
- package/src/components/Icons/Fish.tsx +0 -39
- package/src/components/Icons/FloppyDisk.tsx +0 -23
- package/src/components/Icons/Football.tsx +0 -17
- package/src/components/Icons/Form.tsx +0 -25
- package/src/components/Icons/Forward.tsx +0 -27
- package/src/components/Icons/Gallery.tsx +0 -36
- package/src/components/Icons/Garden.tsx +0 -17
- package/src/components/Icons/GasCan.tsx +0 -17
- package/src/components/Icons/GenderIdentity.tsx +0 -23
- package/src/components/Icons/GlassWater.tsx +0 -23
- package/src/components/Icons/Glasses.tsx +0 -25
- package/src/components/Icons/Globe.tsx +0 -25
- package/src/components/Icons/Grain.tsx +0 -23
- package/src/components/Icons/Graph.tsx +0 -29
- package/src/components/Icons/Group.tsx +0 -39
- package/src/components/Icons/GroupTwins.tsx +0 -71
- package/src/components/Icons/HTMLFile.tsx +0 -23
- package/src/components/Icons/HandWaving.tsx +0 -17
- package/src/components/Icons/HandWithDisease.tsx +0 -17
- package/src/components/Icons/HandsAndHeart.tsx +0 -23
- package/src/components/Icons/HealthClinic.tsx +0 -23
- package/src/components/Icons/HealthMeasurements.tsx +0 -25
- package/src/components/Icons/HealthWarning.tsx +0 -23
- package/src/components/Icons/HealthcarePerson.tsx +0 -65
- package/src/components/Icons/HealthcarePersonell.tsx +0 -79
- package/src/components/Icons/HearingProtection.tsx +0 -31
- package/src/components/Icons/Heart.tsx +0 -25
- package/src/components/Icons/HeartHands.tsx +0 -59
- package/src/components/Icons/HelpSign.tsx +0 -25
- package/src/components/Icons/HelpingHand.tsx +0 -23
- package/src/components/Icons/Hemodialysis.tsx +0 -23
- package/src/components/Icons/Hiker.tsx +0 -17
- package/src/components/Icons/Hipprosthesis.tsx +0 -23
- package/src/components/Icons/History.tsx +0 -25
- package/src/components/Icons/HivAndAids.tsx +0 -17
- package/src/components/Icons/Home.tsx +0 -36
- package/src/components/Icons/HomeFill.tsx +0 -41
- package/src/components/Icons/Hormone.tsx +0 -17
- package/src/components/Icons/Hospital.tsx +0 -37
- package/src/components/Icons/Hourglass.tsx +0 -37
- package/src/components/Icons/IconNames.ts +0 -344
- package/src/components/Icons/ImgFile.tsx +0 -23
- package/src/components/Icons/Inbox.tsx +0 -23
- package/src/components/Icons/InfoSignFill.tsx +0 -25
- package/src/components/Icons/InfoSignStroke.tsx +0 -25
- package/src/components/Icons/Instagram.tsx +0 -24
- package/src/components/Icons/Intravenous.tsx +0 -23
- package/src/components/Icons/JointPain.tsx +0 -19
- package/src/components/Icons/Journal.tsx +0 -25
- package/src/components/Icons/JpgFile.tsx +0 -23
- package/src/components/Icons/Kidney.tsx +0 -17
- package/src/components/Icons/KitchenScale.tsx +0 -23
- package/src/components/Icons/Kjernejournal.tsx +0 -17
- package/src/components/Icons/Laboratory.tsx +0 -23
- package/src/components/Icons/LaptopBlog.tsx +0 -17
- package/src/components/Icons/LawBook.tsx +0 -20
- package/src/components/Icons/LegalDocument.tsx +0 -32
- package/src/components/Icons/LightBulb.tsx +0 -17
- package/src/components/Icons/List.tsx +0 -36
- package/src/components/Icons/Location.tsx +0 -28
- package/src/components/Icons/LocationFill.tsx +0 -41
- package/src/components/Icons/Lock.tsx +0 -31
- package/src/components/Icons/Login.tsx +0 -67
- package/src/components/Icons/Logout.tsx +0 -53
- package/src/components/Icons/Lungs.tsx +0 -17
- package/src/components/Icons/Makeup.tsx +0 -17
- package/src/components/Icons/MaleDoctor.tsx +0 -17
- package/src/components/Icons/MaleDoctorAndPerson.tsx +0 -25
- package/src/components/Icons/MaleDoctorCompact.tsx +0 -55
- package/src/components/Icons/MaleDoctorCompactFill.tsx +0 -43
- package/src/components/Icons/MaleGenitalia.tsx +0 -17
- package/src/components/Icons/Medicine.tsx +0 -37
- package/src/components/Icons/MedicineWarning.tsx +0 -23
- package/src/components/Icons/MentalHealthAdult.tsx +0 -23
- package/src/components/Icons/MentalHealthChild.tsx +0 -23
- package/src/components/Icons/Menu.tsx +0 -23
- package/src/components/Icons/Microscope.tsx +0 -23
- package/src/components/Icons/Minus.tsx +0 -14
- package/src/components/Icons/Mirror.tsx +0 -17
- package/src/components/Icons/MobilePhone.tsx +0 -25
- package/src/components/Icons/MotherHoldingBaby.tsx +0 -17
- package/src/components/Icons/MuscleBack.tsx +0 -25
- package/src/components/Icons/MuscleLeg.tsx +0 -23
- package/src/components/Icons/Mushroom.tsx +0 -17
- package/src/components/Icons/Music.tsx +0 -23
- package/src/components/Icons/MusselsAndSalt.tsx +0 -17
- package/src/components/Icons/NoAccess.tsx +0 -59
- package/src/components/Icons/NoEye.tsx +0 -41
- package/src/components/Icons/NoFilter.tsx +0 -31
- package/src/components/Icons/Notepad.tsx +0 -17
- package/src/components/Icons/Osteotomy.tsx +0 -23
- package/src/components/Icons/PaintRoller.tsx +0 -17
- package/src/components/Icons/PaperPlane.tsx +0 -25
- package/src/components/Icons/PatientAndPerson.tsx +0 -17
- package/src/components/Icons/Pause.tsx +0 -25
- package/src/components/Icons/PdfFile.tsx +0 -23
- package/src/components/Icons/Pencil.tsx +0 -41
- package/src/components/Icons/PeopleTalking.tsx +0 -23
- package/src/components/Icons/Peritonealdialysis.tsx +0 -23
- package/src/components/Icons/Person.tsx +0 -17
- package/src/components/Icons/PersonAndPatient.tsx +0 -17
- package/src/components/Icons/PersonCancel.tsx +0 -65
- package/src/components/Icons/PersonInXRayMachine.tsx +0 -23
- package/src/components/Icons/PersonOverweight.tsx +0 -17
- package/src/components/Icons/PersonRelaxing.tsx +0 -23
- package/src/components/Icons/PersonWithBrain.tsx +0 -20
- package/src/components/Icons/PersonWithBrokenArm.tsx +0 -17
- package/src/components/Icons/PersonWithCrutches.tsx +0 -17
- package/src/components/Icons/PersonWithJaw.tsx +0 -23
- package/src/components/Icons/PersonWithMagnifyingGlass.tsx +0 -23
- package/src/components/Icons/PersonWithSenses.tsx +0 -29
- package/src/components/Icons/PersonWorking.tsx +0 -23
- package/src/components/Icons/PersonalPlan.tsx +0 -35
- package/src/components/Icons/PizzaSlice.tsx +0 -23
- package/src/components/Icons/Plane.tsx +0 -17
- package/src/components/Icons/Plant.tsx +0 -17
- package/src/components/Icons/PlateKnifeFork.tsx +0 -35
- package/src/components/Icons/Play.tsx +0 -23
- package/src/components/Icons/PlusLarge.tsx +0 -17
- package/src/components/Icons/PlusSmall.tsx +0 -17
- package/src/components/Icons/PngFile.tsx +0 -23
- package/src/components/Icons/Podcast.tsx +0 -23
- package/src/components/Icons/PoisonInformation.tsx +0 -23
- package/src/components/Icons/Pregnant.tsx +0 -17
- package/src/components/Icons/Printer.tsx +0 -37
- package/src/components/Icons/Psychosis.tsx +0 -17
- package/src/components/Icons/Publication.tsx +0 -23
- package/src/components/Icons/Puzzle.tsx +0 -20
- package/src/components/Icons/QrCode.tsx +0 -36
- package/src/components/Icons/Quarrel.tsx +0 -23
- package/src/components/Icons/RadioTherapy.tsx +0 -23
- package/src/components/Icons/RadioactiveTreatment.tsx +0 -23
- package/src/components/Icons/Radioiodine.tsx +0 -23
- package/src/components/Icons/Receipt.tsx +0 -17
- package/src/components/Icons/Receptionist.tsx +0 -25
- package/src/components/Icons/Recovery.tsx +0 -23
- package/src/components/Icons/Referral.tsx +0 -25
- package/src/components/Icons/Refresh.tsx +0 -25
- package/src/components/Icons/Refund.tsx +0 -17
- package/src/components/Icons/Reminder.tsx +0 -31
- package/src/components/Icons/Reply.tsx +0 -31
- package/src/components/Icons/Rocket.tsx +0 -17
- package/src/components/Icons/RtfFile.tsx +0 -23
- package/src/components/Icons/STDs.tsx +0 -23
- package/src/components/Icons/Save.tsx +0 -33
- package/src/components/Icons/Scale.tsx +0 -17
- package/src/components/Icons/ScreenReader.tsx +0 -43
- package/src/components/Icons/Search.tsx +0 -25
- package/src/components/Icons/SectionSign.tsx +0 -33
- package/src/components/Icons/Settings.tsx +0 -41
- package/src/components/Icons/SettingsFill.tsx +0 -41
- package/src/components/Icons/Sexualorientation.tsx +0 -23
- package/src/components/Icons/ShakingHand.tsx +0 -20
- package/src/components/Icons/Share.tsx +0 -31
- package/src/components/Icons/SharedHealthData.tsx +0 -25
- package/src/components/Icons/SharedHealthMeasurements.tsx +0 -25
- package/src/components/Icons/Shield.tsx +0 -23
- package/src/components/Icons/ShuntOperation.tsx +0 -23
- package/src/components/Icons/Skeleton.tsx +0 -17
- package/src/components/Icons/Skin.tsx +0 -17
- package/src/components/Icons/Snake.tsx +0 -17
- package/src/components/Icons/Snapchat.tsx +0 -20
- package/src/components/Icons/SortDown.tsx +0 -46
- package/src/components/Icons/SortUp.tsx +0 -46
- package/src/components/Icons/SpeechBubble.tsx +0 -33
- package/src/components/Icons/Spray.tsx +0 -17
- package/src/components/Icons/StickyNote.tsx +0 -25
- package/src/components/Icons/StickyNotes.tsx +0 -25
- package/src/components/Icons/Stopwatch.tsx +0 -37
- package/src/components/Icons/Sun.tsx +0 -33
- package/src/components/Icons/SupportingPerson.tsx +0 -48
- package/src/components/Icons/Surgery.tsx +0 -23
- package/src/components/Icons/Sweets.tsx +0 -37
- package/src/components/Icons/Syringe.tsx +0 -23
- package/src/components/Icons/Taxi.tsx +0 -17
- package/src/components/Icons/TeddyBear.tsx +0 -17
- package/src/components/Icons/Teenagers.tsx +0 -23
- package/src/components/Icons/ThinkingAboutBaby.tsx +0 -17
- package/src/components/Icons/Ticket.tsx +0 -17
- package/src/components/Icons/TimePassing.tsx +0 -37
- package/src/components/Icons/Toddler.tsx +0 -17
- package/src/components/Icons/Tombstone.tsx +0 -29
- package/src/components/Icons/Toolbox.tsx +0 -49
- package/src/components/Icons/Tooth.tsx +0 -17
- package/src/components/Icons/TotalKneeProsthesis.tsx +0 -23
- package/src/components/Icons/Train.tsx +0 -17
- package/src/components/Icons/Transplantation.tsx +0 -23
- package/src/components/Icons/TrashCan.tsx +0 -37
- package/src/components/Icons/TravelRoute.tsx +0 -49
- package/src/components/Icons/TreatmentAids.tsx +0 -38
- package/src/components/Icons/TriangleX.tsx +0 -49
- package/src/components/Icons/Twitter.tsx +0 -17
- package/src/components/Icons/Undo.tsx +0 -51
- package/src/components/Icons/UniProsthesis.tsx +0 -23
- package/src/components/Icons/Upload.tsx +0 -31
- package/src/components/Icons/UserOrganization.tsx +0 -17
- package/src/components/Icons/Vaccine.tsx +0 -37
- package/src/components/Icons/VerticalDots.tsx +0 -25
- package/src/components/Icons/VideoCamera.tsx +0 -37
- package/src/components/Icons/VideoChat.tsx +0 -25
- package/src/components/Icons/Wallet.tsx +0 -25
- package/src/components/Icons/Watch.tsx +0 -37
- package/src/components/Icons/Website.tsx +0 -23
- package/src/components/Icons/Wheelchair.tsx +0 -23
- package/src/components/Icons/WheelchairActive.tsx +0 -23
- package/src/components/Icons/Window.tsx +0 -17
- package/src/components/Icons/WordDocument.tsx +0 -20
- package/src/components/Icons/WorkSuitcase.tsx +0 -20
- package/src/components/Icons/X.tsx +0 -33
- package/src/components/Icons/XOutline.tsx +0 -23
- package/src/components/Icons/XmlFile.tsx +0 -23
- package/src/components/Icons/YouTube.tsx +0 -17
- package/src/components/Icons/Zoom.tsx +0 -37
- package/src/components/Illustration/Illustration.stories.tsx +0 -45
- package/src/components/Illustration/Illustration.test.tsx +0 -171
- package/src/components/Illustration/Illustration.tsx +0 -78
- package/src/components/Illustration/Illustrations.stories.tsx +0 -73
- package/src/components/Illustration/index.ts +0 -3
- package/src/components/Illustration/utils.ts +0 -18
- package/src/components/Illustrations/BabyMobile.tsx +0 -18
- package/src/components/Illustrations/BabyMobileMedium.tsx +0 -260
- package/src/components/Illustrations/Child.tsx +0 -22
- package/src/components/Illustrations/ChildMedium.tsx +0 -129
- package/src/components/Illustrations/Doctor.tsx +0 -20
- package/src/components/Illustrations/DoctorMedium.tsx +0 -59
- package/src/components/Illustrations/DoctorSmall.tsx +0 -64
- package/src/components/Illustrations/FacialRecognitionFingerprint.tsx +0 -18
- package/src/components/Illustrations/FacialRecognitionFingerprintMedium.tsx +0 -199
- package/src/components/Illustrations/GiveBabyFood.tsx +0 -21
- package/src/components/Illustrations/GiveBabyFoodMedium.tsx +0 -237
- package/src/components/Illustrations/HealthcarePersonnel.tsx +0 -15
- package/src/components/Illustrations/HealthcarePersonnelMedium.tsx +0 -155
- package/src/components/Illustrations/HealthcarePersonnelSmall.tsx +0 -155
- package/src/components/Illustrations/IllustrationNames.ts +0 -33
- package/src/components/Illustrations/ReadLetters.tsx +0 -19
- package/src/components/Illustrations/ReadLettersMedium.tsx +0 -81
- package/src/components/Illustrations/Stroller.tsx +0 -22
- package/src/components/Illustrations/StrollerMedium.tsx +0 -165
- package/src/components/Illustrations/Support2.tsx +0 -19
- package/src/components/Illustrations/Support2Medium.tsx +0 -152
- package/src/components/InfoTeaser/InfoTeaser.stories.tsx +0 -53
- package/src/components/InfoTeaser/InfoTeaser.test.tsx +0 -44
- package/src/components/InfoTeaser/InfoTeaser.tsx +0 -89
- package/src/components/InfoTeaser/index.ts +0 -3
- package/src/components/InfoTeaser/resourceHelper.ts +0 -14
- package/src/components/Input/Input.stories.tsx +0 -158
- package/src/components/Input/Input.test.tsx +0 -251
- package/src/components/Input/Input.tsx +0 -302
- package/src/components/Input/index.ts +0 -3
- package/src/components/Label/Label.stories.tsx +0 -281
- package/src/components/Label/Label.test.tsx +0 -150
- package/src/components/Label/Label.tsx +0 -199
- package/src/components/Label/SubLabel.tsx +0 -65
- package/src/components/Label/index.tsx +0 -4
- package/src/components/LazyIcon/ErrorBoundary.tsx +0 -36
- package/src/components/LazyIcon/LazyIcon.stories.tsx +0 -48
- package/src/components/LazyIcon/LazyIcon.test.tsx +0 -35
- package/src/components/LazyIcon/LazyIcon.tsx +0 -46
- package/src/components/LazyIcon/index.ts +0 -3
- package/src/components/LazyIcon/utils.ts +0 -2
- package/src/components/LazyIllustration/LazyIllustration.stories.tsx +0 -48
- package/src/components/LazyIllustration/LazyIllustration.test.tsx +0 -36
- package/src/components/LazyIllustration/LazyIllustration.tsx +0 -51
- package/src/components/LazyIllustration/index.ts +0 -3
- package/src/components/LinkList/LinkList.stories.tsx +0 -438
- package/src/components/LinkList/LinkList.test.tsx +0 -177
- package/src/components/LinkList/LinkList.tsx +0 -250
- package/src/components/LinkList/index.ts +0 -3
- package/src/components/List/List.stories.tsx +0 -285
- package/src/components/List/List.test.tsx +0 -40
- package/src/components/List/List.tsx +0 -50
- package/src/components/List/__snapshots__/List.test.tsx.snap +0 -31
- package/src/components/List/index.ts +0 -3
- package/src/components/ListEditMode/ListEditMode.stories.tsx +0 -132
- package/src/components/ListEditMode/ListEditMode.tsx +0 -73
- package/src/components/ListEditMode/index.ts +0 -3
- package/src/components/Loader/Loader.stories.tsx +0 -106
- package/src/components/Loader/Loader.test.tsx +0 -127
- package/src/components/Loader/Loader.tsx +0 -137
- package/src/components/Loader/__snapshots__/Loader.test.tsx.snap +0 -35
- package/src/components/Loader/index.ts +0 -3
- package/src/components/Logo/Logo.stories.tsx +0 -74
- package/src/components/Logo/Logo.test.tsx +0 -24
- package/src/components/Logo/Logo.tsx +0 -64
- package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -53
- package/src/components/Logo/index.ts +0 -3
- package/src/components/MaxCharacters/MaxCharacters.test.tsx +0 -36
- package/src/components/MaxCharacters/MaxCharacters.tsx +0 -39
- package/src/components/Mittens/Mittens.stories.tsx +0 -239
- package/src/components/Modal/Modal.stories.tsx +0 -286
- package/src/components/Modal/Modal.test.tsx +0 -445
- package/src/components/Modal/Modal.tsx +0 -283
- package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -309
- package/src/components/Modal/index.ts +0 -3
- package/src/components/NotificationPanel/NotificationPanel.stories.tsx +0 -262
- package/src/components/NotificationPanel/NotificationPanel.test.tsx +0 -188
- package/src/components/NotificationPanel/NotificationPanel.tsx +0 -176
- package/src/components/NotificationPanel/__snapshots__/NotificationPanel.test.tsx.snap +0 -117
- package/src/components/NotificationPanel/index.ts +0 -3
- package/src/components/Panel/Panel.stories.tsx +0 -1090
- package/src/components/Panel/Panel.test.tsx +0 -139
- package/src/components/Panel/Panel.tsx +0 -328
- package/src/components/Panel/PanelExamples.tsx +0 -155
- package/src/components/Panel/PanelTitle/PanelTitle.stories.tsx +0 -64
- package/src/components/Panel/PanelTitle/PanelTitle.tsx +0 -42
- package/src/components/Panel/PanelTitle/index.ts +0 -3
- package/src/components/Panel/Paneldocs.tsx +0 -55
- package/src/components/Panel/index.ts +0 -3
- package/src/components/Panel/resourceHelper.ts +0 -14
- package/src/components/PanelList/PanelList.stories.tsx +0 -85
- package/src/components/PanelList/PanelList.test.tsx +0 -15
- package/src/components/PanelList/PanelList.tsx +0 -47
- package/src/components/PanelList/index.tsx +0 -3
- package/src/components/PanelListOld/PanelListOld.stories.tsx +0 -63
- package/src/components/PanelListOld/PanelListOld.test.tsx +0 -101
- package/src/components/PanelListOld/PanelListOld.tsx +0 -39
- package/src/components/PanelListOld/index.tsx +0 -3
- package/src/components/PanelOld/PanelOld.stories.tsx +0 -469
- package/src/components/PanelOld/PanelOld.test.tsx +0 -421
- package/src/components/PanelOld/PanelOld.tsx +0 -449
- package/src/components/PanelOld/__snapshots__/Panel.test.tsx.snap +0 -59
- package/src/components/PanelOld/__snapshots__/PanelOld.test.tsx.snap +0 -59
- package/src/components/PanelOld/index.tsx +0 -3
- package/src/components/PopMenu/PopMenu.stories.tsx +0 -322
- package/src/components/PopMenu/PopMenu.test.tsx +0 -43
- package/src/components/PopMenu/PopMenu.tsx +0 -156
- package/src/components/PopMenu/index.ts +0 -3
- package/src/components/PopOver/PopOver.stories.tsx +0 -168
- package/src/components/PopOver/PopOver.test.tsx +0 -85
- package/src/components/PopOver/PopOver.tsx +0 -132
- package/src/components/PopOver/index.ts +0 -3
- package/src/components/PopOver/utils.ts +0 -284
- package/src/components/Portal/index.tsx +0 -44
- package/src/components/Progressbar/Progressbar.stories.tsx +0 -106
- package/src/components/Progressbar/Progressbar.test.tsx +0 -67
- package/src/components/Progressbar/Progressbar.tsx +0 -141
- package/src/components/Progressbar/index.ts +0 -3
- package/src/components/PromoPanel/PromoPanel.stories.tsx +0 -65
- package/src/components/PromoPanel/PromoPanel.test.tsx +0 -112
- package/src/components/PromoPanel/PromoPanel.tsx +0 -137
- package/src/components/PromoPanel/index.ts +0 -3
- package/src/components/RadioButton/RadioButton.stories.tsx +0 -183
- package/src/components/RadioButton/RadioButton.test.tsx +0 -206
- package/src/components/RadioButton/RadioButton.tsx +0 -167
- package/src/components/RadioButton/index.ts +0 -3
- package/src/components/Select/Select.stories.tsx +0 -189
- package/src/components/Select/Select.test.tsx +0 -194
- package/src/components/Select/Select.tsx +0 -147
- package/src/components/Select/index.ts +0 -3
- package/src/components/ServiceMessage/ServiceMessage.stories.tsx +0 -128
- package/src/components/ServiceMessage/ServiceMessage.test.tsx +0 -102
- package/src/components/ServiceMessage/ServiceMessage.tsx +0 -212
- package/src/components/ServiceMessage/__snapshots__/ServiceMessage.test.tsx.snap +0 -89
- package/src/components/ServiceMessage/index.ts +0 -3
- package/src/components/SharingStatus/SharingStatus.stories.tsx +0 -117
- package/src/components/SharingStatus/SharingStatus.test.tsx +0 -121
- package/src/components/SharingStatus/SharingStatus.tsx +0 -47
- package/src/components/SharingStatus/index.ts +0 -3
- package/src/components/Slider/Slider.stories.tsx +0 -117
- package/src/components/Slider/Slider.test.tsx +0 -266
- package/src/components/Slider/Slider.tsx +0 -403
- package/src/components/Slider/index.ts +0 -3
- package/src/components/Spacer/Spacer.stories.tsx +0 -84
- package/src/components/Spacer/Spacer.test.tsx +0 -92
- package/src/components/Spacer/Spacer.tsx +0 -44
- package/src/components/Spacer/index.ts +0 -3
- package/src/components/StatusDot/StatusDot.stories.tsx +0 -77
- package/src/components/StatusDot/StatusDot.test.tsx +0 -42
- package/src/components/StatusDot/StatusDot.tsx +0 -139
- package/src/components/StatusDot/index.ts +0 -3
- package/src/components/Step/Step.stories.tsx +0 -199
- package/src/components/Step/Step.test.tsx +0 -107
- package/src/components/Step/Step.tsx +0 -66
- package/src/components/Step/index.ts +0 -3
- package/src/components/StepButtons/StepButtons.stories.tsx +0 -54
- package/src/components/StepButtons/StepButtons.test.tsx +0 -75
- package/src/components/StepButtons/StepButtons.tsx +0 -63
- package/src/components/StepButtons/index.ts +0 -3
- package/src/components/Stepper/Dot.tsx +0 -30
- package/src/components/Stepper/DotList.tsx +0 -19
- package/src/components/Stepper/Stepper.stories.tsx +0 -57
- package/src/components/Stepper/Stepper.test.tsx +0 -137
- package/src/components/Stepper/Stepper.tsx +0 -85
- package/src/components/Stepper/index.tsx +0 -3
- package/src/components/Stepper/utils.ts +0 -95
- package/src/components/StickyNote/Close.tsx +0 -52
- package/src/components/StickyNote/StickyNote.stories.tsx +0 -148
- package/src/components/StickyNote/StickyNote.test.tsx +0 -116
- package/src/components/StickyNote/StickyNote.tsx +0 -138
- package/src/components/StickyNote/Triangle.tsx +0 -91
- package/src/components/StickyNote/index.ts +0 -3
- package/src/components/Table/Table.stories.tsx +0 -861
- package/src/components/Table/Table.test.tsx +0 -605
- package/src/components/Table/Table.tsx +0 -154
- package/src/components/Table/TableBody/TableBody.tsx +0 -26
- package/src/components/Table/TableBody/index.ts +0 -3
- package/src/components/Table/TableCell/TableCell.tsx +0 -57
- package/src/components/Table/TableCell/index.ts +0 -3
- package/src/components/Table/TableExpandedRow/TableExpandedRow.tsx +0 -66
- package/src/components/Table/TableExpandedRow/index.ts +0 -3
- package/src/components/Table/TableExpanderCell/TableExpanderCell.tsx +0 -54
- package/src/components/Table/TableExpanderCell/TableExpanderCellMobile.tsx +0 -36
- package/src/components/Table/TableExpanderCell/index.ts +0 -3
- package/src/components/Table/TableHead/TableHead.tsx +0 -44
- package/src/components/Table/TableHead/index.ts +0 -3
- package/src/components/Table/TableHeadCell/TableHeadCell.tsx +0 -85
- package/src/components/Table/TableHeadCell/index.ts +0 -3
- package/src/components/Table/TableRow/TableRow.tsx +0 -66
- package/src/components/Table/TableRow/index.ts +0 -3
- package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -645
- package/src/components/Table/index.ts +0 -13
- package/src/components/Table/utils.ts +0 -149
- package/src/components/Tabs/Tab.tsx +0 -23
- package/src/components/Tabs/TabList/TabChevron.tsx +0 -39
- package/src/components/Tabs/TabList/TabItem.tsx +0 -83
- package/src/components/Tabs/TabList/TabList.tsx +0 -133
- package/src/components/Tabs/TabList/index.ts +0 -3
- package/src/components/Tabs/TabPanel/TabPanel.tsx +0 -31
- package/src/components/Tabs/TabPanel/index.ts +0 -3
- package/src/components/Tabs/Tabs.stories.tsx +0 -304
- package/src/components/Tabs/Tabs.test.tsx +0 -61
- package/src/components/Tabs/Tabs.tsx +0 -130
- package/src/components/Tabs/index.ts +0 -3
- package/src/components/Tabs/resourceHelper.ts +0 -14
- package/src/components/Tag/Tag.stories.tsx +0 -57
- package/src/components/Tag/Tag.test.tsx +0 -59
- package/src/components/Tag/Tag.tsx +0 -62
- package/src/components/Tag/index.ts +0 -3
- package/src/components/TagList/TagList.stories.tsx +0 -58
- package/src/components/TagList/TagList.test.tsx +0 -71
- package/src/components/TagList/TagList.tsx +0 -23
- package/src/components/TagList/index.ts +0 -3
- package/src/components/Textarea/Textarea.stories.tsx +0 -108
- package/src/components/Textarea/Textarea.test.tsx +0 -230
- package/src/components/Textarea/Textarea.tsx +0 -221
- package/src/components/Textarea/index.tsx +0 -3
- package/src/components/Tile/Tile.stories.tsx +0 -220
- package/src/components/Tile/Tile.test.tsx +0 -94
- package/src/components/Tile/Tile.tsx +0 -126
- package/src/components/Tile/index.ts +0 -3
- package/src/components/Title/Title.stories.tsx +0 -81
- package/src/components/Title/Title.test.tsx +0 -37
- package/src/components/Title/Title.tsx +0 -65
- package/src/components/Title/__snapshots__/Title.test.tsx.snap +0 -13
- package/src/components/Title/index.ts +0 -3
- package/src/components/Toast/Toast.stories.tsx +0 -37
- package/src/components/Toast/Toast.test.tsx +0 -13
- package/src/components/Toast/Toast.tsx +0 -53
- package/src/components/Toast/index.ts +0 -3
- package/src/components/ToastList/ToastList.stories.tsx +0 -68
- package/src/components/ToastList/ToastList.test.tsx +0 -160
- package/src/components/ToastList/ToastList.tsx +0 -121
- package/src/components/ToastList/index.ts +0 -3
- package/src/components/Toggle/Toggle.stories.tsx +0 -132
- package/src/components/Toggle/Toggle.test.tsx +0 -75
- package/src/components/Toggle/Toggle.tsx +0 -215
- package/src/components/Toggle/index.ts +0 -3
- package/src/components/Validation/ErrorList.tsx +0 -21
- package/src/components/Validation/ErrorListItem.tsx +0 -28
- package/src/components/Validation/Validation.stories.tsx +0 -194
- package/src/components/Validation/Validation.test.tsx +0 -219
- package/src/components/Validation/Validation.tsx +0 -81
- package/src/components/Validation/ValidationSummary.test.tsx +0 -46
- package/src/components/Validation/ValidationSummary.tsx +0 -61
- package/src/components/Validation/index.ts +0 -3
- package/src/components/Validation/types.ts +0 -10
- package/src/constants.ts +0 -159
- package/src/declaration.d.ts +0 -9
- package/src/docs/ButtonWithModal/ButtonWithModal.tsx +0 -24
- package/src/docs/ButtonWithModal/index.ts +0 -4
- package/src/docs/FormExample/FormExample.tsx +0 -298
- package/src/docs/FormExample/index.ts +0 -3
- package/src/docs/FormExample/styles.module.scss +0 -33
- package/src/docs/FormExample/styles.module.scss.d.ts +0 -12
- package/src/docs/GridExample/GridExample.tsx +0 -22
- package/src/docs/GridExample/index.ts +0 -3
- package/src/docs/HelpBubbleExample/HelpBubbleExample.tsx +0 -38
- package/src/docs/HelpBubbleExample/index.ts +0 -3
- package/src/docs/HelpTooltipExample/HelpTooltipExample.tsx +0 -21
- package/src/docs/HelpTooltipExample/index.ts +0 -3
- package/src/docs/Introduction.mdx +0 -11
- package/src/docs/StorybookTags.mdx +0 -19
- package/src/docs/Tokens/Tokens.stories.tsx +0 -74
- package/src/docs/Tokens/TokensExample.tsx +0 -24
- package/src/docs/Tokens/styles.scss +0 -32
- package/src/global.d.ts +0 -3
- package/src/hoc/withBreakpoint/index.ts +0 -3
- package/src/hoc/withBreakpoint/withBreakpoint.stories.tsx +0 -34
- package/src/hoc/withBreakpoint/withBreakpoint.test.tsx +0 -152
- package/src/hoc/withBreakpoint/withBreakpoint.tsx +0 -29
- package/src/hooks/useBreakpoint.stories.tsx +0 -45
- package/src/hooks/useBreakpoint.ts +0 -67
- package/src/hooks/useElementList.stories.tsx +0 -112
- package/src/hooks/useElementList.ts +0 -36
- package/src/hooks/useEventListenerState.ts +0 -14
- package/src/hooks/useExpand.ts +0 -22
- package/src/hooks/useFocusToggle.stories.tsx +0 -103
- package/src/hooks/useFocusToggle.ts +0 -42
- package/src/hooks/useFocusTrap.stories.tsx +0 -102
- package/src/hooks/useFocusTrap.ts +0 -41
- package/src/hooks/useFocusableElements.stories.tsx +0 -113
- package/src/hooks/useFocusableElements.ts +0 -26
- package/src/hooks/useHover.stories.tsx +0 -56
- package/src/hooks/useHover.ts +0 -17
- package/src/hooks/useIcons.ts +0 -25
- package/src/hooks/useIntersectionObserver.stories.tsx +0 -64
- package/src/hooks/useIntersectionObserver.ts +0 -32
- package/src/hooks/useInterval.stories.tsx +0 -42
- package/src/hooks/useInterval.ts +0 -18
- package/src/hooks/useIsMobileBreakpoint.stories.tsx +0 -38
- package/src/hooks/useIsMobileBreakpoint.ts +0 -7
- package/src/hooks/useIsServerSide.ts +0 -16
- package/src/hooks/useIsVisible.stories.tsx +0 -88
- package/src/hooks/useIsVisible.ts +0 -29
- package/src/hooks/useKeyboardEvent.stories.tsx +0 -63
- package/src/hooks/useKeyboardEvent.ts +0 -31
- package/src/hooks/useLayoutEvent.stories.tsx +0 -46
- package/src/hooks/useLayoutEvent.ts +0 -26
- package/src/hooks/useOutsideEvent.stories.tsx +0 -60
- package/src/hooks/useOutsideEvent.ts +0 -31
- package/src/hooks/usePrevious.ts +0 -16
- package/src/hooks/usePseudoClasses.stories.tsx +0 -62
- package/src/hooks/usePseudoClasses.ts +0 -50
- package/src/hooks/useResizeObserver.stories.tsx +0 -54
- package/src/hooks/useResizeObserver.ts +0 -36
- package/src/hooks/useReturnFocusOnUnmount.stories.tsx +0 -81
- package/src/hooks/useReturnFocusOnUnmount.ts +0 -28
- package/src/hooks/useRovingFocus.stories.tsx +0 -103
- package/src/hooks/useRovingFocus.tsx +0 -76
- package/src/hooks/useSize.stories.tsx +0 -53
- package/src/hooks/useSize.ts +0 -59
- package/src/hooks/useToggle.ts +0 -33
- package/src/hooks/useUuid.stories.tsx +0 -62
- package/src/hooks/useUuid.ts +0 -14
- package/src/hooks/usestopPropagation.ts +0 -16
- package/src/resources/HN.Designsystem.ArticleTeaser.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.ArticleTeaser.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Close.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.Close.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.DatePicker.en-GB.json +0 -10
- package/src/resources/HN.Designsystem.DatePicker.nb-NO.json +0 -10
- package/src/resources/HN.Designsystem.Drawer.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Drawer.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.Dropdown.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.FavoriteButton.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.FormFieldTag.nb-NO.json +0 -9
- package/src/resources/HN.Designsystem.HelpBubble.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpBubble.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.en-GB.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.nb-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.nn-NO.json +0 -3
- package/src/resources/HN.Designsystem.HelpDrawer.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.InfoTeaser.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.InfoTeaser.se-NO.json +0 -3
- package/src/resources/HN.Designsystem.Panel.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.Panel.nb-NO.json +0 -4
- package/src/resources/HN.Designsystem.Panel.nn-NO.json +0 -4
- package/src/resources/HN.Designsystem.Panel.se-NO.json +0 -4
- package/src/resources/HN.Designsystem.Tabs.en-GB.json +0 -4
- package/src/resources/HN.Designsystem.Tabs.nb-NO.json +0 -4
- package/src/resources/Resources.d.ts +0 -124
- package/src/resources/index.ts +0 -22
- package/src/theme/currys/color.ts +0 -15
- package/src/theme/currys/spacing.ts +0 -39
- package/src/theme/grid.ts +0 -23
- package/src/theme/index.ts +0 -11
- package/src/theme/palette.ts +0 -156
- package/src/theme/spacers.ts +0 -20
- package/src/types.d.ts +0 -1
- package/src/utils/accessibility.ts +0 -65
- package/src/utils/component.ts +0 -19
- package/src/utils/debounce.ts +0 -26
- package/src/utils/deepContains.ts +0 -24
- package/src/utils/device.ts +0 -3
- package/src/utils/environment.ts +0 -2
- package/src/utils/focus.ts +0 -16
- package/src/utils/language.stories.tsx +0 -168
- package/src/utils/language.tsx +0 -40
- package/src/utils/loremtext.ts +0 -7
- package/src/utils/mobile.ts +0 -55
- package/src/utils/refs.ts +0 -26
- package/src/utils/scroll.ts +0 -7
- package/src/utils/tests/accessibility.test.ts +0 -117
- package/src/utils/tests/deepContains.test.ts +0 -54
- package/src/utils/tests/language.test.tsx +0 -42
- package/src/utils/tests/setup-test.ts +0 -8
- package/src/utils/tests/uuid.test.ts +0 -11
- package/src/utils/tests/viewport.test.ts +0 -78
- package/src/utils/uuid.ts +0 -14
- package/src/utils/viewport.ts +0 -10
- package/tsconfig.json +0 -9
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -77
- package/vitest.config.ts +0 -23
- /package/{src → lib}/components/AnchorLink/styles.module.scss +0 -0
- /package/{src → lib}/components/AnchorLink/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ArticleTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/ArticleTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/AsChildSlot/styles.module.scss +0 -0
- /package/{src → lib}/components/AsChildSlot/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Avatar/styles.module.scss +0 -0
- /package/{src → lib}/components/Avatar/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Badge/styles.module.scss +0 -0
- /package/{src → lib}/components/Badge/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Button/styles.module.scss +0 -0
- /package/{src → lib}/components/Button/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Checkbox/styles.module.scss +0 -0
- /package/{src → lib}/components/Checkbox/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Chip/styles.module.scss +0 -0
- /package/{src → lib}/components/Chip/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Close/styles.module.scss +0 -0
- /package/{src → lib}/components/Close/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/DictionaryTrigger/styles.module.scss +0 -0
- /package/{src → lib}/components/DictionaryTrigger/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Drawer/styles.module.scss +0 -0
- /package/{src → lib}/components/Drawer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss +0 -0
- /package/{src → lib}/components/Dropdown/SingleSelect/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Dropdown/styles.module.scss +0 -0
- /package/{src → lib}/components/Dropdown/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/DropdownOld/styles.module.scss +0 -0
- /package/{src → lib}/components/DropdownOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Duolist/styles.module.scss +0 -0
- /package/{src → lib}/components/Duolist/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss +0 -0
- /package/{src → lib}/components/ElementHeader/StatusDotList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ElementHeader/styles.module.scss +0 -0
- /package/{src → lib}/components/ElementHeader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/EmptyState/styles.module.scss +0 -0
- /package/{src → lib}/components/EmptyState/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ErrorWrapper/styles.module.scss +0 -0
- /package/{src → lib}/components/ErrorWrapper/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Expander/styles.module.scss +0 -0
- /package/{src → lib}/components/Expander/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/expander.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss +0 -0
- /package/{src → lib}/components/ExpanderHierarchy/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ExpanderList/styles.module.scss +0 -0
- /package/{src → lib}/components/ExpanderList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/EyebrowHeader/styles.module.scss +0 -0
- /package/{src → lib}/components/EyebrowHeader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FavoriteButton/stories.module.scss +0 -0
- /package/{src → lib}/components/FavoriteButton/stories.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FavoriteButton/styles.module.scss +0 -0
- /package/{src → lib}/components/FavoriteButton/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormFieldTag/styles.module.scss +0 -0
- /package/{src → lib}/components/FormFieldTag/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormGroup/formGroup.module.scss +0 -0
- /package/{src → lib}/components/FormGroup/formGroup.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormGroup/styles.module.scss +0 -0
- /package/{src → lib}/components/FormGroup/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/FormLayout/styles.module.scss +0 -0
- /package/{src → lib}/components/FormLayout/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpBubble/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpBubble/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpDetails/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpDetails/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpDrawer/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpDrawer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpExpanderStandalone/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerIcon/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerInline/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerInline/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss +0 -0
- /package/{src → lib}/components/HelpTriggerStandalone/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HighlightPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/HighlightPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Highlighter/styles.module.scss +0 -0
- /package/{src → lib}/components/Highlighter/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/HorizontalScroll/styles.module.scss +0 -0
- /package/{src → lib}/components/HorizontalScroll/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/InfoTeaser/styles.module.scss +0 -0
- /package/{src → lib}/components/InfoTeaser/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Input/styles.module.scss +0 -0
- /package/{src → lib}/components/Input/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Label/styles.module.scss +0 -0
- /package/{src → lib}/components/Label/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/LinkList/styles.module.scss +0 -0
- /package/{src → lib}/components/LinkList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/List/stories.module.scss +0 -0
- /package/{src → lib}/components/List/stories.module.scss.d.ts +0 -0
- /package/{src → lib}/components/List/styles.module.scss +0 -0
- /package/{src → lib}/components/List/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ListEditMode/styles.module.scss +0 -0
- /package/{src → lib}/components/ListEditMode/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Loader/styles.module.scss +0 -0
- /package/{src → lib}/components/Loader/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/MaxCharacters/styles.module.scss +0 -0
- /package/{src → lib}/components/MaxCharacters/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Mittens/styles.module.scss +0 -0
- /package/{src → lib}/components/Mittens/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Modal/styles.module.scss +0 -0
- /package/{src → lib}/components/Modal/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/NotificationPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/NotificationPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss +0 -0
- /package/{src → lib}/components/Panel/PanelTitle/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Panel/styles.module.scss +0 -0
- /package/{src → lib}/components/Panel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelList/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelListOld/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelListOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PanelOld/styles.module.scss +0 -0
- /package/{src → lib}/components/PanelOld/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopMenu/story.module.scss +0 -0
- /package/{src → lib}/components/PopMenu/story.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopMenu/styles.module.scss +0 -0
- /package/{src → lib}/components/PopMenu/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PopOver/styles.module.scss +0 -0
- /package/{src → lib}/components/PopOver/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Progressbar/styles.module.scss +0 -0
- /package/{src → lib}/components/Progressbar/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/PromoPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/PromoPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/RadioButton/styles.module.scss +0 -0
- /package/{src → lib}/components/RadioButton/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Select/styles.module.scss +0 -0
- /package/{src → lib}/components/Select/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/ServiceMessage/styles.module.scss +0 -0
- /package/{src → lib}/components/ServiceMessage/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/SharingStatus/styles.module.scss +0 -0
- /package/{src → lib}/components/SharingStatus/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Slider/styles.module.scss +0 -0
- /package/{src → lib}/components/Slider/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Spacer/styles.module.scss +0 -0
- /package/{src → lib}/components/Spacer/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StatusDot/styles.module.scss +0 -0
- /package/{src → lib}/components/StatusDot/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Step/styles.module.scss +0 -0
- /package/{src → lib}/components/Step/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StepButtons/styles.module.scss +0 -0
- /package/{src → lib}/components/StepButtons/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Stepper/styles.module.scss +0 -0
- /package/{src → lib}/components/Stepper/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/StickyNote/styles.module.scss +0 -0
- /package/{src → lib}/components/StickyNote/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Table/styles.module.scss +0 -0
- /package/{src → lib}/components/Table/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/TabList/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/TabList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/TabPanel/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tabs/styles.module.scss +0 -0
- /package/{src → lib}/components/Tabs/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tag/styles.module.scss +0 -0
- /package/{src → lib}/components/Tag/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/TagList/styles.module.scss +0 -0
- /package/{src → lib}/components/TagList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Textarea/styles.module.scss +0 -0
- /package/{src → lib}/components/Textarea/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Tile/styles.module.scss +0 -0
- /package/{src → lib}/components/Tile/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Title/styles.module.scss +0 -0
- /package/{src → lib}/components/Title/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Toast/styles.module.scss +0 -0
- /package/{src → lib}/components/ToastList/styles.module.scss +0 -0
- /package/{src → lib}/components/ToastList/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Toggle/styles.module.scss +0 -0
- /package/{src → lib}/components/Toggle/styles.module.scss.d.ts +0 -0
- /package/{src → lib}/components/Validation/styles.module.scss +0 -0
- /package/{src → lib}/components/Validation/styles.module.scss.d.ts +0 -0
- /package/{src/scss/supernova/styles/colors.css → lib/designsystem-react.css} +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-200-extralight.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-300-light.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-400-regular.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-600-semibold.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-700-bold.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black-italic.woff2 +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black.woff +0 -0
- /package/{src → lib}/fonts/source-sans-pro-900-black.woff2 +0 -0
- /package/{src/index.ts → lib/index.d.ts} +0 -0
- /package/{src → lib}/scss/_body.scss +0 -0
- /package/{src → lib}/scss/_breakpoints.scss +0 -0
- /package/{src → lib}/scss/_figma-tokens.scss +0 -0
- /package/{src → lib}/scss/_font-mixins.scss +0 -0
- /package/{src → lib}/scss/_font-settings.scss +0 -0
- /package/{src → lib}/scss/_fonts.scss +0 -0
- /package/{src → lib}/scss/_grid.scss +0 -0
- /package/{src → lib}/scss/_icon.scss +0 -0
- /package/{src → lib}/scss/_input.scss +0 -0
- /package/{src → lib}/scss/_palette.scss +0 -0
- /package/{src → lib}/scss/_print.scss +0 -0
- /package/{src → lib}/scss/_reset.scss +0 -0
- /package/{src → lib}/scss/_screen-reader.scss +0 -0
- /package/{src → lib}/scss/_spacers.scss +0 -0
- /package/{src → lib}/scss/bootstrap/LICENSE +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_functions.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/_variables.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/bootstrap-grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_breakpoints.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_deprecate.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_grid-framework.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/mixins/_grid.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_display.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_flex.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/utilities/_spacing.scss +0 -0
- /package/{src → lib}/scss/bootstrap/scss/vendor/_rfs.scss +0 -0
- /package/{src → lib}/scss/helsenorge.scss +0 -0
- /package/{src → lib}/scss/layout.module.scss +0 -0
- /package/{src → lib}/scss/layout.module.scss.d.ts +0 -0
- /package/{src → lib}/scss/supernova/index.css +0 -0
- /package/{src → lib}/scss/supernova/styles/spacers.css +0 -0
- /package/{src → lib}/scss/supernova/styles/typography.css +0 -0
- /package/{src → lib}/scss/typography.module.scss +0 -0
- /package/{src → lib}/scss/typography.module.scss.d.ts +0 -0
- /package/{src → lib}/scss/typography.stories.tsx +0 -0
- /package/{src/theme/currys/index.ts → lib/theme/currys/index.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/motion/dist/es/framer-motion/dist/es/context/LazyContext.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/load-features.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/valid-prop.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/filter-props.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/components/create-proxy.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/utils.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/context/MotionContext/create.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/symbol.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/utils/is-ref-object.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-motion-ref.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/frameloop/microtask.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-visual-element.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/svg/lowercase-elements.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/value/utils/resolve-motion-value.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/utils/use-visual-state.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/html/utils/create-render-state.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/svg/utils/create-render-state.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/svg/config-motion.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/html/config-motion.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/html/use-props.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/svg/use-props.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/dom/use-render.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/components/create-factory.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/utils/shallow-compare.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/visual-element-variant.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/animation/interfaces/visual-element.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/utils/get-variant-context.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/utils/animation-state.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/Feature.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animation/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animation/exit.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/animations.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/drag/state/is-active.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/drag/state/set-active.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/events/add-dom-event.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/events/event-info.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/events/add-pointer-event.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/utils/distance.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/pan/PanSession.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/delta-calc.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/utils/constraints.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/utils/each-axis.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/utils/get-context-window.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/drag/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/pan/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/node/state.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/scale-border-radius.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/scale-box-shadow.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/layout/MeasureLayout.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/utils/compare-by-depth.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/utils/flat-tree.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/utils/delay.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/animation/mix-values.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/copy.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/delta-remove.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/geometry/utils.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/shared/stack.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/styles/transform.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/node/create-projection-node.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/node/DocumentProjectionNode.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/projection/node/HTMLProjectionNode.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/drag.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/setup.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/hover.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/hover.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/focus.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/utils/is-node-or-child.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/state.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/utils/keyboard.mjs","../../../../../node_modules/motion/dist/es/motion-dom/dist/es/gestures/press/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/gestures/press.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/viewport/observers.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/viewport/index.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/gestures.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/motion/features/layout.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/dom/create-visual-element.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/components/motion/create.mjs","../../../../../node_modules/motion/dist/es/framer-motion/dist/es/render/components/motion/proxy.mjs","../../../src/components/ToastList/ToastList.tsx"],"sourcesContent":["\"use client\";\nimport { createContext } from 'react';\n\nconst LazyContext = createContext({ strict: false });\n\nexport { LazyContext };\n","import { featureDefinitions } from './definitions.mjs';\n\nfunction loadFeatures(features) {\n for (const key in features) {\n featureDefinitions[key] = {\n ...featureDefinitions[key],\n ...features[key],\n };\n }\n}\n\nexport { loadFeatures };\n","/**\n * A list of all valid MotionProps.\n *\n * @privateRemarks\n * This doesn't throw if a `MotionProp` name is missing - it should.\n */\nconst validMotionProps = new Set([\n \"animate\",\n \"exit\",\n \"variants\",\n \"initial\",\n \"style\",\n \"values\",\n \"variants\",\n \"transition\",\n \"transformTemplate\",\n \"custom\",\n \"inherit\",\n \"onBeforeLayoutMeasure\",\n \"onAnimationStart\",\n \"onAnimationComplete\",\n \"onUpdate\",\n \"onDragStart\",\n \"onDrag\",\n \"onDragEnd\",\n \"onMeasureDragConstraints\",\n \"onDirectionLock\",\n \"onDragTransitionEnd\",\n \"_dragX\",\n \"_dragY\",\n \"onHoverStart\",\n \"onHoverEnd\",\n \"onViewportEnter\",\n \"onViewportLeave\",\n \"globalTapTarget\",\n \"ignoreStrict\",\n \"viewport\",\n]);\n/**\n * Check whether a prop name is a valid `MotionProp` key.\n *\n * @param key - Name of the property to check\n * @returns `true` is key is a valid `MotionProp`.\n *\n * @public\n */\nfunction isValidMotionProp(key) {\n return (key.startsWith(\"while\") ||\n (key.startsWith(\"drag\") && key !== \"draggable\") ||\n key.startsWith(\"layout\") ||\n key.startsWith(\"onTap\") ||\n key.startsWith(\"onPan\") ||\n key.startsWith(\"onLayout\") ||\n validMotionProps.has(key));\n}\n\nexport { isValidMotionProp };\n","import { isValidMotionProp } from '../../../motion/utils/valid-prop.mjs';\n\nlet shouldForward = (key) => !isValidMotionProp(key);\nfunction loadExternalIsValidProp(isValidProp) {\n if (!isValidProp)\n return;\n // Explicitly filter our events\n shouldForward = (key) => key.startsWith(\"on\") ? !isValidMotionProp(key) : isValidProp(key);\n}\n/**\n * Emotion and Styled Components both allow users to pass through arbitrary props to their components\n * to dynamically generate CSS. They both use the `@emotion/is-prop-valid` package to determine which\n * of these should be passed to the underlying DOM node.\n *\n * However, when styling a Motion component `styled(motion.div)`, both packages pass through *all* props\n * as it's seen as an arbitrary component rather than a DOM node. Motion only allows arbitrary props\n * passed through the `custom` prop so it doesn't *need* the payload or computational overhead of\n * `@emotion/is-prop-valid`, however to fix this problem we need to use it.\n *\n * By making it an optionalDependency we can offer this functionality only in the situations where it's\n * actually required.\n */\ntry {\n /**\n * We attempt to import this package but require won't be defined in esm environments, in that case\n * isPropValid will have to be provided via `MotionContext`. In a 6.0.0 this should probably be removed\n * in favour of explicit injection.\n */\n loadExternalIsValidProp(require(\"@emotion/is-prop-valid\").default);\n}\ncatch (_a) {\n // We don't need to actually do anything here - the fallback is the existing `isPropValid`.\n}\nfunction filterProps(props, isDom, forwardMotionProps) {\n const filteredProps = {};\n for (const key in props) {\n /**\n * values is considered a valid prop by Emotion, so if it's present\n * this will be rendered out to the DOM unless explicitly filtered.\n *\n * We check the type as it could be used with the `feColorMatrix`\n * element, which we support.\n */\n if (key === \"values\" && typeof props.values === \"object\")\n continue;\n if (shouldForward(key) ||\n (forwardMotionProps === true && isValidMotionProp(key)) ||\n (!isDom && !isValidMotionProp(key)) ||\n // If trying to use native HTML drag events, forward drag listeners\n (props[\"draggable\"] &&\n key.startsWith(\"onDrag\"))) {\n filteredProps[key] =\n props[key];\n }\n }\n return filteredProps;\n}\n\nexport { filterProps, loadExternalIsValidProp };\n","import { warnOnce } from '../../utils/warn-once.mjs';\n\nfunction createDOMMotionComponentProxy(componentFactory) {\n if (typeof Proxy === \"undefined\") {\n return componentFactory;\n }\n /**\n * A cache of generated `motion` components, e.g `motion.div`, `motion.input` etc.\n * Rather than generating them anew every render.\n */\n const componentCache = new Map();\n const deprecatedFactoryFunction = (...args) => {\n if (process.env.NODE_ENV !== \"production\") {\n warnOnce(false, \"motion() is deprecated. Use motion.create() instead.\");\n }\n return componentFactory(...args);\n };\n return new Proxy(deprecatedFactoryFunction, {\n /**\n * Called when `motion` is referenced with a prop: `motion.div`, `motion.input` etc.\n * The prop name is passed through as `key` and we can use that to generate a `motion`\n * DOM component with that name.\n */\n get: (_target, key) => {\n if (key === \"create\")\n return componentFactory;\n /**\n * If this element doesn't exist in the component cache, create it and cache.\n */\n if (!componentCache.has(key)) {\n componentCache.set(key, componentFactory(key));\n }\n return componentCache.get(key);\n },\n });\n}\n\nexport { createDOMMotionComponentProxy };\n","\"use client\";\nimport { createContext } from 'react';\n\nconst MotionContext = createContext({});\n\nexport { MotionContext };\n","import { isVariantLabel } from '../../render/utils/is-variant-label.mjs';\nimport { isControllingVariants } from '../../render/utils/is-controlling-variants.mjs';\n\nfunction getCurrentTreeVariants(props, context) {\n if (isControllingVariants(props)) {\n const { initial, animate } = props;\n return {\n initial: initial === false || isVariantLabel(initial)\n ? initial\n : undefined,\n animate: isVariantLabel(animate) ? animate : undefined,\n };\n }\n return props.inherit !== false ? context : {};\n}\n\nexport { getCurrentTreeVariants };\n","import { useContext, useMemo } from 'react';\nimport { MotionContext } from './index.mjs';\nimport { getCurrentTreeVariants } from './utils.mjs';\n\nfunction useCreateMotionContext(props) {\n const { initial, animate } = getCurrentTreeVariants(props, useContext(MotionContext));\n return useMemo(() => ({ initial, animate }), [variantLabelsAsDependency(initial), variantLabelsAsDependency(animate)]);\n}\nfunction variantLabelsAsDependency(prop) {\n return Array.isArray(prop) ? prop.join(\" \") : prop;\n}\n\nexport { useCreateMotionContext };\n","const motionComponentSymbol = Symbol.for(\"motionComponentSymbol\");\n\nexport { motionComponentSymbol };\n","function isRefObject(ref) {\n return (ref &&\n typeof ref === \"object\" &&\n Object.prototype.hasOwnProperty.call(ref, \"current\"));\n}\n\nexport { isRefObject };\n","import { useCallback } from 'react';\nimport { isRefObject } from '../../utils/is-ref-object.mjs';\n\n/**\n * Creates a ref function that, when called, hydrates the provided\n * external ref and VisualElement.\n */\nfunction useMotionRef(visualState, visualElement, externalRef) {\n return useCallback((instance) => {\n if (instance) {\n visualState.onMount && visualState.onMount(instance);\n }\n if (visualElement) {\n if (instance) {\n visualElement.mount(instance);\n }\n else {\n visualElement.unmount();\n }\n }\n if (externalRef) {\n if (typeof externalRef === \"function\") {\n externalRef(instance);\n }\n else if (isRefObject(externalRef)) {\n externalRef.current = instance;\n }\n }\n }, \n /**\n * Only pass a new ref callback to React if we've received a visual element\n * factory. Otherwise we'll be mounting/remounting every time externalRef\n * or other dependencies change.\n */\n [visualElement]);\n}\n\nexport { useMotionRef };\n","import { createRenderBatcher } from './batcher.mjs';\n\nconst { schedule: microtask, cancel: cancelMicrotask } = createRenderBatcher(queueMicrotask, false);\n\nexport { cancelMicrotask, microtask };\n","\"use client\";\nimport { createContext } from 'react';\n\n/**\n * Internal, exported only for usage in Framer\n */\nconst SwitchLayoutGroupContext = createContext({});\n\nexport { SwitchLayoutGroupContext };\n","import { useContext, useRef, useInsertionEffect, useEffect } from 'react';\nimport { PresenceContext } from '../../context/PresenceContext.mjs';\nimport { MotionContext } from '../../context/MotionContext/index.mjs';\nimport { useIsomorphicLayoutEffect } from '../../utils/use-isomorphic-effect.mjs';\nimport { LazyContext } from '../../context/LazyContext.mjs';\nimport { MotionConfigContext } from '../../context/MotionConfigContext.mjs';\nimport { optimizedAppearDataAttribute } from '../../animation/optimized-appear/data-id.mjs';\nimport { microtask } from '../../frameloop/microtask.mjs';\nimport { isRefObject } from '../../utils/is-ref-object.mjs';\nimport { SwitchLayoutGroupContext } from '../../context/SwitchLayoutGroupContext.mjs';\n\nfunction useVisualElement(Component, visualState, props, createVisualElement, ProjectionNodeConstructor) {\n var _a, _b;\n const { visualElement: parent } = useContext(MotionContext);\n const lazyContext = useContext(LazyContext);\n const presenceContext = useContext(PresenceContext);\n const reducedMotionConfig = useContext(MotionConfigContext).reducedMotion;\n const visualElementRef = useRef(null);\n /**\n * If we haven't preloaded a renderer, check to see if we have one lazy-loaded\n */\n createVisualElement = createVisualElement || lazyContext.renderer;\n if (!visualElementRef.current && createVisualElement) {\n visualElementRef.current = createVisualElement(Component, {\n visualState,\n parent,\n props,\n presenceContext,\n blockInitialAnimation: presenceContext\n ? presenceContext.initial === false\n : false,\n reducedMotionConfig,\n });\n }\n const visualElement = visualElementRef.current;\n /**\n * Load Motion gesture and animation features. These are rendered as renderless\n * components so each feature can optionally make use of React lifecycle methods.\n */\n const initialLayoutGroupConfig = useContext(SwitchLayoutGroupContext);\n if (visualElement &&\n !visualElement.projection &&\n ProjectionNodeConstructor &&\n (visualElement.type === \"html\" || visualElement.type === \"svg\")) {\n createProjectionNode(visualElementRef.current, props, ProjectionNodeConstructor, initialLayoutGroupConfig);\n }\n const isMounted = useRef(false);\n useInsertionEffect(() => {\n /**\n * Check the component has already mounted before calling\n * `update` unnecessarily. This ensures we skip the initial update.\n */\n if (visualElement && isMounted.current) {\n visualElement.update(props, presenceContext);\n }\n });\n /**\n * Cache this value as we want to know whether HandoffAppearAnimations\n * was present on initial render - it will be deleted after this.\n */\n const optimisedAppearId = props[optimizedAppearDataAttribute];\n const wantsHandoff = useRef(Boolean(optimisedAppearId) &&\n !((_a = window.MotionHandoffIsComplete) === null || _a === void 0 ? void 0 : _a.call(window, optimisedAppearId)) &&\n ((_b = window.MotionHasOptimisedAnimation) === null || _b === void 0 ? void 0 : _b.call(window, optimisedAppearId)));\n useIsomorphicLayoutEffect(() => {\n if (!visualElement)\n return;\n isMounted.current = true;\n window.MotionIsMounted = true;\n visualElement.updateFeatures();\n microtask.render(visualElement.render);\n /**\n * Ideally this function would always run in a useEffect.\n *\n * However, if we have optimised appear animations to handoff from,\n * it needs to happen synchronously to ensure there's no flash of\n * incorrect styles in the event of a hydration error.\n *\n * So if we detect a situtation where optimised appear animations\n * are running, we use useLayoutEffect to trigger animations.\n */\n if (wantsHandoff.current && visualElement.animationState) {\n visualElement.animationState.animateChanges();\n }\n });\n useEffect(() => {\n if (!visualElement)\n return;\n if (!wantsHandoff.current && visualElement.animationState) {\n visualElement.animationState.animateChanges();\n }\n if (wantsHandoff.current) {\n // This ensures all future calls to animateChanges() in this component will run in useEffect\n queueMicrotask(() => {\n var _a;\n (_a = window.MotionHandoffMarkAsComplete) === null || _a === void 0 ? void 0 : _a.call(window, optimisedAppearId);\n });\n wantsHandoff.current = false;\n }\n });\n return visualElement;\n}\nfunction createProjectionNode(visualElement, props, ProjectionNodeConstructor, initialPromotionConfig) {\n const { layoutId, layout, drag, dragConstraints, layoutScroll, layoutRoot, } = props;\n visualElement.projection = new ProjectionNodeConstructor(visualElement.latestValues, props[\"data-framer-portal-id\"]\n ? undefined\n : getClosestProjectingNode(visualElement.parent));\n visualElement.projection.setOptions({\n layoutId,\n layout,\n alwaysMeasureLayout: Boolean(drag) || (dragConstraints && isRefObject(dragConstraints)),\n visualElement,\n /**\n * TODO: Update options in an effect. This could be tricky as it'll be too late\n * to update by the time layout animations run.\n * We also need to fix this safeToRemove by linking it up to the one returned by usePresence,\n * ensuring it gets called if there's no potential layout animations.\n *\n */\n animationType: typeof layout === \"string\" ? layout : \"both\",\n initialPromotionConfig,\n layoutScroll,\n layoutRoot,\n });\n}\nfunction getClosestProjectingNode(visualElement) {\n if (!visualElement)\n return undefined;\n return visualElement.options.allowProjection !== false\n ? visualElement.projection\n : getClosestProjectingNode(visualElement.parent);\n}\n\nexport { useVisualElement };\n","\"use client\";\nimport { jsxs, jsx } from 'react/jsx-runtime';\nimport { warning, invariant } from '../../../../motion-utils/dist/es/errors.mjs';\nimport { forwardRef, useContext } from 'react';\nimport { LayoutGroupContext } from '../context/LayoutGroupContext.mjs';\nimport { LazyContext } from '../context/LazyContext.mjs';\nimport { MotionConfigContext } from '../context/MotionConfigContext.mjs';\nimport { MotionContext } from '../context/MotionContext/index.mjs';\nimport { useCreateMotionContext } from '../context/MotionContext/create.mjs';\nimport { isBrowser } from '../utils/is-browser.mjs';\nimport { featureDefinitions } from './features/definitions.mjs';\nimport { loadFeatures } from './features/load-features.mjs';\nimport { motionComponentSymbol } from './utils/symbol.mjs';\nimport { useMotionRef } from './utils/use-motion-ref.mjs';\nimport { useVisualElement } from './utils/use-visual-element.mjs';\n\n/**\n * Create a `motion` component.\n *\n * This function accepts a Component argument, which can be either a string (ie \"div\"\n * for `motion.div`), or an actual React component.\n *\n * Alongside this is a config option which provides a way of rendering the provided\n * component \"offline\", or outside the React render cycle.\n */\nfunction createRendererMotionComponent({ preloadedFeatures, createVisualElement, useRender, useVisualState, Component, }) {\n var _a, _b;\n preloadedFeatures && loadFeatures(preloadedFeatures);\n function MotionComponent(props, externalRef) {\n /**\n * If we need to measure the element we load this functionality in a\n * separate class component in order to gain access to getSnapshotBeforeUpdate.\n */\n let MeasureLayout;\n const configAndProps = {\n ...useContext(MotionConfigContext),\n ...props,\n layoutId: useLayoutId(props),\n };\n const { isStatic } = configAndProps;\n const context = useCreateMotionContext(props);\n const visualState = useVisualState(props, isStatic);\n if (!isStatic && isBrowser) {\n useStrictMode(configAndProps, preloadedFeatures);\n const layoutProjection = getProjectionFunctionality(configAndProps);\n MeasureLayout = layoutProjection.MeasureLayout;\n /**\n * Create a VisualElement for this component. A VisualElement provides a common\n * interface to renderer-specific APIs (ie DOM/Three.js etc) as well as\n * providing a way of rendering to these APIs outside of the React render loop\n * for more performant animations and interactions\n */\n context.visualElement = useVisualElement(Component, visualState, configAndProps, createVisualElement, layoutProjection.ProjectionNode);\n }\n /**\n * The mount order and hierarchy is specific to ensure our element ref\n * is hydrated by the time features fire their effects.\n */\n return (jsxs(MotionContext.Provider, { value: context, children: [MeasureLayout && context.visualElement ? (jsx(MeasureLayout, { visualElement: context.visualElement, ...configAndProps })) : null, useRender(Component, props, useMotionRef(visualState, context.visualElement, externalRef), visualState, isStatic, context.visualElement)] }));\n }\n MotionComponent.displayName = `motion.${typeof Component === \"string\"\n ? Component\n : `create(${(_b = (_a = Component.displayName) !== null && _a !== void 0 ? _a : Component.name) !== null && _b !== void 0 ? _b : \"\"})`}`;\n const ForwardRefMotionComponent = forwardRef(MotionComponent);\n ForwardRefMotionComponent[motionComponentSymbol] = Component;\n return ForwardRefMotionComponent;\n}\nfunction useLayoutId({ layoutId }) {\n const layoutGroupId = useContext(LayoutGroupContext).id;\n return layoutGroupId && layoutId !== undefined\n ? layoutGroupId + \"-\" + layoutId\n : layoutId;\n}\nfunction useStrictMode(configAndProps, preloadedFeatures) {\n const isStrict = useContext(LazyContext).strict;\n /**\n * If we're in development mode, check to make sure we're not rendering a motion component\n * as a child of LazyMotion, as this will break the file-size benefits of using it.\n */\n if (process.env.NODE_ENV !== \"production\" &&\n preloadedFeatures &&\n isStrict) {\n const strictMessage = \"You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.\";\n configAndProps.ignoreStrict\n ? warning(false, strictMessage)\n : invariant(false, strictMessage);\n }\n}\nfunction getProjectionFunctionality(props) {\n const { drag, layout } = featureDefinitions;\n if (!drag && !layout)\n return {};\n const combined = { ...drag, ...layout };\n return {\n MeasureLayout: (drag === null || drag === void 0 ? void 0 : drag.isEnabled(props)) || (layout === null || layout === void 0 ? void 0 : layout.isEnabled(props))\n ? combined.MeasureLayout\n : undefined,\n ProjectionNode: combined.ProjectionNode,\n };\n}\n\nexport { createRendererMotionComponent };\n","/**\n * We keep these listed separately as we use the lowercase tag names as part\n * of the runtime bundle to detect SVG components\n */\nconst lowercaseSVGElements = [\n \"animate\",\n \"circle\",\n \"defs\",\n \"desc\",\n \"ellipse\",\n \"g\",\n \"image\",\n \"line\",\n \"filter\",\n \"marker\",\n \"mask\",\n \"metadata\",\n \"path\",\n \"pattern\",\n \"polygon\",\n \"polyline\",\n \"rect\",\n \"stop\",\n \"switch\",\n \"symbol\",\n \"svg\",\n \"text\",\n \"tspan\",\n \"use\",\n \"view\",\n];\n\nexport { lowercaseSVGElements };\n","import { lowercaseSVGElements } from '../../svg/lowercase-elements.mjs';\n\nfunction isSVGComponent(Component) {\n if (\n /**\n * If it's not a string, it's a custom React component. Currently we only support\n * HTML custom React components.\n */\n typeof Component !== \"string\" ||\n /**\n * If it contains a dash, the element is a custom HTML webcomponent.\n */\n Component.includes(\"-\")) {\n return false;\n }\n else if (\n /**\n * If it's in our list of lowercase SVG tags, it's an SVG component\n */\n lowercaseSVGElements.indexOf(Component) > -1 ||\n /**\n * If it contains a capital letter, it's an SVG component\n */\n /[A-Z]/u.test(Component)) {\n return true;\n }\n return false;\n}\n\nexport { isSVGComponent };\n","import { isCustomValue } from '../../utils/resolve-value.mjs';\nimport { isMotionValue } from './is-motion-value.mjs';\n\n/**\n * If the provided value is a MotionValue, this returns the actual value, otherwise just the value itself\n *\n * TODO: Remove and move to library\n */\nfunction resolveMotionValue(value) {\n const unwrappedValue = isMotionValue(value) ? value.get() : value;\n return isCustomValue(unwrappedValue)\n ? unwrappedValue.toValue()\n : unwrappedValue;\n}\n\nexport { resolveMotionValue };\n","import { useContext } from 'react';\nimport { isAnimationControls } from '../../animation/utils/is-animation-controls.mjs';\nimport { MotionContext } from '../../context/MotionContext/index.mjs';\nimport { PresenceContext } from '../../context/PresenceContext.mjs';\nimport { isControllingVariants, isVariantNode } from '../../render/utils/is-controlling-variants.mjs';\nimport { resolveVariantFromProps } from '../../render/utils/resolve-variants.mjs';\nimport { useConstant } from '../../utils/use-constant.mjs';\nimport { resolveMotionValue } from '../../value/utils/resolve-motion-value.mjs';\n\nfunction makeState({ scrapeMotionValuesFromProps, createRenderState, onUpdate, }, props, context, presenceContext) {\n const state = {\n latestValues: makeLatestValues(props, context, presenceContext, scrapeMotionValuesFromProps),\n renderState: createRenderState(),\n };\n if (onUpdate) {\n /**\n * onMount works without the VisualElement because it could be\n * called before the VisualElement payload has been hydrated.\n * (e.g. if someone is using m components <m.circle />)\n */\n state.onMount = (instance) => onUpdate({ props, current: instance, ...state });\n state.onUpdate = (visualElement) => onUpdate(visualElement);\n }\n return state;\n}\nconst makeUseVisualState = (config) => (props, isStatic) => {\n const context = useContext(MotionContext);\n const presenceContext = useContext(PresenceContext);\n const make = () => makeState(config, props, context, presenceContext);\n return isStatic ? make() : useConstant(make);\n};\nfunction makeLatestValues(props, context, presenceContext, scrapeMotionValues) {\n const values = {};\n const motionValues = scrapeMotionValues(props, {});\n for (const key in motionValues) {\n values[key] = resolveMotionValue(motionValues[key]);\n }\n let { initial, animate } = props;\n const isControllingVariants$1 = isControllingVariants(props);\n const isVariantNode$1 = isVariantNode(props);\n if (context &&\n isVariantNode$1 &&\n !isControllingVariants$1 &&\n props.inherit !== false) {\n if (initial === undefined)\n initial = context.initial;\n if (animate === undefined)\n animate = context.animate;\n }\n let isInitialAnimationBlocked = presenceContext\n ? presenceContext.initial === false\n : false;\n isInitialAnimationBlocked = isInitialAnimationBlocked || initial === false;\n const variantToSet = isInitialAnimationBlocked ? animate : initial;\n if (variantToSet &&\n typeof variantToSet !== \"boolean\" &&\n !isAnimationControls(variantToSet)) {\n const list = Array.isArray(variantToSet) ? variantToSet : [variantToSet];\n for (let i = 0; i < list.length; i++) {\n const resolved = resolveVariantFromProps(props, list[i]);\n if (resolved) {\n const { transitionEnd, transition, ...target } = resolved;\n for (const key in target) {\n let valueTarget = target[key];\n if (Array.isArray(valueTarget)) {\n /**\n * Take final keyframe if the initial animation is blocked because\n * we want to initialise at the end of that blocked animation.\n */\n const index = isInitialAnimationBlocked\n ? valueTarget.length - 1\n : 0;\n valueTarget = valueTarget[index];\n }\n if (valueTarget !== null) {\n values[key] = valueTarget;\n }\n }\n for (const key in transitionEnd) {\n values[key] = transitionEnd[key];\n }\n }\n }\n }\n return values;\n}\n\nexport { makeUseVisualState };\n","const createHtmlRenderState = () => ({\n style: {},\n transform: {},\n transformOrigin: {},\n vars: {},\n});\n\nexport { createHtmlRenderState };\n","import { createHtmlRenderState } from '../../html/utils/create-render-state.mjs';\n\nconst createSvgRenderState = () => ({\n ...createHtmlRenderState(),\n attrs: {},\n});\n\nexport { createSvgRenderState };\n","import { frame } from '../../frameloop/frame.mjs';\nimport { makeUseVisualState } from '../../motion/utils/use-visual-state.mjs';\nimport { transformProps } from '../html/utils/keys-transform.mjs';\nimport { buildSVGAttrs } from './utils/build-attrs.mjs';\nimport { createSvgRenderState } from './utils/create-render-state.mjs';\nimport { isSVGTag } from './utils/is-svg-tag.mjs';\nimport { renderSVG } from './utils/render.mjs';\nimport { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.mjs';\n\nfunction updateSVGDimensions(instance, renderState) {\n try {\n renderState.dimensions =\n typeof instance.getBBox === \"function\"\n ? instance.getBBox()\n : instance.getBoundingClientRect();\n }\n catch (e) {\n // Most likely trying to measure an unrendered element under Firefox\n renderState.dimensions = {\n x: 0,\n y: 0,\n width: 0,\n height: 0,\n };\n }\n}\nconst layoutProps = [\"x\", \"y\", \"width\", \"height\", \"cx\", \"cy\", \"r\"];\nconst svgMotionConfig = {\n useVisualState: makeUseVisualState({\n scrapeMotionValuesFromProps: scrapeMotionValuesFromProps,\n createRenderState: createSvgRenderState,\n onUpdate: ({ props, prevProps, current, renderState, latestValues, }) => {\n if (!current)\n return;\n let hasTransform = !!props.drag;\n if (!hasTransform) {\n for (const key in latestValues) {\n if (transformProps.has(key)) {\n hasTransform = true;\n break;\n }\n }\n }\n if (!hasTransform)\n return;\n let needsMeasure = !prevProps;\n if (prevProps) {\n /**\n * Check the layout props for changes, if any are found we need to\n * measure the element again.\n */\n for (let i = 0; i < layoutProps.length; i++) {\n const key = layoutProps[i];\n if (props[key] !==\n prevProps[key]) {\n needsMeasure = true;\n }\n }\n }\n if (!needsMeasure)\n return;\n frame.read(() => {\n updateSVGDimensions(current, renderState);\n frame.render(() => {\n buildSVGAttrs(renderState, latestValues, isSVGTag(current.tagName), props.transformTemplate);\n renderSVG(current, renderState);\n });\n });\n },\n }),\n};\n\nexport { svgMotionConfig };\n","import { makeUseVisualState } from '../../motion/utils/use-visual-state.mjs';\nimport { scrapeMotionValuesFromProps } from './utils/scrape-motion-values.mjs';\nimport { createHtmlRenderState } from './utils/create-render-state.mjs';\n\nconst htmlMotionConfig = {\n useVisualState: makeUseVisualState({\n scrapeMotionValuesFromProps,\n createRenderState: createHtmlRenderState,\n }),\n};\n\nexport { htmlMotionConfig };\n","import { useMemo } from 'react';\nimport { isForcedMotionValue } from '../../motion/utils/is-forced-motion-value.mjs';\nimport { isMotionValue } from '../../value/utils/is-motion-value.mjs';\nimport { buildHTMLStyles } from './utils/build-styles.mjs';\nimport { createHtmlRenderState } from './utils/create-render-state.mjs';\n\nfunction copyRawValuesOnly(target, source, props) {\n for (const key in source) {\n if (!isMotionValue(source[key]) && !isForcedMotionValue(key, props)) {\n target[key] = source[key];\n }\n }\n}\nfunction useInitialMotionValues({ transformTemplate }, visualState) {\n return useMemo(() => {\n const state = createHtmlRenderState();\n buildHTMLStyles(state, visualState, transformTemplate);\n return Object.assign({}, state.vars, state.style);\n }, [visualState]);\n}\nfunction useStyle(props, visualState) {\n const styleProp = props.style || {};\n const style = {};\n /**\n * Copy non-Motion Values straight into style\n */\n copyRawValuesOnly(style, styleProp, props);\n Object.assign(style, useInitialMotionValues(props, visualState));\n return style;\n}\nfunction useHTMLProps(props, visualState) {\n // The `any` isn't ideal but it is the type of createElement props argument\n const htmlProps = {};\n const style = useStyle(props, visualState);\n if (props.drag && props.dragListener !== false) {\n // Disable the ghost element when a user drags\n htmlProps.draggable = false;\n // Disable text selection\n style.userSelect =\n style.WebkitUserSelect =\n style.WebkitTouchCallout =\n \"none\";\n // Disable scrolling on the draggable direction\n style.touchAction =\n props.drag === true\n ? \"none\"\n : `pan-${props.drag === \"x\" ? \"y\" : \"x\"}`;\n }\n if (props.tabIndex === undefined &&\n (props.onTap || props.onTapStart || props.whileTap)) {\n htmlProps.tabIndex = 0;\n }\n htmlProps.style = style;\n return htmlProps;\n}\n\nexport { copyRawValuesOnly, useHTMLProps };\n","import { useMemo } from 'react';\nimport { copyRawValuesOnly } from '../html/use-props.mjs';\nimport { buildSVGAttrs } from './utils/build-attrs.mjs';\nimport { createSvgRenderState } from './utils/create-render-state.mjs';\nimport { isSVGTag } from './utils/is-svg-tag.mjs';\n\nfunction useSVGProps(props, visualState, _isStatic, Component) {\n const visualProps = useMemo(() => {\n const state = createSvgRenderState();\n buildSVGAttrs(state, visualState, isSVGTag(Component), props.transformTemplate);\n return {\n ...state.attrs,\n style: { ...state.style },\n };\n }, [visualState]);\n if (props.style) {\n const rawStyles = {};\n copyRawValuesOnly(rawStyles, props.style, props);\n visualProps.style = { ...rawStyles, ...visualProps.style };\n }\n return visualProps;\n}\n\nexport { useSVGProps };\n","import { Fragment, useMemo, createElement } from 'react';\nimport { useHTMLProps } from '../html/use-props.mjs';\nimport { filterProps } from './utils/filter-props.mjs';\nimport { isSVGComponent } from './utils/is-svg-component.mjs';\nimport { useSVGProps } from '../svg/use-props.mjs';\nimport { isMotionValue } from '../../value/utils/is-motion-value.mjs';\n\nfunction createUseRender(forwardMotionProps = false) {\n const useRender = (Component, props, ref, { latestValues }, isStatic) => {\n const useVisualProps = isSVGComponent(Component)\n ? useSVGProps\n : useHTMLProps;\n const visualProps = useVisualProps(props, latestValues, isStatic, Component);\n const filteredProps = filterProps(props, typeof Component === \"string\", forwardMotionProps);\n const elementProps = Component !== Fragment\n ? { ...filteredProps, ...visualProps, ref }\n : {};\n /**\n * If component has been handed a motion value as its child,\n * memoise its initial value and render that. Subsequent updates\n * will be handled by the onChange handler\n */\n const { children } = props;\n const renderedChildren = useMemo(() => (isMotionValue(children) ? children.get() : children), [children]);\n return createElement(Component, {\n ...elementProps,\n children: renderedChildren,\n });\n };\n return useRender;\n}\n\nexport { createUseRender };\n","import { createRendererMotionComponent } from '../../motion/index.mjs';\nimport { isSVGComponent } from '../dom/utils/is-svg-component.mjs';\nimport { svgMotionConfig } from '../svg/config-motion.mjs';\nimport { htmlMotionConfig } from '../html/config-motion.mjs';\nimport { createUseRender } from '../dom/use-render.mjs';\n\nfunction createMotionComponentFactory(preloadedFeatures, createVisualElement) {\n return function createMotionComponent(Component, { forwardMotionProps } = { forwardMotionProps: false }) {\n const baseConfig = isSVGComponent(Component)\n ? svgMotionConfig\n : htmlMotionConfig;\n const config = {\n ...baseConfig,\n preloadedFeatures,\n useRender: createUseRender(forwardMotionProps),\n createVisualElement,\n Component,\n };\n return createRendererMotionComponent(config);\n };\n}\n\nexport { createMotionComponentFactory };\n","function shallowCompare(next, prev) {\n if (!Array.isArray(prev))\n return false;\n const prevLength = prev.length;\n if (prevLength !== next.length)\n return false;\n for (let i = 0; i < prevLength; i++) {\n if (prev[i] !== next[i])\n return false;\n }\n return true;\n}\n\nexport { shallowCompare };\n","import { resolveVariant } from '../../render/utils/resolve-dynamic-variants.mjs';\nimport { animateTarget } from './visual-element-target.mjs';\n\nfunction animateVariant(visualElement, variant, options = {}) {\n var _a;\n const resolved = resolveVariant(visualElement, variant, options.type === \"exit\"\n ? (_a = visualElement.presenceContext) === null || _a === void 0 ? void 0 : _a.custom\n : undefined);\n let { transition = visualElement.getDefaultTransition() || {} } = resolved || {};\n if (options.transitionOverride) {\n transition = options.transitionOverride;\n }\n /**\n * If we have a variant, create a callback that runs it as an animation.\n * Otherwise, we resolve a Promise immediately for a composable no-op.\n */\n const getAnimation = resolved\n ? () => Promise.all(animateTarget(visualElement, resolved, options))\n : () => Promise.resolve();\n /**\n * If we have children, create a callback that runs all their animations.\n * Otherwise, we resolve a Promise immediately for a composable no-op.\n */\n const getChildAnimations = visualElement.variantChildren && visualElement.variantChildren.size\n ? (forwardDelay = 0) => {\n const { delayChildren = 0, staggerChildren, staggerDirection, } = transition;\n return animateChildren(visualElement, variant, delayChildren + forwardDelay, staggerChildren, staggerDirection, options);\n }\n : () => Promise.resolve();\n /**\n * If the transition explicitly defines a \"when\" option, we need to resolve either\n * this animation or all children animations before playing the other.\n */\n const { when } = transition;\n if (when) {\n const [first, last] = when === \"beforeChildren\"\n ? [getAnimation, getChildAnimations]\n : [getChildAnimations, getAnimation];\n return first().then(() => last());\n }\n else {\n return Promise.all([getAnimation(), getChildAnimations(options.delay)]);\n }\n}\nfunction animateChildren(visualElement, variant, delayChildren = 0, staggerChildren = 0, staggerDirection = 1, options) {\n const animations = [];\n const maxStaggerDuration = (visualElement.variantChildren.size - 1) * staggerChildren;\n const generateStaggerDuration = staggerDirection === 1\n ? (i = 0) => i * staggerChildren\n : (i = 0) => maxStaggerDuration - i * staggerChildren;\n Array.from(visualElement.variantChildren)\n .sort(sortByTreeOrder)\n .forEach((child, i) => {\n child.notify(\"AnimationStart\", variant);\n animations.push(animateVariant(child, variant, {\n ...options,\n delay: delayChildren + generateStaggerDuration(i),\n }).then(() => child.notify(\"AnimationComplete\", variant)));\n });\n return Promise.all(animations);\n}\nfunction sortByTreeOrder(a, b) {\n return a.sortNodePosition(b);\n}\n\nexport { animateVariant, sortByTreeOrder };\n","import { resolveVariant } from '../../render/utils/resolve-dynamic-variants.mjs';\nimport { animateTarget } from './visual-element-target.mjs';\nimport { animateVariant } from './visual-element-variant.mjs';\n\nfunction animateVisualElement(visualElement, definition, options = {}) {\n visualElement.notify(\"AnimationStart\", definition);\n let animation;\n if (Array.isArray(definition)) {\n const animations = definition.map((variant) => animateVariant(visualElement, variant, options));\n animation = Promise.all(animations);\n }\n else if (typeof definition === \"string\") {\n animation = animateVariant(visualElement, definition, options);\n }\n else {\n const resolvedDefinition = typeof definition === \"function\"\n ? resolveVariant(visualElement, definition, options.custom)\n : definition;\n animation = Promise.all(animateTarget(visualElement, resolvedDefinition, options));\n }\n return animation.then(() => {\n visualElement.notify(\"AnimationComplete\", definition);\n });\n}\n\nexport { animateVisualElement };\n","import { isVariantLabel } from './is-variant-label.mjs';\nimport { variantProps } from './variant-props.mjs';\n\nconst numVariantProps = variantProps.length;\nfunction getVariantContext(visualElement) {\n if (!visualElement)\n return undefined;\n if (!visualElement.isControllingVariants) {\n const context = visualElement.parent\n ? getVariantContext(visualElement.parent) || {}\n : {};\n if (visualElement.props.initial !== undefined) {\n context.initial = visualElement.props.initial;\n }\n return context;\n }\n const context = {};\n for (let i = 0; i < numVariantProps; i++) {\n const name = variantProps[i];\n const prop = visualElement.props[name];\n if (isVariantLabel(prop) || prop === false) {\n context[name] = prop;\n }\n }\n return context;\n}\n\nexport { getVariantContext };\n","import { isAnimationControls } from '../../animation/utils/is-animation-controls.mjs';\nimport { isKeyframesTarget } from '../../animation/utils/is-keyframes-target.mjs';\nimport { shallowCompare } from '../../utils/shallow-compare.mjs';\nimport { isVariantLabel } from './is-variant-label.mjs';\nimport { resolveVariant } from './resolve-dynamic-variants.mjs';\nimport { variantPriorityOrder } from './variant-props.mjs';\nimport { animateVisualElement } from '../../animation/interfaces/visual-element.mjs';\nimport { getVariantContext } from './get-variant-context.mjs';\n\nconst reversePriorityOrder = [...variantPriorityOrder].reverse();\nconst numAnimationTypes = variantPriorityOrder.length;\nfunction animateList(visualElement) {\n return (animations) => Promise.all(animations.map(({ animation, options }) => animateVisualElement(visualElement, animation, options)));\n}\nfunction createAnimationState(visualElement) {\n let animate = animateList(visualElement);\n let state = createState();\n let isInitialRender = true;\n /**\n * This function will be used to reduce the animation definitions for\n * each active animation type into an object of resolved values for it.\n */\n const buildResolvedTypeValues = (type) => (acc, definition) => {\n var _a;\n const resolved = resolveVariant(visualElement, definition, type === \"exit\"\n ? (_a = visualElement.presenceContext) === null || _a === void 0 ? void 0 : _a.custom\n : undefined);\n if (resolved) {\n const { transition, transitionEnd, ...target } = resolved;\n acc = { ...acc, ...target, ...transitionEnd };\n }\n return acc;\n };\n /**\n * This just allows us to inject mocked animation functions\n * @internal\n */\n function setAnimateFunction(makeAnimator) {\n animate = makeAnimator(visualElement);\n }\n /**\n * When we receive new props, we need to:\n * 1. Create a list of protected keys for each type. This is a directory of\n * value keys that are currently being \"handled\" by types of a higher priority\n * so that whenever an animation is played of a given type, these values are\n * protected from being animated.\n * 2. Determine if an animation type needs animating.\n * 3. Determine if any values have been removed from a type and figure out\n * what to animate those to.\n */\n function animateChanges(changedActiveType) {\n const { props } = visualElement;\n const context = getVariantContext(visualElement.parent) || {};\n /**\n * A list of animations that we'll build into as we iterate through the animation\n * types. This will get executed at the end of the function.\n */\n const animations = [];\n /**\n * Keep track of which values have been removed. Then, as we hit lower priority\n * animation types, we can check if they contain removed values and animate to that.\n */\n const removedKeys = new Set();\n /**\n * A dictionary of all encountered keys. This is an object to let us build into and\n * copy it without iteration. Each time we hit an animation type we set its protected\n * keys - the keys its not allowed to animate - to the latest version of this object.\n */\n let encounteredKeys = {};\n /**\n * If a variant has been removed at a given index, and this component is controlling\n * variant animations, we want to ensure lower-priority variants are forced to animate.\n */\n let removedVariantIndex = Infinity;\n /**\n * Iterate through all animation types in reverse priority order. For each, we want to\n * detect which values it's handling and whether or not they've changed (and therefore\n * need to be animated). If any values have been removed, we want to detect those in\n * lower priority props and flag for animation.\n */\n for (let i = 0; i < numAnimationTypes; i++) {\n const type = reversePriorityOrder[i];\n const typeState = state[type];\n const prop = props[type] !== undefined\n ? props[type]\n : context[type];\n const propIsVariant = isVariantLabel(prop);\n /**\n * If this type has *just* changed isActive status, set activeDelta\n * to that status. Otherwise set to null.\n */\n const activeDelta = type === changedActiveType ? typeState.isActive : null;\n if (activeDelta === false)\n removedVariantIndex = i;\n /**\n * If this prop is an inherited variant, rather than been set directly on the\n * component itself, we want to make sure we allow the parent to trigger animations.\n *\n * TODO: Can probably change this to a !isControllingVariants check\n */\n let isInherited = prop === context[type] &&\n prop !== props[type] &&\n propIsVariant;\n /**\n *\n */\n if (isInherited &&\n isInitialRender &&\n visualElement.manuallyAnimateOnMount) {\n isInherited = false;\n }\n /**\n * Set all encountered keys so far as the protected keys for this type. This will\n * be any key that has been animated or otherwise handled by active, higher-priortiy types.\n */\n typeState.protectedKeys = { ...encounteredKeys };\n // Check if we can skip analysing this prop early\n if (\n // If it isn't active and hasn't *just* been set as inactive\n (!typeState.isActive && activeDelta === null) ||\n // If we didn't and don't have any defined prop for this animation type\n (!prop && !typeState.prevProp) ||\n // Or if the prop doesn't define an animation\n isAnimationControls(prop) ||\n typeof prop === \"boolean\") {\n continue;\n }\n /**\n * As we go look through the values defined on this type, if we detect\n * a changed value or a value that was removed in a higher priority, we set\n * this to true and add this prop to the animation list.\n */\n const variantDidChange = checkVariantsDidChange(typeState.prevProp, prop);\n let shouldAnimateType = variantDidChange ||\n // If we're making this variant active, we want to always make it active\n (type === changedActiveType &&\n typeState.isActive &&\n !isInherited &&\n propIsVariant) ||\n // If we removed a higher-priority variant (i is in reverse order)\n (i > removedVariantIndex && propIsVariant);\n let handledRemovedValues = false;\n /**\n * As animations can be set as variant lists, variants or target objects, we\n * coerce everything to an array if it isn't one already\n */\n const definitionList = Array.isArray(prop) ? prop : [prop];\n /**\n * Build an object of all the resolved values. We'll use this in the subsequent\n * animateChanges calls to determine whether a value has changed.\n */\n let resolvedValues = definitionList.reduce(buildResolvedTypeValues(type), {});\n if (activeDelta === false)\n resolvedValues = {};\n /**\n * Now we need to loop through all the keys in the prev prop and this prop,\n * and decide:\n * 1. If the value has changed, and needs animating\n * 2. If it has been removed, and needs adding to the removedKeys set\n * 3. If it has been removed in a higher priority type and needs animating\n * 4. If it hasn't been removed in a higher priority but hasn't changed, and\n * needs adding to the type's protectedKeys list.\n */\n const { prevResolvedValues = {} } = typeState;\n const allKeys = {\n ...prevResolvedValues,\n ...resolvedValues,\n };\n const markToAnimate = (key) => {\n shouldAnimateType = true;\n if (removedKeys.has(key)) {\n handledRemovedValues = true;\n removedKeys.delete(key);\n }\n typeState.needsAnimating[key] = true;\n const motionValue = visualElement.getValue(key);\n if (motionValue)\n motionValue.liveStyle = false;\n };\n for (const key in allKeys) {\n const next = resolvedValues[key];\n const prev = prevResolvedValues[key];\n // If we've already handled this we can just skip ahead\n if (encounteredKeys.hasOwnProperty(key))\n continue;\n /**\n * If the value has changed, we probably want to animate it.\n */\n let valueHasChanged = false;\n if (isKeyframesTarget(next) && isKeyframesTarget(prev)) {\n valueHasChanged = !shallowCompare(next, prev);\n }\n else {\n valueHasChanged = next !== prev;\n }\n if (valueHasChanged) {\n if (next !== undefined && next !== null) {\n // If next is defined and doesn't equal prev, it needs animating\n markToAnimate(key);\n }\n else {\n // If it's undefined, it's been removed.\n removedKeys.add(key);\n }\n }\n else if (next !== undefined && removedKeys.has(key)) {\n /**\n * If next hasn't changed and it isn't undefined, we want to check if it's\n * been removed by a higher priority\n */\n markToAnimate(key);\n }\n else {\n /**\n * If it hasn't changed, we add it to the list of protected values\n * to ensure it doesn't get animated.\n */\n typeState.protectedKeys[key] = true;\n }\n }\n /**\n * Update the typeState so next time animateChanges is called we can compare the\n * latest prop and resolvedValues to these.\n */\n typeState.prevProp = prop;\n typeState.prevResolvedValues = resolvedValues;\n /**\n *\n */\n if (typeState.isActive) {\n encounteredKeys = { ...encounteredKeys, ...resolvedValues };\n }\n if (isInitialRender && visualElement.blockInitialAnimation) {\n shouldAnimateType = false;\n }\n /**\n * If this is an inherited prop we want to skip this animation\n * unless the inherited variants haven't changed on this render.\n */\n const willAnimateViaParent = isInherited && variantDidChange;\n const needsAnimating = !willAnimateViaParent || handledRemovedValues;\n if (shouldAnimateType && needsAnimating) {\n animations.push(...definitionList.map((animation) => ({\n animation: animation,\n options: { type },\n })));\n }\n }\n /**\n * If there are some removed value that haven't been dealt with,\n * we need to create a new animation that falls back either to the value\n * defined in the style prop, or the last read value.\n */\n if (removedKeys.size) {\n const fallbackAnimation = {};\n removedKeys.forEach((key) => {\n const fallbackTarget = visualElement.getBaseTarget(key);\n const motionValue = visualElement.getValue(key);\n if (motionValue)\n motionValue.liveStyle = true;\n // @ts-expect-error - @mattgperry to figure if we should do something here\n fallbackAnimation[key] = fallbackTarget !== null && fallbackTarget !== void 0 ? fallbackTarget : null;\n });\n animations.push({ animation: fallbackAnimation });\n }\n let shouldAnimate = Boolean(animations.length);\n if (isInitialRender &&\n (props.initial === false || props.initial === props.animate) &&\n !visualElement.manuallyAnimateOnMount) {\n shouldAnimate = false;\n }\n isInitialRender = false;\n return shouldAnimate ? animate(animations) : Promise.resolve();\n }\n /**\n * Change whether a certain animation type is active.\n */\n function setActive(type, isActive) {\n var _a;\n // If the active state hasn't changed, we can safely do nothing here\n if (state[type].isActive === isActive)\n return Promise.resolve();\n // Propagate active change to children\n (_a = visualElement.variantChildren) === null || _a === void 0 ? void 0 : _a.forEach((child) => { var _a; return (_a = child.animationState) === null || _a === void 0 ? void 0 : _a.setActive(type, isActive); });\n state[type].isActive = isActive;\n const animations = animateChanges(type);\n for (const key in state) {\n state[key].protectedKeys = {};\n }\n return animations;\n }\n return {\n animateChanges,\n setActive,\n setAnimateFunction,\n getState: () => state,\n reset: () => {\n state = createState();\n isInitialRender = true;\n },\n };\n}\nfunction checkVariantsDidChange(prev, next) {\n if (typeof next === \"string\") {\n return next !== prev;\n }\n else if (Array.isArray(next)) {\n return !shallowCompare(next, prev);\n }\n return false;\n}\nfunction createTypeState(isActive = false) {\n return {\n isActive,\n protectedKeys: {},\n needsAnimating: {},\n prevResolvedValues: {},\n };\n}\nfunction createState() {\n return {\n animate: createTypeState(true),\n whileInView: createTypeState(),\n whileHover: createTypeState(),\n whileTap: createTypeState(),\n whileDrag: createTypeState(),\n whileFocus: createTypeState(),\n exit: createTypeState(),\n };\n}\n\nexport { checkVariantsDidChange, createAnimationState };\n","class Feature {\n constructor(node) {\n this.isMounted = false;\n this.node = node;\n }\n update() { }\n}\n\nexport { Feature };\n","import { isAnimationControls } from '../../../animation/utils/is-animation-controls.mjs';\nimport { createAnimationState } from '../../../render/utils/animation-state.mjs';\nimport { Feature } from '../Feature.mjs';\n\nclass AnimationFeature extends Feature {\n /**\n * We dynamically generate the AnimationState manager as it contains a reference\n * to the underlying animation library. We only want to load that if we load this,\n * so people can optionally code split it out using the `m` component.\n */\n constructor(node) {\n super(node);\n node.animationState || (node.animationState = createAnimationState(node));\n }\n updateAnimationControlsSubscription() {\n const { animate } = this.node.getProps();\n if (isAnimationControls(animate)) {\n this.unmountControls = animate.subscribe(this.node);\n }\n }\n /**\n * Subscribe any provided AnimationControls to the component's VisualElement\n */\n mount() {\n this.updateAnimationControlsSubscription();\n }\n update() {\n const { animate } = this.node.getProps();\n const { animate: prevAnimate } = this.node.prevProps || {};\n if (animate !== prevAnimate) {\n this.updateAnimationControlsSubscription();\n }\n }\n unmount() {\n var _a;\n this.node.animationState.reset();\n (_a = this.unmountControls) === null || _a === void 0 ? void 0 : _a.call(this);\n }\n}\n\nexport { AnimationFeature };\n","import { Feature } from '../Feature.mjs';\n\nlet id = 0;\nclass ExitAnimationFeature extends Feature {\n constructor() {\n super(...arguments);\n this.id = id++;\n }\n update() {\n if (!this.node.presenceContext)\n return;\n const { isPresent, onExitComplete } = this.node.presenceContext;\n const { isPresent: prevIsPresent } = this.node.prevPresenceContext || {};\n if (!this.node.animationState || isPresent === prevIsPresent) {\n return;\n }\n const exitAnimation = this.node.animationState.setActive(\"exit\", !isPresent);\n if (onExitComplete && !isPresent) {\n exitAnimation.then(() => onExitComplete(this.id));\n }\n }\n mount() {\n const { register } = this.node.presenceContext || {};\n if (register) {\n this.unmount = register(this.id);\n }\n }\n unmount() { }\n}\n\nexport { ExitAnimationFeature };\n","import { AnimationFeature } from './animation/index.mjs';\nimport { ExitAnimationFeature } from './animation/exit.mjs';\n\nconst animations = {\n animation: {\n Feature: AnimationFeature,\n },\n exit: {\n Feature: ExitAnimationFeature,\n },\n};\n\nexport { animations };\n","const isDragging = {\n x: false,\n y: false,\n};\nfunction isDragActive() {\n return isDragging.x || isDragging.y;\n}\n\nexport { isDragActive, isDragging };\n","import { isDragging } from './is-active.mjs';\n\nfunction setDragLock(axis) {\n if (axis === \"x\" || axis === \"y\") {\n if (isDragging[axis]) {\n return null;\n }\n else {\n isDragging[axis] = true;\n return () => {\n isDragging[axis] = false;\n };\n }\n }\n else {\n if (isDragging.x || isDragging.y) {\n return null;\n }\n else {\n isDragging.x = isDragging.y = true;\n return () => {\n isDragging.x = isDragging.y = false;\n };\n }\n }\n}\n\nexport { setDragLock };\n","const isPrimaryPointer = (event) => {\n if (event.pointerType === \"mouse\") {\n return typeof event.button !== \"number\" || event.button <= 0;\n }\n else {\n /**\n * isPrimary is true for all mice buttons, whereas every touch point\n * is regarded as its own input. So subsequent concurrent touch points\n * will be false.\n *\n * Specifically match against false here as incomplete versions of\n * PointerEvents in very old browser might have it set as undefined.\n */\n return event.isPrimary !== false;\n }\n};\n\nexport { isPrimaryPointer };\n","function addDomEvent(target, eventName, handler, options = { passive: true }) {\n target.addEventListener(eventName, handler, options);\n return () => target.removeEventListener(eventName, handler);\n}\n\nexport { addDomEvent };\n","import '../../../../motion-utils/dist/es/errors.mjs';\nimport { isPrimaryPointer } from '../../../../motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs';\n\nfunction extractEventInfo(event) {\n return {\n point: {\n x: event.pageX,\n y: event.pageY,\n },\n };\n}\nconst addPointerInfo = (handler) => {\n return (event) => isPrimaryPointer(event) && handler(event, extractEventInfo(event));\n};\n\nexport { addPointerInfo, extractEventInfo };\n","import { addDomEvent } from './add-dom-event.mjs';\nimport { addPointerInfo } from './event-info.mjs';\n\nfunction addPointerEvent(target, eventName, handler, options) {\n return addDomEvent(target, eventName, addPointerInfo(handler), options);\n}\n\nexport { addPointerEvent };\n","const distance = (a, b) => Math.abs(a - b);\nfunction distance2D(a, b) {\n // Multi-dimensional\n const xDelta = distance(a.x, b.x);\n const yDelta = distance(a.y, b.y);\n return Math.sqrt(xDelta ** 2 + yDelta ** 2);\n}\n\nexport { distance, distance2D };\n","import '../../../../../motion-utils/dist/es/errors.mjs';\nimport { secondsToMilliseconds, millisecondsToSeconds } from '../../../../../motion-utils/dist/es/time-conversion.mjs';\nimport { isPrimaryPointer } from '../../../../../motion-dom/dist/es/gestures/utils/is-primary-pointer.mjs';\nimport { addPointerEvent } from '../../events/add-pointer-event.mjs';\nimport { extractEventInfo } from '../../events/event-info.mjs';\nimport { distance2D } from '../../utils/distance.mjs';\nimport { pipe } from '../../utils/pipe.mjs';\nimport { frame, cancelFrame, frameData } from '../../frameloop/frame.mjs';\n\n/**\n * @internal\n */\nclass PanSession {\n constructor(event, handlers, { transformPagePoint, contextWindow, dragSnapToOrigin = false, } = {}) {\n /**\n * @internal\n */\n this.startEvent = null;\n /**\n * @internal\n */\n this.lastMoveEvent = null;\n /**\n * @internal\n */\n this.lastMoveEventInfo = null;\n /**\n * @internal\n */\n this.handlers = {};\n /**\n * @internal\n */\n this.contextWindow = window;\n this.updatePoint = () => {\n if (!(this.lastMoveEvent && this.lastMoveEventInfo))\n return;\n const info = getPanInfo(this.lastMoveEventInfo, this.history);\n const isPanStarted = this.startEvent !== null;\n // Only start panning if the offset is larger than 3 pixels. If we make it\n // any larger than this we'll want to reset the pointer history\n // on the first update to avoid visual snapping to the cursoe.\n const isDistancePastThreshold = distance2D(info.offset, { x: 0, y: 0 }) >= 3;\n if (!isPanStarted && !isDistancePastThreshold)\n return;\n const { point } = info;\n const { timestamp } = frameData;\n this.history.push({ ...point, timestamp });\n const { onStart, onMove } = this.handlers;\n if (!isPanStarted) {\n onStart && onStart(this.lastMoveEvent, info);\n this.startEvent = this.lastMoveEvent;\n }\n onMove && onMove(this.lastMoveEvent, info);\n };\n this.handlePointerMove = (event, info) => {\n this.lastMoveEvent = event;\n this.lastMoveEventInfo = transformPoint(info, this.transformPagePoint);\n // Throttle mouse move event to once per frame\n frame.update(this.updatePoint, true);\n };\n this.handlePointerUp = (event, info) => {\n this.end();\n const { onEnd, onSessionEnd, resumeAnimation } = this.handlers;\n if (this.dragSnapToOrigin)\n resumeAnimation && resumeAnimation();\n if (!(this.lastMoveEvent && this.lastMoveEventInfo))\n return;\n const panInfo = getPanInfo(event.type === \"pointercancel\"\n ? this.lastMoveEventInfo\n : transformPoint(info, this.transformPagePoint), this.history);\n if (this.startEvent && onEnd) {\n onEnd(event, panInfo);\n }\n onSessionEnd && onSessionEnd(event, panInfo);\n };\n // If we have more than one touch, don't start detecting this gesture\n if (!isPrimaryPointer(event))\n return;\n this.dragSnapToOrigin = dragSnapToOrigin;\n this.handlers = handlers;\n this.transformPagePoint = transformPagePoint;\n this.contextWindow = contextWindow || window;\n const info = extractEventInfo(event);\n const initialInfo = transformPoint(info, this.transformPagePoint);\n const { point } = initialInfo;\n const { timestamp } = frameData;\n this.history = [{ ...point, timestamp }];\n const { onSessionStart } = handlers;\n onSessionStart &&\n onSessionStart(event, getPanInfo(initialInfo, this.history));\n this.removeListeners = pipe(addPointerEvent(this.contextWindow, \"pointermove\", this.handlePointerMove), addPointerEvent(this.contextWindow, \"pointerup\", this.handlePointerUp), addPointerEvent(this.contextWindow, \"pointercancel\", this.handlePointerUp));\n }\n updateHandlers(handlers) {\n this.handlers = handlers;\n }\n end() {\n this.removeListeners && this.removeListeners();\n cancelFrame(this.updatePoint);\n }\n}\nfunction transformPoint(info, transformPagePoint) {\n return transformPagePoint ? { point: transformPagePoint(info.point) } : info;\n}\nfunction subtractPoint(a, b) {\n return { x: a.x - b.x, y: a.y - b.y };\n}\nfunction getPanInfo({ point }, history) {\n return {\n point,\n delta: subtractPoint(point, lastDevicePoint(history)),\n offset: subtractPoint(point, startDevicePoint(history)),\n velocity: getVelocity(history, 0.1),\n };\n}\nfunction startDevicePoint(history) {\n return history[0];\n}\nfunction lastDevicePoint(history) {\n return history[history.length - 1];\n}\nfunction getVelocity(history, timeDelta) {\n if (history.length < 2) {\n return { x: 0, y: 0 };\n }\n let i = history.length - 1;\n let timestampedPoint = null;\n const lastPoint = lastDevicePoint(history);\n while (i >= 0) {\n timestampedPoint = history[i];\n if (lastPoint.timestamp - timestampedPoint.timestamp >\n secondsToMilliseconds(timeDelta)) {\n break;\n }\n i--;\n }\n if (!timestampedPoint) {\n return { x: 0, y: 0 };\n }\n const time = millisecondsToSeconds(lastPoint.timestamp - timestampedPoint.timestamp);\n if (time === 0) {\n return { x: 0, y: 0 };\n }\n const currentVelocity = {\n x: (lastPoint.x - timestampedPoint.x) / time,\n y: (lastPoint.y - timestampedPoint.y) / time,\n };\n if (currentVelocity.x === Infinity) {\n currentVelocity.x = 0;\n }\n if (currentVelocity.y === Infinity) {\n currentVelocity.y = 0;\n }\n return currentVelocity;\n}\n\nexport { PanSession };\n","import { mixNumber } from '../../utils/mix/number.mjs';\n\nconst SCALE_PRECISION = 0.0001;\nconst SCALE_MIN = 1 - SCALE_PRECISION;\nconst SCALE_MAX = 1 + SCALE_PRECISION;\nconst TRANSLATE_PRECISION = 0.01;\nconst TRANSLATE_MIN = 0 - TRANSLATE_PRECISION;\nconst TRANSLATE_MAX = 0 + TRANSLATE_PRECISION;\nfunction calcLength(axis) {\n return axis.max - axis.min;\n}\nfunction isNear(value, target, maxDistance) {\n return Math.abs(value - target) <= maxDistance;\n}\nfunction calcAxisDelta(delta, source, target, origin = 0.5) {\n delta.origin = origin;\n delta.originPoint = mixNumber(source.min, source.max, delta.origin);\n delta.scale = calcLength(target) / calcLength(source);\n delta.translate =\n mixNumber(target.min, target.max, delta.origin) - delta.originPoint;\n if ((delta.scale >= SCALE_MIN && delta.scale <= SCALE_MAX) ||\n isNaN(delta.scale)) {\n delta.scale = 1.0;\n }\n if ((delta.translate >= TRANSLATE_MIN &&\n delta.translate <= TRANSLATE_MAX) ||\n isNaN(delta.translate)) {\n delta.translate = 0.0;\n }\n}\nfunction calcBoxDelta(delta, source, target, origin) {\n calcAxisDelta(delta.x, source.x, target.x, origin ? origin.originX : undefined);\n calcAxisDelta(delta.y, source.y, target.y, origin ? origin.originY : undefined);\n}\nfunction calcRelativeAxis(target, relative, parent) {\n target.min = parent.min + relative.min;\n target.max = target.min + calcLength(relative);\n}\nfunction calcRelativeBox(target, relative, parent) {\n calcRelativeAxis(target.x, relative.x, parent.x);\n calcRelativeAxis(target.y, relative.y, parent.y);\n}\nfunction calcRelativeAxisPosition(target, layout, parent) {\n target.min = layout.min - parent.min;\n target.max = target.min + calcLength(layout);\n}\nfunction calcRelativePosition(target, layout, parent) {\n calcRelativeAxisPosition(target.x, layout.x, parent.x);\n calcRelativeAxisPosition(target.y, layout.y, parent.y);\n}\n\nexport { calcAxisDelta, calcBoxDelta, calcLength, calcRelativeAxis, calcRelativeAxisPosition, calcRelativeBox, calcRelativePosition, isNear };\n","import '../../../../../../motion-utils/dist/es/errors.mjs';\nimport { progress } from '../../../../../../motion-utils/dist/es/progress.mjs';\nimport { calcLength } from '../../../projection/geometry/delta-calc.mjs';\nimport { clamp } from '../../../utils/clamp.mjs';\nimport { mixNumber } from '../../../utils/mix/number.mjs';\n\n/**\n * Apply constraints to a point. These constraints are both physical along an\n * axis, and an elastic factor that determines how much to constrain the point\n * by if it does lie outside the defined parameters.\n */\nfunction applyConstraints(point, { min, max }, elastic) {\n if (min !== undefined && point < min) {\n // If we have a min point defined, and this is outside of that, constrain\n point = elastic\n ? mixNumber(min, point, elastic.min)\n : Math.max(point, min);\n }\n else if (max !== undefined && point > max) {\n // If we have a max point defined, and this is outside of that, constrain\n point = elastic\n ? mixNumber(max, point, elastic.max)\n : Math.min(point, max);\n }\n return point;\n}\n/**\n * Calculate constraints in terms of the viewport when defined relatively to the\n * measured axis. This is measured from the nearest edge, so a max constraint of 200\n * on an axis with a max value of 300 would return a constraint of 500 - axis length\n */\nfunction calcRelativeAxisConstraints(axis, min, max) {\n return {\n min: min !== undefined ? axis.min + min : undefined,\n max: max !== undefined\n ? axis.max + max - (axis.max - axis.min)\n : undefined,\n };\n}\n/**\n * Calculate constraints in terms of the viewport when\n * defined relatively to the measured bounding box.\n */\nfunction calcRelativeConstraints(layoutBox, { top, left, bottom, right }) {\n return {\n x: calcRelativeAxisConstraints(layoutBox.x, left, right),\n y: calcRelativeAxisConstraints(layoutBox.y, top, bottom),\n };\n}\n/**\n * Calculate viewport constraints when defined as another viewport-relative axis\n */\nfunction calcViewportAxisConstraints(layoutAxis, constraintsAxis) {\n let min = constraintsAxis.min - layoutAxis.min;\n let max = constraintsAxis.max - layoutAxis.max;\n // If the constraints axis is actually smaller than the layout axis then we can\n // flip the constraints\n if (constraintsAxis.max - constraintsAxis.min <\n layoutAxis.max - layoutAxis.min) {\n [min, max] = [max, min];\n }\n return { min, max };\n}\n/**\n * Calculate viewport constraints when defined as another viewport-relative box\n */\nfunction calcViewportConstraints(layoutBox, constraintsBox) {\n return {\n x: calcViewportAxisConstraints(layoutBox.x, constraintsBox.x),\n y: calcViewportAxisConstraints(layoutBox.y, constraintsBox.y),\n };\n}\n/**\n * Calculate a transform origin relative to the source axis, between 0-1, that results\n * in an asthetically pleasing scale/transform needed to project from source to target.\n */\nfunction calcOrigin(source, target) {\n let origin = 0.5;\n const sourceLength = calcLength(source);\n const targetLength = calcLength(target);\n if (targetLength > sourceLength) {\n origin = progress(target.min, target.max - sourceLength, source.min);\n }\n else if (sourceLength > targetLength) {\n origin = progress(source.min, source.max - targetLength, target.min);\n }\n return clamp(0, 1, origin);\n}\n/**\n * Rebase the calculated viewport constraints relative to the layout.min point.\n */\nfunction rebaseAxisConstraints(layout, constraints) {\n const relativeConstraints = {};\n if (constraints.min !== undefined) {\n relativeConstraints.min = constraints.min - layout.min;\n }\n if (constraints.max !== undefined) {\n relativeConstraints.max = constraints.max - layout.min;\n }\n return relativeConstraints;\n}\nconst defaultElastic = 0.35;\n/**\n * Accepts a dragElastic prop and returns resolved elastic values for each axis.\n */\nfunction resolveDragElastic(dragElastic = defaultElastic) {\n if (dragElastic === false) {\n dragElastic = 0;\n }\n else if (dragElastic === true) {\n dragElastic = defaultElastic;\n }\n return {\n x: resolveAxisElastic(dragElastic, \"left\", \"right\"),\n y: resolveAxisElastic(dragElastic, \"top\", \"bottom\"),\n };\n}\nfunction resolveAxisElastic(dragElastic, minLabel, maxLabel) {\n return {\n min: resolvePointElastic(dragElastic, minLabel),\n max: resolvePointElastic(dragElastic, maxLabel),\n };\n}\nfunction resolvePointElastic(dragElastic, label) {\n return typeof dragElastic === \"number\"\n ? dragElastic\n : dragElastic[label] || 0;\n}\n\nexport { applyConstraints, calcOrigin, calcRelativeAxisConstraints, calcRelativeConstraints, calcViewportAxisConstraints, calcViewportConstraints, defaultElastic, rebaseAxisConstraints, resolveAxisElastic, resolveDragElastic, resolvePointElastic };\n","function eachAxis(callback) {\n return [callback(\"x\"), callback(\"y\")];\n}\n\nexport { eachAxis };\n","// Fixes https://github.com/motiondivision/motion/issues/2270\nconst getContextWindow = ({ current }) => {\n return current ? current.ownerDocument.defaultView : null;\n};\n\nexport { getContextWindow };\n","import { invariant } from '../../../../../motion-utils/dist/es/errors.mjs';\nimport { setDragLock } from '../../../../../motion-dom/dist/es/gestures/drag/state/set-active.mjs';\nimport { PanSession } from '../pan/PanSession.mjs';\nimport { isRefObject } from '../../utils/is-ref-object.mjs';\nimport { addPointerEvent } from '../../events/add-pointer-event.mjs';\nimport { applyConstraints, calcRelativeConstraints, resolveDragElastic, calcViewportConstraints, rebaseAxisConstraints, calcOrigin, defaultElastic } from './utils/constraints.mjs';\nimport { createBox } from '../../projection/geometry/models.mjs';\nimport { eachAxis } from '../../projection/utils/each-axis.mjs';\nimport { measurePageBox } from '../../projection/utils/measure.mjs';\nimport { extractEventInfo } from '../../events/event-info.mjs';\nimport { convertBoxToBoundingBox, convertBoundingBoxToBox } from '../../projection/geometry/conversion.mjs';\nimport { addDomEvent } from '../../events/add-dom-event.mjs';\nimport { calcLength } from '../../projection/geometry/delta-calc.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\nimport { percent } from '../../value/types/numbers/units.mjs';\nimport { animateMotionValue } from '../../animation/interfaces/motion-value.mjs';\nimport { getContextWindow } from '../../utils/get-context-window.mjs';\nimport { addValueToWillChange } from '../../value/use-will-change/add-will-change.mjs';\nimport { frame } from '../../frameloop/frame.mjs';\n\nconst elementDragControls = new WeakMap();\n/**\n *\n */\n// let latestPointerEvent: PointerEvent\nclass VisualElementDragControls {\n constructor(visualElement) {\n this.openDragLock = null;\n this.isDragging = false;\n this.currentDirection = null;\n this.originPoint = { x: 0, y: 0 };\n /**\n * The permitted boundaries of travel, in pixels.\n */\n this.constraints = false;\n this.hasMutatedConstraints = false;\n /**\n * The per-axis resolved elastic values.\n */\n this.elastic = createBox();\n this.visualElement = visualElement;\n }\n start(originEvent, { snapToCursor = false } = {}) {\n /**\n * Don't start dragging if this component is exiting\n */\n const { presenceContext } = this.visualElement;\n if (presenceContext && presenceContext.isPresent === false)\n return;\n const onSessionStart = (event) => {\n const { dragSnapToOrigin } = this.getProps();\n // Stop or pause any animations on both axis values immediately. This allows the user to throw and catch\n // the component.\n dragSnapToOrigin ? this.pauseAnimation() : this.stopAnimation();\n if (snapToCursor) {\n this.snapToCursor(extractEventInfo(event).point);\n }\n };\n const onStart = (event, info) => {\n // Attempt to grab the global drag gesture lock - maybe make this part of PanSession\n const { drag, dragPropagation, onDragStart } = this.getProps();\n if (drag && !dragPropagation) {\n if (this.openDragLock)\n this.openDragLock();\n this.openDragLock = setDragLock(drag);\n // If we don 't have the lock, don't start dragging\n if (!this.openDragLock)\n return;\n }\n this.isDragging = true;\n this.currentDirection = null;\n this.resolveConstraints();\n if (this.visualElement.projection) {\n this.visualElement.projection.isAnimationBlocked = true;\n this.visualElement.projection.target = undefined;\n }\n /**\n * Record gesture origin\n */\n eachAxis((axis) => {\n let current = this.getAxisMotionValue(axis).get() || 0;\n /**\n * If the MotionValue is a percentage value convert to px\n */\n if (percent.test(current)) {\n const { projection } = this.visualElement;\n if (projection && projection.layout) {\n const measuredAxis = projection.layout.layoutBox[axis];\n if (measuredAxis) {\n const length = calcLength(measuredAxis);\n current = length * (parseFloat(current) / 100);\n }\n }\n }\n this.originPoint[axis] = current;\n });\n // Fire onDragStart event\n if (onDragStart) {\n frame.postRender(() => onDragStart(event, info));\n }\n addValueToWillChange(this.visualElement, \"transform\");\n const { animationState } = this.visualElement;\n animationState && animationState.setActive(\"whileDrag\", true);\n };\n const onMove = (event, info) => {\n // latestPointerEvent = event\n const { dragPropagation, dragDirectionLock, onDirectionLock, onDrag, } = this.getProps();\n // If we didn't successfully receive the gesture lock, early return.\n if (!dragPropagation && !this.openDragLock)\n return;\n const { offset } = info;\n // Attempt to detect drag direction if directionLock is true\n if (dragDirectionLock && this.currentDirection === null) {\n this.currentDirection = getCurrentDirection(offset);\n // If we've successfully set a direction, notify listener\n if (this.currentDirection !== null) {\n onDirectionLock && onDirectionLock(this.currentDirection);\n }\n return;\n }\n // Update each point with the latest position\n this.updateAxis(\"x\", info.point, offset);\n this.updateAxis(\"y\", info.point, offset);\n /**\n * Ideally we would leave the renderer to fire naturally at the end of\n * this frame but if the element is about to change layout as the result\n * of a re-render we want to ensure the browser can read the latest\n * bounding box to ensure the pointer and element don't fall out of sync.\n */\n this.visualElement.render();\n /**\n * This must fire after the render call as it might trigger a state\n * change which itself might trigger a layout update.\n */\n onDrag && onDrag(event, info);\n };\n const onSessionEnd = (event, info) => this.stop(event, info);\n const resumeAnimation = () => eachAxis((axis) => {\n var _a;\n return this.getAnimationState(axis) === \"paused\" &&\n ((_a = this.getAxisMotionValue(axis).animation) === null || _a === void 0 ? void 0 : _a.play());\n });\n const { dragSnapToOrigin } = this.getProps();\n this.panSession = new PanSession(originEvent, {\n onSessionStart,\n onStart,\n onMove,\n onSessionEnd,\n resumeAnimation,\n }, {\n transformPagePoint: this.visualElement.getTransformPagePoint(),\n dragSnapToOrigin,\n contextWindow: getContextWindow(this.visualElement),\n });\n }\n stop(event, info) {\n const isDragging = this.isDragging;\n this.cancel();\n if (!isDragging)\n return;\n const { velocity } = info;\n this.startAnimation(velocity);\n const { onDragEnd } = this.getProps();\n if (onDragEnd) {\n frame.postRender(() => onDragEnd(event, info));\n }\n }\n cancel() {\n this.isDragging = false;\n const { projection, animationState } = this.visualElement;\n if (projection) {\n projection.isAnimationBlocked = false;\n }\n this.panSession && this.panSession.end();\n this.panSession = undefined;\n const { dragPropagation } = this.getProps();\n if (!dragPropagation && this.openDragLock) {\n this.openDragLock();\n this.openDragLock = null;\n }\n animationState && animationState.setActive(\"whileDrag\", false);\n }\n updateAxis(axis, _point, offset) {\n const { drag } = this.getProps();\n // If we're not dragging this axis, do an early return.\n if (!offset || !shouldDrag(axis, drag, this.currentDirection))\n return;\n const axisValue = this.getAxisMotionValue(axis);\n let next = this.originPoint[axis] + offset[axis];\n // Apply constraints\n if (this.constraints && this.constraints[axis]) {\n next = applyConstraints(next, this.constraints[axis], this.elastic[axis]);\n }\n axisValue.set(next);\n }\n resolveConstraints() {\n var _a;\n const { dragConstraints, dragElastic } = this.getProps();\n const layout = this.visualElement.projection &&\n !this.visualElement.projection.layout\n ? this.visualElement.projection.measure(false)\n : (_a = this.visualElement.projection) === null || _a === void 0 ? void 0 : _a.layout;\n const prevConstraints = this.constraints;\n if (dragConstraints && isRefObject(dragConstraints)) {\n if (!this.constraints) {\n this.constraints = this.resolveRefConstraints();\n }\n }\n else {\n if (dragConstraints && layout) {\n this.constraints = calcRelativeConstraints(layout.layoutBox, dragConstraints);\n }\n else {\n this.constraints = false;\n }\n }\n this.elastic = resolveDragElastic(dragElastic);\n /**\n * If we're outputting to external MotionValues, we want to rebase the measured constraints\n * from viewport-relative to component-relative.\n */\n if (prevConstraints !== this.constraints &&\n layout &&\n this.constraints &&\n !this.hasMutatedConstraints) {\n eachAxis((axis) => {\n if (this.constraints !== false &&\n this.getAxisMotionValue(axis)) {\n this.constraints[axis] = rebaseAxisConstraints(layout.layoutBox[axis], this.constraints[axis]);\n }\n });\n }\n }\n resolveRefConstraints() {\n const { dragConstraints: constraints, onMeasureDragConstraints } = this.getProps();\n if (!constraints || !isRefObject(constraints))\n return false;\n const constraintsElement = constraints.current;\n invariant(constraintsElement !== null, \"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.\");\n const { projection } = this.visualElement;\n // TODO\n if (!projection || !projection.layout)\n return false;\n const constraintsBox = measurePageBox(constraintsElement, projection.root, this.visualElement.getTransformPagePoint());\n let measuredConstraints = calcViewportConstraints(projection.layout.layoutBox, constraintsBox);\n /**\n * If there's an onMeasureDragConstraints listener we call it and\n * if different constraints are returned, set constraints to that\n */\n if (onMeasureDragConstraints) {\n const userConstraints = onMeasureDragConstraints(convertBoxToBoundingBox(measuredConstraints));\n this.hasMutatedConstraints = !!userConstraints;\n if (userConstraints) {\n measuredConstraints = convertBoundingBoxToBox(userConstraints);\n }\n }\n return measuredConstraints;\n }\n startAnimation(velocity) {\n const { drag, dragMomentum, dragElastic, dragTransition, dragSnapToOrigin, onDragTransitionEnd, } = this.getProps();\n const constraints = this.constraints || {};\n const momentumAnimations = eachAxis((axis) => {\n if (!shouldDrag(axis, drag, this.currentDirection)) {\n return;\n }\n let transition = (constraints && constraints[axis]) || {};\n if (dragSnapToOrigin)\n transition = { min: 0, max: 0 };\n /**\n * Overdamp the boundary spring if `dragElastic` is disabled. There's still a frame\n * of spring animations so we should look into adding a disable spring option to `inertia`.\n * We could do something here where we affect the `bounceStiffness` and `bounceDamping`\n * using the value of `dragElastic`.\n */\n const bounceStiffness = dragElastic ? 200 : 1000000;\n const bounceDamping = dragElastic ? 40 : 10000000;\n const inertia = {\n type: \"inertia\",\n velocity: dragMomentum ? velocity[axis] : 0,\n bounceStiffness,\n bounceDamping,\n timeConstant: 750,\n restDelta: 1,\n restSpeed: 10,\n ...dragTransition,\n ...transition,\n };\n // If we're not animating on an externally-provided `MotionValue` we can use the\n // component's animation controls which will handle interactions with whileHover (etc),\n // otherwise we just have to animate the `MotionValue` itself.\n return this.startAxisValueAnimation(axis, inertia);\n });\n // Run all animations and then resolve the new drag constraints.\n return Promise.all(momentumAnimations).then(onDragTransitionEnd);\n }\n startAxisValueAnimation(axis, transition) {\n const axisValue = this.getAxisMotionValue(axis);\n addValueToWillChange(this.visualElement, axis);\n return axisValue.start(animateMotionValue(axis, axisValue, 0, transition, this.visualElement, false));\n }\n stopAnimation() {\n eachAxis((axis) => this.getAxisMotionValue(axis).stop());\n }\n pauseAnimation() {\n eachAxis((axis) => { var _a; return (_a = this.getAxisMotionValue(axis).animation) === null || _a === void 0 ? void 0 : _a.pause(); });\n }\n getAnimationState(axis) {\n var _a;\n return (_a = this.getAxisMotionValue(axis).animation) === null || _a === void 0 ? void 0 : _a.state;\n }\n /**\n * Drag works differently depending on which props are provided.\n *\n * - If _dragX and _dragY are provided, we output the gesture delta directly to those motion values.\n * - Otherwise, we apply the delta to the x/y motion values.\n */\n getAxisMotionValue(axis) {\n const dragKey = `_drag${axis.toUpperCase()}`;\n const props = this.visualElement.getProps();\n const externalMotionValue = props[dragKey];\n return externalMotionValue\n ? externalMotionValue\n : this.visualElement.getValue(axis, (props.initial\n ? props.initial[axis]\n : undefined) || 0);\n }\n snapToCursor(point) {\n eachAxis((axis) => {\n const { drag } = this.getProps();\n // If we're not dragging this axis, do an early return.\n if (!shouldDrag(axis, drag, this.currentDirection))\n return;\n const { projection } = this.visualElement;\n const axisValue = this.getAxisMotionValue(axis);\n if (projection && projection.layout) {\n const { min, max } = projection.layout.layoutBox[axis];\n axisValue.set(point[axis] - mixNumber(min, max, 0.5));\n }\n });\n }\n /**\n * When the viewport resizes we want to check if the measured constraints\n * have changed and, if so, reposition the element within those new constraints\n * relative to where it was before the resize.\n */\n scalePositionWithinConstraints() {\n if (!this.visualElement.current)\n return;\n const { drag, dragConstraints } = this.getProps();\n const { projection } = this.visualElement;\n if (!isRefObject(dragConstraints) || !projection || !this.constraints)\n return;\n /**\n * Stop current animations as there can be visual glitching if we try to do\n * this mid-animation\n */\n this.stopAnimation();\n /**\n * Record the relative position of the dragged element relative to the\n * constraints box and save as a progress value.\n */\n const boxProgress = { x: 0, y: 0 };\n eachAxis((axis) => {\n const axisValue = this.getAxisMotionValue(axis);\n if (axisValue && this.constraints !== false) {\n const latest = axisValue.get();\n boxProgress[axis] = calcOrigin({ min: latest, max: latest }, this.constraints[axis]);\n }\n });\n /**\n * Update the layout of this element and resolve the latest drag constraints\n */\n const { transformTemplate } = this.visualElement.getProps();\n this.visualElement.current.style.transform = transformTemplate\n ? transformTemplate({}, \"\")\n : \"none\";\n projection.root && projection.root.updateScroll();\n projection.updateLayout();\n this.resolveConstraints();\n /**\n * For each axis, calculate the current progress of the layout axis\n * within the new constraints.\n */\n eachAxis((axis) => {\n if (!shouldDrag(axis, drag, null))\n return;\n /**\n * Calculate a new transform based on the previous box progress\n */\n const axisValue = this.getAxisMotionValue(axis);\n const { min, max } = this.constraints[axis];\n axisValue.set(mixNumber(min, max, boxProgress[axis]));\n });\n }\n addListeners() {\n if (!this.visualElement.current)\n return;\n elementDragControls.set(this.visualElement, this);\n const element = this.visualElement.current;\n /**\n * Attach a pointerdown event listener on this DOM element to initiate drag tracking.\n */\n const stopPointerListener = addPointerEvent(element, \"pointerdown\", (event) => {\n const { drag, dragListener = true } = this.getProps();\n drag && dragListener && this.start(event);\n });\n const measureDragConstraints = () => {\n const { dragConstraints } = this.getProps();\n if (isRefObject(dragConstraints) && dragConstraints.current) {\n this.constraints = this.resolveRefConstraints();\n }\n };\n const { projection } = this.visualElement;\n const stopMeasureLayoutListener = projection.addEventListener(\"measure\", measureDragConstraints);\n if (projection && !projection.layout) {\n projection.root && projection.root.updateScroll();\n projection.updateLayout();\n }\n frame.read(measureDragConstraints);\n /**\n * Attach a window resize listener to scale the draggable target within its defined\n * constraints as the window resizes.\n */\n const stopResizeListener = addDomEvent(window, \"resize\", () => this.scalePositionWithinConstraints());\n /**\n * If the element's layout changes, calculate the delta and apply that to\n * the drag gesture's origin point.\n */\n const stopLayoutUpdateListener = projection.addEventListener(\"didUpdate\", (({ delta, hasLayoutChanged }) => {\n if (this.isDragging && hasLayoutChanged) {\n eachAxis((axis) => {\n const motionValue = this.getAxisMotionValue(axis);\n if (!motionValue)\n return;\n this.originPoint[axis] += delta[axis].translate;\n motionValue.set(motionValue.get() + delta[axis].translate);\n });\n this.visualElement.render();\n }\n }));\n return () => {\n stopResizeListener();\n stopPointerListener();\n stopMeasureLayoutListener();\n stopLayoutUpdateListener && stopLayoutUpdateListener();\n };\n }\n getProps() {\n const props = this.visualElement.getProps();\n const { drag = false, dragDirectionLock = false, dragPropagation = false, dragConstraints = false, dragElastic = defaultElastic, dragMomentum = true, } = props;\n return {\n ...props,\n drag,\n dragDirectionLock,\n dragPropagation,\n dragConstraints,\n dragElastic,\n dragMomentum,\n };\n }\n}\nfunction shouldDrag(direction, drag, currentDirection) {\n return ((drag === true || drag === direction) &&\n (currentDirection === null || currentDirection === direction));\n}\n/**\n * Based on an x/y offset determine the current drag direction. If both axis' offsets are lower\n * than the provided threshold, return `null`.\n *\n * @param offset - The x/y offset from origin.\n * @param lockThreshold - (Optional) - the minimum absolute offset before we can determine a drag direction.\n */\nfunction getCurrentDirection(offset, lockThreshold = 10) {\n let direction = null;\n if (Math.abs(offset.y) > lockThreshold) {\n direction = \"y\";\n }\n else if (Math.abs(offset.x) > lockThreshold) {\n direction = \"x\";\n }\n return direction;\n}\n\nexport { VisualElementDragControls, elementDragControls };\n","import { Feature } from '../../motion/features/Feature.mjs';\nimport '../../../../../motion-utils/dist/es/errors.mjs';\nimport { noop } from '../../../../../motion-utils/dist/es/noop.mjs';\nimport { VisualElementDragControls } from './VisualElementDragControls.mjs';\n\nclass DragGesture extends Feature {\n constructor(node) {\n super(node);\n this.removeGroupControls = noop;\n this.removeListeners = noop;\n this.controls = new VisualElementDragControls(node);\n }\n mount() {\n // If we've been provided a DragControls for manual control over the drag gesture,\n // subscribe this component to it on mount.\n const { dragControls } = this.node.getProps();\n if (dragControls) {\n this.removeGroupControls = dragControls.subscribe(this.controls);\n }\n this.removeListeners = this.controls.addListeners() || noop;\n }\n unmount() {\n this.removeGroupControls();\n this.removeListeners();\n }\n}\n\nexport { DragGesture };\n","import { PanSession } from './PanSession.mjs';\nimport { addPointerEvent } from '../../events/add-pointer-event.mjs';\nimport { Feature } from '../../motion/features/Feature.mjs';\nimport '../../../../../motion-utils/dist/es/errors.mjs';\nimport { noop } from '../../../../../motion-utils/dist/es/noop.mjs';\nimport { getContextWindow } from '../../utils/get-context-window.mjs';\nimport { frame } from '../../frameloop/frame.mjs';\n\nconst asyncHandler = (handler) => (event, info) => {\n if (handler) {\n frame.postRender(() => handler(event, info));\n }\n};\nclass PanGesture extends Feature {\n constructor() {\n super(...arguments);\n this.removePointerDownListener = noop;\n }\n onPointerDown(pointerDownEvent) {\n this.session = new PanSession(pointerDownEvent, this.createPanHandlers(), {\n transformPagePoint: this.node.getTransformPagePoint(),\n contextWindow: getContextWindow(this.node),\n });\n }\n createPanHandlers() {\n const { onPanSessionStart, onPanStart, onPan, onPanEnd } = this.node.getProps();\n return {\n onSessionStart: asyncHandler(onPanSessionStart),\n onStart: asyncHandler(onPanStart),\n onMove: onPan,\n onEnd: (event, info) => {\n delete this.session;\n if (onPanEnd) {\n frame.postRender(() => onPanEnd(event, info));\n }\n },\n };\n }\n mount() {\n this.removePointerDownListener = addPointerEvent(this.node.current, \"pointerdown\", (event) => this.onPointerDown(event));\n }\n update() {\n this.session && this.session.updateHandlers(this.createPanHandlers());\n }\n unmount() {\n this.removePointerDownListener();\n this.session && this.session.end();\n }\n}\n\nexport { PanGesture };\n","/**\n * This should only ever be modified on the client otherwise it'll\n * persist through server requests. If we need instanced states we\n * could lazy-init via root.\n */\nconst globalProjectionState = {\n /**\n * Global flag as to whether the tree has animated since the last time\n * we resized the window\n */\n hasAnimatedSinceResize: true,\n /**\n * We set this to true once, on the first update. Any nodes added to the tree beyond that\n * update will be given a `data-projection-id` attribute.\n */\n hasEverUpdated: false,\n};\n\nexport { globalProjectionState };\n","import { px } from '../../value/types/numbers/units.mjs';\n\nfunction pixelsToPercent(pixels, axis) {\n if (axis.max === axis.min)\n return 0;\n return (pixels / (axis.max - axis.min)) * 100;\n}\n/**\n * We always correct borderRadius as a percentage rather than pixels to reduce paints.\n * For example, if you are projecting a box that is 100px wide with a 10px borderRadius\n * into a box that is 200px wide with a 20px borderRadius, that is actually a 10%\n * borderRadius in both states. If we animate between the two in pixels that will trigger\n * a paint each time. If we animate between the two in percentage we'll avoid a paint.\n */\nconst correctBorderRadius = {\n correct: (latest, node) => {\n if (!node.target)\n return latest;\n /**\n * If latest is a string, if it's a percentage we can return immediately as it's\n * going to be stretched appropriately. Otherwise, if it's a pixel, convert it to a number.\n */\n if (typeof latest === \"string\") {\n if (px.test(latest)) {\n latest = parseFloat(latest);\n }\n else {\n return latest;\n }\n }\n /**\n * If latest is a number, it's a pixel value. We use the current viewportBox to calculate that\n * pixel value as a percentage of each axis\n */\n const x = pixelsToPercent(latest, node.target.x);\n const y = pixelsToPercent(latest, node.target.y);\n return `${x}% ${y}%`;\n },\n};\n\nexport { correctBorderRadius, pixelsToPercent };\n","import { mixNumber } from '../../utils/mix/number.mjs';\nimport { complex } from '../../value/types/complex/index.mjs';\n\nconst correctBoxShadow = {\n correct: (latest, { treeScale, projectionDelta }) => {\n const original = latest;\n const shadow = complex.parse(latest);\n // TODO: Doesn't support multiple shadows\n if (shadow.length > 5)\n return original;\n const template = complex.createTransformer(latest);\n const offset = typeof shadow[0] !== \"number\" ? 1 : 0;\n // Calculate the overall context scale\n const xScale = projectionDelta.x.scale * treeScale.x;\n const yScale = projectionDelta.y.scale * treeScale.y;\n shadow[0 + offset] /= xScale;\n shadow[1 + offset] /= yScale;\n /**\n * Ideally we'd correct x and y scales individually, but because blur and\n * spread apply to both we have to take a scale average and apply that instead.\n * We could potentially improve the outcome of this by incorporating the ratio between\n * the two scales.\n */\n const averageScale = mixNumber(xScale, yScale, 0.5);\n // Blur\n if (typeof shadow[2 + offset] === \"number\")\n shadow[2 + offset] /= averageScale;\n // Spread\n if (typeof shadow[3 + offset] === \"number\")\n shadow[3 + offset] /= averageScale;\n return template(shadow);\n },\n};\n\nexport { correctBoxShadow };\n","\"use client\";\nimport { jsx } from 'react/jsx-runtime';\nimport { useContext, Component } from 'react';\nimport { usePresence } from '../../../components/AnimatePresence/use-presence.mjs';\nimport { LayoutGroupContext } from '../../../context/LayoutGroupContext.mjs';\nimport { SwitchLayoutGroupContext } from '../../../context/SwitchLayoutGroupContext.mjs';\nimport { globalProjectionState } from '../../../projection/node/state.mjs';\nimport { correctBorderRadius } from '../../../projection/styles/scale-border-radius.mjs';\nimport { correctBoxShadow } from '../../../projection/styles/scale-box-shadow.mjs';\nimport { addScaleCorrector } from '../../../projection/styles/scale-correction.mjs';\nimport { microtask } from '../../../frameloop/microtask.mjs';\nimport { frame } from '../../../frameloop/frame.mjs';\n\nclass MeasureLayoutWithContext extends Component {\n /**\n * This only mounts projection nodes for components that\n * need measuring, we might want to do it for all components\n * in order to incorporate transforms\n */\n componentDidMount() {\n const { visualElement, layoutGroup, switchLayoutGroup, layoutId } = this.props;\n const { projection } = visualElement;\n addScaleCorrector(defaultScaleCorrectors);\n if (projection) {\n if (layoutGroup.group)\n layoutGroup.group.add(projection);\n if (switchLayoutGroup && switchLayoutGroup.register && layoutId) {\n switchLayoutGroup.register(projection);\n }\n projection.root.didUpdate();\n projection.addEventListener(\"animationComplete\", () => {\n this.safeToRemove();\n });\n projection.setOptions({\n ...projection.options,\n onExitComplete: () => this.safeToRemove(),\n });\n }\n globalProjectionState.hasEverUpdated = true;\n }\n getSnapshotBeforeUpdate(prevProps) {\n const { layoutDependency, visualElement, drag, isPresent } = this.props;\n const projection = visualElement.projection;\n if (!projection)\n return null;\n /**\n * TODO: We use this data in relegate to determine whether to\n * promote a previous element. There's no guarantee its presence data\n * will have updated by this point - if a bug like this arises it will\n * have to be that we markForRelegation and then find a new lead some other way,\n * perhaps in didUpdate\n */\n projection.isPresent = isPresent;\n if (drag ||\n prevProps.layoutDependency !== layoutDependency ||\n layoutDependency === undefined) {\n projection.willUpdate();\n }\n else {\n this.safeToRemove();\n }\n if (prevProps.isPresent !== isPresent) {\n if (isPresent) {\n projection.promote();\n }\n else if (!projection.relegate()) {\n /**\n * If there's another stack member taking over from this one,\n * it's in charge of the exit animation and therefore should\n * be in charge of the safe to remove. Otherwise we call it here.\n */\n frame.postRender(() => {\n const stack = projection.getStack();\n if (!stack || !stack.members.length) {\n this.safeToRemove();\n }\n });\n }\n }\n return null;\n }\n componentDidUpdate() {\n const { projection } = this.props.visualElement;\n if (projection) {\n projection.root.didUpdate();\n microtask.postRender(() => {\n if (!projection.currentAnimation && projection.isLead()) {\n this.safeToRemove();\n }\n });\n }\n }\n componentWillUnmount() {\n const { visualElement, layoutGroup, switchLayoutGroup: promoteContext, } = this.props;\n const { projection } = visualElement;\n if (projection) {\n projection.scheduleCheckAfterUnmount();\n if (layoutGroup && layoutGroup.group)\n layoutGroup.group.remove(projection);\n if (promoteContext && promoteContext.deregister)\n promoteContext.deregister(projection);\n }\n }\n safeToRemove() {\n const { safeToRemove } = this.props;\n safeToRemove && safeToRemove();\n }\n render() {\n return null;\n }\n}\nfunction MeasureLayout(props) {\n const [isPresent, safeToRemove] = usePresence();\n const layoutGroup = useContext(LayoutGroupContext);\n return (jsx(MeasureLayoutWithContext, { ...props, layoutGroup: layoutGroup, switchLayoutGroup: useContext(SwitchLayoutGroupContext), isPresent: isPresent, safeToRemove: safeToRemove }));\n}\nconst defaultScaleCorrectors = {\n borderRadius: {\n ...correctBorderRadius,\n applyTo: [\n \"borderTopLeftRadius\",\n \"borderTopRightRadius\",\n \"borderBottomLeftRadius\",\n \"borderBottomRightRadius\",\n ],\n },\n borderTopLeftRadius: correctBorderRadius,\n borderTopRightRadius: correctBorderRadius,\n borderBottomLeftRadius: correctBorderRadius,\n borderBottomRightRadius: correctBorderRadius,\n boxShadow: correctBoxShadow,\n};\n\nexport { MeasureLayout };\n","const compareByDepth = (a, b) => a.depth - b.depth;\n\nexport { compareByDepth };\n","import { addUniqueItem, removeItem } from '../../utils/array.mjs';\nimport { compareByDepth } from './compare-by-depth.mjs';\n\nclass FlatTree {\n constructor() {\n this.children = [];\n this.isDirty = false;\n }\n add(child) {\n addUniqueItem(this.children, child);\n this.isDirty = true;\n }\n remove(child) {\n removeItem(this.children, child);\n this.isDirty = true;\n }\n forEach(callback) {\n this.isDirty && this.children.sort(compareByDepth);\n this.isDirty = false;\n this.children.forEach(callback);\n }\n}\n\nexport { FlatTree };\n","import '../../../../motion-utils/dist/es/errors.mjs';\nimport { secondsToMilliseconds } from '../../../../motion-utils/dist/es/time-conversion.mjs';\nimport { time } from '../frameloop/sync-time.mjs';\nimport { frame, cancelFrame } from '../frameloop/frame.mjs';\n\n/**\n * Timeout defined in ms\n */\nfunction delay(callback, timeout) {\n const start = time.now();\n const checkElapsed = ({ timestamp }) => {\n const elapsed = timestamp - start;\n if (elapsed >= timeout) {\n cancelFrame(checkElapsed);\n callback(elapsed - timeout);\n }\n };\n frame.read(checkElapsed, true);\n return () => cancelFrame(checkElapsed);\n}\nfunction delayInSeconds(callback, timeout) {\n return delay(callback, secondsToMilliseconds(timeout));\n}\n\nexport { delay, delayInSeconds };\n","import '../../../../../motion-utils/dist/es/errors.mjs';\nimport { noop } from '../../../../../motion-utils/dist/es/noop.mjs';\nimport { progress } from '../../../../../motion-utils/dist/es/progress.mjs';\nimport { circOut } from '../../easing/circ.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\nimport { percent, px } from '../../value/types/numbers/units.mjs';\n\nconst borders = [\"TopLeft\", \"TopRight\", \"BottomLeft\", \"BottomRight\"];\nconst numBorders = borders.length;\nconst asNumber = (value) => typeof value === \"string\" ? parseFloat(value) : value;\nconst isPx = (value) => typeof value === \"number\" || px.test(value);\nfunction mixValues(target, follow, lead, progress, shouldCrossfadeOpacity, isOnlyMember) {\n if (shouldCrossfadeOpacity) {\n target.opacity = mixNumber(0, \n // TODO Reinstate this if only child\n lead.opacity !== undefined ? lead.opacity : 1, easeCrossfadeIn(progress));\n target.opacityExit = mixNumber(follow.opacity !== undefined ? follow.opacity : 1, 0, easeCrossfadeOut(progress));\n }\n else if (isOnlyMember) {\n target.opacity = mixNumber(follow.opacity !== undefined ? follow.opacity : 1, lead.opacity !== undefined ? lead.opacity : 1, progress);\n }\n /**\n * Mix border radius\n */\n for (let i = 0; i < numBorders; i++) {\n const borderLabel = `border${borders[i]}Radius`;\n let followRadius = getRadius(follow, borderLabel);\n let leadRadius = getRadius(lead, borderLabel);\n if (followRadius === undefined && leadRadius === undefined)\n continue;\n followRadius || (followRadius = 0);\n leadRadius || (leadRadius = 0);\n const canMix = followRadius === 0 ||\n leadRadius === 0 ||\n isPx(followRadius) === isPx(leadRadius);\n if (canMix) {\n target[borderLabel] = Math.max(mixNumber(asNumber(followRadius), asNumber(leadRadius), progress), 0);\n if (percent.test(leadRadius) || percent.test(followRadius)) {\n target[borderLabel] += \"%\";\n }\n }\n else {\n target[borderLabel] = leadRadius;\n }\n }\n /**\n * Mix rotation\n */\n if (follow.rotate || lead.rotate) {\n target.rotate = mixNumber(follow.rotate || 0, lead.rotate || 0, progress);\n }\n}\nfunction getRadius(values, radiusName) {\n return values[radiusName] !== undefined\n ? values[radiusName]\n : values.borderRadius;\n}\n// /**\n// * We only want to mix the background color if there's a follow element\n// * that we're not crossfading opacity between. For instance with switch\n// * AnimateSharedLayout animations, this helps the illusion of a continuous\n// * element being animated but also cuts down on the number of paints triggered\n// * for elements where opacity is doing that work for us.\n// */\n// if (\n// !hasFollowElement &&\n// latestLeadValues.backgroundColor &&\n// latestFollowValues.backgroundColor\n// ) {\n// /**\n// * This isn't ideal performance-wise as mixColor is creating a new function every frame.\n// * We could probably create a mixer that runs at the start of the animation but\n// * the idea behind the crossfader is that it runs dynamically between two potentially\n// * changing targets (ie opacity or borderRadius may be animating independently via variants)\n// */\n// leadState.backgroundColor = followState.backgroundColor = mixColor(\n// latestFollowValues.backgroundColor as string,\n// latestLeadValues.backgroundColor as string\n// )(p)\n// }\nconst easeCrossfadeIn = /*@__PURE__*/ compress(0, 0.5, circOut);\nconst easeCrossfadeOut = /*@__PURE__*/ compress(0.5, 0.95, noop);\nfunction compress(min, max, easing) {\n return (p) => {\n // Could replace ifs with clamp\n if (p < min)\n return 0;\n if (p > max)\n return 1;\n return easing(progress(min, max, p));\n };\n}\n\nexport { mixValues };\n","/**\n * Reset an axis to the provided origin box.\n *\n * This is a mutative operation.\n */\nfunction copyAxisInto(axis, originAxis) {\n axis.min = originAxis.min;\n axis.max = originAxis.max;\n}\n/**\n * Reset a box to the provided origin box.\n *\n * This is a mutative operation.\n */\nfunction copyBoxInto(box, originBox) {\n copyAxisInto(box.x, originBox.x);\n copyAxisInto(box.y, originBox.y);\n}\n/**\n * Reset a delta to the provided origin box.\n *\n * This is a mutative operation.\n */\nfunction copyAxisDeltaInto(delta, originDelta) {\n delta.translate = originDelta.translate;\n delta.scale = originDelta.scale;\n delta.originPoint = originDelta.originPoint;\n delta.origin = originDelta.origin;\n}\n\nexport { copyAxisDeltaInto, copyAxisInto, copyBoxInto };\n","import { mixNumber } from '../../utils/mix/number.mjs';\nimport { percent } from '../../value/types/numbers/units.mjs';\nimport { scalePoint } from './delta-apply.mjs';\n\n/**\n * Remove a delta from a point. This is essentially the steps of applyPointDelta in reverse\n */\nfunction removePointDelta(point, translate, scale, originPoint, boxScale) {\n point -= translate;\n point = scalePoint(point, 1 / scale, originPoint);\n if (boxScale !== undefined) {\n point = scalePoint(point, 1 / boxScale, originPoint);\n }\n return point;\n}\n/**\n * Remove a delta from an axis. This is essentially the steps of applyAxisDelta in reverse\n */\nfunction removeAxisDelta(axis, translate = 0, scale = 1, origin = 0.5, boxScale, originAxis = axis, sourceAxis = axis) {\n if (percent.test(translate)) {\n translate = parseFloat(translate);\n const relativeProgress = mixNumber(sourceAxis.min, sourceAxis.max, translate / 100);\n translate = relativeProgress - sourceAxis.min;\n }\n if (typeof translate !== \"number\")\n return;\n let originPoint = mixNumber(originAxis.min, originAxis.max, origin);\n if (axis === originAxis)\n originPoint -= translate;\n axis.min = removePointDelta(axis.min, translate, scale, originPoint, boxScale);\n axis.max = removePointDelta(axis.max, translate, scale, originPoint, boxScale);\n}\n/**\n * Remove a transforms from an axis. This is essentially the steps of applyAxisTransforms in reverse\n * and acts as a bridge between motion values and removeAxisDelta\n */\nfunction removeAxisTransforms(axis, transforms, [key, scaleKey, originKey], origin, sourceAxis) {\n removeAxisDelta(axis, transforms[key], transforms[scaleKey], transforms[originKey], transforms.scale, origin, sourceAxis);\n}\n/**\n * The names of the motion values we want to apply as translation, scale and origin.\n */\nconst xKeys = [\"x\", \"scaleX\", \"originX\"];\nconst yKeys = [\"y\", \"scaleY\", \"originY\"];\n/**\n * Remove a transforms from an box. This is essentially the steps of applyAxisBox in reverse\n * and acts as a bridge between motion values and removeAxisDelta\n */\nfunction removeBoxTransforms(box, transforms, originBox, sourceBox) {\n removeAxisTransforms(box.x, transforms, xKeys, originBox ? originBox.x : undefined, sourceBox ? sourceBox.x : undefined);\n removeAxisTransforms(box.y, transforms, yKeys, originBox ? originBox.y : undefined, sourceBox ? sourceBox.y : undefined);\n}\n\nexport { removeAxisDelta, removeAxisTransforms, removeBoxTransforms, removePointDelta };\n","import { calcLength } from './delta-calc.mjs';\n\nfunction isAxisDeltaZero(delta) {\n return delta.translate === 0 && delta.scale === 1;\n}\nfunction isDeltaZero(delta) {\n return isAxisDeltaZero(delta.x) && isAxisDeltaZero(delta.y);\n}\nfunction axisEquals(a, b) {\n return a.min === b.min && a.max === b.max;\n}\nfunction boxEquals(a, b) {\n return axisEquals(a.x, b.x) && axisEquals(a.y, b.y);\n}\nfunction axisEqualsRounded(a, b) {\n return (Math.round(a.min) === Math.round(b.min) &&\n Math.round(a.max) === Math.round(b.max));\n}\nfunction boxEqualsRounded(a, b) {\n return axisEqualsRounded(a.x, b.x) && axisEqualsRounded(a.y, b.y);\n}\nfunction aspectRatio(box) {\n return calcLength(box.x) / calcLength(box.y);\n}\nfunction axisDeltaEquals(a, b) {\n return (a.translate === b.translate &&\n a.scale === b.scale &&\n a.originPoint === b.originPoint);\n}\n\nexport { aspectRatio, axisDeltaEquals, axisEquals, axisEqualsRounded, boxEquals, boxEqualsRounded, isDeltaZero };\n","import { addUniqueItem, removeItem } from '../../utils/array.mjs';\n\nclass NodeStack {\n constructor() {\n this.members = [];\n }\n add(node) {\n addUniqueItem(this.members, node);\n node.scheduleRender();\n }\n remove(node) {\n removeItem(this.members, node);\n if (node === this.prevLead) {\n this.prevLead = undefined;\n }\n if (node === this.lead) {\n const prevLead = this.members[this.members.length - 1];\n if (prevLead) {\n this.promote(prevLead);\n }\n }\n }\n relegate(node) {\n const indexOfNode = this.members.findIndex((member) => node === member);\n if (indexOfNode === 0)\n return false;\n /**\n * Find the next projection node that is present\n */\n let prevLead;\n for (let i = indexOfNode; i >= 0; i--) {\n const member = this.members[i];\n if (member.isPresent !== false) {\n prevLead = member;\n break;\n }\n }\n if (prevLead) {\n this.promote(prevLead);\n return true;\n }\n else {\n return false;\n }\n }\n promote(node, preserveFollowOpacity) {\n const prevLead = this.lead;\n if (node === prevLead)\n return;\n this.prevLead = prevLead;\n this.lead = node;\n node.show();\n if (prevLead) {\n prevLead.instance && prevLead.scheduleRender();\n node.scheduleRender();\n node.resumeFrom = prevLead;\n if (preserveFollowOpacity) {\n node.resumeFrom.preserveOpacity = true;\n }\n if (prevLead.snapshot) {\n node.snapshot = prevLead.snapshot;\n node.snapshot.latestValues =\n prevLead.animationValues || prevLead.latestValues;\n }\n if (node.root && node.root.isUpdating) {\n node.isLayoutDirty = true;\n }\n const { crossfade } = node.options;\n if (crossfade === false) {\n prevLead.hide();\n }\n /**\n * TODO:\n * - Test border radius when previous node was deleted\n * - boxShadow mixing\n * - Shared between element A in scrolled container and element B (scroll stays the same or changes)\n * - Shared between element A in transformed container and element B (transform stays the same or changes)\n * - Shared between element A in scrolled page and element B (scroll stays the same or changes)\n * ---\n * - Crossfade opacity of root nodes\n * - layoutId changes after animation\n * - layoutId changes mid animation\n */\n }\n }\n exitAnimationComplete() {\n this.members.forEach((node) => {\n const { options, resumingFrom } = node;\n options.onExitComplete && options.onExitComplete();\n if (resumingFrom) {\n resumingFrom.options.onExitComplete &&\n resumingFrom.options.onExitComplete();\n }\n });\n }\n scheduleRender() {\n this.members.forEach((node) => {\n node.instance && node.scheduleRender(false);\n });\n }\n /**\n * Clear any leads that have been removed this render to prevent them from being\n * used in future animations and to prevent memory leaks\n */\n removeLeadSnapshot() {\n if (this.lead && this.lead.snapshot) {\n this.lead.snapshot = undefined;\n }\n }\n}\n\nexport { NodeStack };\n","function buildProjectionTransform(delta, treeScale, latestTransform) {\n let transform = \"\";\n /**\n * The translations we use to calculate are always relative to the viewport coordinate space.\n * But when we apply scales, we also scale the coordinate space of an element and its children.\n * For instance if we have a treeScale (the culmination of all parent scales) of 0.5 and we need\n * to move an element 100 pixels, we actually need to move it 200 in within that scaled space.\n */\n const xTranslate = delta.x.translate / treeScale.x;\n const yTranslate = delta.y.translate / treeScale.y;\n const zTranslate = (latestTransform === null || latestTransform === void 0 ? void 0 : latestTransform.z) || 0;\n if (xTranslate || yTranslate || zTranslate) {\n transform = `translate3d(${xTranslate}px, ${yTranslate}px, ${zTranslate}px) `;\n }\n /**\n * Apply scale correction for the tree transform.\n * This will apply scale to the screen-orientated axes.\n */\n if (treeScale.x !== 1 || treeScale.y !== 1) {\n transform += `scale(${1 / treeScale.x}, ${1 / treeScale.y}) `;\n }\n if (latestTransform) {\n const { transformPerspective, rotate, rotateX, rotateY, skewX, skewY } = latestTransform;\n if (transformPerspective)\n transform = `perspective(${transformPerspective}px) ${transform}`;\n if (rotate)\n transform += `rotate(${rotate}deg) `;\n if (rotateX)\n transform += `rotateX(${rotateX}deg) `;\n if (rotateY)\n transform += `rotateY(${rotateY}deg) `;\n if (skewX)\n transform += `skewX(${skewX}deg) `;\n if (skewY)\n transform += `skewY(${skewY}deg) `;\n }\n /**\n * Apply scale to match the size of the element to the size we want it.\n * This will apply scale to the element-orientated axes.\n */\n const elementScaleX = delta.x.scale * treeScale.x;\n const elementScaleY = delta.y.scale * treeScale.y;\n if (elementScaleX !== 1 || elementScaleY !== 1) {\n transform += `scale(${elementScaleX}, ${elementScaleY})`;\n }\n return transform || \"none\";\n}\n\nexport { buildProjectionTransform };\n","import '../../../../../motion-utils/dist/es/errors.mjs';\nimport { noop } from '../../../../../motion-utils/dist/es/noop.mjs';\nimport { getValueTransition } from '../../../../../motion-dom/dist/es/animation/utils/get-value-transition.mjs';\nimport { animateSingleValue } from '../../animation/animate/single-value.mjs';\nimport { getOptimisedAppearId } from '../../animation/optimized-appear/get-appear-id.mjs';\nimport { cancelFrame, frameData, frameSteps, frame } from '../../frameloop/frame.mjs';\nimport { microtask } from '../../frameloop/microtask.mjs';\nimport { time } from '../../frameloop/sync-time.mjs';\nimport { isSVGElement } from '../../render/dom/utils/is-svg-element.mjs';\nimport { FlatTree } from '../../render/utils/flat-tree.mjs';\nimport { clamp } from '../../utils/clamp.mjs';\nimport { delay } from '../../utils/delay.mjs';\nimport { mixNumber } from '../../utils/mix/number.mjs';\nimport { SubscriptionManager } from '../../utils/subscription-manager.mjs';\nimport { resolveMotionValue } from '../../value/utils/resolve-motion-value.mjs';\nimport { mixValues } from '../animation/mix-values.mjs';\nimport { copyBoxInto, copyAxisDeltaInto } from '../geometry/copy.mjs';\nimport { translateAxis, transformBox, applyBoxDelta, applyTreeDeltas } from '../geometry/delta-apply.mjs';\nimport { calcRelativePosition, calcRelativeBox, calcBoxDelta, calcLength, isNear } from '../geometry/delta-calc.mjs';\nimport { removeBoxTransforms } from '../geometry/delta-remove.mjs';\nimport { createBox, createDelta } from '../geometry/models.mjs';\nimport { boxEqualsRounded, isDeltaZero, axisDeltaEquals, aspectRatio, boxEquals } from '../geometry/utils.mjs';\nimport { NodeStack } from '../shared/stack.mjs';\nimport { scaleCorrectors } from '../styles/scale-correction.mjs';\nimport { buildProjectionTransform } from '../styles/transform.mjs';\nimport { eachAxis } from '../utils/each-axis.mjs';\nimport { hasTransform, hasScale, has2DTranslate } from '../utils/has-transform.mjs';\nimport { globalProjectionState } from './state.mjs';\n\nconst metrics = {\n type: \"projectionFrame\",\n totalNodes: 0,\n resolvedTargetDeltas: 0,\n recalculatedProjection: 0,\n};\nconst isDebug = typeof window !== \"undefined\" && window.MotionDebug !== undefined;\nconst transformAxes = [\"\", \"X\", \"Y\", \"Z\"];\nconst hiddenVisibility = { visibility: \"hidden\" };\n/**\n * We use 1000 as the animation target as 0-1000 maps better to pixels than 0-1\n * which has a noticeable difference in spring animations\n */\nconst animationTarget = 1000;\nlet id = 0;\nfunction resetDistortingTransform(key, visualElement, values, sharedAnimationValues) {\n const { latestValues } = visualElement;\n // Record the distorting transform and then temporarily set it to 0\n if (latestValues[key]) {\n values[key] = latestValues[key];\n visualElement.setStaticValue(key, 0);\n if (sharedAnimationValues) {\n sharedAnimationValues[key] = 0;\n }\n }\n}\nfunction cancelTreeOptimisedTransformAnimations(projectionNode) {\n projectionNode.hasCheckedOptimisedAppear = true;\n if (projectionNode.root === projectionNode)\n return;\n const { visualElement } = projectionNode.options;\n if (!visualElement)\n return;\n const appearId = getOptimisedAppearId(visualElement);\n if (window.MotionHasOptimisedAnimation(appearId, \"transform\")) {\n const { layout, layoutId } = projectionNode.options;\n window.MotionCancelOptimisedAnimation(appearId, \"transform\", frame, !(layout || layoutId));\n }\n const { parent } = projectionNode;\n if (parent && !parent.hasCheckedOptimisedAppear) {\n cancelTreeOptimisedTransformAnimations(parent);\n }\n}\nfunction createProjectionNode({ attachResizeListener, defaultParent, measureScroll, checkIsScrollRoot, resetTransform, }) {\n return class ProjectionNode {\n constructor(latestValues = {}, parent = defaultParent === null || defaultParent === void 0 ? void 0 : defaultParent()) {\n /**\n * A unique ID generated for every projection node.\n */\n this.id = id++;\n /**\n * An id that represents a unique session instigated by startUpdate.\n */\n this.animationId = 0;\n /**\n * A Set containing all this component's children. This is used to iterate\n * through the children.\n *\n * TODO: This could be faster to iterate as a flat array stored on the root node.\n */\n this.children = new Set();\n /**\n * Options for the node. We use this to configure what kind of layout animations\n * we should perform (if any).\n */\n this.options = {};\n /**\n * We use this to detect when its safe to shut down part of a projection tree.\n * We have to keep projecting children for scale correction and relative projection\n * until all their parents stop performing layout animations.\n */\n this.isTreeAnimating = false;\n this.isAnimationBlocked = false;\n /**\n * Flag to true if we think this layout has been changed. We can't always know this,\n * currently we set it to true every time a component renders, or if it has a layoutDependency\n * if that has changed between renders. Additionally, components can be grouped by LayoutGroup\n * and if one node is dirtied, they all are.\n */\n this.isLayoutDirty = false;\n /**\n * Flag to true if we think the projection calculations for this node needs\n * recalculating as a result of an updated transform or layout animation.\n */\n this.isProjectionDirty = false;\n /**\n * Flag to true if the layout *or* transform has changed. This then gets propagated\n * throughout the projection tree, forcing any element below to recalculate on the next frame.\n */\n this.isSharedProjectionDirty = false;\n /**\n * Flag transform dirty. This gets propagated throughout the whole tree but is only\n * respected by shared nodes.\n */\n this.isTransformDirty = false;\n /**\n * Block layout updates for instant layout transitions throughout the tree.\n */\n this.updateManuallyBlocked = false;\n this.updateBlockedByResize = false;\n /**\n * Set to true between the start of the first `willUpdate` call and the end of the `didUpdate`\n * call.\n */\n this.isUpdating = false;\n /**\n * If this is an SVG element we currently disable projection transforms\n */\n this.isSVG = false;\n /**\n * Flag to true (during promotion) if a node doing an instant layout transition needs to reset\n * its projection styles.\n */\n this.needsReset = false;\n /**\n * Flags whether this node should have its transform reset prior to measuring.\n */\n this.shouldResetTransform = false;\n /**\n * Store whether this node has been checked for optimised appear animations. As\n * effects fire bottom-up, and we want to look up the tree for appear animations,\n * this makes sure we only check each path once, stopping at nodes that\n * have already been checked.\n */\n this.hasCheckedOptimisedAppear = false;\n /**\n * An object representing the calculated contextual/accumulated/tree scale.\n * This will be used to scale calculcated projection transforms, as these are\n * calculated in screen-space but need to be scaled for elements to layoutly\n * make it to their calculated destinations.\n *\n * TODO: Lazy-init\n */\n this.treeScale = { x: 1, y: 1 };\n /**\n *\n */\n this.eventHandlers = new Map();\n this.hasTreeAnimated = false;\n // Note: Currently only running on root node\n this.updateScheduled = false;\n this.scheduleUpdate = () => this.update();\n this.projectionUpdateScheduled = false;\n this.checkUpdateFailed = () => {\n if (this.isUpdating) {\n this.isUpdating = false;\n this.clearAllSnapshots();\n }\n };\n /**\n * This is a multi-step process as shared nodes might be of different depths. Nodes\n * are sorted by depth order, so we need to resolve the entire tree before moving to\n * the next step.\n */\n this.updateProjection = () => {\n this.projectionUpdateScheduled = false;\n /**\n * Reset debug counts. Manually resetting rather than creating a new\n * object each frame.\n */\n if (isDebug) {\n metrics.totalNodes =\n metrics.resolvedTargetDeltas =\n metrics.recalculatedProjection =\n 0;\n }\n this.nodes.forEach(propagateDirtyNodes);\n this.nodes.forEach(resolveTargetDelta);\n this.nodes.forEach(calcProjection);\n this.nodes.forEach(cleanDirtyNodes);\n if (isDebug) {\n window.MotionDebug.record(metrics);\n }\n };\n /**\n * Frame calculations\n */\n this.resolvedRelativeTargetAt = 0.0;\n this.hasProjected = false;\n this.isVisible = true;\n this.animationProgress = 0;\n /**\n * Shared layout\n */\n // TODO Only running on root node\n this.sharedNodes = new Map();\n this.latestValues = latestValues;\n this.root = parent ? parent.root || parent : this;\n this.path = parent ? [...parent.path, parent] : [];\n this.parent = parent;\n this.depth = parent ? parent.depth + 1 : 0;\n for (let i = 0; i < this.path.length; i++) {\n this.path[i].shouldResetTransform = true;\n }\n if (this.root === this)\n this.nodes = new FlatTree();\n }\n addEventListener(name, handler) {\n if (!this.eventHandlers.has(name)) {\n this.eventHandlers.set(name, new SubscriptionManager());\n }\n return this.eventHandlers.get(name).add(handler);\n }\n notifyListeners(name, ...args) {\n const subscriptionManager = this.eventHandlers.get(name);\n subscriptionManager && subscriptionManager.notify(...args);\n }\n hasListeners(name) {\n return this.eventHandlers.has(name);\n }\n /**\n * Lifecycles\n */\n mount(instance, isLayoutDirty = this.root.hasTreeAnimated) {\n if (this.instance)\n return;\n this.isSVG = isSVGElement(instance);\n this.instance = instance;\n const { layoutId, layout, visualElement } = this.options;\n if (visualElement && !visualElement.current) {\n visualElement.mount(instance);\n }\n this.root.nodes.add(this);\n this.parent && this.parent.children.add(this);\n if (isLayoutDirty && (layout || layoutId)) {\n this.isLayoutDirty = true;\n }\n if (attachResizeListener) {\n let cancelDelay;\n const resizeUnblockUpdate = () => (this.root.updateBlockedByResize = false);\n attachResizeListener(instance, () => {\n this.root.updateBlockedByResize = true;\n cancelDelay && cancelDelay();\n cancelDelay = delay(resizeUnblockUpdate, 250);\n if (globalProjectionState.hasAnimatedSinceResize) {\n globalProjectionState.hasAnimatedSinceResize = false;\n this.nodes.forEach(finishAnimation);\n }\n });\n }\n if (layoutId) {\n this.root.registerSharedNode(layoutId, this);\n }\n // Only register the handler if it requires layout animation\n if (this.options.animate !== false &&\n visualElement &&\n (layoutId || layout)) {\n this.addEventListener(\"didUpdate\", ({ delta, hasLayoutChanged, hasRelativeTargetChanged, layout: newLayout, }) => {\n if (this.isTreeAnimationBlocked()) {\n this.target = undefined;\n this.relativeTarget = undefined;\n return;\n }\n // TODO: Check here if an animation exists\n const layoutTransition = this.options.transition ||\n visualElement.getDefaultTransition() ||\n defaultLayoutTransition;\n const { onLayoutAnimationStart, onLayoutAnimationComplete, } = visualElement.getProps();\n /**\n * The target layout of the element might stay the same,\n * but its position relative to its parent has changed.\n */\n const targetChanged = !this.targetLayout ||\n !boxEqualsRounded(this.targetLayout, newLayout) ||\n hasRelativeTargetChanged;\n /**\n * If the layout hasn't seemed to have changed, it might be that the\n * element is visually in the same place in the document but its position\n * relative to its parent has indeed changed. So here we check for that.\n */\n const hasOnlyRelativeTargetChanged = !hasLayoutChanged && hasRelativeTargetChanged;\n if (this.options.layoutRoot ||\n (this.resumeFrom && this.resumeFrom.instance) ||\n hasOnlyRelativeTargetChanged ||\n (hasLayoutChanged &&\n (targetChanged || !this.currentAnimation))) {\n if (this.resumeFrom) {\n this.resumingFrom = this.resumeFrom;\n this.resumingFrom.resumingFrom = undefined;\n }\n this.setAnimationOrigin(delta, hasOnlyRelativeTargetChanged);\n const animationOptions = {\n ...getValueTransition(layoutTransition, \"layout\"),\n onPlay: onLayoutAnimationStart,\n onComplete: onLayoutAnimationComplete,\n };\n if (visualElement.shouldReduceMotion ||\n this.options.layoutRoot) {\n animationOptions.delay = 0;\n animationOptions.type = false;\n }\n this.startAnimation(animationOptions);\n }\n else {\n /**\n * If the layout hasn't changed and we have an animation that hasn't started yet,\n * finish it immediately. Otherwise it will be animating from a location\n * that was probably never commited to screen and look like a jumpy box.\n */\n if (!hasLayoutChanged) {\n finishAnimation(this);\n }\n if (this.isLead() && this.options.onExitComplete) {\n this.options.onExitComplete();\n }\n }\n this.targetLayout = newLayout;\n });\n }\n }\n unmount() {\n this.options.layoutId && this.willUpdate();\n this.root.nodes.remove(this);\n const stack = this.getStack();\n stack && stack.remove(this);\n this.parent && this.parent.children.delete(this);\n this.instance = undefined;\n cancelFrame(this.updateProjection);\n }\n // only on the root\n blockUpdate() {\n this.updateManuallyBlocked = true;\n }\n unblockUpdate() {\n this.updateManuallyBlocked = false;\n }\n isUpdateBlocked() {\n return this.updateManuallyBlocked || this.updateBlockedByResize;\n }\n isTreeAnimationBlocked() {\n return (this.isAnimationBlocked ||\n (this.parent && this.parent.isTreeAnimationBlocked()) ||\n false);\n }\n // Note: currently only running on root node\n startUpdate() {\n if (this.isUpdateBlocked())\n return;\n this.isUpdating = true;\n this.nodes && this.nodes.forEach(resetSkewAndRotation);\n this.animationId++;\n }\n getTransformTemplate() {\n const { visualElement } = this.options;\n return visualElement && visualElement.getProps().transformTemplate;\n }\n willUpdate(shouldNotifyListeners = true) {\n this.root.hasTreeAnimated = true;\n if (this.root.isUpdateBlocked()) {\n this.options.onExitComplete && this.options.onExitComplete();\n return;\n }\n /**\n * If we're running optimised appear animations then these must be\n * cancelled before measuring the DOM. This is so we can measure\n * the true layout of the element rather than the WAAPI animation\n * which will be unaffected by the resetSkewAndRotate step.\n *\n * Note: This is a DOM write. Worst case scenario is this is sandwiched\n * between other snapshot reads which will cause unnecessary style recalculations.\n * This has to happen here though, as we don't yet know which nodes will need\n * snapshots in startUpdate(), but we only want to cancel optimised animations\n * if a layout animation measurement is actually going to be affected by them.\n */\n if (window.MotionCancelOptimisedAnimation &&\n !this.hasCheckedOptimisedAppear) {\n cancelTreeOptimisedTransformAnimations(this);\n }\n !this.root.isUpdating && this.root.startUpdate();\n if (this.isLayoutDirty)\n return;\n this.isLayoutDirty = true;\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n node.shouldResetTransform = true;\n node.updateScroll(\"snapshot\");\n if (node.options.layoutRoot) {\n node.willUpdate(false);\n }\n }\n const { layoutId, layout } = this.options;\n if (layoutId === undefined && !layout)\n return;\n const transformTemplate = this.getTransformTemplate();\n this.prevTransformTemplateValue = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : undefined;\n this.updateSnapshot();\n shouldNotifyListeners && this.notifyListeners(\"willUpdate\");\n }\n update() {\n this.updateScheduled = false;\n const updateWasBlocked = this.isUpdateBlocked();\n // When doing an instant transition, we skip the layout update,\n // but should still clean up the measurements so that the next\n // snapshot could be taken correctly.\n if (updateWasBlocked) {\n this.unblockUpdate();\n this.clearAllSnapshots();\n this.nodes.forEach(clearMeasurements);\n return;\n }\n if (!this.isUpdating) {\n this.nodes.forEach(clearIsLayoutDirty);\n }\n this.isUpdating = false;\n /**\n * Write\n */\n this.nodes.forEach(resetTransformStyle);\n /**\n * Read ==================\n */\n // Update layout measurements of updated children\n this.nodes.forEach(updateLayout);\n /**\n * Write\n */\n // Notify listeners that the layout is updated\n this.nodes.forEach(notifyLayoutUpdate);\n this.clearAllSnapshots();\n /**\n * Manually flush any pending updates. Ideally\n * we could leave this to the following requestAnimationFrame but this seems\n * to leave a flash of incorrectly styled content.\n */\n const now = time.now();\n frameData.delta = clamp(0, 1000 / 60, now - frameData.timestamp);\n frameData.timestamp = now;\n frameData.isProcessing = true;\n frameSteps.update.process(frameData);\n frameSteps.preRender.process(frameData);\n frameSteps.render.process(frameData);\n frameData.isProcessing = false;\n }\n didUpdate() {\n if (!this.updateScheduled) {\n this.updateScheduled = true;\n microtask.read(this.scheduleUpdate);\n }\n }\n clearAllSnapshots() {\n this.nodes.forEach(clearSnapshot);\n this.sharedNodes.forEach(removeLeadSnapshots);\n }\n scheduleUpdateProjection() {\n if (!this.projectionUpdateScheduled) {\n this.projectionUpdateScheduled = true;\n frame.preRender(this.updateProjection, false, true);\n }\n }\n scheduleCheckAfterUnmount() {\n /**\n * If the unmounting node is in a layoutGroup and did trigger a willUpdate,\n * we manually call didUpdate to give a chance to the siblings to animate.\n * Otherwise, cleanup all snapshots to prevents future nodes from reusing them.\n */\n frame.postRender(() => {\n if (this.isLayoutDirty) {\n this.root.didUpdate();\n }\n else {\n this.root.checkUpdateFailed();\n }\n });\n }\n /**\n * Update measurements\n */\n updateSnapshot() {\n if (this.snapshot || !this.instance)\n return;\n this.snapshot = this.measure();\n }\n updateLayout() {\n if (!this.instance)\n return;\n // TODO: Incorporate into a forwarded scroll offset\n this.updateScroll();\n if (!(this.options.alwaysMeasureLayout && this.isLead()) &&\n !this.isLayoutDirty) {\n return;\n }\n /**\n * When a node is mounted, it simply resumes from the prevLead's\n * snapshot instead of taking a new one, but the ancestors scroll\n * might have updated while the prevLead is unmounted. We need to\n * update the scroll again to make sure the layout we measure is\n * up to date.\n */\n if (this.resumeFrom && !this.resumeFrom.instance) {\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n node.updateScroll();\n }\n }\n const prevLayout = this.layout;\n this.layout = this.measure(false);\n this.layoutCorrected = createBox();\n this.isLayoutDirty = false;\n this.projectionDelta = undefined;\n this.notifyListeners(\"measure\", this.layout.layoutBox);\n const { visualElement } = this.options;\n visualElement &&\n visualElement.notify(\"LayoutMeasure\", this.layout.layoutBox, prevLayout ? prevLayout.layoutBox : undefined);\n }\n updateScroll(phase = \"measure\") {\n let needsMeasurement = Boolean(this.options.layoutScroll && this.instance);\n if (this.scroll &&\n this.scroll.animationId === this.root.animationId &&\n this.scroll.phase === phase) {\n needsMeasurement = false;\n }\n if (needsMeasurement) {\n const isRoot = checkIsScrollRoot(this.instance);\n this.scroll = {\n animationId: this.root.animationId,\n phase,\n isRoot,\n offset: measureScroll(this.instance),\n wasRoot: this.scroll ? this.scroll.isRoot : isRoot,\n };\n }\n }\n resetTransform() {\n if (!resetTransform)\n return;\n const isResetRequested = this.isLayoutDirty ||\n this.shouldResetTransform ||\n this.options.alwaysMeasureLayout;\n const hasProjection = this.projectionDelta && !isDeltaZero(this.projectionDelta);\n const transformTemplate = this.getTransformTemplate();\n const transformTemplateValue = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : undefined;\n const transformTemplateHasChanged = transformTemplateValue !== this.prevTransformTemplateValue;\n if (isResetRequested &&\n (hasProjection ||\n hasTransform(this.latestValues) ||\n transformTemplateHasChanged)) {\n resetTransform(this.instance, transformTemplateValue);\n this.shouldResetTransform = false;\n this.scheduleRender();\n }\n }\n measure(removeTransform = true) {\n const pageBox = this.measurePageBox();\n let layoutBox = this.removeElementScroll(pageBox);\n /**\n * Measurements taken during the pre-render stage\n * still have transforms applied so we remove them\n * via calculation.\n */\n if (removeTransform) {\n layoutBox = this.removeTransform(layoutBox);\n }\n roundBox(layoutBox);\n return {\n animationId: this.root.animationId,\n measuredBox: pageBox,\n layoutBox,\n latestValues: {},\n source: this.id,\n };\n }\n measurePageBox() {\n var _a;\n const { visualElement } = this.options;\n if (!visualElement)\n return createBox();\n const box = visualElement.measureViewportBox();\n const wasInScrollRoot = ((_a = this.scroll) === null || _a === void 0 ? void 0 : _a.wasRoot) || this.path.some(checkNodeWasScrollRoot);\n if (!wasInScrollRoot) {\n // Remove viewport scroll to give page-relative coordinates\n const { scroll } = this.root;\n if (scroll) {\n translateAxis(box.x, scroll.offset.x);\n translateAxis(box.y, scroll.offset.y);\n }\n }\n return box;\n }\n removeElementScroll(box) {\n var _a;\n const boxWithoutScroll = createBox();\n copyBoxInto(boxWithoutScroll, box);\n if ((_a = this.scroll) === null || _a === void 0 ? void 0 : _a.wasRoot) {\n return boxWithoutScroll;\n }\n /**\n * Performance TODO: Keep a cumulative scroll offset down the tree\n * rather than loop back up the path.\n */\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n const { scroll, options } = node;\n if (node !== this.root && scroll && options.layoutScroll) {\n /**\n * If this is a new scroll root, we want to remove all previous scrolls\n * from the viewport box.\n */\n if (scroll.wasRoot) {\n copyBoxInto(boxWithoutScroll, box);\n }\n translateAxis(boxWithoutScroll.x, scroll.offset.x);\n translateAxis(boxWithoutScroll.y, scroll.offset.y);\n }\n }\n return boxWithoutScroll;\n }\n applyTransform(box, transformOnly = false) {\n const withTransforms = createBox();\n copyBoxInto(withTransforms, box);\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n if (!transformOnly &&\n node.options.layoutScroll &&\n node.scroll &&\n node !== node.root) {\n transformBox(withTransforms, {\n x: -node.scroll.offset.x,\n y: -node.scroll.offset.y,\n });\n }\n if (!hasTransform(node.latestValues))\n continue;\n transformBox(withTransforms, node.latestValues);\n }\n if (hasTransform(this.latestValues)) {\n transformBox(withTransforms, this.latestValues);\n }\n return withTransforms;\n }\n removeTransform(box) {\n const boxWithoutTransform = createBox();\n copyBoxInto(boxWithoutTransform, box);\n for (let i = 0; i < this.path.length; i++) {\n const node = this.path[i];\n if (!node.instance)\n continue;\n if (!hasTransform(node.latestValues))\n continue;\n hasScale(node.latestValues) && node.updateSnapshot();\n const sourceBox = createBox();\n const nodeBox = node.measurePageBox();\n copyBoxInto(sourceBox, nodeBox);\n removeBoxTransforms(boxWithoutTransform, node.latestValues, node.snapshot ? node.snapshot.layoutBox : undefined, sourceBox);\n }\n if (hasTransform(this.latestValues)) {\n removeBoxTransforms(boxWithoutTransform, this.latestValues);\n }\n return boxWithoutTransform;\n }\n setTargetDelta(delta) {\n this.targetDelta = delta;\n this.root.scheduleUpdateProjection();\n this.isProjectionDirty = true;\n }\n setOptions(options) {\n this.options = {\n ...this.options,\n ...options,\n crossfade: options.crossfade !== undefined ? options.crossfade : true,\n };\n }\n clearMeasurements() {\n this.scroll = undefined;\n this.layout = undefined;\n this.snapshot = undefined;\n this.prevTransformTemplateValue = undefined;\n this.targetDelta = undefined;\n this.target = undefined;\n this.isLayoutDirty = false;\n }\n forceRelativeParentToResolveTarget() {\n if (!this.relativeParent)\n return;\n /**\n * If the parent target isn't up-to-date, force it to update.\n * This is an unfortunate de-optimisation as it means any updating relative\n * projection will cause all the relative parents to recalculate back\n * up the tree.\n */\n if (this.relativeParent.resolvedRelativeTargetAt !==\n frameData.timestamp) {\n this.relativeParent.resolveTargetDelta(true);\n }\n }\n resolveTargetDelta(forceRecalculation = false) {\n var _a;\n /**\n * Once the dirty status of nodes has been spread through the tree, we also\n * need to check if we have a shared node of a different depth that has itself\n * been dirtied.\n */\n const lead = this.getLead();\n this.isProjectionDirty || (this.isProjectionDirty = lead.isProjectionDirty);\n this.isTransformDirty || (this.isTransformDirty = lead.isTransformDirty);\n this.isSharedProjectionDirty || (this.isSharedProjectionDirty = lead.isSharedProjectionDirty);\n const isShared = Boolean(this.resumingFrom) || this !== lead;\n /**\n * We don't use transform for this step of processing so we don't\n * need to check whether any nodes have changed transform.\n */\n const canSkip = !(forceRecalculation ||\n (isShared && this.isSharedProjectionDirty) ||\n this.isProjectionDirty ||\n ((_a = this.parent) === null || _a === void 0 ? void 0 : _a.isProjectionDirty) ||\n this.attemptToResolveRelativeTarget ||\n this.root.updateBlockedByResize);\n if (canSkip)\n return;\n const { layout, layoutId } = this.options;\n /**\n * If we have no layout, we can't perform projection, so early return\n */\n if (!this.layout || !(layout || layoutId))\n return;\n this.resolvedRelativeTargetAt = frameData.timestamp;\n /**\n * If we don't have a targetDelta but do have a layout, we can attempt to resolve\n * a relativeParent. This will allow a component to perform scale correction\n * even if no animation has started.\n */\n if (!this.targetDelta && !this.relativeTarget) {\n const relativeParent = this.getClosestProjectingParent();\n if (relativeParent &&\n relativeParent.layout &&\n this.animationProgress !== 1) {\n this.relativeParent = relativeParent;\n this.forceRelativeParentToResolveTarget();\n this.relativeTarget = createBox();\n this.relativeTargetOrigin = createBox();\n calcRelativePosition(this.relativeTargetOrigin, this.layout.layoutBox, relativeParent.layout.layoutBox);\n copyBoxInto(this.relativeTarget, this.relativeTargetOrigin);\n }\n else {\n this.relativeParent = this.relativeTarget = undefined;\n }\n }\n /**\n * If we have no relative target or no target delta our target isn't valid\n * for this frame.\n */\n if (!this.relativeTarget && !this.targetDelta)\n return;\n /**\n * Lazy-init target data structure\n */\n if (!this.target) {\n this.target = createBox();\n this.targetWithTransforms = createBox();\n }\n /**\n * If we've got a relative box for this component, resolve it into a target relative to the parent.\n */\n if (this.relativeTarget &&\n this.relativeTargetOrigin &&\n this.relativeParent &&\n this.relativeParent.target) {\n this.forceRelativeParentToResolveTarget();\n calcRelativeBox(this.target, this.relativeTarget, this.relativeParent.target);\n /**\n * If we've only got a targetDelta, resolve it into a target\n */\n }\n else if (this.targetDelta) {\n if (Boolean(this.resumingFrom)) {\n // TODO: This is creating a new object every frame\n this.target = this.applyTransform(this.layout.layoutBox);\n }\n else {\n copyBoxInto(this.target, this.layout.layoutBox);\n }\n applyBoxDelta(this.target, this.targetDelta);\n }\n else {\n /**\n * If no target, use own layout as target\n */\n copyBoxInto(this.target, this.layout.layoutBox);\n }\n /**\n * If we've been told to attempt to resolve a relative target, do so.\n */\n if (this.attemptToResolveRelativeTarget) {\n this.attemptToResolveRelativeTarget = false;\n const relativeParent = this.getClosestProjectingParent();\n if (relativeParent &&\n Boolean(relativeParent.resumingFrom) ===\n Boolean(this.resumingFrom) &&\n !relativeParent.options.layoutScroll &&\n relativeParent.target &&\n this.animationProgress !== 1) {\n this.relativeParent = relativeParent;\n this.forceRelativeParentToResolveTarget();\n this.relativeTarget = createBox();\n this.relativeTargetOrigin = createBox();\n calcRelativePosition(this.relativeTargetOrigin, this.target, relativeParent.target);\n copyBoxInto(this.relativeTarget, this.relativeTargetOrigin);\n }\n else {\n this.relativeParent = this.relativeTarget = undefined;\n }\n }\n /**\n * Increase debug counter for resolved target deltas\n */\n if (isDebug) {\n metrics.resolvedTargetDeltas++;\n }\n }\n getClosestProjectingParent() {\n if (!this.parent ||\n hasScale(this.parent.latestValues) ||\n has2DTranslate(this.parent.latestValues)) {\n return undefined;\n }\n if (this.parent.isProjecting()) {\n return this.parent;\n }\n else {\n return this.parent.getClosestProjectingParent();\n }\n }\n isProjecting() {\n return Boolean((this.relativeTarget ||\n this.targetDelta ||\n this.options.layoutRoot) &&\n this.layout);\n }\n calcProjection() {\n var _a;\n const lead = this.getLead();\n const isShared = Boolean(this.resumingFrom) || this !== lead;\n let canSkip = true;\n /**\n * If this is a normal layout animation and neither this node nor its nearest projecting\n * is dirty then we can't skip.\n */\n if (this.isProjectionDirty || ((_a = this.parent) === null || _a === void 0 ? void 0 : _a.isProjectionDirty)) {\n canSkip = false;\n }\n /**\n * If this is a shared layout animation and this node's shared projection is dirty then\n * we can't skip.\n */\n if (isShared &&\n (this.isSharedProjectionDirty || this.isTransformDirty)) {\n canSkip = false;\n }\n /**\n * If we have resolved the target this frame we must recalculate the\n * projection to ensure it visually represents the internal calculations.\n */\n if (this.resolvedRelativeTargetAt === frameData.timestamp) {\n canSkip = false;\n }\n if (canSkip)\n return;\n const { layout, layoutId } = this.options;\n /**\n * If this section of the tree isn't animating we can\n * delete our target sources for the following frame.\n */\n this.isTreeAnimating = Boolean((this.parent && this.parent.isTreeAnimating) ||\n this.currentAnimation ||\n this.pendingAnimation);\n if (!this.isTreeAnimating) {\n this.targetDelta = this.relativeTarget = undefined;\n }\n if (!this.layout || !(layout || layoutId))\n return;\n /**\n * Reset the corrected box with the latest values from box, as we're then going\n * to perform mutative operations on it.\n */\n copyBoxInto(this.layoutCorrected, this.layout.layoutBox);\n /**\n * Record previous tree scales before updating.\n */\n const prevTreeScaleX = this.treeScale.x;\n const prevTreeScaleY = this.treeScale.y;\n /**\n * Apply all the parent deltas to this box to produce the corrected box. This\n * is the layout box, as it will appear on screen as a result of the transforms of its parents.\n */\n applyTreeDeltas(this.layoutCorrected, this.treeScale, this.path, isShared);\n /**\n * If this layer needs to perform scale correction but doesn't have a target,\n * use the layout as the target.\n */\n if (lead.layout &&\n !lead.target &&\n (this.treeScale.x !== 1 || this.treeScale.y !== 1)) {\n lead.target = lead.layout.layoutBox;\n lead.targetWithTransforms = createBox();\n }\n const { target } = lead;\n if (!target) {\n /**\n * If we don't have a target to project into, but we were previously\n * projecting, we want to remove the stored transform and schedule\n * a render to ensure the elements reflect the removed transform.\n */\n if (this.prevProjectionDelta) {\n this.createProjectionDeltas();\n this.scheduleRender();\n }\n return;\n }\n if (!this.projectionDelta || !this.prevProjectionDelta) {\n this.createProjectionDeltas();\n }\n else {\n copyAxisDeltaInto(this.prevProjectionDelta.x, this.projectionDelta.x);\n copyAxisDeltaInto(this.prevProjectionDelta.y, this.projectionDelta.y);\n }\n /**\n * Update the delta between the corrected box and the target box before user-set transforms were applied.\n * This will allow us to calculate the corrected borderRadius and boxShadow to compensate\n * for our layout reprojection, but still allow them to be scaled correctly by the user.\n * It might be that to simplify this we may want to accept that user-set scale is also corrected\n * and we wouldn't have to keep and calc both deltas, OR we could support a user setting\n * to allow people to choose whether these styles are corrected based on just the\n * layout reprojection or the final bounding box.\n */\n calcBoxDelta(this.projectionDelta, this.layoutCorrected, target, this.latestValues);\n if (this.treeScale.x !== prevTreeScaleX ||\n this.treeScale.y !== prevTreeScaleY ||\n !axisDeltaEquals(this.projectionDelta.x, this.prevProjectionDelta.x) ||\n !axisDeltaEquals(this.projectionDelta.y, this.prevProjectionDelta.y)) {\n this.hasProjected = true;\n this.scheduleRender();\n this.notifyListeners(\"projectionUpdate\", target);\n }\n /**\n * Increase debug counter for recalculated projections\n */\n if (isDebug) {\n metrics.recalculatedProjection++;\n }\n }\n hide() {\n this.isVisible = false;\n // TODO: Schedule render\n }\n show() {\n this.isVisible = true;\n // TODO: Schedule render\n }\n scheduleRender(notifyAll = true) {\n var _a;\n (_a = this.options.visualElement) === null || _a === void 0 ? void 0 : _a.scheduleRender();\n if (notifyAll) {\n const stack = this.getStack();\n stack && stack.scheduleRender();\n }\n if (this.resumingFrom && !this.resumingFrom.instance) {\n this.resumingFrom = undefined;\n }\n }\n createProjectionDeltas() {\n this.prevProjectionDelta = createDelta();\n this.projectionDelta = createDelta();\n this.projectionDeltaWithTransform = createDelta();\n }\n setAnimationOrigin(delta, hasOnlyRelativeTargetChanged = false) {\n const snapshot = this.snapshot;\n const snapshotLatestValues = snapshot\n ? snapshot.latestValues\n : {};\n const mixedValues = { ...this.latestValues };\n const targetDelta = createDelta();\n if (!this.relativeParent ||\n !this.relativeParent.options.layoutRoot) {\n this.relativeTarget = this.relativeTargetOrigin = undefined;\n }\n this.attemptToResolveRelativeTarget = !hasOnlyRelativeTargetChanged;\n const relativeLayout = createBox();\n const snapshotSource = snapshot ? snapshot.source : undefined;\n const layoutSource = this.layout ? this.layout.source : undefined;\n const isSharedLayoutAnimation = snapshotSource !== layoutSource;\n const stack = this.getStack();\n const isOnlyMember = !stack || stack.members.length <= 1;\n const shouldCrossfadeOpacity = Boolean(isSharedLayoutAnimation &&\n !isOnlyMember &&\n this.options.crossfade === true &&\n !this.path.some(hasOpacityCrossfade));\n this.animationProgress = 0;\n let prevRelativeTarget;\n this.mixTargetDelta = (latest) => {\n const progress = latest / 1000;\n mixAxisDelta(targetDelta.x, delta.x, progress);\n mixAxisDelta(targetDelta.y, delta.y, progress);\n this.setTargetDelta(targetDelta);\n if (this.relativeTarget &&\n this.relativeTargetOrigin &&\n this.layout &&\n this.relativeParent &&\n this.relativeParent.layout) {\n calcRelativePosition(relativeLayout, this.layout.layoutBox, this.relativeParent.layout.layoutBox);\n mixBox(this.relativeTarget, this.relativeTargetOrigin, relativeLayout, progress);\n /**\n * If this is an unchanged relative target we can consider the\n * projection not dirty.\n */\n if (prevRelativeTarget &&\n boxEquals(this.relativeTarget, prevRelativeTarget)) {\n this.isProjectionDirty = false;\n }\n if (!prevRelativeTarget)\n prevRelativeTarget = createBox();\n copyBoxInto(prevRelativeTarget, this.relativeTarget);\n }\n if (isSharedLayoutAnimation) {\n this.animationValues = mixedValues;\n mixValues(mixedValues, snapshotLatestValues, this.latestValues, progress, shouldCrossfadeOpacity, isOnlyMember);\n }\n this.root.scheduleUpdateProjection();\n this.scheduleRender();\n this.animationProgress = progress;\n };\n this.mixTargetDelta(this.options.layoutRoot ? 1000 : 0);\n }\n startAnimation(options) {\n this.notifyListeners(\"animationStart\");\n this.currentAnimation && this.currentAnimation.stop();\n if (this.resumingFrom && this.resumingFrom.currentAnimation) {\n this.resumingFrom.currentAnimation.stop();\n }\n if (this.pendingAnimation) {\n cancelFrame(this.pendingAnimation);\n this.pendingAnimation = undefined;\n }\n /**\n * Start the animation in the next frame to have a frame with progress 0,\n * where the target is the same as when the animation started, so we can\n * calculate the relative positions correctly for instant transitions.\n */\n this.pendingAnimation = frame.update(() => {\n globalProjectionState.hasAnimatedSinceResize = true;\n this.currentAnimation = animateSingleValue(0, animationTarget, {\n ...options,\n onUpdate: (latest) => {\n this.mixTargetDelta(latest);\n options.onUpdate && options.onUpdate(latest);\n },\n onComplete: () => {\n options.onComplete && options.onComplete();\n this.completeAnimation();\n },\n });\n if (this.resumingFrom) {\n this.resumingFrom.currentAnimation = this.currentAnimation;\n }\n this.pendingAnimation = undefined;\n });\n }\n completeAnimation() {\n if (this.resumingFrom) {\n this.resumingFrom.currentAnimation = undefined;\n this.resumingFrom.preserveOpacity = undefined;\n }\n const stack = this.getStack();\n stack && stack.exitAnimationComplete();\n this.resumingFrom =\n this.currentAnimation =\n this.animationValues =\n undefined;\n this.notifyListeners(\"animationComplete\");\n }\n finishAnimation() {\n if (this.currentAnimation) {\n this.mixTargetDelta && this.mixTargetDelta(animationTarget);\n this.currentAnimation.stop();\n }\n this.completeAnimation();\n }\n applyTransformsToTarget() {\n const lead = this.getLead();\n let { targetWithTransforms, target, layout, latestValues } = lead;\n if (!targetWithTransforms || !target || !layout)\n return;\n /**\n * If we're only animating position, and this element isn't the lead element,\n * then instead of projecting into the lead box we instead want to calculate\n * a new target that aligns the two boxes but maintains the layout shape.\n */\n if (this !== lead &&\n this.layout &&\n layout &&\n shouldAnimatePositionOnly(this.options.animationType, this.layout.layoutBox, layout.layoutBox)) {\n target = this.target || createBox();\n const xLength = calcLength(this.layout.layoutBox.x);\n target.x.min = lead.target.x.min;\n target.x.max = target.x.min + xLength;\n const yLength = calcLength(this.layout.layoutBox.y);\n target.y.min = lead.target.y.min;\n target.y.max = target.y.min + yLength;\n }\n copyBoxInto(targetWithTransforms, target);\n /**\n * Apply the latest user-set transforms to the targetBox to produce the targetBoxFinal.\n * This is the final box that we will then project into by calculating a transform delta and\n * applying it to the corrected box.\n */\n transformBox(targetWithTransforms, latestValues);\n /**\n * Update the delta between the corrected box and the final target box, after\n * user-set transforms are applied to it. This will be used by the renderer to\n * create a transform style that will reproject the element from its layout layout\n * into the desired bounding box.\n */\n calcBoxDelta(this.projectionDeltaWithTransform, this.layoutCorrected, targetWithTransforms, latestValues);\n }\n registerSharedNode(layoutId, node) {\n if (!this.sharedNodes.has(layoutId)) {\n this.sharedNodes.set(layoutId, new NodeStack());\n }\n const stack = this.sharedNodes.get(layoutId);\n stack.add(node);\n const config = node.options.initialPromotionConfig;\n node.promote({\n transition: config ? config.transition : undefined,\n preserveFollowOpacity: config && config.shouldPreserveFollowOpacity\n ? config.shouldPreserveFollowOpacity(node)\n : undefined,\n });\n }\n isLead() {\n const stack = this.getStack();\n return stack ? stack.lead === this : true;\n }\n getLead() {\n var _a;\n const { layoutId } = this.options;\n return layoutId ? ((_a = this.getStack()) === null || _a === void 0 ? void 0 : _a.lead) || this : this;\n }\n getPrevLead() {\n var _a;\n const { layoutId } = this.options;\n return layoutId ? (_a = this.getStack()) === null || _a === void 0 ? void 0 : _a.prevLead : undefined;\n }\n getStack() {\n const { layoutId } = this.options;\n if (layoutId)\n return this.root.sharedNodes.get(layoutId);\n }\n promote({ needsReset, transition, preserveFollowOpacity, } = {}) {\n const stack = this.getStack();\n if (stack)\n stack.promote(this, preserveFollowOpacity);\n if (needsReset) {\n this.projectionDelta = undefined;\n this.needsReset = true;\n }\n if (transition)\n this.setOptions({ transition });\n }\n relegate() {\n const stack = this.getStack();\n if (stack) {\n return stack.relegate(this);\n }\n else {\n return false;\n }\n }\n resetSkewAndRotation() {\n const { visualElement } = this.options;\n if (!visualElement)\n return;\n // If there's no detected skew or rotation values, we can early return without a forced render.\n let hasDistortingTransform = false;\n /**\n * An unrolled check for rotation values. Most elements don't have any rotation and\n * skipping the nested loop and new object creation is 50% faster.\n */\n const { latestValues } = visualElement;\n if (latestValues.z ||\n latestValues.rotate ||\n latestValues.rotateX ||\n latestValues.rotateY ||\n latestValues.rotateZ ||\n latestValues.skewX ||\n latestValues.skewY) {\n hasDistortingTransform = true;\n }\n // If there's no distorting values, we don't need to do any more.\n if (!hasDistortingTransform)\n return;\n const resetValues = {};\n if (latestValues.z) {\n resetDistortingTransform(\"z\", visualElement, resetValues, this.animationValues);\n }\n // Check the skew and rotate value of all axes and reset to 0\n for (let i = 0; i < transformAxes.length; i++) {\n resetDistortingTransform(`rotate${transformAxes[i]}`, visualElement, resetValues, this.animationValues);\n resetDistortingTransform(`skew${transformAxes[i]}`, visualElement, resetValues, this.animationValues);\n }\n // Force a render of this element to apply the transform with all skews and rotations\n // set to 0.\n visualElement.render();\n // Put back all the values we reset\n for (const key in resetValues) {\n visualElement.setStaticValue(key, resetValues[key]);\n if (this.animationValues) {\n this.animationValues[key] = resetValues[key];\n }\n }\n // Schedule a render for the next frame. This ensures we won't visually\n // see the element with the reset rotate value applied.\n visualElement.scheduleRender();\n }\n getProjectionStyles(styleProp) {\n var _a, _b;\n if (!this.instance || this.isSVG)\n return undefined;\n if (!this.isVisible) {\n return hiddenVisibility;\n }\n const styles = {\n visibility: \"\",\n };\n const transformTemplate = this.getTransformTemplate();\n if (this.needsReset) {\n this.needsReset = false;\n styles.opacity = \"\";\n styles.pointerEvents =\n resolveMotionValue(styleProp === null || styleProp === void 0 ? void 0 : styleProp.pointerEvents) || \"\";\n styles.transform = transformTemplate\n ? transformTemplate(this.latestValues, \"\")\n : \"none\";\n return styles;\n }\n const lead = this.getLead();\n if (!this.projectionDelta || !this.layout || !lead.target) {\n const emptyStyles = {};\n if (this.options.layoutId) {\n emptyStyles.opacity =\n this.latestValues.opacity !== undefined\n ? this.latestValues.opacity\n : 1;\n emptyStyles.pointerEvents =\n resolveMotionValue(styleProp === null || styleProp === void 0 ? void 0 : styleProp.pointerEvents) || \"\";\n }\n if (this.hasProjected && !hasTransform(this.latestValues)) {\n emptyStyles.transform = transformTemplate\n ? transformTemplate({}, \"\")\n : \"none\";\n this.hasProjected = false;\n }\n return emptyStyles;\n }\n const valuesToRender = lead.animationValues || lead.latestValues;\n this.applyTransformsToTarget();\n styles.transform = buildProjectionTransform(this.projectionDeltaWithTransform, this.treeScale, valuesToRender);\n if (transformTemplate) {\n styles.transform = transformTemplate(valuesToRender, styles.transform);\n }\n const { x, y } = this.projectionDelta;\n styles.transformOrigin = `${x.origin * 100}% ${y.origin * 100}% 0`;\n if (lead.animationValues) {\n /**\n * If the lead component is animating, assign this either the entering/leaving\n * opacity\n */\n styles.opacity =\n lead === this\n ? (_b = (_a = valuesToRender.opacity) !== null && _a !== void 0 ? _a : this.latestValues.opacity) !== null && _b !== void 0 ? _b : 1\n : this.preserveOpacity\n ? this.latestValues.opacity\n : valuesToRender.opacityExit;\n }\n else {\n /**\n * Or we're not animating at all, set the lead component to its layout\n * opacity and other components to hidden.\n */\n styles.opacity =\n lead === this\n ? valuesToRender.opacity !== undefined\n ? valuesToRender.opacity\n : \"\"\n : valuesToRender.opacityExit !== undefined\n ? valuesToRender.opacityExit\n : 0;\n }\n /**\n * Apply scale correction\n */\n for (const key in scaleCorrectors) {\n if (valuesToRender[key] === undefined)\n continue;\n const { correct, applyTo } = scaleCorrectors[key];\n /**\n * Only apply scale correction to the value if we have an\n * active projection transform. Otherwise these values become\n * vulnerable to distortion if the element changes size without\n * a corresponding layout animation.\n */\n const corrected = styles.transform === \"none\"\n ? valuesToRender[key]\n : correct(valuesToRender[key], lead);\n if (applyTo) {\n const num = applyTo.length;\n for (let i = 0; i < num; i++) {\n styles[applyTo[i]] = corrected;\n }\n }\n else {\n styles[key] = corrected;\n }\n }\n /**\n * Disable pointer events on follow components. This is to ensure\n * that if a follow component covers a lead component it doesn't block\n * pointer events on the lead.\n */\n if (this.options.layoutId) {\n styles.pointerEvents =\n lead === this\n ? resolveMotionValue(styleProp === null || styleProp === void 0 ? void 0 : styleProp.pointerEvents) || \"\"\n : \"none\";\n }\n return styles;\n }\n clearSnapshot() {\n this.resumeFrom = this.snapshot = undefined;\n }\n // Only run on root\n resetTree() {\n this.root.nodes.forEach((node) => { var _a; return (_a = node.currentAnimation) === null || _a === void 0 ? void 0 : _a.stop(); });\n this.root.nodes.forEach(clearMeasurements);\n this.root.sharedNodes.clear();\n }\n };\n}\nfunction updateLayout(node) {\n node.updateLayout();\n}\nfunction notifyLayoutUpdate(node) {\n var _a;\n const snapshot = ((_a = node.resumeFrom) === null || _a === void 0 ? void 0 : _a.snapshot) || node.snapshot;\n if (node.isLead() &&\n node.layout &&\n snapshot &&\n node.hasListeners(\"didUpdate\")) {\n const { layoutBox: layout, measuredBox: measuredLayout } = node.layout;\n const { animationType } = node.options;\n const isShared = snapshot.source !== node.layout.source;\n // TODO Maybe we want to also resize the layout snapshot so we don't trigger\n // animations for instance if layout=\"size\" and an element has only changed position\n if (animationType === \"size\") {\n eachAxis((axis) => {\n const axisSnapshot = isShared\n ? snapshot.measuredBox[axis]\n : snapshot.layoutBox[axis];\n const length = calcLength(axisSnapshot);\n axisSnapshot.min = layout[axis].min;\n axisSnapshot.max = axisSnapshot.min + length;\n });\n }\n else if (shouldAnimatePositionOnly(animationType, snapshot.layoutBox, layout)) {\n eachAxis((axis) => {\n const axisSnapshot = isShared\n ? snapshot.measuredBox[axis]\n : snapshot.layoutBox[axis];\n const length = calcLength(layout[axis]);\n axisSnapshot.max = axisSnapshot.min + length;\n /**\n * Ensure relative target gets resized and rerendererd\n */\n if (node.relativeTarget && !node.currentAnimation) {\n node.isProjectionDirty = true;\n node.relativeTarget[axis].max =\n node.relativeTarget[axis].min + length;\n }\n });\n }\n const layoutDelta = createDelta();\n calcBoxDelta(layoutDelta, layout, snapshot.layoutBox);\n const visualDelta = createDelta();\n if (isShared) {\n calcBoxDelta(visualDelta, node.applyTransform(measuredLayout, true), snapshot.measuredBox);\n }\n else {\n calcBoxDelta(visualDelta, layout, snapshot.layoutBox);\n }\n const hasLayoutChanged = !isDeltaZero(layoutDelta);\n let hasRelativeTargetChanged = false;\n if (!node.resumeFrom) {\n const relativeParent = node.getClosestProjectingParent();\n /**\n * If the relativeParent is itself resuming from a different element then\n * the relative snapshot is not relavent\n */\n if (relativeParent && !relativeParent.resumeFrom) {\n const { snapshot: parentSnapshot, layout: parentLayout } = relativeParent;\n if (parentSnapshot && parentLayout) {\n const relativeSnapshot = createBox();\n calcRelativePosition(relativeSnapshot, snapshot.layoutBox, parentSnapshot.layoutBox);\n const relativeLayout = createBox();\n calcRelativePosition(relativeLayout, layout, parentLayout.layoutBox);\n if (!boxEqualsRounded(relativeSnapshot, relativeLayout)) {\n hasRelativeTargetChanged = true;\n }\n if (relativeParent.options.layoutRoot) {\n node.relativeTarget = relativeLayout;\n node.relativeTargetOrigin = relativeSnapshot;\n node.relativeParent = relativeParent;\n }\n }\n }\n }\n node.notifyListeners(\"didUpdate\", {\n layout,\n snapshot,\n delta: visualDelta,\n layoutDelta,\n hasLayoutChanged,\n hasRelativeTargetChanged,\n });\n }\n else if (node.isLead()) {\n const { onExitComplete } = node.options;\n onExitComplete && onExitComplete();\n }\n /**\n * Clearing transition\n * TODO: Investigate why this transition is being passed in as {type: false } from Framer\n * and why we need it at all\n */\n node.options.transition = undefined;\n}\nfunction propagateDirtyNodes(node) {\n /**\n * Increase debug counter for nodes encountered this frame\n */\n if (isDebug) {\n metrics.totalNodes++;\n }\n if (!node.parent)\n return;\n /**\n * If this node isn't projecting, propagate isProjectionDirty. It will have\n * no performance impact but it will allow the next child that *is* projecting\n * but *isn't* dirty to just check its parent to see if *any* ancestor needs\n * correcting.\n */\n if (!node.isProjecting()) {\n node.isProjectionDirty = node.parent.isProjectionDirty;\n }\n /**\n * Propagate isSharedProjectionDirty and isTransformDirty\n * throughout the whole tree. A future revision can take another look at\n * this but for safety we still recalcualte shared nodes.\n */\n node.isSharedProjectionDirty || (node.isSharedProjectionDirty = Boolean(node.isProjectionDirty ||\n node.parent.isProjectionDirty ||\n node.parent.isSharedProjectionDirty));\n node.isTransformDirty || (node.isTransformDirty = node.parent.isTransformDirty);\n}\nfunction cleanDirtyNodes(node) {\n node.isProjectionDirty =\n node.isSharedProjectionDirty =\n node.isTransformDirty =\n false;\n}\nfunction clearSnapshot(node) {\n node.clearSnapshot();\n}\nfunction clearMeasurements(node) {\n node.clearMeasurements();\n}\nfunction clearIsLayoutDirty(node) {\n node.isLayoutDirty = false;\n}\nfunction resetTransformStyle(node) {\n const { visualElement } = node.options;\n if (visualElement && visualElement.getProps().onBeforeLayoutMeasure) {\n visualElement.notify(\"BeforeLayoutMeasure\");\n }\n node.resetTransform();\n}\nfunction finishAnimation(node) {\n node.finishAnimation();\n node.targetDelta = node.relativeTarget = node.target = undefined;\n node.isProjectionDirty = true;\n}\nfunction resolveTargetDelta(node) {\n node.resolveTargetDelta();\n}\nfunction calcProjection(node) {\n node.calcProjection();\n}\nfunction resetSkewAndRotation(node) {\n node.resetSkewAndRotation();\n}\nfunction removeLeadSnapshots(stack) {\n stack.removeLeadSnapshot();\n}\nfunction mixAxisDelta(output, delta, p) {\n output.translate = mixNumber(delta.translate, 0, p);\n output.scale = mixNumber(delta.scale, 1, p);\n output.origin = delta.origin;\n output.originPoint = delta.originPoint;\n}\nfunction mixAxis(output, from, to, p) {\n output.min = mixNumber(from.min, to.min, p);\n output.max = mixNumber(from.max, to.max, p);\n}\nfunction mixBox(output, from, to, p) {\n mixAxis(output.x, from.x, to.x, p);\n mixAxis(output.y, from.y, to.y, p);\n}\nfunction hasOpacityCrossfade(node) {\n return (node.animationValues && node.animationValues.opacityExit !== undefined);\n}\nconst defaultLayoutTransition = {\n duration: 0.45,\n ease: [0.4, 0, 0.1, 1],\n};\nconst userAgentContains = (string) => typeof navigator !== \"undefined\" &&\n navigator.userAgent &&\n navigator.userAgent.toLowerCase().includes(string);\n/**\n * Measured bounding boxes must be rounded in Safari and\n * left untouched in Chrome, otherwise non-integer layouts within scaled-up elements\n * can appear to jump.\n */\nconst roundPoint = userAgentContains(\"applewebkit/\") && !userAgentContains(\"chrome/\")\n ? Math.round\n : noop;\nfunction roundAxis(axis) {\n // Round to the nearest .5 pixels to support subpixel layouts\n axis.min = roundPoint(axis.min);\n axis.max = roundPoint(axis.max);\n}\nfunction roundBox(box) {\n roundAxis(box.x);\n roundAxis(box.y);\n}\nfunction shouldAnimatePositionOnly(animationType, snapshot, layout) {\n return (animationType === \"position\" ||\n (animationType === \"preserve-aspect\" &&\n !isNear(aspectRatio(snapshot), aspectRatio(layout), 0.2)));\n}\nfunction checkNodeWasScrollRoot(node) {\n var _a;\n return node !== node.root && ((_a = node.scroll) === null || _a === void 0 ? void 0 : _a.wasRoot);\n}\n\nexport { cleanDirtyNodes, createProjectionNode, mixAxis, mixAxisDelta, mixBox, propagateDirtyNodes };\n","import { createProjectionNode } from './create-projection-node.mjs';\nimport { addDomEvent } from '../../events/add-dom-event.mjs';\n\nconst DocumentProjectionNode = createProjectionNode({\n attachResizeListener: (ref, notify) => addDomEvent(ref, \"resize\", notify),\n measureScroll: () => ({\n x: document.documentElement.scrollLeft || document.body.scrollLeft,\n y: document.documentElement.scrollTop || document.body.scrollTop,\n }),\n checkIsScrollRoot: () => true,\n});\n\nexport { DocumentProjectionNode };\n","import { createProjectionNode } from './create-projection-node.mjs';\nimport { DocumentProjectionNode } from './DocumentProjectionNode.mjs';\n\nconst rootProjectionNode = {\n current: undefined,\n};\nconst HTMLProjectionNode = createProjectionNode({\n measureScroll: (instance) => ({\n x: instance.scrollLeft,\n y: instance.scrollTop,\n }),\n defaultParent: () => {\n if (!rootProjectionNode.current) {\n const documentNode = new DocumentProjectionNode({});\n documentNode.mount(window);\n documentNode.setOptions({ layoutScroll: true });\n rootProjectionNode.current = documentNode;\n }\n return rootProjectionNode.current;\n },\n resetTransform: (instance, value) => {\n instance.style.transform = value !== undefined ? value : \"none\";\n },\n checkIsScrollRoot: (instance) => Boolean(window.getComputedStyle(instance).position === \"fixed\"),\n});\n\nexport { HTMLProjectionNode, rootProjectionNode };\n","import { DragGesture } from '../../gestures/drag/index.mjs';\nimport { PanGesture } from '../../gestures/pan/index.mjs';\nimport { MeasureLayout } from './layout/MeasureLayout.mjs';\nimport { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs';\n\nconst drag = {\n pan: {\n Feature: PanGesture,\n },\n drag: {\n Feature: DragGesture,\n ProjectionNode: HTMLProjectionNode,\n MeasureLayout,\n },\n};\n\nexport { drag };\n","import { resolveElements } from '../../utils/resolve-elements.mjs';\n\nfunction setupGesture(elementOrSelector, options) {\n const elements = resolveElements(elementOrSelector);\n const gestureAbortController = new AbortController();\n const eventOptions = {\n passive: true,\n ...options,\n signal: gestureAbortController.signal,\n };\n const cancel = () => gestureAbortController.abort();\n return [elements, eventOptions, cancel];\n}\n\nexport { setupGesture };\n","import { isDragActive } from './drag/state/is-active.mjs';\nimport { setupGesture } from './utils/setup.mjs';\n\n/**\n * Filter out events that are not pointer events, or are triggering\n * while a Motion gesture is active.\n */\nfunction filterEvents(callback) {\n return (event) => {\n if (event.pointerType === \"touch\" || isDragActive())\n return;\n callback(event);\n };\n}\n/**\n * Create a hover gesture. hover() is different to .addEventListener(\"pointerenter\")\n * in that it has an easier syntax, filters out polyfilled touch events, interoperates\n * with drag gestures, and automatically removes the \"pointerennd\" event listener when the hover ends.\n *\n * @public\n */\nfunction hover(elementOrSelector, onHoverStart, options = {}) {\n const [elements, eventOptions, cancel] = setupGesture(elementOrSelector, options);\n const onPointerEnter = filterEvents((enterEvent) => {\n const { target } = enterEvent;\n const onHoverEnd = onHoverStart(enterEvent);\n if (typeof onHoverEnd !== \"function\" || !target)\n return;\n const onPointerLeave = filterEvents((leaveEvent) => {\n onHoverEnd(leaveEvent);\n target.removeEventListener(\"pointerleave\", onPointerLeave);\n });\n target.addEventListener(\"pointerleave\", onPointerLeave, eventOptions);\n });\n elements.forEach((element) => {\n element.addEventListener(\"pointerenter\", onPointerEnter, eventOptions);\n });\n return cancel;\n}\n\nexport { hover };\n","import { Feature } from '../motion/features/Feature.mjs';\nimport '../../../../motion-utils/dist/es/errors.mjs';\nimport { hover } from '../../../../motion-dom/dist/es/gestures/hover.mjs';\nimport { extractEventInfo } from '../events/event-info.mjs';\nimport { frame } from '../frameloop/frame.mjs';\n\nfunction handleHoverEvent(node, event, lifecycle) {\n const { props } = node;\n if (node.animationState && props.whileHover) {\n node.animationState.setActive(\"whileHover\", lifecycle === \"Start\");\n }\n const eventName = (\"onHover\" + lifecycle);\n const callback = props[eventName];\n if (callback) {\n frame.postRender(() => callback(event, extractEventInfo(event)));\n }\n}\nclass HoverGesture extends Feature {\n mount() {\n const { current } = this.node;\n if (!current)\n return;\n this.unmount = hover(current, (startEvent) => {\n handleHoverEvent(this.node, startEvent, \"Start\");\n return (endEvent) => handleHoverEvent(this.node, endEvent, \"End\");\n });\n }\n unmount() { }\n}\n\nexport { HoverGesture };\n","import { addDomEvent } from '../events/add-dom-event.mjs';\nimport { Feature } from '../motion/features/Feature.mjs';\nimport { pipe } from '../utils/pipe.mjs';\n\nclass FocusGesture extends Feature {\n constructor() {\n super(...arguments);\n this.isActive = false;\n }\n onFocus() {\n let isFocusVisible = false;\n /**\n * If this element doesn't match focus-visible then don't\n * apply whileHover. But, if matches throws that focus-visible\n * is not a valid selector then in that browser outline styles will be applied\n * to the element by default and we want to match that behaviour with whileFocus.\n */\n try {\n isFocusVisible = this.node.current.matches(\":focus-visible\");\n }\n catch (e) {\n isFocusVisible = true;\n }\n if (!isFocusVisible || !this.node.animationState)\n return;\n this.node.animationState.setActive(\"whileFocus\", true);\n this.isActive = true;\n }\n onBlur() {\n if (!this.isActive || !this.node.animationState)\n return;\n this.node.animationState.setActive(\"whileFocus\", false);\n this.isActive = false;\n }\n mount() {\n this.unmount = pipe(addDomEvent(this.node.current, \"focus\", () => this.onFocus()), addDomEvent(this.node.current, \"blur\", () => this.onBlur()));\n }\n unmount() { }\n}\n\nexport { FocusGesture };\n","/**\n * Recursively traverse up the tree to check whether the provided child node\n * is the parent or a descendant of it.\n *\n * @param parent - Element to find\n * @param child - Element to test against parent\n */\nconst isNodeOrChild = (parent, child) => {\n if (!child) {\n return false;\n }\n else if (parent === child) {\n return true;\n }\n else {\n return isNodeOrChild(parent, child.parentElement);\n }\n};\n\nexport { isNodeOrChild };\n","const focusableElements = new Set([\n \"BUTTON\",\n \"INPUT\",\n \"SELECT\",\n \"TEXTAREA\",\n \"A\",\n]);\nfunction isElementKeyboardAccessible(element) {\n return (focusableElements.has(element.tagName) ||\n element.tabIndex !== -1);\n}\n\nexport { isElementKeyboardAccessible };\n","const isPressing = new WeakSet();\n\nexport { isPressing };\n","import { isPressing } from './state.mjs';\n\n/**\n * Filter out events that are not \"Enter\" keys.\n */\nfunction filterEvents(callback) {\n return (event) => {\n if (event.key !== \"Enter\")\n return;\n callback(event);\n };\n}\nfunction firePointerEvent(target, type) {\n target.dispatchEvent(new PointerEvent(\"pointer\" + type, { isPrimary: true, bubbles: true }));\n}\nconst enableKeyboardPress = (focusEvent, eventOptions) => {\n const element = focusEvent.currentTarget;\n if (!element)\n return;\n const handleKeydown = filterEvents(() => {\n if (isPressing.has(element))\n return;\n firePointerEvent(element, \"down\");\n const handleKeyup = filterEvents(() => {\n firePointerEvent(element, \"up\");\n });\n const handleBlur = () => firePointerEvent(element, \"cancel\");\n element.addEventListener(\"keyup\", handleKeyup, eventOptions);\n element.addEventListener(\"blur\", handleBlur, eventOptions);\n });\n element.addEventListener(\"keydown\", handleKeydown, eventOptions);\n /**\n * Add an event listener that fires on blur to remove the keydown events.\n */\n element.addEventListener(\"blur\", () => element.removeEventListener(\"keydown\", handleKeydown), eventOptions);\n};\n\nexport { enableKeyboardPress };\n","import { isDragActive } from '../drag/state/is-active.mjs';\nimport { isNodeOrChild } from '../utils/is-node-or-child.mjs';\nimport { isPrimaryPointer } from '../utils/is-primary-pointer.mjs';\nimport { setupGesture } from '../utils/setup.mjs';\nimport { isElementKeyboardAccessible } from './utils/is-keyboard-accessible.mjs';\nimport { enableKeyboardPress } from './utils/keyboard.mjs';\nimport { isPressing } from './utils/state.mjs';\n\n/**\n * Filter out events that are not primary pointer events, or are triggering\n * while a Motion gesture is active.\n */\nfunction isValidPressEvent(event) {\n return isPrimaryPointer(event) && !isDragActive();\n}\n/**\n * Create a press gesture.\n *\n * Press is different to `\"pointerdown\"`, `\"pointerup\"` in that it\n * automatically filters out secondary pointer events like right\n * click and multitouch.\n *\n * It also adds accessibility support for keyboards, where\n * an element with a press gesture will receive focus and\n * trigger on Enter `\"keydown\"` and `\"keyup\"` events.\n *\n * This is different to a browser's `\"click\"` event, which does\n * respond to keyboards but only for the `\"click\"` itself, rather\n * than the press start and end/cancel. The element also needs\n * to be focusable for this to work, whereas a press gesture will\n * make an element focusable by default.\n *\n * @public\n */\nfunction press(elementOrSelector, onPressStart, options = {}) {\n const [elements, eventOptions, cancelEvents] = setupGesture(elementOrSelector, options);\n const startPress = (startEvent) => {\n const element = startEvent.currentTarget;\n if (!isValidPressEvent(startEvent) || isPressing.has(element))\n return;\n isPressing.add(element);\n const onPressEnd = onPressStart(startEvent);\n const onPointerEnd = (endEvent, success) => {\n window.removeEventListener(\"pointerup\", onPointerUp);\n window.removeEventListener(\"pointercancel\", onPointerCancel);\n if (!isValidPressEvent(endEvent) || !isPressing.has(element)) {\n return;\n }\n isPressing.delete(element);\n if (typeof onPressEnd === \"function\") {\n onPressEnd(endEvent, { success });\n }\n };\n const onPointerUp = (upEvent) => {\n onPointerEnd(upEvent, options.useGlobalTarget ||\n isNodeOrChild(element, upEvent.target));\n };\n const onPointerCancel = (cancelEvent) => {\n onPointerEnd(cancelEvent, false);\n };\n window.addEventListener(\"pointerup\", onPointerUp, eventOptions);\n window.addEventListener(\"pointercancel\", onPointerCancel, eventOptions);\n };\n elements.forEach((element) => {\n if (!isElementKeyboardAccessible(element) &&\n element.getAttribute(\"tabindex\") === null) {\n element.tabIndex = 0;\n }\n const target = options.useGlobalTarget ? window : element;\n target.addEventListener(\"pointerdown\", startPress, eventOptions);\n element.addEventListener(\"focus\", (event) => enableKeyboardPress(event, eventOptions), eventOptions);\n });\n return cancelEvents;\n}\n\nexport { press };\n","import { Feature } from '../motion/features/Feature.mjs';\nimport '../../../../motion-utils/dist/es/errors.mjs';\nimport { press } from '../../../../motion-dom/dist/es/gestures/press/index.mjs';\nimport { extractEventInfo } from '../events/event-info.mjs';\nimport { frame } from '../frameloop/frame.mjs';\n\nfunction handlePressEvent(node, event, lifecycle) {\n const { props } = node;\n if (node.animationState && props.whileTap) {\n node.animationState.setActive(\"whileTap\", lifecycle === \"Start\");\n }\n const eventName = (\"onTap\" + (lifecycle === \"End\" ? \"\" : lifecycle));\n const callback = props[eventName];\n if (callback) {\n frame.postRender(() => callback(event, extractEventInfo(event)));\n }\n}\nclass PressGesture extends Feature {\n mount() {\n const { current } = this.node;\n if (!current)\n return;\n this.unmount = press(current, (startEvent) => {\n handlePressEvent(this.node, startEvent, \"Start\");\n return (endEvent, { success }) => handlePressEvent(this.node, endEvent, success ? \"End\" : \"Cancel\");\n }, { useGlobalTarget: this.node.props.globalTapTarget });\n }\n unmount() { }\n}\n\nexport { PressGesture };\n","/**\n * Map an IntersectionHandler callback to an element. We only ever make one handler for one\n * element, so even though these handlers might all be triggered by different\n * observers, we can keep them in the same map.\n */\nconst observerCallbacks = new WeakMap();\n/**\n * Multiple observers can be created for multiple element/document roots. Each with\n * different settings. So here we store dictionaries of observers to each root,\n * using serialised settings (threshold/margin) as lookup keys.\n */\nconst observers = new WeakMap();\nconst fireObserverCallback = (entry) => {\n const callback = observerCallbacks.get(entry.target);\n callback && callback(entry);\n};\nconst fireAllObserverCallbacks = (entries) => {\n entries.forEach(fireObserverCallback);\n};\nfunction initIntersectionObserver({ root, ...options }) {\n const lookupRoot = root || document;\n /**\n * If we don't have an observer lookup map for this root, create one.\n */\n if (!observers.has(lookupRoot)) {\n observers.set(lookupRoot, {});\n }\n const rootObservers = observers.get(lookupRoot);\n const key = JSON.stringify(options);\n /**\n * If we don't have an observer for this combination of root and settings,\n * create one.\n */\n if (!rootObservers[key]) {\n rootObservers[key] = new IntersectionObserver(fireAllObserverCallbacks, { root, ...options });\n }\n return rootObservers[key];\n}\nfunction observeIntersection(element, options, callback) {\n const rootInteresectionObserver = initIntersectionObserver(options);\n observerCallbacks.set(element, callback);\n rootInteresectionObserver.observe(element);\n return () => {\n observerCallbacks.delete(element);\n rootInteresectionObserver.unobserve(element);\n };\n}\n\nexport { observeIntersection };\n","import { Feature } from '../Feature.mjs';\nimport { observeIntersection } from './observers.mjs';\n\nconst thresholdNames = {\n some: 0,\n all: 1,\n};\nclass InViewFeature extends Feature {\n constructor() {\n super(...arguments);\n this.hasEnteredView = false;\n this.isInView = false;\n }\n startObserver() {\n this.unmount();\n const { viewport = {} } = this.node.getProps();\n const { root, margin: rootMargin, amount = \"some\", once } = viewport;\n const options = {\n root: root ? root.current : undefined,\n rootMargin,\n threshold: typeof amount === \"number\" ? amount : thresholdNames[amount],\n };\n const onIntersectionUpdate = (entry) => {\n const { isIntersecting } = entry;\n /**\n * If there's been no change in the viewport state, early return.\n */\n if (this.isInView === isIntersecting)\n return;\n this.isInView = isIntersecting;\n /**\n * Handle hasEnteredView. If this is only meant to run once, and\n * element isn't visible, early return. Otherwise set hasEnteredView to true.\n */\n if (once && !isIntersecting && this.hasEnteredView) {\n return;\n }\n else if (isIntersecting) {\n this.hasEnteredView = true;\n }\n if (this.node.animationState) {\n this.node.animationState.setActive(\"whileInView\", isIntersecting);\n }\n /**\n * Use the latest committed props rather than the ones in scope\n * when this observer is created\n */\n const { onViewportEnter, onViewportLeave } = this.node.getProps();\n const callback = isIntersecting ? onViewportEnter : onViewportLeave;\n callback && callback(entry);\n };\n return observeIntersection(this.node.current, options, onIntersectionUpdate);\n }\n mount() {\n this.startObserver();\n }\n update() {\n if (typeof IntersectionObserver === \"undefined\")\n return;\n const { props, prevProps } = this.node;\n const hasOptionsChanged = [\"amount\", \"margin\", \"root\"].some(hasViewportOptionChanged(props, prevProps));\n if (hasOptionsChanged) {\n this.startObserver();\n }\n }\n unmount() { }\n}\nfunction hasViewportOptionChanged({ viewport = {} }, { viewport: prevViewport = {} } = {}) {\n return (name) => viewport[name] !== prevViewport[name];\n}\n\nexport { InViewFeature };\n","import { HoverGesture } from '../../gestures/hover.mjs';\nimport { FocusGesture } from '../../gestures/focus.mjs';\nimport { PressGesture } from '../../gestures/press.mjs';\nimport { InViewFeature } from './viewport/index.mjs';\n\nconst gestureAnimations = {\n inView: {\n Feature: InViewFeature,\n },\n tap: {\n Feature: PressGesture,\n },\n focus: {\n Feature: FocusGesture,\n },\n hover: {\n Feature: HoverGesture,\n },\n};\n\nexport { gestureAnimations };\n","import { HTMLProjectionNode } from '../../projection/node/HTMLProjectionNode.mjs';\nimport { MeasureLayout } from './layout/MeasureLayout.mjs';\n\nconst layout = {\n layout: {\n ProjectionNode: HTMLProjectionNode,\n MeasureLayout,\n },\n};\n\nexport { layout };\n","import { Fragment } from 'react';\nimport { HTMLVisualElement } from '../html/HTMLVisualElement.mjs';\nimport { SVGVisualElement } from '../svg/SVGVisualElement.mjs';\nimport { isSVGComponent } from './utils/is-svg-component.mjs';\n\nconst createDomVisualElement = (Component, options) => {\n return isSVGComponent(Component)\n ? new SVGVisualElement(options)\n : new HTMLVisualElement(options, {\n allowProjection: Component !== Fragment,\n });\n};\n\nexport { createDomVisualElement };\n","import { animations } from '../../../motion/features/animations.mjs';\nimport { drag } from '../../../motion/features/drag.mjs';\nimport { gestureAnimations } from '../../../motion/features/gestures.mjs';\nimport { layout } from '../../../motion/features/layout.mjs';\nimport { createMotionComponentFactory } from '../create-factory.mjs';\nimport { createDomVisualElement } from '../../dom/create-visual-element.mjs';\n\nconst createMotionComponent = /*@__PURE__*/ createMotionComponentFactory({\n ...animations,\n ...gestureAnimations,\n ...drag,\n ...layout,\n}, createDomVisualElement);\n\nexport { createMotionComponent };\n","import { createDOMMotionComponentProxy } from '../create-proxy.mjs';\nimport { createMotionComponent } from './create.mjs';\n\nconst motion = /*@__PURE__*/ createDOMMotionComponentProxy(createMotionComponent);\n\nexport { motion };\n","import React from 'react';\n\nimport { AnimatePresence, motion } from 'motion/react';\n\nimport { mergeRefs } from '../../utils/refs';\nimport Toast from '../Toast/Toast';\n\nimport styles from './styles.module.scss';\n\nexport interface ToastData {\n id: string;\n title: string;\n message?: string;\n}\n\nexport interface ToastListProps {\n /** Sets the data-testid attribute. */\n testId?: string;\n /** Array of toast data to display */\n toasts?: ToastData[];\n}\n\nconst DURATION = 8000;\n\nconst ToastList = React.forwardRef<HTMLElement, ToastListProps>((props, ref) => {\n const { testId, toasts = [] } = props;\n const internalRef = React.useRef<HTMLElement | null>(null);\n const [visibleToasts, setVisibleToasts] = React.useState<ToastData[]>([]);\n const [removedToastIds, setRemovedToastIds] = React.useState<Set<string>>(new Set());\n const timeoutRefs = React.useRef<Map<string, NodeJS.Timeout>>(new Map());\n\n React.useEffect(() => {\n const newToasts = toasts.filter(toast => !visibleToasts.some(vt => vt.id === toast.id) && !removedToastIds.has(toast.id));\n if (newToasts.length > 0) {\n setVisibleToasts(prev => [...prev, ...newToasts]);\n }\n }, [toasts, visibleToasts, removedToastIds]);\n\n // Handles removal of a toast\n const handleRemoveToast = React.useCallback((id: string): void => {\n setVisibleToasts(prev => prev.filter(t => t.id !== id));\n // Add to removed IDs to prevent re-appearance\n setRemovedToastIds(prev => new Set([...prev, id]));\n\n // Clear timeout if exists\n const timeout = timeoutRefs.current.get(id);\n if (timeout) {\n clearTimeout(timeout);\n timeoutRefs.current.delete(id);\n }\n }, []);\n\n // Handle auto-removal of toasts after duration\n React.useEffect(() => {\n const timeouts = timeoutRefs.current;\n\n // Set up timeouts for new visible toasts that don't have timeout yet\n visibleToasts.forEach(toast => {\n if (!timeouts.has(toast.id)) {\n const timeout = setTimeout(() => {\n handleRemoveToast(toast.id);\n }, DURATION);\n\n timeouts.set(toast.id, timeout);\n }\n });\n }, [visibleToasts, handleRemoveToast]);\n\n // Cleanup timeouts for removed toasts\n React.useEffect(() => {\n const timeouts = timeoutRefs.current;\n const currentToastIds = new Set(visibleToasts.map(t => t.id));\n\n timeouts.forEach((timeout, id) => {\n if (!currentToastIds.has(id)) {\n clearTimeout(timeout);\n timeouts.delete(id);\n }\n });\n }, [visibleToasts]);\n\n // Cleanup all timeouts on unmount\n React.useEffect(() => {\n return (): void => {\n timeoutRefs.current.forEach(timeout => clearTimeout(timeout));\n timeoutRefs.current.clear();\n };\n }, []);\n\n const setRefs = mergeRefs([internalRef, ref]);\n\n return (\n <section ref={setRefs} className={styles['toast-list']} data-testid={testId}>\n <AnimatePresence mode=\"popLayout\">\n {visibleToasts.map(toast => (\n <motion.div\n key={toast.id}\n layout\n initial={{ opacity: 0, y: 50 }}\n animate={{ opacity: 1, y: 0 }}\n exit={{ opacity: 0, y: -20 }}\n transition={{\n layout: { type: 'spring', duration: 0.4, bounce: 0.1 },\n }}\n >\n <Toast\n testId={`${testId}-${toast.id}`}\n title={toast.title}\n message={toast.message}\n onClose={() => handleRemoveToast(toast.id)}\n />\n </motion.div>\n ))}\n </AnimatePresence>\n </section>\n );\n});\n\nToastList.displayName = 'ToastList';\n\nexport default ToastList;\n"],"names":["Component","createProjectionNode","_a","layout","drag","MeasureLayout","scrapeMotionValuesFromProps","hasTransform","createMotionComponent","animations","context","id","info","point","timestamp","event","time","dragSnapToOrigin","isDragging","progress","styles","filterEvents","React"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84]}
|