@norges-domstoler/dds-components 13.6.0 → 13.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_rollupPluginBabelHelpers.js +1 -61
- package/dist/cjs/components/Breadcrumbs/Breadcrumb.tokens.d.ts +1 -1
- package/dist/cjs/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/cjs/components/Button/Button.d.ts +1 -1
- package/dist/cjs/components/Button/Button.stories.d.ts +1 -1
- package/dist/cjs/components/Button/Button.tokens.d.ts +1 -1
- package/dist/cjs/components/Button/Button.types.d.ts +2 -2
- package/dist/cjs/components/Card/Card.d.ts +1 -1
- package/dist/cjs/components/Card/CardAccordion/CardAccordion.d.ts +1 -1
- package/dist/cjs/components/Card/CardAccordion/CardAccordion.tokens.d.ts +1 -1
- package/dist/cjs/components/Card/CardAccordion/CardAccordionBody.d.ts +1 -1
- package/dist/cjs/components/Card/CardAccordion/CardAccordionHeader.d.ts +2 -2
- package/dist/cjs/components/Chip/Chip.d.ts +1 -1
- package/dist/cjs/components/Chip/Chip.tokens.d.ts +1 -1
- package/dist/cjs/components/Datepicker/Datepicker.d.ts +1 -1
- package/dist/cjs/components/Datepicker/Datepicker.stories.d.ts +1 -1
- package/dist/cjs/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/dist/cjs/components/DescriptionList/DescriptionListDesc.d.ts +2 -2
- package/dist/cjs/components/DescriptionList/DescriptionListGroup.d.ts +1 -1
- package/dist/cjs/components/Divider/Divider.d.ts +1 -1
- package/dist/cjs/components/Drawer/Drawer.d.ts +1 -1
- package/dist/cjs/components/GlobalMessage/GlobalMessage.d.ts +1 -1
- package/dist/cjs/components/GlobalMessage/GlobalMessage.tokens.d.ts +2 -2
- package/dist/cjs/components/Grid/Grid.context.d.ts +1 -1
- package/dist/cjs/components/Grid/Grid.d.ts +2 -2
- package/dist/cjs/components/Grid/GridChild.d.ts +2 -2
- package/dist/cjs/components/InlineEdit/InlineEdit.styles.d.ts +4 -4
- package/dist/cjs/components/InputMessage/InputMessage.d.ts +1 -1
- package/dist/cjs/components/InternalHeader/InternalHeader.styles.d.ts +1 -1
- package/dist/cjs/components/InternalHeader/InternalHeader.tokens.d.ts +1 -1
- package/dist/cjs/components/InternalHeader/InternalHeader.types.d.ts +2 -2
- package/dist/cjs/components/List/List.d.ts +2 -2
- package/dist/cjs/components/LocalMessage/LocalMessage.d.ts +1 -1
- package/dist/cjs/components/LocalMessage/LocalMessage.tokens.d.ts +2 -2
- package/dist/cjs/components/Modal/Modal.d.ts +1 -1
- package/dist/cjs/components/Modal/ModalBody.d.ts +1 -1
- package/dist/cjs/components/OverflowMenu/OverflowMenu.d.ts +1 -1
- package/dist/cjs/components/OverflowMenu/OverflowMenu.stories.d.ts +1 -1
- package/dist/cjs/components/OverflowMenu/OverflowMenu.tokens.d.ts +1 -1
- package/dist/cjs/components/OverflowMenu/OverflowMenu.types.d.ts +3 -3
- package/dist/cjs/components/OverflowMenu/OverflowMenuItem.d.ts +2 -2
- package/dist/cjs/components/Pagination/Pagination.d.ts +1 -1
- package/dist/cjs/components/Popover/Popover.d.ts +2 -2
- package/dist/cjs/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/cjs/components/ProgressTracker/ProgressTracker.d.ts +1 -1
- package/dist/cjs/components/ProgressTracker/ProgressTracker.stories.d.ts +2 -2
- package/dist/cjs/components/ProgressTracker/ProgressTracker.tokens.d.ts +2 -2
- package/dist/cjs/components/ProgressTracker/ProgressTrackerItem.d.ts +2 -2
- package/dist/cjs/components/ScrollableContainer/ScrollableContainer.d.ts +1 -1
- package/dist/cjs/components/ScrollableContainer/Scrollbar.d.ts +1 -1
- package/dist/cjs/components/Search/Search.d.ts +1 -1
- package/dist/cjs/components/Search/Search.stories.d.ts +1 -1
- package/dist/cjs/components/Search/Search.tokens.d.ts +1 -1
- package/dist/cjs/components/Search/SearchSuggestions.d.ts +1 -1
- package/dist/cjs/components/Select/Select.d.ts +3 -3
- package/dist/cjs/components/Select/Select.styles.d.ts +2 -2
- package/dist/cjs/components/Select/Select.tokens.d.ts +2 -2
- package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.d.ts +1 -1
- package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.stories.d.ts +1 -1
- package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.types.d.ts +2 -2
- package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.d.ts +1 -1
- package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroupContext.d.ts +1 -0
- package/dist/{components → cjs/components/SelectionControl}/RadioButton/RadioButton.types.d.ts +1 -1
- package/dist/cjs/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroup.d.ts +1 -1
- package/dist/{components → cjs/components/SelectionControl}/RadioButton/RadioButtonGroup.stories.d.ts +1 -1
- package/dist/cjs/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroupContext.d.ts +1 -0
- package/dist/{helpers → cjs/components}/SelectionControl/SelectionControl.styles.d.ts +1 -1
- package/dist/cjs/components/SkipToContent/SkipToContent.d.ts +1 -1
- package/dist/cjs/components/Spinner/Spinner.d.ts +2 -2
- package/dist/cjs/components/SplitButton/SplitButton.d.ts +1 -1
- package/dist/cjs/components/Stack/Stack.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tab.d.ts +2 -2
- package/dist/cjs/components/Tabs/TabPanel.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tabs.context.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tabs.d.ts +1 -1
- package/dist/cjs/components/Tabs/Tabs.stories.d.ts +2 -2
- package/dist/cjs/components/Tag/Tag.d.ts +1 -1
- package/dist/cjs/components/Tag/Tag.tokens.d.ts +1 -1
- package/dist/cjs/components/TextArea/TextArea.d.ts +8 -3
- package/dist/cjs/components/TextArea/TextArea.stories.d.ts +1 -1
- package/dist/cjs/components/TextInput/CharCounter.d.ts +1 -1
- package/dist/cjs/components/TextInput/TextInput.d.ts +3 -3
- package/dist/cjs/components/TextInput/TextInput.stories.d.ts +3 -3
- package/dist/cjs/components/TextInput/TextInput.styles.d.ts +4 -4
- package/dist/cjs/components/TextInput/TextInput.types.d.ts +2 -2
- package/dist/cjs/components/ToggleBar/ToggleBar.tokens.d.ts +1 -1
- package/dist/cjs/components/ToggleBar/ToggleBar.types.d.ts +1 -1
- package/dist/cjs/components/ToggleBar/ToggleRadio.d.ts +2 -2
- package/dist/cjs/components/ToggleButton/ToggleButton.d.ts +2 -2
- package/dist/cjs/components/ToggleButton/ToggleButton.stories.d.ts +2 -2
- package/dist/cjs/components/ToggleButton/ToggleButton.tokens.d.ts +1 -1
- package/dist/cjs/components/ToggleButton/ToggleButton.types.d.ts +3 -3
- package/dist/cjs/components/ToggleButton/ToggleButtonGroup.d.ts +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/cjs/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/cjs/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/cjs/dds-core.d.ts +1 -0
- package/dist/cjs/dds-form.d.ts +2 -0
- package/dist/cjs/dds-icons.d.ts +2 -0
- package/dist/cjs/dds-typography.d.ts +2 -0
- package/dist/cjs/index.d.ts +6 -8
- package/dist/cjs/index.js +764 -3719
- package/dist/cjs/utils/icon.d.ts +3 -0
- package/dist/cjs/utils/renderInputMessage.d.ts +1 -0
- package/dist/components/BackLink/BackLink.js +3 -12
- package/dist/components/Breadcrumbs/Breadcrumb.js +1 -7
- package/dist/components/Breadcrumbs/Breadcrumb.tokens.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +5 -8
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/Button/Button.stories.d.ts +1 -1
- package/dist/components/Button/Button.styles.js +3 -7
- package/dist/components/Button/Button.tokens.d.ts +1 -1
- package/dist/components/Button/Button.tokens.js +1 -2
- package/dist/components/Button/Button.types.d.ts +2 -2
- package/dist/components/Card/Card.d.ts +1 -1
- package/dist/components/Card/Card.js +3 -7
- package/dist/components/Card/CardAccordion/CardAccordion.d.ts +1 -1
- package/dist/components/Card/CardAccordion/CardAccordion.js +1 -1
- package/dist/components/Card/CardAccordion/CardAccordion.tokens.d.ts +1 -1
- package/dist/components/Card/CardAccordion/CardAccordionBody.d.ts +1 -1
- package/dist/components/Card/CardAccordion/CardAccordionBody.js +3 -4
- package/dist/components/Card/CardAccordion/CardAccordionHeader.d.ts +2 -2
- package/dist/components/Card/CardAccordion/CardAccordionHeader.js +2 -20
- package/dist/components/Chip/Chip.d.ts +1 -1
- package/dist/components/Chip/Chip.js +4 -6
- package/dist/components/Chip/Chip.tokens.d.ts +1 -1
- package/dist/components/Chip/ChipGroup.js +1 -1
- package/dist/components/Datepicker/Datepicker.d.ts +1 -1
- package/dist/components/Datepicker/Datepicker.js +5 -25
- package/dist/components/Datepicker/Datepicker.stories.d.ts +1 -1
- package/dist/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/dist/components/DescriptionList/DescriptionList.js +1 -6
- package/dist/components/DescriptionList/DescriptionListDesc.d.ts +2 -2
- package/dist/components/DescriptionList/DescriptionListDesc.js +2 -2
- package/dist/components/DescriptionList/DescriptionListGroup.d.ts +1 -1
- package/dist/components/DescriptionList/DescriptionListGroup.js +1 -1
- package/dist/components/Divider/Divider.d.ts +1 -1
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +4 -31
- package/dist/components/EmptyContent/EmptyContent.js +1 -7
- package/dist/components/Feedback/CommentComponent.js +3 -13
- package/dist/components/Feedback/Feedback.js +1 -7
- package/dist/components/Feedback/RatingComponent.js +2 -11
- package/dist/components/FileUploader/File.js +2 -5
- package/dist/components/FileUploader/FileUploader.js +3 -12
- package/dist/components/GlobalMessage/GlobalMessage.d.ts +1 -1
- package/dist/components/GlobalMessage/GlobalMessage.js +4 -13
- package/dist/components/GlobalMessage/GlobalMessage.tokens.d.ts +2 -2
- package/dist/components/GlobalMessage/GlobalMessage.tokens.js +1 -6
- package/dist/components/Grid/Grid.context.d.ts +1 -1
- package/dist/components/Grid/Grid.context.js +1 -3
- package/dist/components/Grid/Grid.d.ts +2 -2
- package/dist/components/Grid/Grid.js +1 -14
- package/dist/components/Grid/Grid.tokens.js +1 -4
- package/dist/components/Grid/GridChild.d.ts +2 -2
- package/dist/components/Grid/GridChild.js +1 -10
- package/dist/components/InlineEdit/InlineEdit.js +1 -5
- package/dist/components/InlineEdit/InlineEdit.styles.d.ts +4 -4
- package/dist/components/InlineEdit/InlineEdit.styles.js +1 -13
- package/dist/components/InlineEdit/InlineEditInput.js +1 -4
- package/dist/components/InlineEdit/InlineEditTextArea.js +1 -4
- package/dist/components/InlineEdit/InlineInput.js +4 -16
- package/dist/components/InlineEdit/InlineTextArea.js +4 -16
- package/dist/components/InputMessage/InputMessage.d.ts +1 -1
- package/dist/components/InputMessage/InputMessage.js +3 -11
- package/dist/components/InternalHeader/InternalHeader.js +3 -11
- package/dist/components/InternalHeader/InternalHeader.styles.d.ts +1 -1
- package/dist/components/InternalHeader/InternalHeader.styles.js +1 -5
- package/dist/components/InternalHeader/InternalHeader.tokens.d.ts +1 -1
- package/dist/components/InternalHeader/InternalHeader.types.d.ts +2 -2
- package/dist/components/InternalHeader/NavigationItem.js +3 -7
- package/dist/components/List/List.d.ts +2 -2
- package/dist/components/List/List.js +5 -10
- package/dist/components/LocalMessage/LocalMessage.d.ts +1 -1
- package/dist/components/LocalMessage/LocalMessage.js +3 -17
- package/dist/components/LocalMessage/LocalMessage.tokens.d.ts +2 -2
- package/dist/components/LocalMessage/LocalMessage.tokens.js +1 -8
- package/dist/{helpers → components/Modal}/Backdrop/Backdrop.js +2 -2
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/Modal/Modal.js +6 -32
- package/dist/components/Modal/ModalBody.d.ts +1 -1
- package/dist/components/Modal/ModalBody.js +1 -1
- package/dist/components/OverflowMenu/OverflowMenu.d.ts +1 -1
- package/dist/components/OverflowMenu/OverflowMenu.js +2 -16
- package/dist/components/OverflowMenu/OverflowMenu.stories.d.ts +1 -1
- package/dist/components/OverflowMenu/OverflowMenu.tokens.d.ts +1 -1
- package/dist/components/OverflowMenu/OverflowMenu.tokens.js +1 -2
- package/dist/components/OverflowMenu/OverflowMenu.types.d.ts +3 -3
- package/dist/components/OverflowMenu/OverflowMenuItem.d.ts +2 -2
- package/dist/components/OverflowMenu/OverflowMenuItem.js +4 -14
- package/dist/components/Pagination/Pagination.d.ts +1 -1
- package/dist/components/Pagination/Pagination.js +3 -15
- package/dist/components/Popover/Popover.d.ts +2 -2
- package/dist/components/Popover/Popover.js +4 -31
- package/dist/components/Popover/Popover.stories.d.ts +1 -1
- package/dist/components/Popover/PopoverGroup.js +1 -4
- package/dist/components/ProgressTracker/ProgressTracker.d.ts +1 -1
- package/dist/components/ProgressTracker/ProgressTracker.js +1 -1
- package/dist/components/ProgressTracker/ProgressTracker.stories.d.ts +2 -2
- package/dist/components/ProgressTracker/ProgressTracker.tokens.d.ts +2 -2
- package/dist/components/ProgressTracker/ProgressTrackerItem.d.ts +2 -2
- package/dist/components/ProgressTracker/ProgressTrackerItem.js +4 -11
- package/dist/components/ScrollableContainer/ScrollableContainer.d.ts +1 -1
- package/dist/components/ScrollableContainer/ScrollableContainer.js +2 -6
- package/dist/components/ScrollableContainer/Scrollbar.d.ts +1 -1
- package/dist/components/ScrollableContainer/Scrollbar.js +1 -1
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Search/Search.js +6 -26
- package/dist/components/Search/Search.stories.d.ts +1 -1
- package/dist/components/Search/Search.tokens.d.ts +1 -1
- package/dist/components/Search/SearchAutocompleteWrapper.js +1 -6
- package/dist/components/Search/SearchSuggestions.d.ts +1 -1
- package/dist/components/Search/SearchSuggestions.js +3 -30
- package/dist/components/Select/Select.d.ts +3 -3
- package/dist/components/Select/Select.js +5 -16
- package/dist/components/Select/Select.styles.d.ts +2 -2
- package/dist/components/Select/Select.styles.js +5 -8
- package/dist/components/Select/Select.tokens.d.ts +2 -2
- package/dist/components/Select/Select.tokens.js +1 -13
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.d.ts +1 -1
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.js +4 -22
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.stories.d.ts +1 -1
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/Checkbox.types.d.ts +2 -2
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.d.ts +1 -1
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.js +4 -22
- package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroupContext.d.ts +1 -0
- package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButton.js +4 -21
- package/dist/{cjs/components → components/SelectionControl}/RadioButton/RadioButton.types.d.ts +1 -1
- package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroup.d.ts +1 -1
- package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroup.js +5 -23
- package/dist/{cjs/components → components/SelectionControl}/RadioButton/RadioButtonGroup.stories.d.ts +1 -1
- package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroupContext.d.ts +1 -0
- package/dist/{cjs/helpers → components}/SelectionControl/SelectionControl.styles.d.ts +1 -1
- package/dist/{helpers → components}/SelectionControl/SelectionControl.styles.js +5 -9
- package/dist/{helpers → components}/SelectionControl/SelectionControl.tokens.js +1 -6
- package/dist/components/SkipToContent/SkipToContent.d.ts +1 -1
- package/dist/components/SkipToContent/SkipToContent.js +3 -7
- package/dist/components/Spinner/Spinner.d.ts +2 -2
- package/dist/components/Spinner/Spinner.js +1 -2
- package/dist/components/SplitButton/SplitButton.d.ts +1 -1
- package/dist/components/SplitButton/SplitButton.js +1 -4
- package/dist/components/Stack/Stack.d.ts +1 -1
- package/dist/components/Stack/Stack.js +1 -1
- package/dist/components/Table/SortCell.js +4 -13
- package/dist/components/Table/Table.js +1 -5
- package/dist/components/Table/Table.styles.js +2 -6
- package/dist/components/Table/collapsible/CollapsibleRow.js +2 -18
- package/dist/components/Tabs/Tab.d.ts +2 -2
- package/dist/components/Tabs/Tab.js +4 -15
- package/dist/components/Tabs/TabList.js +2 -12
- package/dist/components/Tabs/TabPanel.d.ts +1 -1
- package/dist/components/Tabs/TabPanel.js +2 -6
- package/dist/components/Tabs/TabPanels.js +1 -4
- package/dist/components/Tabs/Tabs.context.d.ts +1 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -1
- package/dist/components/Tabs/Tabs.js +1 -1
- package/dist/components/Tabs/Tabs.stories.d.ts +2 -2
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.js +3 -4
- package/dist/components/Tag/Tag.tokens.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +8 -3
- package/dist/components/TextArea/TextArea.js +4 -16
- package/dist/components/TextArea/TextArea.stories.d.ts +1 -1
- package/dist/components/TextInput/CharCounter.d.ts +1 -1
- package/dist/components/TextInput/CharCounter.js +2 -8
- package/dist/components/TextInput/TextInput.d.ts +3 -3
- package/dist/components/TextInput/TextInput.js +7 -21
- package/dist/components/TextInput/TextInput.stories.d.ts +3 -3
- package/dist/components/TextInput/TextInput.styles.d.ts +4 -4
- package/dist/components/TextInput/TextInput.styles.js +3 -15
- package/dist/components/TextInput/TextInput.types.d.ts +2 -2
- package/dist/components/ToggleBar/ToggleBar.js +2 -15
- package/dist/components/ToggleBar/ToggleBar.tokens.d.ts +1 -1
- package/dist/components/ToggleBar/ToggleBar.tokens.js +1 -2
- package/dist/components/ToggleBar/ToggleBar.types.d.ts +1 -1
- package/dist/components/ToggleBar/ToggleRadio.d.ts +2 -2
- package/dist/components/ToggleBar/ToggleRadio.js +3 -13
- package/dist/components/ToggleBar/ToggleRadio.styles.js +3 -20
- package/dist/components/ToggleButton/ToggleButton.d.ts +2 -2
- package/dist/components/ToggleButton/ToggleButton.js +5 -20
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +2 -2
- package/dist/components/ToggleButton/ToggleButton.tokens.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleButton.tokens.js +1 -2
- package/dist/components/ToggleButton/ToggleButton.types.d.ts +3 -3
- package/dist/components/ToggleButton/ToggleButtonGroup.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleButtonGroup.js +2 -8
- package/dist/components/Tooltip/Tooltip.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.js +1 -7
- package/dist/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.styles.js +2 -20
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/components/VisuallyHidden/VisuallyHidden.js +1 -1
- package/dist/dds-core.d.ts +1 -0
- package/dist/dds-form.d.ts +2 -0
- package/dist/dds-icons.d.ts +2 -0
- package/dist/dds-typography.d.ts +2 -0
- package/dist/index.d.ts +6 -8
- package/dist/index.js +8 -172
- package/dist/utils/icon.d.ts +3 -0
- package/dist/utils/icon.js +12 -0
- package/dist/utils/renderInputMessage.d.ts +1 -0
- package/dist/utils/renderInputMessage.js +18 -0
- package/package.json +5 -1
- package/dist/assets/svg/openExternal.svg.js +0 -4
- package/dist/cjs/components/Icon/Icon.d.ts +0 -17
- package/dist/cjs/components/Icon/Icon.stories.d.ts +0 -21
- package/dist/cjs/components/Icon/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Caption/Caption.d.ts +0 -11
- package/dist/cjs/components/Typography/Caption/Caption.stories.d.ts +0 -29
- package/dist/cjs/components/Typography/Caption/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Heading/Heading.d.ts +0 -22
- package/dist/cjs/components/Typography/Heading/Heading.stories.d.ts +0 -38
- package/dist/cjs/components/Typography/Heading/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Label/Label.d.ts +0 -17
- package/dist/cjs/components/Typography/Label/Label.stories.d.ts +0 -33
- package/dist/cjs/components/Typography/Label/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Legend/Legend.d.ts +0 -11
- package/dist/cjs/components/Typography/Legend/Legend.stories.d.ts +0 -29
- package/dist/cjs/components/Typography/Legend/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Link/Link.d.ts +0 -23
- package/dist/cjs/components/Typography/Link/Link.stories.d.ts +0 -48
- package/dist/cjs/components/Typography/Link/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Paragraph/Paragraph.d.ts +0 -17
- package/dist/cjs/components/Typography/Paragraph/Paragraph.stories.d.ts +0 -37
- package/dist/cjs/components/Typography/Paragraph/index.d.ts +0 -1
- package/dist/cjs/components/Typography/Typography/Typography.d.ts +0 -25
- package/dist/cjs/components/Typography/Typography/Typography.stories.d.ts +0 -64
- package/dist/cjs/components/Typography/Typography/Typography.types.d.ts +0 -36
- package/dist/cjs/components/Typography/Typography/index.d.ts +0 -2
- package/dist/cjs/components/Typography/Typography.tokens.d.ts +0 -448
- package/dist/cjs/components/Typography/Typography.utils.d.ts +0 -203
- package/dist/cjs/components/Typography/index.d.ts +0 -7
- package/dist/cjs/components/Typography/stories/Examples.stories.d.ts +0 -5
- package/dist/cjs/components/Typography/stories/TypographyComponents.stories.d.ts +0 -42
- package/dist/cjs/components/Typography/stories/TypographyTypes.stories.d.ts +0 -11
- package/dist/cjs/helpers/Chevron/AnimatedChevronUpDown.d.ts +0 -8
- package/dist/cjs/helpers/Chevron/AnimatedChevronUpDown.styles.d.ts +0 -7
- package/dist/cjs/helpers/Chevron/index.d.ts +0 -1
- package/dist/cjs/helpers/HiddenInput/HiddenInput.d.ts +0 -1
- package/dist/cjs/helpers/HiddenInput/index.d.ts +0 -1
- package/dist/cjs/helpers/Input/Input.styles.d.ts +0 -16
- package/dist/cjs/helpers/Input/Input.tokens.d.ts +0 -38
- package/dist/cjs/helpers/Input/Input.types.d.ts +0 -28
- package/dist/cjs/helpers/Input/Input.utils.d.ts +0 -5
- package/dist/cjs/helpers/Input/index.d.ts +0 -4
- package/dist/cjs/helpers/Paper/Paper.d.ts +0 -8
- package/dist/cjs/helpers/Paper/Paper.tokens.d.ts +0 -7
- package/dist/cjs/helpers/Paper/index.d.ts +0 -1
- package/dist/cjs/helpers/RequiredMarker/RequiredMarker.d.ts +0 -1
- package/dist/cjs/helpers/RequiredMarker/index.d.ts +0 -1
- package/dist/cjs/helpers/ScreenSize/ScreenSize.utils.d.ts +0 -7
- package/dist/cjs/helpers/ScreenSize/index.d.ts +0 -1
- package/dist/cjs/helpers/SelectionControl/index.d.ts +0 -3
- package/dist/cjs/helpers/TextOverflowEllipsis/TextOverflowEllipsis.d.ts +0 -2
- package/dist/cjs/helpers/TextOverflowEllipsis/index.d.ts +0 -1
- package/dist/cjs/helpers/index.d.ts +0 -7
- package/dist/cjs/helpers/styling/danger.d.ts +0 -4
- package/dist/cjs/helpers/styling/focus.d.ts +0 -9
- package/dist/cjs/helpers/styling/focusVisible.d.ts +0 -37
- package/dist/cjs/helpers/styling/hideInput.d.ts +0 -7
- package/dist/cjs/helpers/styling/hover.d.ts +0 -12
- package/dist/cjs/helpers/styling/index.d.ts +0 -9
- package/dist/cjs/helpers/styling/normalize.d.ts +0 -5
- package/dist/cjs/helpers/styling/removeButtonStyling.d.ts +0 -9
- package/dist/cjs/helpers/styling/removeListStyling.d.ts +0 -5
- package/dist/cjs/helpers/styling/selection.d.ts +0 -4
- package/dist/cjs/helpers/styling/visibilityTransition.d.ts +0 -1
- package/dist/cjs/hooks/index.d.ts +0 -9
- package/dist/cjs/hooks/useCombinedRefs.d.ts +0 -20
- package/dist/cjs/hooks/useFloatPosition.d.ts +0 -48
- package/dist/cjs/hooks/useFocusTrap.d.ts +0 -16
- package/dist/cjs/hooks/useIsMounted.d.ts +0 -2
- package/dist/cjs/hooks/useMountTransition.d.ts +0 -33
- package/dist/cjs/hooks/useOnClickOutside.d.ts +0 -14
- package/dist/cjs/hooks/useOnKeyDown.d.ts +0 -14
- package/dist/cjs/hooks/useReturnFocusOnBlur.d.ts +0 -31
- package/dist/cjs/hooks/useRoveFocus.d.ts +0 -28
- package/dist/cjs/hooks/useScreenSize.d.ts +0 -20
- package/dist/cjs/icons/icons.stories.d.ts +0 -5
- package/dist/cjs/icons/tsx/agreement.d.ts +0 -2
- package/dist/cjs/icons/tsx/apps.d.ts +0 -2
- package/dist/cjs/icons/tsx/archive.d.ts +0 -2
- package/dist/cjs/icons/tsx/arrowDown.d.ts +0 -2
- package/dist/cjs/icons/tsx/arrowLeft.d.ts +0 -2
- package/dist/cjs/icons/tsx/arrowRight.d.ts +0 -2
- package/dist/cjs/icons/tsx/arrowUp.d.ts +0 -2
- package/dist/cjs/icons/tsx/attachment.d.ts +0 -2
- package/dist/cjs/icons/tsx/barChart.d.ts +0 -2
- package/dist/cjs/icons/tsx/barChartBoxed.d.ts +0 -2
- package/dist/cjs/icons/tsx/block.d.ts +0 -2
- package/dist/cjs/icons/tsx/book.d.ts +0 -2
- package/dist/cjs/icons/tsx/build.d.ts +0 -2
- package/dist/cjs/icons/tsx/buildCircled.d.ts +0 -2
- package/dist/cjs/icons/tsx/calendar.d.ts +0 -2
- package/dist/cjs/icons/tsx/calendarMonth.d.ts +0 -2
- package/dist/cjs/icons/tsx/calendarViewDay.d.ts +0 -2
- package/dist/cjs/icons/tsx/calendarViewMonth.d.ts +0 -2
- package/dist/cjs/icons/tsx/calendarViewWeek.d.ts +0 -2
- package/dist/cjs/icons/tsx/call.d.ts +0 -2
- package/dist/cjs/icons/tsx/caring.d.ts +0 -2
- package/dist/cjs/icons/tsx/chat.d.ts +0 -2
- package/dist/cjs/icons/tsx/check.d.ts +0 -2
- package/dist/cjs/icons/tsx/checkCircled.d.ts +0 -2
- package/dist/cjs/icons/tsx/checklist.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronDown.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronFirst.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronLargeLeft.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronLargeRight.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronLast.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronLeft.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronRight.d.ts +0 -2
- package/dist/cjs/icons/tsx/chevronUp.d.ts +0 -2
- package/dist/cjs/icons/tsx/close.d.ts +0 -2
- package/dist/cjs/icons/tsx/closeCircled.d.ts +0 -2
- package/dist/cjs/icons/tsx/closeSmall.d.ts +0 -2
- package/dist/cjs/icons/tsx/cloud.d.ts +0 -2
- package/dist/cjs/icons/tsx/collapse.d.ts +0 -2
- package/dist/cjs/icons/tsx/comment.d.ts +0 -2
- package/dist/cjs/icons/tsx/copy.d.ts +0 -2
- package/dist/cjs/icons/tsx/court.d.ts +0 -2
- package/dist/cjs/icons/tsx/dateRange.d.ts +0 -2
- package/dist/cjs/icons/tsx/deaths.d.ts +0 -2
- package/dist/cjs/icons/tsx/doubleChevronLeft.d.ts +0 -2
- package/dist/cjs/icons/tsx/doubleChevronRight.d.ts +0 -2
- package/dist/cjs/icons/tsx/download.d.ts +0 -2
- package/dist/cjs/icons/tsx/downloadDone.d.ts +0 -2
- package/dist/cjs/icons/tsx/dragHandle.d.ts +0 -2
- package/dist/cjs/icons/tsx/edit.d.ts +0 -2
- package/dist/cjs/icons/tsx/error.d.ts +0 -2
- package/dist/cjs/icons/tsx/exclaim.d.ts +0 -2
- package/dist/cjs/icons/tsx/expand.d.ts +0 -2
- package/dist/cjs/icons/tsx/facebook.d.ts +0 -2
- package/dist/cjs/icons/tsx/family.d.ts +0 -2
- package/dist/cjs/icons/tsx/feedback.d.ts +0 -2
- package/dist/cjs/icons/tsx/file.d.ts +0 -2
- package/dist/cjs/icons/tsx/fileAdd.d.ts +0 -2
- package/dist/cjs/icons/tsx/fileText.d.ts +0 -2
- package/dist/cjs/icons/tsx/filter.d.ts +0 -2
- package/dist/cjs/icons/tsx/filterList.d.ts +0 -2
- package/dist/cjs/icons/tsx/filterListOff.d.ts +0 -2
- package/dist/cjs/icons/tsx/filterOff.d.ts +0 -2
- package/dist/cjs/icons/tsx/findInPage.d.ts +0 -2
- package/dist/cjs/icons/tsx/folder.d.ts +0 -2
- package/dist/cjs/icons/tsx/folderAdd.d.ts +0 -2
- package/dist/cjs/icons/tsx/fullsceenExit.d.ts +0 -2
- package/dist/cjs/icons/tsx/fullscreen.d.ts +0 -2
- package/dist/cjs/icons/tsx/gavel.d.ts +0 -2
- package/dist/cjs/icons/tsx/help.d.ts +0 -2
- package/dist/cjs/icons/tsx/helpFilled.d.ts +0 -2
- package/dist/cjs/icons/tsx/home.d.ts +0 -2
- package/dist/cjs/icons/tsx/hourglassBottom.d.ts +0 -2
- package/dist/cjs/icons/tsx/hourglassDisabled.d.ts +0 -2
- package/dist/cjs/icons/tsx/hourglassEmpty.d.ts +0 -2
- package/dist/cjs/icons/tsx/hourglassFull.d.ts +0 -2
- package/dist/cjs/icons/tsx/hourglassTop.d.ts +0 -2
- package/dist/cjs/icons/tsx/image.d.ts +0 -2
- package/dist/cjs/icons/tsx/index.d.ts +0 -149
- package/dist/cjs/icons/tsx/info.d.ts +0 -2
- package/dist/cjs/icons/tsx/instagram.d.ts +0 -2
- package/dist/cjs/icons/tsx/jordskifterett.d.ts +0 -2
- package/dist/cjs/icons/tsx/key.d.ts +0 -2
- package/dist/cjs/icons/tsx/lagmannsrett.d.ts +0 -2
- package/dist/cjs/icons/tsx/language.d.ts +0 -2
- package/dist/cjs/icons/tsx/libraryAdd.d.ts +0 -2
- package/dist/cjs/icons/tsx/lineChart.d.ts +0 -2
- package/dist/cjs/icons/tsx/link.d.ts +0 -2
- package/dist/cjs/icons/tsx/linkOff.d.ts +0 -2
- package/dist/cjs/icons/tsx/linkedIn.d.ts +0 -2
- package/dist/cjs/icons/tsx/list.d.ts +0 -2
- package/dist/cjs/icons/tsx/listAlt.d.ts +0 -2
- package/dist/cjs/icons/tsx/location.d.ts +0 -2
- package/dist/cjs/icons/tsx/lock.d.ts +0 -2
- package/dist/cjs/icons/tsx/lockOpen.d.ts +0 -2
- package/dist/cjs/icons/tsx/login.d.ts +0 -2
- package/dist/cjs/icons/tsx/logout.d.ts +0 -2
- package/dist/cjs/icons/tsx/mail.d.ts +0 -2
- package/dist/cjs/icons/tsx/mailOpen.d.ts +0 -2
- package/dist/cjs/icons/tsx/menu.d.ts +0 -2
- package/dist/cjs/icons/tsx/minus.d.ts +0 -2
- package/dist/cjs/icons/tsx/minusCircled.d.ts +0 -2
- package/dist/cjs/icons/tsx/moreHorizontal.d.ts +0 -2
- package/dist/cjs/icons/tsx/moreVertical.d.ts +0 -2
- package/dist/cjs/icons/tsx/notarial.d.ts +0 -2
- package/dist/cjs/icons/tsx/notifications.d.ts +0 -2
- package/dist/cjs/icons/tsx/notificationsOff.d.ts +0 -2
- package/dist/cjs/icons/tsx/onlineMeeting.d.ts +0 -2
- package/dist/cjs/icons/tsx/openExternal.d.ts +0 -2
- package/dist/cjs/icons/tsx/payout.d.ts +0 -2
- package/dist/cjs/icons/tsx/pdf.d.ts +0 -2
- package/dist/cjs/icons/tsx/person.d.ts +0 -2
- package/dist/cjs/icons/tsx/personAdd.d.ts +0 -2
- package/dist/cjs/icons/tsx/pin.d.ts +0 -2
- package/dist/cjs/icons/tsx/plus.d.ts +0 -2
- package/dist/cjs/icons/tsx/plusCircled.d.ts +0 -2
- package/dist/cjs/icons/tsx/print.d.ts +0 -2
- package/dist/cjs/icons/tsx/property.d.ts +0 -2
- package/dist/cjs/icons/tsx/publish.d.ts +0 -2
- package/dist/cjs/icons/tsx/questionAnswer.d.ts +0 -2
- package/dist/cjs/icons/tsx/receipt.d.ts +0 -2
- package/dist/cjs/icons/tsx/redo.d.ts +0 -2
- package/dist/cjs/icons/tsx/refresh.d.ts +0 -2
- package/dist/cjs/icons/tsx/replay.d.ts +0 -2
- package/dist/cjs/icons/tsx/search.d.ts +0 -2
- package/dist/cjs/icons/tsx/settings.d.ts +0 -2
- package/dist/cjs/icons/tsx/sms.d.ts +0 -2
- package/dist/cjs/icons/tsx/star.d.ts +0 -2
- package/dist/cjs/icons/tsx/starFilled.d.ts +0 -2
- package/dist/cjs/icons/tsx/starHalfFilled.d.ts +0 -2
- package/dist/cjs/icons/tsx/sync.d.ts +0 -2
- package/dist/cjs/icons/tsx/thumbdown.d.ts +0 -2
- package/dist/cjs/icons/tsx/thumbdownFilled.d.ts +0 -2
- package/dist/cjs/icons/tsx/thumbup.d.ts +0 -2
- package/dist/cjs/icons/tsx/thumbupFilled.d.ts +0 -2
- package/dist/cjs/icons/tsx/time.d.ts +0 -2
- package/dist/cjs/icons/tsx/tingrett.d.ts +0 -2
- package/dist/cjs/icons/tsx/tip.d.ts +0 -2
- package/dist/cjs/icons/tsx/trash.d.ts +0 -2
- package/dist/cjs/icons/tsx/trendingDown.d.ts +0 -2
- package/dist/cjs/icons/tsx/trendingUp.d.ts +0 -2
- package/dist/cjs/icons/tsx/twitter.d.ts +0 -2
- package/dist/cjs/icons/tsx/undo.d.ts +0 -2
- package/dist/cjs/icons/tsx/unfoldLess.d.ts +0 -2
- package/dist/cjs/icons/tsx/unfoldMore.d.ts +0 -2
- package/dist/cjs/icons/tsx/upload.d.ts +0 -2
- package/dist/cjs/icons/tsx/visibilityOff.d.ts +0 -2
- package/dist/cjs/icons/tsx/visibilityOn.d.ts +0 -2
- package/dist/cjs/icons/tsx/warning.d.ts +0 -2
- package/dist/cjs/icons/tsx/zoomIn.d.ts +0 -2
- package/dist/cjs/icons/tsx/zoomOut.d.ts +0 -2
- package/dist/cjs/icons/utils/StyledSvg.d.ts +0 -4
- package/dist/cjs/icons/utils/SvgWrapper.d.ts +0 -2
- package/dist/cjs/icons/utils/index.d.ts +0 -2
- package/dist/cjs/icons/utils/propTypes.d.ts +0 -5
- package/dist/cjs/types/BaseComponentProps.d.ts +0 -58
- package/dist/cjs/types/CheckboxPickedHTMLAttributes.d.ts +0 -2
- package/dist/cjs/types/Direction.d.ts +0 -1
- package/dist/cjs/types/index.d.ts +0 -4
- package/dist/cjs/types/utils.d.ts +0 -15
- package/dist/cjs/utils/color.d.ts +0 -30
- package/dist/cjs/utils/combineHandlers.d.ts +0 -1
- package/dist/cjs/utils/getFocusableElements.d.ts +0 -2
- package/dist/cjs/utils/getScrollbarSize.d.ts +0 -1
- package/dist/cjs/utils/idGenerator.d.ts +0 -2
- package/dist/cjs/utils/index.d.ts +0 -7
- package/dist/cjs/utils/searchFilter.d.ts +0 -2
- package/dist/cjs/utils/text.d.ts +0 -2
- package/dist/components/Icon/Icon.d.ts +0 -17
- package/dist/components/Icon/Icon.js +0 -44
- package/dist/components/Icon/Icon.stories.d.ts +0 -21
- package/dist/components/Icon/index.d.ts +0 -1
- package/dist/components/Typography/Caption/Caption.d.ts +0 -11
- package/dist/components/Typography/Caption/Caption.js +0 -22
- package/dist/components/Typography/Caption/Caption.stories.d.ts +0 -29
- package/dist/components/Typography/Caption/index.d.ts +0 -1
- package/dist/components/Typography/Heading/Heading.d.ts +0 -22
- package/dist/components/Typography/Heading/Heading.js +0 -48
- package/dist/components/Typography/Heading/Heading.stories.d.ts +0 -38
- package/dist/components/Typography/Heading/index.d.ts +0 -1
- package/dist/components/Typography/Label/Label.d.ts +0 -17
- package/dist/components/Typography/Label/Label.js +0 -33
- package/dist/components/Typography/Label/Label.stories.d.ts +0 -33
- package/dist/components/Typography/Label/index.d.ts +0 -1
- package/dist/components/Typography/Legend/Legend.d.ts +0 -11
- package/dist/components/Typography/Legend/Legend.js +0 -22
- package/dist/components/Typography/Legend/Legend.stories.d.ts +0 -29
- package/dist/components/Typography/Legend/index.d.ts +0 -1
- package/dist/components/Typography/Link/Link.d.ts +0 -23
- package/dist/components/Typography/Link/Link.js +0 -39
- package/dist/components/Typography/Link/Link.stories.d.ts +0 -48
- package/dist/components/Typography/Link/index.d.ts +0 -1
- package/dist/components/Typography/Paragraph/Paragraph.d.ts +0 -17
- package/dist/components/Typography/Paragraph/Paragraph.js +0 -25
- package/dist/components/Typography/Paragraph/Paragraph.stories.d.ts +0 -37
- package/dist/components/Typography/Paragraph/index.d.ts +0 -1
- package/dist/components/Typography/Typography/Typography.d.ts +0 -25
- package/dist/components/Typography/Typography/Typography.js +0 -86
- package/dist/components/Typography/Typography/Typography.stories.d.ts +0 -64
- package/dist/components/Typography/Typography/Typography.types.d.ts +0 -36
- package/dist/components/Typography/Typography/index.d.ts +0 -2
- package/dist/components/Typography/Typography.tokens.d.ts +0 -448
- package/dist/components/Typography/Typography.tokens.js +0 -314
- package/dist/components/Typography/Typography.utils.d.ts +0 -203
- package/dist/components/Typography/Typography.utils.js +0 -69
- package/dist/components/Typography/index.d.ts +0 -7
- package/dist/components/Typography/stories/Examples.stories.d.ts +0 -5
- package/dist/components/Typography/stories/TypographyComponents.stories.d.ts +0 -42
- package/dist/components/Typography/stories/TypographyTypes.stories.d.ts +0 -11
- package/dist/helpers/Chevron/AnimatedChevronUpDown.d.ts +0 -8
- package/dist/helpers/Chevron/AnimatedChevronUpDown.js +0 -31
- package/dist/helpers/Chevron/AnimatedChevronUpDown.styles.d.ts +0 -7
- package/dist/helpers/Chevron/AnimatedChevronUpDown.styles.js +0 -29
- package/dist/helpers/Chevron/index.d.ts +0 -1
- package/dist/helpers/HiddenInput/HiddenInput.d.ts +0 -1
- package/dist/helpers/HiddenInput/HiddenInput.js +0 -8
- package/dist/helpers/HiddenInput/index.d.ts +0 -1
- package/dist/helpers/Input/Input.styles.d.ts +0 -16
- package/dist/helpers/Input/Input.styles.js +0 -51
- package/dist/helpers/Input/Input.tokens.d.ts +0 -38
- package/dist/helpers/Input/Input.tokens.js +0 -51
- package/dist/helpers/Input/Input.types.d.ts +0 -28
- package/dist/helpers/Input/Input.utils.d.ts +0 -5
- package/dist/helpers/Input/Input.utils.js +0 -37
- package/dist/helpers/Input/index.d.ts +0 -4
- package/dist/helpers/Paper/Paper.d.ts +0 -8
- package/dist/helpers/Paper/Paper.js +0 -43
- package/dist/helpers/Paper/Paper.tokens.d.ts +0 -7
- package/dist/helpers/Paper/Paper.tokens.js +0 -15
- package/dist/helpers/Paper/index.d.ts +0 -1
- package/dist/helpers/RequiredMarker/RequiredMarker.d.ts +0 -1
- package/dist/helpers/RequiredMarker/RequiredMarker.js +0 -15
- package/dist/helpers/RequiredMarker/index.d.ts +0 -1
- package/dist/helpers/ScreenSize/ScreenSize.utils.d.ts +0 -7
- package/dist/helpers/ScreenSize/ScreenSize.utils.js +0 -21
- package/dist/helpers/ScreenSize/index.d.ts +0 -1
- package/dist/helpers/SelectionControl/index.d.ts +0 -3
- package/dist/helpers/TextOverflowEllipsis/TextOverflowEllipsis.d.ts +0 -2
- package/dist/helpers/TextOverflowEllipsis/TextOverflowEllipsis.js +0 -12
- package/dist/helpers/TextOverflowEllipsis/index.d.ts +0 -1
- package/dist/helpers/index.d.ts +0 -7
- package/dist/helpers/styling/danger.d.ts +0 -4
- package/dist/helpers/styling/danger.js +0 -9
- package/dist/helpers/styling/focus.d.ts +0 -9
- package/dist/helpers/styling/focus.js +0 -14
- package/dist/helpers/styling/focusVisible.d.ts +0 -37
- package/dist/helpers/styling/focusVisible.js +0 -44
- package/dist/helpers/styling/hideInput.d.ts +0 -7
- package/dist/helpers/styling/hover.d.ts +0 -12
- package/dist/helpers/styling/hover.js +0 -18
- package/dist/helpers/styling/index.d.ts +0 -9
- package/dist/helpers/styling/normalize.d.ts +0 -5
- package/dist/helpers/styling/normalize.js +0 -6
- package/dist/helpers/styling/removeButtonStyling.d.ts +0 -9
- package/dist/helpers/styling/removeButtonStyling.js +0 -11
- package/dist/helpers/styling/removeListStyling.d.ts +0 -5
- package/dist/helpers/styling/removeListStyling.js +0 -7
- package/dist/helpers/styling/selection.d.ts +0 -4
- package/dist/helpers/styling/selection.js +0 -9
- package/dist/helpers/styling/visibilityTransition.d.ts +0 -1
- package/dist/helpers/styling/visibilityTransition.js +0 -7
- package/dist/hooks/index.d.ts +0 -9
- package/dist/hooks/useCombinedRefs.d.ts +0 -20
- package/dist/hooks/useCombinedRefs.js +0 -33
- package/dist/hooks/useFloatPosition.d.ts +0 -48
- package/dist/hooks/useFloatPosition.js +0 -91
- package/dist/hooks/useFocusTrap.d.ts +0 -16
- package/dist/hooks/useFocusTrap.js +0 -48
- package/dist/hooks/useIsMounted.d.ts +0 -2
- package/dist/hooks/useIsMounted.js +0 -16
- package/dist/hooks/useMountTransition.d.ts +0 -33
- package/dist/hooks/useMountTransition.js +0 -55
- package/dist/hooks/useOnClickOutside.d.ts +0 -14
- package/dist/hooks/useOnClickOutside.js +0 -38
- package/dist/hooks/useOnKeyDown.d.ts +0 -14
- package/dist/hooks/useOnKeyDown.js +0 -31
- package/dist/hooks/useReturnFocusOnBlur.d.ts +0 -31
- package/dist/hooks/useReturnFocusOnBlur.js +0 -60
- package/dist/hooks/useRoveFocus.d.ts +0 -28
- package/dist/hooks/useRoveFocus.js +0 -63
- package/dist/hooks/useScreenSize.d.ts +0 -20
- package/dist/hooks/useScreenSize.js +0 -61
- package/dist/icons/icons.stories.d.ts +0 -5
- package/dist/icons/tsx/agreement.d.ts +0 -2
- package/dist/icons/tsx/agreement.js +0 -12
- package/dist/icons/tsx/apps.d.ts +0 -2
- package/dist/icons/tsx/apps.js +0 -12
- package/dist/icons/tsx/archive.d.ts +0 -2
- package/dist/icons/tsx/archive.js +0 -14
- package/dist/icons/tsx/arrowDown.d.ts +0 -2
- package/dist/icons/tsx/arrowDown.js +0 -12
- package/dist/icons/tsx/arrowLeft.d.ts +0 -2
- package/dist/icons/tsx/arrowLeft.js +0 -12
- package/dist/icons/tsx/arrowRight.d.ts +0 -2
- package/dist/icons/tsx/arrowRight.js +0 -12
- package/dist/icons/tsx/arrowUp.d.ts +0 -2
- package/dist/icons/tsx/arrowUp.js +0 -12
- package/dist/icons/tsx/attachment.d.ts +0 -2
- package/dist/icons/tsx/attachment.js +0 -12
- package/dist/icons/tsx/barChart.d.ts +0 -2
- package/dist/icons/tsx/barChart.js +0 -12
- package/dist/icons/tsx/barChartBoxed.d.ts +0 -2
- package/dist/icons/tsx/barChartBoxed.js +0 -12
- package/dist/icons/tsx/block.d.ts +0 -2
- package/dist/icons/tsx/block.js +0 -12
- package/dist/icons/tsx/book.d.ts +0 -2
- package/dist/icons/tsx/book.js +0 -14
- package/dist/icons/tsx/build.d.ts +0 -2
- package/dist/icons/tsx/build.js +0 -12
- package/dist/icons/tsx/buildCircled.d.ts +0 -2
- package/dist/icons/tsx/buildCircled.js +0 -18
- package/dist/icons/tsx/calendar.d.ts +0 -2
- package/dist/icons/tsx/calendar.js +0 -12
- package/dist/icons/tsx/calendarMonth.d.ts +0 -2
- package/dist/icons/tsx/calendarMonth.js +0 -12
- package/dist/icons/tsx/calendarViewDay.d.ts +0 -2
- package/dist/icons/tsx/calendarViewDay.js +0 -12
- package/dist/icons/tsx/calendarViewMonth.d.ts +0 -2
- package/dist/icons/tsx/calendarViewMonth.js +0 -12
- package/dist/icons/tsx/calendarViewWeek.d.ts +0 -2
- package/dist/icons/tsx/calendarViewWeek.js +0 -12
- package/dist/icons/tsx/call.d.ts +0 -2
- package/dist/icons/tsx/call.js +0 -12
- package/dist/icons/tsx/caring.d.ts +0 -2
- package/dist/icons/tsx/caring.js +0 -12
- package/dist/icons/tsx/chat.d.ts +0 -2
- package/dist/icons/tsx/chat.js +0 -12
- package/dist/icons/tsx/check.d.ts +0 -2
- package/dist/icons/tsx/check.js +0 -12
- package/dist/icons/tsx/checkCircled.d.ts +0 -2
- package/dist/icons/tsx/checkCircled.js +0 -12
- package/dist/icons/tsx/checklist.d.ts +0 -2
- package/dist/icons/tsx/checklist.js +0 -12
- package/dist/icons/tsx/chevronDown.d.ts +0 -2
- package/dist/icons/tsx/chevronDown.js +0 -12
- package/dist/icons/tsx/chevronFirst.d.ts +0 -2
- package/dist/icons/tsx/chevronFirst.js +0 -12
- package/dist/icons/tsx/chevronLargeLeft.d.ts +0 -2
- package/dist/icons/tsx/chevronLargeLeft.js +0 -12
- package/dist/icons/tsx/chevronLargeRight.d.ts +0 -2
- package/dist/icons/tsx/chevronLargeRight.js +0 -12
- package/dist/icons/tsx/chevronLast.d.ts +0 -2
- package/dist/icons/tsx/chevronLast.js +0 -12
- package/dist/icons/tsx/chevronLeft.d.ts +0 -2
- package/dist/icons/tsx/chevronLeft.js +0 -12
- package/dist/icons/tsx/chevronRight.d.ts +0 -2
- package/dist/icons/tsx/chevronRight.js +0 -12
- package/dist/icons/tsx/chevronUp.d.ts +0 -2
- package/dist/icons/tsx/chevronUp.js +0 -12
- package/dist/icons/tsx/close.d.ts +0 -2
- package/dist/icons/tsx/close.js +0 -12
- package/dist/icons/tsx/closeCircled.d.ts +0 -2
- package/dist/icons/tsx/closeCircled.js +0 -12
- package/dist/icons/tsx/closeSmall.d.ts +0 -2
- package/dist/icons/tsx/closeSmall.js +0 -12
- package/dist/icons/tsx/cloud.d.ts +0 -2
- package/dist/icons/tsx/cloud.js +0 -12
- package/dist/icons/tsx/collapse.d.ts +0 -2
- package/dist/icons/tsx/collapse.js +0 -12
- package/dist/icons/tsx/comment.d.ts +0 -2
- package/dist/icons/tsx/comment.js +0 -12
- package/dist/icons/tsx/copy.d.ts +0 -2
- package/dist/icons/tsx/copy.js +0 -12
- package/dist/icons/tsx/court.d.ts +0 -2
- package/dist/icons/tsx/court.js +0 -12
- package/dist/icons/tsx/dateRange.d.ts +0 -2
- package/dist/icons/tsx/dateRange.js +0 -12
- package/dist/icons/tsx/deaths.d.ts +0 -2
- package/dist/icons/tsx/deaths.js +0 -12
- package/dist/icons/tsx/doubleChevronLeft.d.ts +0 -2
- package/dist/icons/tsx/doubleChevronLeft.js +0 -12
- package/dist/icons/tsx/doubleChevronRight.d.ts +0 -2
- package/dist/icons/tsx/doubleChevronRight.js +0 -12
- package/dist/icons/tsx/download.d.ts +0 -2
- package/dist/icons/tsx/download.js +0 -12
- package/dist/icons/tsx/downloadDone.d.ts +0 -2
- package/dist/icons/tsx/downloadDone.js +0 -12
- package/dist/icons/tsx/dragHandle.d.ts +0 -2
- package/dist/icons/tsx/dragHandle.js +0 -12
- package/dist/icons/tsx/edit.d.ts +0 -2
- package/dist/icons/tsx/edit.js +0 -12
- package/dist/icons/tsx/error.d.ts +0 -2
- package/dist/icons/tsx/error.js +0 -12
- package/dist/icons/tsx/exclaim.d.ts +0 -2
- package/dist/icons/tsx/exclaim.js +0 -12
- package/dist/icons/tsx/expand.d.ts +0 -2
- package/dist/icons/tsx/expand.js +0 -12
- package/dist/icons/tsx/facebook.d.ts +0 -2
- package/dist/icons/tsx/facebook.js +0 -12
- package/dist/icons/tsx/family.d.ts +0 -2
- package/dist/icons/tsx/family.js +0 -12
- package/dist/icons/tsx/feedback.d.ts +0 -2
- package/dist/icons/tsx/feedback.js +0 -12
- package/dist/icons/tsx/file.d.ts +0 -2
- package/dist/icons/tsx/file.js +0 -12
- package/dist/icons/tsx/fileAdd.d.ts +0 -2
- package/dist/icons/tsx/fileAdd.js +0 -12
- package/dist/icons/tsx/fileText.d.ts +0 -2
- package/dist/icons/tsx/fileText.js +0 -12
- package/dist/icons/tsx/filter.d.ts +0 -2
- package/dist/icons/tsx/filter.js +0 -12
- package/dist/icons/tsx/filterList.d.ts +0 -2
- package/dist/icons/tsx/filterList.js +0 -12
- package/dist/icons/tsx/filterListOff.d.ts +0 -2
- package/dist/icons/tsx/filterListOff.js +0 -12
- package/dist/icons/tsx/filterOff.d.ts +0 -2
- package/dist/icons/tsx/filterOff.js +0 -12
- package/dist/icons/tsx/findInPage.d.ts +0 -2
- package/dist/icons/tsx/findInPage.js +0 -12
- package/dist/icons/tsx/folder.d.ts +0 -2
- package/dist/icons/tsx/folder.js +0 -12
- package/dist/icons/tsx/folderAdd.d.ts +0 -2
- package/dist/icons/tsx/folderAdd.js +0 -12
- package/dist/icons/tsx/fullsceenExit.d.ts +0 -2
- package/dist/icons/tsx/fullsceenExit.js +0 -12
- package/dist/icons/tsx/fullscreen.d.ts +0 -2
- package/dist/icons/tsx/fullscreen.js +0 -12
- package/dist/icons/tsx/gavel.d.ts +0 -2
- package/dist/icons/tsx/gavel.js +0 -18
- package/dist/icons/tsx/help.d.ts +0 -2
- package/dist/icons/tsx/help.js +0 -12
- package/dist/icons/tsx/helpFilled.d.ts +0 -2
- package/dist/icons/tsx/helpFilled.js +0 -12
- package/dist/icons/tsx/home.d.ts +0 -2
- package/dist/icons/tsx/home.js +0 -12
- package/dist/icons/tsx/hourglassBottom.d.ts +0 -2
- package/dist/icons/tsx/hourglassBottom.js +0 -12
- package/dist/icons/tsx/hourglassDisabled.d.ts +0 -2
- package/dist/icons/tsx/hourglassDisabled.js +0 -12
- package/dist/icons/tsx/hourglassEmpty.d.ts +0 -2
- package/dist/icons/tsx/hourglassEmpty.js +0 -12
- package/dist/icons/tsx/hourglassFull.d.ts +0 -2
- package/dist/icons/tsx/hourglassFull.js +0 -12
- package/dist/icons/tsx/hourglassTop.d.ts +0 -2
- package/dist/icons/tsx/hourglassTop.js +0 -12
- package/dist/icons/tsx/image.d.ts +0 -2
- package/dist/icons/tsx/image.js +0 -12
- package/dist/icons/tsx/index.d.ts +0 -149
- package/dist/icons/tsx/info.d.ts +0 -2
- package/dist/icons/tsx/info.js +0 -12
- package/dist/icons/tsx/instagram.d.ts +0 -2
- package/dist/icons/tsx/instagram.js +0 -12
- package/dist/icons/tsx/jordskifterett.d.ts +0 -2
- package/dist/icons/tsx/jordskifterett.js +0 -24
- package/dist/icons/tsx/key.d.ts +0 -2
- package/dist/icons/tsx/key.js +0 -12
- package/dist/icons/tsx/lagmannsrett.d.ts +0 -2
- package/dist/icons/tsx/lagmannsrett.js +0 -12
- package/dist/icons/tsx/language.d.ts +0 -2
- package/dist/icons/tsx/language.js +0 -12
- package/dist/icons/tsx/libraryAdd.d.ts +0 -2
- package/dist/icons/tsx/libraryAdd.js +0 -12
- package/dist/icons/tsx/lineChart.d.ts +0 -2
- package/dist/icons/tsx/lineChart.js +0 -12
- package/dist/icons/tsx/link.d.ts +0 -2
- package/dist/icons/tsx/link.js +0 -12
- package/dist/icons/tsx/linkOff.d.ts +0 -2
- package/dist/icons/tsx/linkOff.js +0 -12
- package/dist/icons/tsx/linkedIn.d.ts +0 -2
- package/dist/icons/tsx/linkedIn.js +0 -14
- package/dist/icons/tsx/list.d.ts +0 -2
- package/dist/icons/tsx/list.js +0 -12
- package/dist/icons/tsx/listAlt.d.ts +0 -2
- package/dist/icons/tsx/listAlt.js +0 -12
- package/dist/icons/tsx/location.d.ts +0 -2
- package/dist/icons/tsx/location.js +0 -12
- package/dist/icons/tsx/lock.d.ts +0 -2
- package/dist/icons/tsx/lock.js +0 -12
- package/dist/icons/tsx/lockOpen.d.ts +0 -2
- package/dist/icons/tsx/lockOpen.js +0 -12
- package/dist/icons/tsx/login.d.ts +0 -2
- package/dist/icons/tsx/login.js +0 -12
- package/dist/icons/tsx/logout.d.ts +0 -2
- package/dist/icons/tsx/logout.js +0 -12
- package/dist/icons/tsx/mail.d.ts +0 -2
- package/dist/icons/tsx/mail.js +0 -12
- package/dist/icons/tsx/mailOpen.d.ts +0 -2
- package/dist/icons/tsx/mailOpen.js +0 -12
- package/dist/icons/tsx/menu.d.ts +0 -2
- package/dist/icons/tsx/menu.js +0 -12
- package/dist/icons/tsx/minus.d.ts +0 -2
- package/dist/icons/tsx/minus.js +0 -12
- package/dist/icons/tsx/minusCircled.d.ts +0 -2
- package/dist/icons/tsx/minusCircled.js +0 -12
- package/dist/icons/tsx/moreHorizontal.d.ts +0 -2
- package/dist/icons/tsx/moreHorizontal.js +0 -12
- package/dist/icons/tsx/moreVertical.d.ts +0 -2
- package/dist/icons/tsx/moreVertical.js +0 -12
- package/dist/icons/tsx/notarial.d.ts +0 -2
- package/dist/icons/tsx/notarial.js +0 -12
- package/dist/icons/tsx/notifications.d.ts +0 -2
- package/dist/icons/tsx/notifications.js +0 -12
- package/dist/icons/tsx/notificationsOff.d.ts +0 -2
- package/dist/icons/tsx/notificationsOff.js +0 -12
- package/dist/icons/tsx/onlineMeeting.d.ts +0 -2
- package/dist/icons/tsx/onlineMeeting.js +0 -12
- package/dist/icons/tsx/openExternal.d.ts +0 -2
- package/dist/icons/tsx/openExternal.js +0 -12
- package/dist/icons/tsx/payout.d.ts +0 -2
- package/dist/icons/tsx/payout.js +0 -12
- package/dist/icons/tsx/pdf.d.ts +0 -2
- package/dist/icons/tsx/pdf.js +0 -12
- package/dist/icons/tsx/person.d.ts +0 -2
- package/dist/icons/tsx/person.js +0 -12
- package/dist/icons/tsx/personAdd.d.ts +0 -2
- package/dist/icons/tsx/personAdd.js +0 -12
- package/dist/icons/tsx/pin.d.ts +0 -2
- package/dist/icons/tsx/pin.js +0 -12
- package/dist/icons/tsx/plus.d.ts +0 -2
- package/dist/icons/tsx/plus.js +0 -12
- package/dist/icons/tsx/plusCircled.d.ts +0 -2
- package/dist/icons/tsx/plusCircled.js +0 -12
- package/dist/icons/tsx/print.d.ts +0 -2
- package/dist/icons/tsx/print.js +0 -14
- package/dist/icons/tsx/property.d.ts +0 -2
- package/dist/icons/tsx/property.js +0 -14
- package/dist/icons/tsx/publish.d.ts +0 -2
- package/dist/icons/tsx/publish.js +0 -12
- package/dist/icons/tsx/questionAnswer.d.ts +0 -2
- package/dist/icons/tsx/questionAnswer.js +0 -12
- package/dist/icons/tsx/receipt.d.ts +0 -2
- package/dist/icons/tsx/receipt.js +0 -12
- package/dist/icons/tsx/redo.d.ts +0 -2
- package/dist/icons/tsx/redo.js +0 -12
- package/dist/icons/tsx/refresh.d.ts +0 -2
- package/dist/icons/tsx/refresh.js +0 -12
- package/dist/icons/tsx/replay.d.ts +0 -2
- package/dist/icons/tsx/replay.js +0 -12
- package/dist/icons/tsx/search.d.ts +0 -2
- package/dist/icons/tsx/search.js +0 -12
- package/dist/icons/tsx/settings.d.ts +0 -2
- package/dist/icons/tsx/settings.js +0 -12
- package/dist/icons/tsx/sms.d.ts +0 -2
- package/dist/icons/tsx/sms.js +0 -12
- package/dist/icons/tsx/star.d.ts +0 -2
- package/dist/icons/tsx/star.js +0 -12
- package/dist/icons/tsx/starFilled.d.ts +0 -2
- package/dist/icons/tsx/starFilled.js +0 -12
- package/dist/icons/tsx/starHalfFilled.d.ts +0 -2
- package/dist/icons/tsx/starHalfFilled.js +0 -12
- package/dist/icons/tsx/sync.d.ts +0 -2
- package/dist/icons/tsx/sync.js +0 -12
- package/dist/icons/tsx/thumbdown.d.ts +0 -2
- package/dist/icons/tsx/thumbdown.js +0 -12
- package/dist/icons/tsx/thumbdownFilled.d.ts +0 -2
- package/dist/icons/tsx/thumbdownFilled.js +0 -12
- package/dist/icons/tsx/thumbup.d.ts +0 -2
- package/dist/icons/tsx/thumbup.js +0 -12
- package/dist/icons/tsx/thumbupFilled.d.ts +0 -2
- package/dist/icons/tsx/thumbupFilled.js +0 -12
- package/dist/icons/tsx/time.d.ts +0 -2
- package/dist/icons/tsx/time.js +0 -12
- package/dist/icons/tsx/tingrett.d.ts +0 -2
- package/dist/icons/tsx/tingrett.js +0 -12
- package/dist/icons/tsx/tip.d.ts +0 -2
- package/dist/icons/tsx/tip.js +0 -12
- package/dist/icons/tsx/trash.d.ts +0 -2
- package/dist/icons/tsx/trash.js +0 -12
- package/dist/icons/tsx/trendingDown.d.ts +0 -2
- package/dist/icons/tsx/trendingDown.js +0 -12
- package/dist/icons/tsx/trendingUp.d.ts +0 -2
- package/dist/icons/tsx/trendingUp.js +0 -12
- package/dist/icons/tsx/twitter.d.ts +0 -2
- package/dist/icons/tsx/twitter.js +0 -12
- package/dist/icons/tsx/undo.d.ts +0 -2
- package/dist/icons/tsx/undo.js +0 -12
- package/dist/icons/tsx/unfoldLess.d.ts +0 -2
- package/dist/icons/tsx/unfoldLess.js +0 -12
- package/dist/icons/tsx/unfoldMore.d.ts +0 -2
- package/dist/icons/tsx/unfoldMore.js +0 -12
- package/dist/icons/tsx/upload.d.ts +0 -2
- package/dist/icons/tsx/upload.js +0 -12
- package/dist/icons/tsx/visibilityOff.d.ts +0 -2
- package/dist/icons/tsx/visibilityOff.js +0 -12
- package/dist/icons/tsx/visibilityOn.d.ts +0 -2
- package/dist/icons/tsx/visibilityOn.js +0 -12
- package/dist/icons/tsx/warning.d.ts +0 -2
- package/dist/icons/tsx/warning.js +0 -14
- package/dist/icons/tsx/zoomIn.d.ts +0 -2
- package/dist/icons/tsx/zoomIn.js +0 -12
- package/dist/icons/tsx/zoomOut.d.ts +0 -2
- package/dist/icons/tsx/zoomOut.js +0 -12
- package/dist/icons/utils/StyledSvg.d.ts +0 -4
- package/dist/icons/utils/StyledSvg.js +0 -21
- package/dist/icons/utils/SvgWrapper.d.ts +0 -2
- package/dist/icons/utils/SvgWrapper.js +0 -16
- package/dist/icons/utils/index.d.ts +0 -2
- package/dist/icons/utils/propTypes.d.ts +0 -5
- package/dist/types/BaseComponentProps.d.ts +0 -58
- package/dist/types/BaseComponentProps.js +0 -66
- package/dist/types/CheckboxPickedHTMLAttributes.d.ts +0 -2
- package/dist/types/Direction.d.ts +0 -1
- package/dist/types/index.d.ts +0 -4
- package/dist/types/utils.d.ts +0 -15
- package/dist/utils/color.d.ts +0 -30
- package/dist/utils/color.js +0 -38
- package/dist/utils/combineHandlers.d.ts +0 -1
- package/dist/utils/combineHandlers.js +0 -9
- package/dist/utils/getFocusableElements.d.ts +0 -2
- package/dist/utils/getFocusableElements.js +0 -5
- package/dist/utils/getScrollbarSize.d.ts +0 -1
- package/dist/utils/idGenerator.d.ts +0 -2
- package/dist/utils/idGenerator.js +0 -9
- package/dist/utils/index.d.ts +0 -7
- package/dist/utils/searchFilter.d.ts +0 -2
- package/dist/utils/searchFilter.js +0 -10
- package/dist/utils/text.d.ts +0 -2
- package/dist/utils/text.js +0 -5
- /package/dist/cjs/{helpers → components/Modal}/Backdrop/Backdrop.d.ts +0 -0
- /package/dist/cjs/{helpers → components/Modal}/Backdrop/Backdrop.utils.d.ts +0 -0
- /package/dist/cjs/{helpers → components/Modal}/Backdrop/index.d.ts +0 -0
- /package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.stories.d.ts +0 -0
- /package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.tokens.d.ts +0 -0
- /package/dist/cjs/components/{Checkbox → SelectionControl/Checkbox}/index.d.ts +0 -0
- /package/dist/cjs/components/{RadioButton → SelectionControl/RadioButton}/RadioButton.d.ts +0 -0
- /package/dist/cjs/components/{RadioButton → SelectionControl/RadioButton}/RadioButton.stories.d.ts +0 -0
- /package/dist/cjs/components/{RadioButton → SelectionControl/RadioButton}/index.d.ts +0 -0
- /package/dist/cjs/{helpers → components}/SelectionControl/SelectionControl.tokens.d.ts +0 -0
- /package/dist/cjs/{helpers → components}/SelectionControl/SelectionControl.utils.d.ts +0 -0
- /package/dist/{assets/svg → components/Datepicker}/calendar_today.svg.js +0 -0
- /package/dist/{assets/svg → components/List}/bullets/jordskifterett_bullet1.svg.js +0 -0
- /package/dist/{assets/svg → components/List}/bullets/lagmannsrett_bullet2.svg.js +0 -0
- /package/dist/{assets/svg → components/List}/bullets/tingrett_bullet3.svg.js +0 -0
- /package/dist/{helpers → components/Modal}/Backdrop/Backdrop.d.ts +0 -0
- /package/dist/{helpers → components/Modal}/Backdrop/Backdrop.utils.d.ts +0 -0
- /package/dist/{helpers → components/Modal}/Backdrop/Backdrop.utils.js +0 -0
- /package/dist/{helpers → components/Modal}/Backdrop/index.d.ts +0 -0
- /package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.stories.d.ts +0 -0
- /package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroup.tokens.d.ts +0 -0
- /package/dist/components/{Checkbox → SelectionControl/Checkbox}/CheckboxGroupContext.js +0 -0
- /package/dist/components/{Checkbox → SelectionControl/Checkbox}/index.d.ts +0 -0
- /package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButton.d.ts +0 -0
- /package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButton.stories.d.ts +0 -0
- /package/dist/components/{RadioButton → SelectionControl/RadioButton}/RadioButtonGroupContext.js +0 -0
- /package/dist/components/{RadioButton → SelectionControl/RadioButton}/index.d.ts +0 -0
- /package/dist/{helpers → components}/SelectionControl/SelectionControl.tokens.d.ts +0 -0
- /package/dist/{helpers → components}/SelectionControl/SelectionControl.utils.d.ts +0 -0
- /package/dist/{helpers → components}/SelectionControl/SelectionControl.utils.js +0 -0
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FilterListIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FilterListIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FilterListOffIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M10.83 8H21V6H8.83l2 2zm5 5H18v-2h-4.17l2 2zM14 16.83V18h-4v-2h3.17l-3-3H6v-2h2.17l-3-3H3V6h.17L1.39 4.22 2.8 2.81l18.38 18.38-1.41 1.41L14 16.83z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FilterListOffIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FilterOffIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M16.95 6l-3.57 4.55 1.43 1.43c1.03-1.31 4.98-6.37 4.98-6.37A.998.998 0 0019 4H6.83l2 2h8.12zM2.81 2.81L1.39 4.22 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2.17l5.78 5.78 1.41-1.41L2.81 2.81z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FilterOffIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FindInPageIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 4h7l5 5v8.58l-1.84-1.84a4.992 4.992 0 00-.64-6.28A4.96 4.96 0 0012 8a5 5 0 00-4.612 3.077A4.98 4.98 0 008.47 16.51a4.982 4.982 0 006.28.63L17.6 20H6V4zm8.11 11.1c-.56.56-1.31.88-2.11.88-.8 0-1.55-.31-2.11-.88-.56-.56-.88-1.31-.88-2.11 0-.8.31-1.55.88-2.11.56-.57 1.31-.88 2.11-.88.8 0 1.55.31 2.11.88.56.56.88 1.31.88 2.11 0 .8-.31 1.55-.88 2.11z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FindInPageIcon };
|
package/dist/icons/tsx/folder.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FolderIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M4 4c-1.094 0-2 .906-2 2v12c0 1.094.906 2 2 2h16c1.094 0 2-.906 2-2V8c0-1.094-.906-2-2-2h-8l-2-2H4zm0 2h5.172l2 2H20v10H4V6z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FolderIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FolderAddIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M20 6h-8l-2-2H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm0 12H4V6h5.17l2 2H20v10zm-8-4h2v2h2v-2h2v-2h-2v-2h-2v2h-2v2z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FolderAddIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FullscreenExitIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FullscreenExitIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function FullscreenIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { FullscreenIcon };
|
package/dist/icons/tsx/gavel.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function GavelIcon(props) {
|
|
5
|
-
return jsxs(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: [jsx("path", {
|
|
7
|
-
fillRule: "evenodd",
|
|
8
|
-
clipRule: "evenodd",
|
|
9
|
-
d: "M9.112 15.528L3.302 9.86l1.393-1.43 5.81 5.669-1.393 1.429zM15.385 9.097L9.575 3.43 10.967 2l5.81 5.668-1.393 1.43zM21.606 21.44l-9.095-8.87 1.394-1.43L23 20.012l-1.394 1.429zM10.802 12.993L5.75 8.066l3.485-3.573 5.052 4.929-3.485 3.572zM3.998 18.686h8.984v1.996H3.998v-1.996z"
|
|
10
|
-
}), jsx("path", {
|
|
11
|
-
fillRule: "evenodd",
|
|
12
|
-
clipRule: "evenodd",
|
|
13
|
-
d: "M3 20.183h10.98v1.997H3v-1.997z"
|
|
14
|
-
})]
|
|
15
|
-
}));
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export { GavelIcon };
|
package/dist/icons/tsx/help.d.ts
DELETED
package/dist/icons/tsx/help.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HelpIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M11 18h2v-2h-2v2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HelpIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HelpFilledIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HelpFilledIcon };
|
package/dist/icons/tsx/home.d.ts
DELETED
package/dist/icons/tsx/home.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HomeIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M12 2.1L1 12h3v9h7v-6h2v6h7v-9h3L12 2.1zm0 2.691l6 5.4V19h-3v-6H9v6H6v-8.809l6-5.4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HomeIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HourglassBottom(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "m18 22-.01-6L14 12l3.99-4.01L18 2H6v6l4 4-4 3.99V22h12zM8 7.5V4h8v3.5l-4 4-4-4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HourglassBottom };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HourglassDisabled(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M8 4h8v3.5l-2.84 2.84 1.25 1.25L18 8.01 17.99 8H18V2H6v1.17l2 2zM2.1 2.1.69 3.51l8.9 8.9L6 16l.01.01H6V22h12v-1.17l2.49 2.49 1.41-1.41L2.1 2.1zM16 20H8v-3.5l2.84-2.84L16 18.83V20z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HourglassDisabled };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HourglassEmpty(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6zm10 14.5V20H8v-3.5l4-4 4 4zm-4-5-4-4V4h8v3.5l-4 4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HourglassEmpty };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HourglassFull(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M6 2v6h.01L6 8.01 10 12l-4 4 .01.01H6V22h12v-5.99h-.01L18 16l-4-4 4-3.99-.01-.01H18V2H6z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HourglassFull };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function HourglassTop(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "m6 2 .01 6L10 12l-3.99 4.01L6 22h12v-6l-4-4 4-3.99V2H6zm10 14.5V20H8v-3.5l4-4 4 4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { HourglassTop };
|
package/dist/icons/tsx/image.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function ImageIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M19 5v14H5V5h14zm0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-4.86 8.86L11 16l-2-2.86L6 17h12l-3.86-5.14z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { ImageIcon };
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
export * from './agreement';
|
|
2
|
-
export * from './apps';
|
|
3
|
-
export * from './archive';
|
|
4
|
-
export * from './arrowDown';
|
|
5
|
-
export * from './arrowLeft';
|
|
6
|
-
export * from './arrowRight';
|
|
7
|
-
export * from './arrowUp';
|
|
8
|
-
export * from './attachment';
|
|
9
|
-
export * from './block';
|
|
10
|
-
export * from './book';
|
|
11
|
-
export * from './build';
|
|
12
|
-
export * from './buildCircled';
|
|
13
|
-
export * from './calendar';
|
|
14
|
-
export * from './calendarMonth';
|
|
15
|
-
export * from './calendarViewDay';
|
|
16
|
-
export * from './calendarViewMonth';
|
|
17
|
-
export * from './calendarViewWeek';
|
|
18
|
-
export * from './call';
|
|
19
|
-
export * from './caring';
|
|
20
|
-
export * from './chat';
|
|
21
|
-
export * from './check';
|
|
22
|
-
export * from './checkCircled';
|
|
23
|
-
export * from './checklist';
|
|
24
|
-
export * from './chevronDown';
|
|
25
|
-
export * from './chevronFirst';
|
|
26
|
-
export * from './chevronLargeLeft';
|
|
27
|
-
export * from './chevronLargeRight';
|
|
28
|
-
export * from './chevronLast';
|
|
29
|
-
export * from './chevronLeft';
|
|
30
|
-
export * from './chevronRight';
|
|
31
|
-
export * from './chevronUp';
|
|
32
|
-
export * from './close';
|
|
33
|
-
export * from './closeSmall';
|
|
34
|
-
export * from './closeCircled';
|
|
35
|
-
export * from './cloud';
|
|
36
|
-
export * from './collapse';
|
|
37
|
-
export * from './comment';
|
|
38
|
-
export * from './copy';
|
|
39
|
-
export * from './court';
|
|
40
|
-
export * from './dateRange';
|
|
41
|
-
export * from './deaths';
|
|
42
|
-
export * from './doubleChevronLeft';
|
|
43
|
-
export * from './doubleChevronRight';
|
|
44
|
-
export * from './download';
|
|
45
|
-
export * from './downloadDone';
|
|
46
|
-
export * from './dragHandle';
|
|
47
|
-
export * from './edit';
|
|
48
|
-
export * from './error';
|
|
49
|
-
export * from './exclaim';
|
|
50
|
-
export * from './expand';
|
|
51
|
-
export * from './facebook';
|
|
52
|
-
export * from './family';
|
|
53
|
-
export * from './feedback';
|
|
54
|
-
export * from './file';
|
|
55
|
-
export * from './fileAdd';
|
|
56
|
-
export * from './fileText';
|
|
57
|
-
export * from './filter';
|
|
58
|
-
export * from './filterList';
|
|
59
|
-
export * from './filterListOff';
|
|
60
|
-
export * from './filterOff';
|
|
61
|
-
export * from './findInPage';
|
|
62
|
-
export * from './folder';
|
|
63
|
-
export * from './folderAdd';
|
|
64
|
-
export * from './fullsceenExit';
|
|
65
|
-
export * from './fullscreen';
|
|
66
|
-
export * from './gavel';
|
|
67
|
-
export * from './help';
|
|
68
|
-
export * from './helpFilled';
|
|
69
|
-
export * from './home';
|
|
70
|
-
export * from './hourglassBottom';
|
|
71
|
-
export * from './hourglassDisabled';
|
|
72
|
-
export * from './hourglassEmpty';
|
|
73
|
-
export * from './hourglassFull';
|
|
74
|
-
export * from './hourglassTop';
|
|
75
|
-
export * from './image';
|
|
76
|
-
export * from './info';
|
|
77
|
-
export * from './instagram';
|
|
78
|
-
export * from './jordskifterett';
|
|
79
|
-
export * from './key';
|
|
80
|
-
export * from './lagmannsrett';
|
|
81
|
-
export * from './language';
|
|
82
|
-
export * from './link';
|
|
83
|
-
export * from './linkedIn';
|
|
84
|
-
export * from './linkOff';
|
|
85
|
-
export * from './list';
|
|
86
|
-
export * from './listAlt';
|
|
87
|
-
export * from './location';
|
|
88
|
-
export * from './lock';
|
|
89
|
-
export * from './lockOpen';
|
|
90
|
-
export * from './login';
|
|
91
|
-
export * from './logout';
|
|
92
|
-
export * from './mail';
|
|
93
|
-
export * from './mailOpen';
|
|
94
|
-
export * from './menu';
|
|
95
|
-
export * from './minus';
|
|
96
|
-
export * from './minusCircled';
|
|
97
|
-
export * from './moreHorizontal';
|
|
98
|
-
export * from './moreVertical';
|
|
99
|
-
export * from './notarial';
|
|
100
|
-
export * from './notifications';
|
|
101
|
-
export * from './notificationsOff';
|
|
102
|
-
export * from './onlineMeeting';
|
|
103
|
-
export * from './openExternal';
|
|
104
|
-
export * from './payout';
|
|
105
|
-
export * from './pdf';
|
|
106
|
-
export * from './person';
|
|
107
|
-
export * from './personAdd';
|
|
108
|
-
export * from './pin';
|
|
109
|
-
export * from './plus';
|
|
110
|
-
export * from './plusCircled';
|
|
111
|
-
export * from './print';
|
|
112
|
-
export * from './property';
|
|
113
|
-
export * from './publish';
|
|
114
|
-
export * from './questionAnswer';
|
|
115
|
-
export * from './receipt';
|
|
116
|
-
export * from './redo';
|
|
117
|
-
export * from './refresh';
|
|
118
|
-
export * from './replay';
|
|
119
|
-
export * from './search';
|
|
120
|
-
export * from './settings';
|
|
121
|
-
export * from './sms';
|
|
122
|
-
export * from './star';
|
|
123
|
-
export * from './starFilled';
|
|
124
|
-
export * from './starHalfFilled';
|
|
125
|
-
export * from './sync';
|
|
126
|
-
export * from './thumbdown';
|
|
127
|
-
export * from './thumbdownFilled';
|
|
128
|
-
export * from './thumbup';
|
|
129
|
-
export * from './thumbupFilled';
|
|
130
|
-
export * from './time';
|
|
131
|
-
export * from './tingrett';
|
|
132
|
-
export * from './tip';
|
|
133
|
-
export * from './trash';
|
|
134
|
-
export * from './twitter';
|
|
135
|
-
export * from './undo';
|
|
136
|
-
export * from './unfoldLess';
|
|
137
|
-
export * from './unfoldMore';
|
|
138
|
-
export * from './upload';
|
|
139
|
-
export * from './visibilityOff';
|
|
140
|
-
export * from './visibilityOn';
|
|
141
|
-
export * from './warning';
|
|
142
|
-
export * from './zoomIn';
|
|
143
|
-
export * from './zoomOut';
|
|
144
|
-
export * from './barChart';
|
|
145
|
-
export * from './barChartBoxed';
|
|
146
|
-
export * from './lineChart';
|
|
147
|
-
export * from './trendingUp';
|
|
148
|
-
export * from './trendingDown';
|
|
149
|
-
export * from './libraryAdd';
|
package/dist/icons/tsx/info.d.ts
DELETED
package/dist/icons/tsx/info.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function InfoIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M12 2C6.489 2 2 6.489 2 12s4.489 10 10 10 10-4.489 10-10S17.511 2 12 2zm0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8-8-3.57-8-8 3.57-8 8-8zm-1 3v2h2V7h-2zm0 4v6h2v-6h-2z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { InfoIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function InstagramIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M12 7.193A4.8 4.8 0 007.193 12 4.8 4.8 0 0012 16.807 4.8 4.8 0 0016.807 12 4.8 4.8 0 0012 7.193zm0 7.931A3.13 3.13 0 018.876 12 3.13 3.13 0 0112 8.876 3.13 3.13 0 0115.124 12 3.13 3.13 0 0112 15.124zm5.004-9.248a1.121 1.121 0 100 2.245A1.12 1.12 0 0018.04 6.57a1.122 1.122 0 00-1.037-.693zM21.37 12c0-1.294.012-2.576-.06-3.867-.073-1.5-.415-2.831-1.512-3.928-1.1-1.1-2.428-1.44-3.928-1.512-1.294-.073-2.576-.061-3.868-.061-1.293 0-2.575-.012-3.867.061-1.5.073-2.831.415-3.928 1.512-1.1 1.099-1.439 2.428-1.512 3.928-.072 1.294-.06 2.576-.06 3.867s-.012 2.576.06 3.867c.073 1.5.415 2.831 1.512 3.928 1.1 1.1 2.428 1.44 3.928 1.512 1.294.073 2.576.061 3.867.061 1.294 0 2.576.012 3.867-.061 1.5-.073 2.832-.415 3.929-1.512 1.099-1.099 1.439-2.428 1.511-3.928.075-1.291.061-2.573.061-3.867zm-2.062 5.527A2.978 2.978 0 0118.6 18.6c-.33.33-.647.537-1.073.708-1.233.49-4.16.38-5.527.38-1.366 0-4.296.11-5.529-.378a2.98 2.98 0 01-1.073-.708 2.999 2.999 0 01-.708-1.073c-.488-1.235-.378-4.163-.378-5.529 0-1.366-.11-4.296.378-5.529.17-.426.377-.745.708-1.073A3.03 3.03 0 016.47 4.69c1.233-.488 4.163-.377 5.529-.377 1.366 0 4.296-.11 5.529.377.427.17.745.377 1.073.708.33.33.537.647.708 1.073.488 1.233.378 4.163.378 5.529 0 1.366.11 4.294-.38 5.527z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { InstagramIcon };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { __rest } from 'tslib';
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
4
|
-
|
|
5
|
-
function JordskifterettIcon(props) {
|
|
6
|
-
var title = props.title,
|
|
7
|
-
rest = __rest(props, ["title"]);
|
|
8
|
-
return jsxs(SvgWrapper, Object.assign({
|
|
9
|
-
width: "24",
|
|
10
|
-
height: "24"
|
|
11
|
-
}, rest, {
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
viewBox: "0 0 24 24",
|
|
14
|
-
children: [title && jsx("title", {
|
|
15
|
-
children: title
|
|
16
|
-
}), jsx("circle", {
|
|
17
|
-
cx: "12",
|
|
18
|
-
cy: "12",
|
|
19
|
-
r: "6"
|
|
20
|
-
})]
|
|
21
|
-
}));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export { JordskifterettIcon };
|
package/dist/icons/tsx/key.d.ts
DELETED
package/dist/icons/tsx/key.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function KeyIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M21 10h-8.35A5.99 5.99 0 007 6c-3.31 0-6 2.69-6 6s2.69 6 6 6a5.99 5.99 0 005.65-4H13l2 2 2-2 2 2 4-4.04L21 10zM7 15c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { KeyIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function LagmannsrettIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M4 10h15.65v3.913H4z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { LagmannsrettIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function LanguageIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zm6.93 6h-2.95a15.65 15.65 0 00-1.38-3.56A8.03 8.03 0 0118.92 8zM12 4.04c.83 1.2 1.48 2.53 1.91 3.96h-3.82c.43-1.43 1.08-2.76 1.91-3.96zM4.26 14C4.1 13.36 4 12.69 4 12s.1-1.36.26-2h3.38c-.08.66-.14 1.32-.14 2 0 .68.06 1.34.14 2H4.26zm.82 2h2.95c.32 1.25.78 2.45 1.38 3.56A7.987 7.987 0 015.08 16zm2.95-8H5.08a7.987 7.987 0 014.33-3.56A15.65 15.65 0 008.03 8zM12 19.96c-.83-1.2-1.48-2.53-1.91-3.96h3.82c-.43 1.43-1.08 2.76-1.91 3.96zM14.34 14H9.66c-.09-.66-.16-1.32-.16-2 0-.68.07-1.35.16-2h4.68c.09.65.16 1.32.16 2 0 .68-.07 1.34-.16 2zm.25 5.56c.6-1.11 1.06-2.31 1.38-3.56h2.95a8.03 8.03 0 01-4.33 3.56zM16.36 14c.08-.66.14-1.32.14-2 0-.68-.06-1.34-.14-2h3.38c.16.64.26 1.31.26 2s-.1 1.36-.26 2h-3.38z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { LanguageIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function LibraryAddIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H8V4h12v12zm-7-2h2v-3h3V9h-3V6h-2v3h-3v2h3v3z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { LibraryAddIcon };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { SvgWrapper } from '../utils/SvgWrapper.js';
|
|
3
|
-
|
|
4
|
-
function LineChartIcon(props) {
|
|
5
|
-
return jsx(SvgWrapper, Object.assign({}, props, {
|
|
6
|
-
children: jsx("path", {
|
|
7
|
-
d: "M3.5 18.49l6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99l1.5 1.5z"
|
|
8
|
-
})
|
|
9
|
-
}));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { LineChartIcon };
|
package/dist/icons/tsx/link.d.ts
DELETED