@equinor/eds-core-react 2.3.4 → 2.3.5
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/esm/components/Accordion/{Accordion.mjs → Accordion.js} +2 -2
- package/dist/esm/components/Accordion/{AccordionHeader.mjs → AccordionHeader.js} +4 -4
- package/dist/esm/components/Accordion/{index.mjs → index.js} +6 -6
- package/dist/esm/components/Autocomplete/{AddNewOption.mjs → AddNewOption.js} +4 -4
- package/dist/esm/components/Autocomplete/{Autocomplete.mjs → Autocomplete.js} +8 -8
- package/dist/esm/components/Autocomplete/{Autocomplete.tokens.mjs → Autocomplete.tokens.js} +1 -1
- package/dist/esm/components/Autocomplete/{EmptyOption.mjs → EmptyOption.js} +2 -2
- package/dist/esm/components/Autocomplete/{MultipleInput.mjs → MultipleInput.js} +5 -5
- package/dist/esm/components/Autocomplete/{Option.mjs → Option.js} +2 -2
- package/dist/esm/components/Autocomplete/{OptionList.mjs → OptionList.js} +8 -8
- package/dist/esm/components/Autocomplete/{RightAdornments.mjs → RightAdornments.js} +4 -4
- package/dist/esm/components/Autocomplete/{SelectAllOption.mjs → SelectAllOption.js} +3 -3
- package/dist/esm/components/Autocomplete/{SingleInput.mjs → SingleInput.js} +3 -3
- package/dist/esm/components/Autocomplete/{useAutocomplete.mjs → useAutocomplete.js} +4 -4
- package/dist/esm/components/Autocomplete/{utils.mjs → utils.js} +2 -2
- package/dist/esm/components/Avatar/{Avatar.mjs → Avatar.js} +1 -1
- package/dist/esm/components/Banner/{Banner.mjs → Banner.js} +5 -5
- package/dist/esm/components/Banner/{BannerIcon.mjs → BannerIcon.js} +2 -2
- package/dist/esm/components/Banner/{BannerMessage.mjs → BannerMessage.js} +1 -1
- package/dist/esm/components/Banner/{index.mjs → index.js} +4 -4
- package/dist/esm/components/Breadcrumbs/{Breadcrumb.mjs → Breadcrumb.js} +3 -3
- package/dist/esm/components/Breadcrumbs/{Breadcrumbs.mjs → Breadcrumbs.js} +2 -2
- package/dist/esm/components/Breadcrumbs/{index.mjs → index.js} +2 -2
- package/dist/esm/components/Button/{Button.mjs → Button.js} +3 -3
- package/dist/esm/components/Button/ButtonGroup/{ButtonGroup.mjs → ButtonGroup.js} +1 -1
- package/dist/esm/components/Button/ToggleButton/{ToggleButton.mjs → ToggleButton.js} +2 -2
- package/dist/esm/components/Button/{index.mjs → index.js} +3 -3
- package/dist/esm/components/Button/tokens/{contained.mjs → contained.js} +2 -2
- package/dist/esm/components/Button/tokens/{contained_icon.mjs → contained_icon.js} +2 -2
- package/dist/esm/components/Button/tokens/{ghost.mjs → ghost.js} +2 -2
- package/dist/esm/components/Button/tokens/{icon.mjs → icon.js} +2 -2
- package/dist/esm/components/Button/tokens/{index.mjs → index.js} +5 -5
- package/dist/esm/components/Button/tokens/{outlined.mjs → outlined.js} +2 -2
- package/dist/esm/components/Card/{Card.mjs → Card.js} +2 -2
- package/dist/esm/components/Card/{CardActions.mjs → CardActions.js} +2 -2
- package/dist/esm/components/Card/{CardContent.mjs → CardContent.js} +1 -1
- package/dist/esm/components/Card/{CardHeader.mjs → CardHeader.js} +1 -1
- package/dist/esm/components/Card/{CardMedia.mjs → CardMedia.js} +1 -1
- package/dist/esm/components/Card/{index.mjs → index.js} +6 -6
- package/dist/esm/components/Checkbox/{Checkbox.mjs → Checkbox.js} +2 -2
- package/dist/esm/components/Checkbox/{Input.mjs → Input.js} +2 -2
- package/dist/esm/components/Chip/{Chip.mjs → Chip.js} +2 -2
- package/dist/esm/components/Chip/{Icon.mjs → Icon.js} +2 -2
- package/dist/esm/components/Datepicker/{DatePicker.mjs → DatePicker.js} +9 -9
- package/dist/esm/components/Datepicker/{DateRangePicker.mjs → DateRangePicker.js} +9 -9
- package/dist/esm/components/Datepicker/calendars/{Calendar.mjs → Calendar.js} +4 -4
- package/dist/esm/components/Datepicker/calendars/{CalendarCell.mjs → CalendarCell.js} +2 -2
- package/dist/esm/components/Datepicker/calendars/{CalendarGrid.mjs → CalendarGrid.js} +2 -2
- package/dist/esm/components/Datepicker/calendars/{CalendarHeader.mjs → CalendarHeader.js} +3 -3
- package/dist/esm/components/Datepicker/calendars/{RangeCalendar.mjs → RangeCalendar.js} +4 -4
- package/dist/esm/components/Datepicker/calendars/{YearGrid.mjs → YearGrid.js} +1 -1
- package/dist/esm/components/Datepicker/fields/{DateField.mjs → DateField.js} +2 -2
- package/dist/esm/components/Datepicker/fields/{DateFieldSegments.mjs → DateFieldSegments.js} +1 -1
- package/dist/esm/components/Datepicker/fields/{DateRangeField.mjs → DateRangeField.js} +3 -3
- package/dist/esm/components/Datepicker/fields/{DateSegment.mjs → DateSegment.js} +1 -1
- package/dist/esm/components/Datepicker/fields/{FieldWrapper.mjs → FieldWrapper.js} +3 -3
- package/dist/esm/components/Datepicker/fields/{Toggle.mjs → Toggle.js} +2 -2
- package/dist/esm/components/Datepicker/utils/{useConvertedValidationFunctions.mjs → useConvertedValidationFunctions.js} +1 -1
- package/dist/esm/components/Dialog/{Dialog.mjs → Dialog.js} +3 -3
- package/dist/esm/components/Dialog/{DialogContent.mjs → DialogContent.js} +1 -1
- package/dist/esm/components/Dialog/{DialogHeader.mjs → DialogHeader.js} +1 -1
- package/dist/esm/components/Dialog/{index.mjs → index.js} +5 -5
- package/dist/esm/components/Divider/{Divider.mjs → Divider.js} +1 -1
- package/dist/esm/components/Icon/{Icon.mjs → Icon.js} +1 -1
- package/dist/esm/components/Icon/index.js +7 -0
- package/dist/esm/components/Input/{Input.mjs → Input.js} +2 -2
- package/dist/esm/components/Input/{Input.tokens.mjs → Input.tokens.js} +1 -1
- package/dist/esm/components/InputWrapper/HelperText/{HelperText.mjs → HelperText.js} +1 -1
- package/dist/esm/components/InputWrapper/{InputWrapper.mjs → InputWrapper.js} +4 -4
- package/dist/esm/components/InputWrapper/{InputWrapper.tokens.mjs → InputWrapper.tokens.js} +1 -1
- package/dist/esm/components/Label/{Label.mjs → Label.js} +1 -1
- package/dist/esm/components/List/{List.mjs → List.js} +1 -1
- package/dist/esm/components/List/{index.mjs → index.js} +2 -2
- package/dist/esm/components/Menu/{Menu.mjs → Menu.js} +5 -5
- package/dist/esm/components/Menu/{MenuItem.mjs → MenuItem.js} +2 -2
- package/dist/esm/components/Menu/{MenuList.mjs → MenuList.js} +4 -4
- package/dist/esm/components/Menu/{MenuSection.mjs → MenuSection.js} +3 -3
- package/dist/esm/components/Menu/{index.mjs → index.js} +3 -3
- package/dist/esm/components/Pagination/{Pagination.mjs → Pagination.js} +6 -6
- package/dist/esm/components/Pagination/{PaginationItem.mjs → PaginationItem.js} +2 -2
- package/dist/esm/components/Paper/{Paper.mjs → Paper.js} +1 -1
- package/dist/esm/components/Popover/{Popover.mjs → Popover.js} +3 -3
- package/dist/esm/components/Popover/{PopoverHeader.mjs → PopoverHeader.js} +1 -1
- package/dist/esm/components/Popover/{index.mjs → index.js} +5 -5
- package/dist/esm/components/Progress/Circular/{CircularProgress.mjs → CircularProgress.js} +1 -1
- package/dist/esm/components/Progress/Dots/{DotProgress.mjs → DotProgress.js} +1 -1
- package/dist/esm/components/Progress/Linear/{LinearProgress.mjs → LinearProgress.js} +1 -1
- package/dist/esm/components/Progress/Star/{StarProgress.mjs → StarProgress.js} +1 -1
- package/dist/esm/components/Progress/index.js +13 -0
- package/dist/esm/components/Radio/{Radio.mjs → Radio.js} +2 -2
- package/dist/esm/components/Scrim/{Scrim.mjs → Scrim.js} +1 -1
- package/dist/esm/components/Search/{Search.mjs → Search.js} +4 -4
- package/dist/esm/components/Select/{NativeSelect.mjs → NativeSelect.js} +3 -3
- package/dist/esm/components/SideBar/{SideBar.mjs → SideBar.js} +3 -3
- package/dist/esm/components/SideBar/SideBarAccordion/{index.mjs → index.js} +6 -6
- package/dist/esm/components/SideBar/SideBarAccordionItem/{index.mjs → index.js} +3 -3
- package/dist/esm/components/SideBar/SideBarButton/{index.mjs → index.js} +5 -5
- package/dist/esm/components/SideBar/{SideBarToggle.mjs → SideBarToggle.js} +5 -5
- package/dist/esm/components/SideBar/SidebarLink/{index.mjs → index.js} +5 -5
- package/dist/esm/components/SideBar/{index.mjs → index.js} +8 -8
- package/dist/esm/components/SideSheet/{SideSheet.mjs → SideSheet.js} +4 -4
- package/dist/esm/components/Slider/{MinMax.mjs → MinMax.js} +1 -1
- package/dist/esm/components/Slider/{Output.mjs → Output.js} +1 -1
- package/dist/esm/components/Slider/{Slider.mjs → Slider.js} +4 -4
- package/dist/esm/components/Slider/{SliderInput.mjs → SliderInput.js} +1 -1
- package/dist/esm/components/Snackbar/{Snackbar.mjs → Snackbar.js} +3 -3
- package/dist/esm/components/Snackbar/index.js +7 -0
- package/dist/esm/components/Switch/{Switch.mjs → Switch.js} +4 -4
- package/dist/esm/components/Switch/{SwitchDefault.mjs → SwitchDefault.js} +1 -1
- package/dist/esm/components/Switch/{SwitchSmall.mjs → SwitchSmall.js} +1 -1
- package/dist/esm/components/Table/{Body.mjs → Body.js} +1 -1
- package/dist/esm/components/Table/{Cell.mjs → Cell.js} +4 -4
- package/dist/esm/components/Table/DataCell/{DataCell.mjs → DataCell.js} +2 -2
- package/dist/esm/components/Table/DataCell/{DataCell.tokens.mjs → DataCell.tokens.js} +1 -1
- package/dist/esm/components/Table/Foot/{Foot.mjs → Foot.js} +2 -2
- package/dist/esm/components/Table/FooterCell/{FooterCell.mjs → FooterCell.js} +2 -2
- package/dist/esm/components/Table/Head/{Head.mjs → Head.js} +2 -2
- package/dist/esm/components/Table/HeaderCell/{HeaderCell.mjs → HeaderCell.js} +2 -2
- package/dist/esm/components/Table/Row/{Row.mjs → Row.js} +1 -1
- package/dist/esm/components/Table/{Table.mjs → Table.js} +1 -1
- package/dist/esm/components/Table/{index.mjs → index.js} +7 -7
- package/dist/esm/components/TableOfContents/{TableOfContents.mjs → TableOfContents.js} +4 -4
- package/dist/esm/components/TableOfContents/{index.mjs → index.js} +2 -2
- package/dist/esm/components/Tabs/{TabList.mjs → TabList.js} +1 -1
- package/dist/esm/components/Tabs/{TabPanels.mjs → TabPanels.js} +1 -1
- package/dist/esm/components/Tabs/{Tabs.mjs → Tabs.js} +3 -3
- package/dist/esm/components/Tabs/{index.mjs → index.js} +5 -5
- package/dist/esm/components/TextField/{TextField.mjs → TextField.js} +3 -3
- package/dist/esm/components/Textarea/{Textarea.mjs → Textarea.js} +6 -6
- package/dist/esm/components/Tooltip/{Tooltip.mjs → Tooltip.js} +2 -2
- package/dist/esm/components/TopBar/{TopBar.mjs → TopBar.js} +3 -3
- package/dist/esm/components/TopBar/{index.mjs → index.js} +4 -4
- package/dist/esm/components/Typography/{Heading.mjs → Heading.js} +1 -1
- package/dist/esm/components/Typography/{Paragraph.mjs → Paragraph.js} +1 -1
- package/dist/esm/components/Typography/{Typography.mjs → Typography.js} +1 -1
- package/dist/esm/index.js +100 -0
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_curry1.mjs → _curry1.js} +1 -1
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_curry2.mjs → _curry2.js} +2 -2
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_curry3.mjs → _curry3.js} +3 -3
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/{mergeDeepRight.mjs → mergeDeepRight.js} +2 -2
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/{mergeDeepWithKey.mjs → mergeDeepWithKey.js} +3 -3
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/{mergeWith.mjs → mergeWith.js} +2 -2
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/{mergeWithKey.mjs → mergeWithKey.js} +2 -2
- package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/{pickBy.mjs → pickBy.js} +1 -1
- package/dist/esm-next/components/Tooltip/{Tooltip.mjs → Tooltip.js} +2 -2
- package/dist/esm-next/components/next/Button/{Button.mjs → Button.js} +1 -1
- package/dist/esm-next/components/next/Checkbox/{Checkbox.mjs → Checkbox.js} +2 -2
- package/dist/esm-next/components/next/Field/{Field.Description.mjs → Field.Description.js} +1 -1
- package/dist/esm-next/components/next/Field/{Field.HelperMessage.mjs → Field.HelperMessage.js} +1 -1
- package/dist/esm-next/components/next/Field/{Field.Label.mjs → Field.Label.js} +1 -1
- package/dist/esm-next/components/next/Field/{Field.mjs → Field.js} +3 -3
- package/dist/esm-next/components/next/Input/{Input.mjs → Input.js} +1 -1
- package/dist/esm-next/components/next/Radio/{Radio.mjs → Radio.js} +2 -2
- package/dist/esm-next/components/next/Switch/{Switch.mjs → Switch.js} +1 -1
- package/dist/esm-next/components/next/TextField/{TextField.mjs → TextField.js} +5 -5
- package/dist/esm-next/index.next.js +9 -0
- package/package.json +6 -6
- package/dist/esm/components/Icon/index.mjs +0 -7
- package/dist/esm/components/Progress/index.mjs +0 -13
- package/dist/esm/components/Snackbar/index.mjs +0 -7
- package/dist/esm/index.mjs +0 -100
- package/dist/esm-next/index.next.mjs +0 -9
- /package/dist/esm/components/Accordion/{Accordion.tokens.mjs → Accordion.tokens.js} +0 -0
- /package/dist/esm/components/Accordion/{AccordionHeaderActions.mjs → AccordionHeaderActions.js} +0 -0
- /package/dist/esm/components/Accordion/{AccordionHeaderTitle.mjs → AccordionHeaderTitle.js} +0 -0
- /package/dist/esm/components/Accordion/{AccordionItem.mjs → AccordionItem.js} +0 -0
- /package/dist/esm/components/Accordion/{AccordionPanel.mjs → AccordionPanel.js} +0 -0
- /package/dist/esm/components/Autocomplete/{AutocompleteContext.mjs → AutocompleteContext.js} +0 -0
- /package/dist/esm/components/Avatar/{Avatar.tokens.mjs → Avatar.tokens.js} +0 -0
- /package/dist/esm/components/Banner/{Banner.tokens.mjs → Banner.tokens.js} +0 -0
- /package/dist/esm/components/Banner/{BannerActions.mjs → BannerActions.js} +0 -0
- /package/dist/esm/components/Breadcrumbs/{Breadcrumbs.tokens.mjs → Breadcrumbs.tokens.js} +0 -0
- /package/dist/esm/components/Button/ButtonGroup/{ButtonGroup.tokens.mjs → ButtonGroup.tokens.js} +0 -0
- /package/dist/esm/components/Button/{InnerFullWidth.mjs → InnerFullWidth.js} +0 -0
- /package/dist/esm/components/Button/tokens/{button.mjs → button.js} +0 -0
- /package/dist/esm/components/Card/{Card.tokens.mjs → Card.tokens.js} +0 -0
- /package/dist/esm/components/Card/{CardHeaderTitle.mjs → CardHeaderTitle.js} +0 -0
- /package/dist/esm/components/Checkbox/{Checkbox.tokens.mjs → Checkbox.tokens.js} +0 -0
- /package/dist/esm/components/Chip/{Chip.tokens.mjs → Chip.tokens.js} +0 -0
- /package/dist/esm/components/Datepicker/calendars/{CalendarWrapper.mjs → CalendarWrapper.js} +0 -0
- /package/dist/esm/components/Datepicker/utils/{context.mjs → context.js} +0 -0
- /package/dist/esm/components/Datepicker/utils/{get-calendar-date.mjs → get-calendar-date.js} +0 -0
- /package/dist/esm/components/Datepicker/utils/{getPageYears.mjs → getPageYears.js} +0 -0
- /package/dist/esm/components/Datepicker/utils/{useGetLocale.mjs → useGetLocale.js} +0 -0
- /package/dist/esm/components/Dialog/{Dialog.tokens.mjs → Dialog.tokens.js} +0 -0
- /package/dist/esm/components/Dialog/{DialogActions.mjs → DialogActions.js} +0 -0
- /package/dist/esm/components/Dialog/{DialogTitle.mjs → DialogTitle.js} +0 -0
- /package/dist/esm/components/Divider/{Divider.tokens.mjs → Divider.tokens.js} +0 -0
- /package/dist/esm/components/EdsProvider/{eds.context.mjs → eds.context.js} +0 -0
- /package/dist/esm/components/Icon/{library.mjs → library.js} +0 -0
- /package/dist/esm/components/InputWrapper/HelperText/{HelperText.token.mjs → HelperText.token.js} +0 -0
- /package/dist/esm/components/InputWrapper/{useInputField.mjs → useInputField.js} +0 -0
- /package/dist/esm/components/Label/{Label.tokens.mjs → Label.tokens.js} +0 -0
- /package/dist/esm/components/List/{List.tokens.mjs → List.tokens.js} +0 -0
- /package/dist/esm/components/List/{ListItem.mjs → ListItem.js} +0 -0
- /package/dist/esm/components/Menu/{Menu.context.mjs → Menu.context.js} +0 -0
- /package/dist/esm/components/Menu/{Menu.tokens.mjs → Menu.tokens.js} +0 -0
- /package/dist/esm/components/Pagination/{Pagination.tokens.mjs → Pagination.tokens.js} +0 -0
- /package/dist/esm/components/Pagination/{paginationControl.mjs → paginationControl.js} +0 -0
- /package/dist/esm/components/Paper/{Paper.tokens.mjs → Paper.tokens.js} +0 -0
- /package/dist/esm/components/Popover/{Popover.tokens.mjs → Popover.tokens.js} +0 -0
- /package/dist/esm/components/Popover/{PopoverActions.mjs → PopoverActions.js} +0 -0
- /package/dist/esm/components/Popover/{PopoverContent.mjs → PopoverContent.js} +0 -0
- /package/dist/esm/components/Popover/{PopoverTitle.mjs → PopoverTitle.js} +0 -0
- /package/dist/esm/components/Progress/Circular/{CircularProgress.tokens.mjs → CircularProgress.tokens.js} +0 -0
- /package/dist/esm/components/Progress/Dots/{DotProgress.tokens.mjs → DotProgress.tokens.js} +0 -0
- /package/dist/esm/components/Progress/Linear/{LinearProgress.tokens.mjs → LinearProgress.tokens.js} +0 -0
- /package/dist/esm/components/Progress/Star/{StarProgress.tokens.mjs → StarProgress.tokens.js} +0 -0
- /package/dist/esm/components/Radio/{Radio.tokens.mjs → Radio.tokens.js} +0 -0
- /package/dist/esm/components/Scrim/{Scrim.tokens.mjs → Scrim.tokens.js} +0 -0
- /package/dist/esm/components/Select/{NativeSelect.tokens.mjs → NativeSelect.tokens.js} +0 -0
- /package/dist/esm/components/SideBar/{SideBar.context.mjs → SideBar.context.js} +0 -0
- /package/dist/esm/components/SideBar/{SideBar.tokens.mjs → SideBar.tokens.js} +0 -0
- /package/dist/esm/components/SideBar/{SideBarContent.mjs → SideBarContent.js} +0 -0
- /package/dist/esm/components/SideBar/{SideBarFooter.mjs → SideBarFooter.js} +0 -0
- /package/dist/esm/components/SideSheet/{SideSheet.tokens.mjs → SideSheet.tokens.js} +0 -0
- /package/dist/esm/components/Slider/{Slider.tokens.mjs → Slider.tokens.js} +0 -0
- /package/dist/esm/components/Snackbar/{Snackbar.tokens.mjs → Snackbar.tokens.js} +0 -0
- /package/dist/esm/components/Snackbar/{SnackbarAction.mjs → SnackbarAction.js} +0 -0
- /package/dist/esm/components/Switch/{Switch.styles.mjs → Switch.styles.js} +0 -0
- /package/dist/esm/components/Switch/{Switch.tokens.mjs → Switch.tokens.js} +0 -0
- /package/dist/esm/components/Table/{Caption.mjs → Caption.js} +0 -0
- /package/dist/esm/components/Table/Foot/{Foot.tokens.mjs → Foot.tokens.js} +0 -0
- /package/dist/esm/components/Table/Head/{Head.tokens.mjs → Head.tokens.js} +0 -0
- /package/dist/esm/components/Table/HeaderCell/{HeaderCell.tokens.mjs → HeaderCell.tokens.js} +0 -0
- /package/dist/esm/components/Table/{Inner.context.mjs → Inner.context.js} +0 -0
- /package/dist/esm/components/Table/Row/{Row.tokens.mjs → Row.tokens.js} +0 -0
- /package/dist/esm/components/TableOfContents/{LinkItem.mjs → LinkItem.js} +0 -0
- /package/dist/esm/components/TableOfContents/{TableOfContents.tokens.mjs → TableOfContents.tokens.js} +0 -0
- /package/dist/esm/components/Tabs/{Tab.mjs → Tab.js} +0 -0
- /package/dist/esm/components/Tabs/{TabPanel.mjs → TabPanel.js} +0 -0
- /package/dist/esm/components/Tabs/{Tabs.context.mjs → Tabs.context.js} +0 -0
- /package/dist/esm/components/Tabs/{Tabs.tokens.mjs → Tabs.tokens.js} +0 -0
- /package/dist/esm/components/Tooltip/{Tooltip.tokens.mjs → Tooltip.tokens.js} +0 -0
- /package/dist/esm/components/TopBar/{Actions.mjs → Actions.js} +0 -0
- /package/dist/esm/components/TopBar/{CustomContent.mjs → CustomContent.js} +0 -0
- /package/dist/esm/components/TopBar/{Header.mjs → Header.js} +0 -0
- /package/dist/esm/components/TopBar/{TopBar.tokens.mjs → TopBar.tokens.js} +0 -0
- /package/dist/esm/components/Typography/{Typography.new.mjs → Typography.new.js} +0 -0
- /package/dist/esm/components/Typography/{Typography.tokens.mjs → Typography.tokens.js} +0 -0
- /package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_has.mjs → _has.js} +0 -0
- /package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_isObject.mjs → _isObject.js} +0 -0
- /package/dist/esm/node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/internal/{_isPlaceholder.mjs → _isPlaceholder.js} +0 -0
- /package/dist/esm-next/components/EdsProvider/{eds.context.mjs → eds.context.js} +0 -0
- /package/dist/esm-next/components/Tooltip/{Tooltip.tokens.mjs → Tooltip.tokens.js} +0 -0
- /package/dist/esm-next/components/Typography/{Typography.new.mjs → Typography.new.js} +0 -0
- /package/dist/esm-next/components/next/Field/{useFieldIds.mjs → useFieldIds.js} +0 -0
- /package/dist/esm-next/components/next/Icon/{Icon.mjs → Icon.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
|
-
import { nativeselect } from './NativeSelect.tokens.
|
|
3
|
+
import { nativeselect } from './NativeSelect.tokens.js';
|
|
4
4
|
import { useToken, typographyTemplate, spacingsTemplate, outlineTemplate } from '@equinor/eds-utils';
|
|
5
5
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
7
|
-
import { Label } from '../Label/Label.
|
|
6
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
7
|
+
import { Label } from '../Label/Label.js';
|
|
8
8
|
|
|
9
9
|
const Container = styled.div.withConfig({
|
|
10
10
|
displayName: "NativeSelect__Container",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef, useEffect } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
|
-
import { sidebar } from './SideBar.tokens.
|
|
3
|
+
import { sidebar } from './SideBar.tokens.js';
|
|
4
4
|
import { useToken, bordersTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { SideBarProvider, useSideBar } from './SideBar.context.
|
|
5
|
+
import { SideBarProvider, useSideBar } from './SideBar.context.js';
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
7
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
8
8
|
|
|
9
9
|
const SideBarContainer = /*#__PURE__*/forwardRef(function SideBarContainer({
|
|
10
10
|
onToggle: onToggleCallback,
|
|
@@ -2,13 +2,13 @@ import { forwardRef, useId, useState, useMemo, Children } from 'react';
|
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { mergeRefs, bordersTemplate, outlineTemplate } from '@equinor/eds-utils';
|
|
4
4
|
import { chevron_up, chevron_down, arrow_drop_down } from '@equinor/eds-icons';
|
|
5
|
-
import { useSideBar } from '../SideBar.context.
|
|
6
|
-
import { sidebar } from '../SideBar.tokens.
|
|
7
|
-
import { Icon } from '../../Icon/index.
|
|
8
|
-
import { Menu } from '../../Menu/index.
|
|
5
|
+
import { useSideBar } from '../SideBar.context.js';
|
|
6
|
+
import { sidebar } from '../SideBar.tokens.js';
|
|
7
|
+
import { Icon } from '../../Icon/index.js';
|
|
8
|
+
import { Menu } from '../../Menu/index.js';
|
|
9
9
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
10
|
-
import { Typography } from '../../Typography/Typography.
|
|
11
|
-
import { Tooltip as Tooltip$1 } from '../../Tooltip/Tooltip.
|
|
10
|
+
import { Typography } from '../../Typography/Typography.js';
|
|
11
|
+
import { Tooltip as Tooltip$1 } from '../../Tooltip/Tooltip.js';
|
|
12
12
|
|
|
13
13
|
const {
|
|
14
14
|
minWidth,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { outlineTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { sidebar } from '../SideBar.tokens.
|
|
5
|
-
import { useSideBar } from '../SideBar.context.
|
|
4
|
+
import { sidebar } from '../SideBar.tokens.js';
|
|
5
|
+
import { useSideBar } from '../SideBar.context.js';
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
|
-
import { Typography } from '../../Typography/Typography.
|
|
7
|
+
import { Typography } from '../../Typography/Typography.js';
|
|
8
8
|
|
|
9
9
|
const {
|
|
10
10
|
minWidth,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
|
-
import { Button } from '../../Button/index.
|
|
3
|
-
import { Icon } from '../../Icon/index.
|
|
4
|
-
import { sidebar } from '../SideBar.tokens.
|
|
5
|
-
import { useSideBar } from '../SideBar.context.
|
|
2
|
+
import { Button } from '../../Button/index.js';
|
|
3
|
+
import { Icon } from '../../Icon/index.js';
|
|
4
|
+
import { sidebar } from '../SideBar.tokens.js';
|
|
5
|
+
import { useSideBar } from '../SideBar.context.js';
|
|
6
6
|
import styled, { css } from 'styled-components';
|
|
7
7
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
8
|
-
import { Tooltip } from '../../Tooltip/Tooltip.
|
|
8
|
+
import { Tooltip } from '../../Tooltip/Tooltip.js';
|
|
9
9
|
|
|
10
10
|
const {
|
|
11
11
|
entities: {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
|
-
import { Button } from '../Button/index.
|
|
3
|
-
import { Icon } from '../Icon/index.
|
|
4
|
-
import { useSideBar } from './SideBar.context.
|
|
5
|
-
import { sidebar } from './SideBar.tokens.
|
|
2
|
+
import { Button } from '../Button/index.js';
|
|
3
|
+
import { Icon } from '../Icon/index.js';
|
|
4
|
+
import { useSideBar } from './SideBar.context.js';
|
|
5
|
+
import { sidebar } from './SideBar.tokens.js';
|
|
6
6
|
import { collapse, expand } from '@equinor/eds-icons';
|
|
7
7
|
import styled, { css } from 'styled-components';
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
|
-
import { Tooltip } from '../Tooltip/Tooltip.
|
|
9
|
+
import { Tooltip } from '../Tooltip/Tooltip.js';
|
|
10
10
|
|
|
11
11
|
const {
|
|
12
12
|
entities: {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
|
-
import { sidebar } from '../SideBar.tokens.
|
|
2
|
+
import { sidebar } from '../SideBar.tokens.js';
|
|
3
3
|
import { bordersTemplate, outlineTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { Icon } from '../../Icon/index.
|
|
4
|
+
import { Icon } from '../../Icon/index.js';
|
|
5
5
|
import styled, { css } from 'styled-components';
|
|
6
|
-
import { useSideBar } from '../SideBar.context.
|
|
6
|
+
import { useSideBar } from '../SideBar.context.js';
|
|
7
7
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
8
|
-
import { Typography } from '../../Typography/Typography.
|
|
9
|
-
import { Tooltip as Tooltip$1 } from '../../Tooltip/Tooltip.
|
|
8
|
+
import { Typography } from '../../Typography/Typography.js';
|
|
9
|
+
import { Tooltip as Tooltip$1 } from '../../Tooltip/Tooltip.js';
|
|
10
10
|
|
|
11
11
|
const {
|
|
12
12
|
entities: {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { SideBar as SideBar$1 } from './SideBar.
|
|
2
|
-
import { SidebarLink } from './SidebarLink/index.
|
|
3
|
-
import { SideBarContent } from './SideBarContent.
|
|
4
|
-
import { SideBarFooter } from './SideBarFooter.
|
|
5
|
-
import { SideBarToggle } from './SideBarToggle.
|
|
6
|
-
import { SideBarButton } from './SideBarButton/index.
|
|
7
|
-
import { SideBarAccordion } from './SideBarAccordion/index.
|
|
8
|
-
import { SideBarAccordionItem } from './SideBarAccordionItem/index.
|
|
1
|
+
import { SideBar as SideBar$1 } from './SideBar.js';
|
|
2
|
+
import { SidebarLink } from './SidebarLink/index.js';
|
|
3
|
+
import { SideBarContent } from './SideBarContent.js';
|
|
4
|
+
import { SideBarFooter } from './SideBarFooter.js';
|
|
5
|
+
import { SideBarToggle } from './SideBarToggle.js';
|
|
6
|
+
import { SideBarButton } from './SideBarButton/index.js';
|
|
7
|
+
import { SideBarAccordion } from './SideBarAccordion/index.js';
|
|
8
|
+
import { SideBarAccordionItem } from './SideBarAccordionItem/index.js';
|
|
9
9
|
|
|
10
10
|
const SideBar = SideBar$1;
|
|
11
11
|
SideBar.Link = SidebarLink;
|
|
@@ -2,11 +2,11 @@ import { forwardRef } from 'react';
|
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
import { clear } from '@equinor/eds-icons';
|
|
4
4
|
import { bordersTemplate, spacingsTemplate, typographyTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { Button } from '../Button/index.
|
|
6
|
-
import { Icon } from '../Icon/index.
|
|
7
|
-
import { variants, comfortable } from './SideSheet.tokens.
|
|
5
|
+
import { Button } from '../Button/index.js';
|
|
6
|
+
import { Icon } from '../Icon/index.js';
|
|
7
|
+
import { variants, comfortable } from './SideSheet.tokens.js';
|
|
8
8
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
9
|
-
import { Typography } from '../Typography/Typography.
|
|
9
|
+
import { Typography } from '../Typography/Typography.js';
|
|
10
10
|
|
|
11
11
|
const {
|
|
12
12
|
background,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
import { typographyTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { slider } from './Slider.tokens.
|
|
4
|
+
import { slider } from './Slider.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
const {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
import { typographyTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { slider } from './Slider.tokens.
|
|
4
|
+
import { slider } from './Slider.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
const {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { forwardRef, useState, useEffect, useRef, useId, useCallback } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
|
-
import { slider } from './Slider.tokens.
|
|
4
|
-
import { MinMax } from './MinMax.
|
|
5
|
-
import { Output } from './Output.
|
|
6
|
-
import { SliderInput } from './SliderInput.
|
|
3
|
+
import { slider } from './Slider.tokens.js';
|
|
4
|
+
import { MinMax } from './MinMax.js';
|
|
5
|
+
import { Output } from './Output.js';
|
|
6
|
+
import { SliderInput } from './SliderInput.js';
|
|
7
7
|
import { bordersTemplate } from '@equinor/eds-utils';
|
|
8
8
|
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
|
-
import { slider } from './Slider.tokens.
|
|
3
|
+
import { slider } from './Slider.tokens.js';
|
|
4
4
|
import { outlineTemplate, bordersTemplate } from '@equinor/eds-utils';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef, useState, useRef, useEffect } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
|
-
import { snackbar } from './Snackbar.tokens.
|
|
3
|
+
import { snackbar } from './Snackbar.tokens.js';
|
|
4
4
|
import { useToken, spacingsTemplate, bordersTemplate, typographyTemplate } from '@equinor/eds-utils';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
7
|
-
import { Paper } from '../Paper/Paper.
|
|
6
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
7
|
+
import { Paper } from '../Paper/Paper.js';
|
|
8
8
|
|
|
9
9
|
const PopoverDiv = styled('div').withConfig({
|
|
10
10
|
shouldForwardProp: () => true //workaround to avoid warning until popover gets added to react types
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
|
-
import { SwitchSmall } from './SwitchSmall.
|
|
4
|
-
import { SwitchDefault } from './SwitchDefault.
|
|
5
|
-
import { comfortable } from './Switch.tokens.
|
|
3
|
+
import { SwitchSmall } from './SwitchSmall.js';
|
|
4
|
+
import { SwitchDefault } from './SwitchDefault.js';
|
|
5
|
+
import { comfortable } from './Switch.tokens.js';
|
|
6
6
|
import { useToken, typographyTemplate } from '@equinor/eds-utils';
|
|
7
7
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
8
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
8
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
9
9
|
|
|
10
10
|
const StyledLabel = styled.label.withConfig({
|
|
11
11
|
displayName: "Switch__StyledLabel",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { bordersTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { GridWrapper, BaseInputWrapper, BaseInput } from './Switch.styles.
|
|
4
|
+
import { GridWrapper, BaseInputWrapper, BaseInput } from './Switch.styles.js';
|
|
5
5
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
const Input = styled(BaseInput).withConfig({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
|
-
import { GridWrapper, BaseInputWrapper, BaseInput } from './Switch.styles.
|
|
3
|
+
import { GridWrapper, BaseInputWrapper, BaseInput } from './Switch.styles.js';
|
|
4
4
|
import { outlineTemplate } from '@equinor/eds-utils';
|
|
5
5
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
import { InnerContext } from './Inner.context.
|
|
3
|
+
import { InnerContext } from './Inner.context.js';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
6
|
const TableBase = styled.tbody.withConfig({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
|
-
import { InnerContext } from './Inner.context.
|
|
2
|
+
import { InnerContext } from './Inner.context.js';
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
|
-
import { TableDataCell } from './DataCell/DataCell.
|
|
5
|
-
import { TableFooterCell } from './FooterCell/FooterCell.
|
|
6
|
-
import { TableHeaderCell } from './HeaderCell/HeaderCell.
|
|
4
|
+
import { TableDataCell } from './DataCell/DataCell.js';
|
|
5
|
+
import { TableFooterCell } from './FooterCell/FooterCell.js';
|
|
6
|
+
import { TableHeaderCell } from './HeaderCell/HeaderCell.js';
|
|
7
7
|
|
|
8
8
|
const Cell = /*#__PURE__*/forwardRef(function Cell({
|
|
9
9
|
...rest
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
3
|
import { useToken, spacingsTemplate, typographyTemplate, bordersTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { applyVariant, tableCell } from './DataCell.tokens.
|
|
4
|
+
import { applyVariant, tableCell } from './DataCell.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../../EdsProvider/eds.context.
|
|
6
|
+
import { useEds } from '../../EdsProvider/eds.context.js';
|
|
7
7
|
|
|
8
8
|
const StyledTableCell = styled.td.withConfig({
|
|
9
9
|
displayName: "DataCell__StyledTableCell",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { tokens } from '@equinor/eds-tokens';
|
|
2
|
-
import mergeDeepRight from '../../../node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeDeepRight.
|
|
2
|
+
import mergeDeepRight from '../../../node_modules/.pnpm/ramda@0.32.0/node_modules/ramda/es/mergeDeepRight.js';
|
|
3
3
|
|
|
4
4
|
const {
|
|
5
5
|
typography: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
import { token } from './Foot.tokens.
|
|
3
|
+
import { token } from './Foot.tokens.js';
|
|
4
4
|
import { bordersTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { InnerContext } from '../Inner.context.
|
|
5
|
+
import { InnerContext } from '../Inner.context.js';
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
7
|
|
|
8
8
|
const StyledTableFoot = styled.tfoot.withConfig({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
3
|
import { useToken, spacingsTemplate, typographyTemplate, bordersTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { token } from '../HeaderCell/HeaderCell.tokens.
|
|
4
|
+
import { token } from '../HeaderCell/HeaderCell.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../../EdsProvider/eds.context.
|
|
6
|
+
import { useEds } from '../../EdsProvider/eds.context.js';
|
|
7
7
|
|
|
8
8
|
const StyledTableCell = styled.th.withConfig({
|
|
9
9
|
displayName: "FooterCell__StyledTableCell",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
import { token } from './Head.tokens.
|
|
3
|
+
import { token } from './Head.tokens.js';
|
|
4
4
|
import { bordersTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { InnerContext } from '../Inner.context.
|
|
5
|
+
import { InnerContext } from '../Inner.context.js';
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
7
|
|
|
8
8
|
const StyledTableHead = styled.thead.withConfig({
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
3
|
import { useToken, isFirefox, spacingsTemplate, typographyTemplate, bordersTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { token } from './HeaderCell.tokens.
|
|
4
|
+
import { token } from './HeaderCell.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../../EdsProvider/eds.context.
|
|
6
|
+
import { useEds } from '../../EdsProvider/eds.context.js';
|
|
7
7
|
|
|
8
8
|
const StyledTableCell = styled.th.withConfig({
|
|
9
9
|
displayName: "HeaderCell__StyledTableCell",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
|
-
import { tableCell } from './DataCell/DataCell.tokens.
|
|
3
|
+
import { tableCell } from './DataCell/DataCell.tokens.js';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
6
|
const TableBase = styled.table.withConfig({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Table as Table$1 } from './Table.
|
|
2
|
-
import { Body } from './Body.
|
|
3
|
-
import { Cell } from './Cell.
|
|
4
|
-
import { Caption } from './Caption.
|
|
5
|
-
import { Head } from './Head/Head.
|
|
6
|
-
import { Foot } from './Foot/Foot.
|
|
7
|
-
import { Row } from './Row/Row.
|
|
1
|
+
import { Table as Table$1 } from './Table.js';
|
|
2
|
+
import { Body } from './Body.js';
|
|
3
|
+
import { Cell } from './Cell.js';
|
|
4
|
+
import { Caption } from './Caption.js';
|
|
5
|
+
import { Head } from './Head/Head.js';
|
|
6
|
+
import { Foot } from './Foot/Foot.js';
|
|
7
|
+
import { Row } from './Row/Row.js';
|
|
8
8
|
|
|
9
9
|
const Table = Table$1;
|
|
10
10
|
Table.Body = Body;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
|
-
import { List } from '../List/index.
|
|
3
|
+
import { List } from '../List/index.js';
|
|
4
4
|
import { useToken, typographyTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { tableOfContents } from './TableOfContents.tokens.
|
|
5
|
+
import { tableOfContents } from './TableOfContents.tokens.js';
|
|
6
6
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
7
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
8
|
-
import { Typography } from '../Typography/Typography.
|
|
7
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
8
|
+
import { Typography } from '../Typography/Typography.js';
|
|
9
9
|
|
|
10
10
|
const StyledTableOfContents = styled.nav.withConfig({
|
|
11
11
|
displayName: "TableOfContents__StyledTableOfContents",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TableOfContents as TableOfContents$1 } from './TableOfContents.
|
|
2
|
-
import { LinkItem } from './LinkItem.
|
|
1
|
+
import { TableOfContents as TableOfContents$1 } from './TableOfContents.js';
|
|
2
|
+
import { LinkItem } from './LinkItem.js';
|
|
3
3
|
|
|
4
4
|
const TableOfContents = TableOfContents$1;
|
|
5
5
|
TableOfContents.LinkItem = LinkItem;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { forwardRef, useContext, useRef, useState, useCallback, Children, isValidElement, cloneElement } from 'react';
|
|
2
2
|
import styled from 'styled-components';
|
|
3
3
|
import { mergeRefs } from '@equinor/eds-utils';
|
|
4
|
-
import { TabsContext } from './Tabs.context.
|
|
4
|
+
import { TabsContext } from './Tabs.context.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
const variants = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { forwardRef, useContext, Children, isValidElement, cloneElement } from 'react';
|
|
2
|
-
import { TabsContext } from './Tabs.context.
|
|
2
|
+
import { TabsContext } from './Tabs.context.js';
|
|
3
3
|
import { jsx } from 'react/jsx-runtime';
|
|
4
4
|
|
|
5
5
|
const TabPanels = /*#__PURE__*/forwardRef(function TabPanels({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef, useId, useRef, useMemo, useState, useEffect } from 'react';
|
|
2
|
-
import { TabsProvider } from './Tabs.context.
|
|
3
|
-
import { token } from './Tabs.tokens.
|
|
2
|
+
import { TabsProvider } from './Tabs.context.js';
|
|
3
|
+
import { token } from './Tabs.tokens.js';
|
|
4
4
|
import { mergeRefs, useToken } from '@equinor/eds-utils';
|
|
5
5
|
import { ThemeProvider } from 'styled-components';
|
|
6
6
|
import { jsx } from 'react/jsx-runtime';
|
|
7
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
7
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
8
8
|
|
|
9
9
|
const Tabs = /*#__PURE__*/forwardRef(function Tabs({
|
|
10
10
|
activeTab = 0,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Tabs as Tabs$1 } from './Tabs.
|
|
2
|
-
import { TabList } from './TabList.
|
|
3
|
-
import { Tab } from './Tab.
|
|
4
|
-
import { TabPanels } from './TabPanels.
|
|
5
|
-
import { TabPanel } from './TabPanel.
|
|
1
|
+
import { Tabs as Tabs$1 } from './Tabs.js';
|
|
2
|
+
import { TabList } from './TabList.js';
|
|
3
|
+
import { Tab } from './Tab.js';
|
|
4
|
+
import { TabPanels } from './TabPanels.js';
|
|
5
|
+
import { TabPanel } from './TabPanel.js';
|
|
6
6
|
|
|
7
7
|
const Tabs = Tabs$1;
|
|
8
8
|
Tabs.Tab = Tab;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
3
|
-
import { useInputField } from '../InputWrapper/useInputField.
|
|
4
|
-
import { InputWrapper } from '../InputWrapper/InputWrapper.
|
|
5
|
-
import { Input } from '../Input/Input.
|
|
3
|
+
import { useInputField } from '../InputWrapper/useInputField.js';
|
|
4
|
+
import { InputWrapper } from '../InputWrapper/InputWrapper.js';
|
|
5
|
+
import { Input } from '../Input/Input.js';
|
|
6
6
|
|
|
7
7
|
const TextField = /*#__PURE__*/forwardRef(function TextField({
|
|
8
8
|
id,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { forwardRef, useMemo } from 'react';
|
|
2
|
-
import * as Input_tokens from '../Input/Input.tokens.
|
|
3
|
-
import { input as input$1 } from '../Input/Input.tokens.
|
|
2
|
+
import * as Input_tokens from '../Input/Input.tokens.js';
|
|
3
|
+
import { input as input$1 } from '../Input/Input.tokens.js';
|
|
4
4
|
import { useAutoResize, mergeRefs } from '@equinor/eds-utils';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useInputField } from '../InputWrapper/useInputField.
|
|
7
|
-
import { InputWrapper } from '../InputWrapper/InputWrapper.
|
|
8
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
9
|
-
import { Input } from '../Input/Input.
|
|
6
|
+
import { useInputField } from '../InputWrapper/useInputField.js';
|
|
7
|
+
import { InputWrapper } from '../InputWrapper/InputWrapper.js';
|
|
8
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
9
|
+
import { Input } from '../Input/Input.js';
|
|
10
10
|
|
|
11
11
|
const {
|
|
12
12
|
input
|
|
@@ -2,10 +2,10 @@ import { forwardRef, useRef, useState, useMemo, useEffect, cloneElement } from '
|
|
|
2
2
|
import { createPortal } from 'react-dom';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
4
|
import { mergeRefs, typographyTemplate, spacingsTemplate, bordersTemplate } from '@equinor/eds-utils';
|
|
5
|
-
import { tooltip } from './Tooltip.tokens.
|
|
5
|
+
import { tooltip } from './Tooltip.tokens.js';
|
|
6
6
|
import { useFloating, autoUpdate, offset, flip, shift, arrow, useInteractions, useHover, useFocus, useRole, useDismiss } from '@floating-ui/react';
|
|
7
7
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
8
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
8
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
9
9
|
|
|
10
10
|
const StyledTooltip = styled('div').withConfig({
|
|
11
11
|
shouldForwardProp: () => true //workaround to avoid warning until popover gets added to react types
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { ThemeProvider, css } from 'styled-components';
|
|
3
3
|
import { useToken, bordersTemplate, spacingsTemplate, typographyTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { topbar } from './TopBar.tokens.
|
|
4
|
+
import { topbar } from './TopBar.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
|
-
import { useEds } from '../EdsProvider/eds.context.
|
|
7
|
-
import { Paper } from '../Paper/Paper.
|
|
6
|
+
import { useEds } from '../EdsProvider/eds.context.js';
|
|
7
|
+
import { Paper } from '../Paper/Paper.js';
|
|
8
8
|
|
|
9
9
|
const StyledTopBar = styled(Paper).withConfig({
|
|
10
10
|
displayName: "TopBar__StyledTopBar",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TopBar as TopBar$1 } from './TopBar.
|
|
2
|
-
import { Actions } from './Actions.
|
|
3
|
-
import { Header } from './Header.
|
|
4
|
-
import { CustomContent } from './CustomContent.
|
|
1
|
+
import { TopBar as TopBar$1 } from './TopBar.js';
|
|
2
|
+
import { Actions } from './Actions.js';
|
|
3
|
+
import { Header } from './Header.js';
|
|
4
|
+
import { CustomContent } from './CustomContent.js';
|
|
5
5
|
|
|
6
6
|
const TopBar = TopBar$1;
|
|
7
7
|
TopBar.Actions = Actions;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { forwardRef } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { typographyTemplate, outlineTemplate } from '@equinor/eds-utils';
|
|
4
|
-
import { quickVariants, typography, colors, link } from './Typography.tokens.
|
|
4
|
+
import { quickVariants, typography, colors, link } from './Typography.tokens.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|
|
7
7
|
const getElementType = (variant, link) => {
|