@equinor/eds-core-react 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eds-core-react.cjs +149 -0
- package/dist/esm/components/Autocomplete/Autocomplete.js +2 -2
- package/dist/esm/components/Autocomplete/Autocomplete.tokens.js +1 -1
- package/dist/esm/components/Button/tokens/contained.js +1 -1
- package/dist/esm/components/Button/tokens/contained_icon.js +1 -1
- package/dist/esm/components/Button/tokens/ghost.js +1 -1
- package/dist/esm/components/Button/tokens/icon.js +1 -1
- package/dist/esm/components/Button/tokens/outlined.js +1 -1
- package/dist/esm/components/Input/Input.tokens.js +1 -1
- package/dist/esm/components/InputWrapper/InputWrapper.tokens.js +1 -1
- package/dist/esm/components/Table/DataCell/DataCell.tokens.js +1 -1
- package/dist/esm/components/Typography/Heading.js +51 -0
- package/dist/esm/components/Typography/Paragraph.js +28 -0
- package/dist/esm/components/Typography/Typography.js +15 -1
- package/dist/esm/components/Typography/Typography.new.js +67 -0
- package/dist/esm/index.js +3 -0
- package/dist/style.css +81 -0
- package/dist/style.js +3 -0
- package/dist/types/playwright.config.d.ts +6 -0
- package/dist/types/src/components/Button/tokens/contained.d.ts +3 -0
- package/dist/types/src/components/Button/tokens/outlined.d.ts +3 -0
- package/dist/types/src/components/Typography/Heading.d.ts +7 -0
- package/dist/types/src/components/Typography/Heading.types.d.ts +6 -0
- package/dist/types/src/components/Typography/Paragraph.d.ts +7 -0
- package/dist/types/src/components/Typography/Paragraph.types.d.ts +7 -0
- package/dist/types/{components → src/components}/Typography/Typography.d.ts +13 -0
- package/dist/types/src/components/Typography/Typography.new.d.ts +43 -0
- package/dist/types/src/components/Typography/Typography.new.types.d.ts +28 -0
- package/dist/types/src/components/Typography/Typography.stories.shared.d.ts +79 -0
- package/dist/types/src/components/Typography/index.d.ts +8 -0
- package/dist/types/src/components/Typography/types.d.ts +9 -0
- package/dist/types/src/components/Typography/utils.d.ts +15 -0
- package/package.json +56 -39
- package/dist/types/components/Button/tokens/contained.d.ts +0 -4
- package/dist/types/components/Button/tokens/outlined.d.ts +0 -4
- package/dist/types/components/Typography/index.d.ts +0 -1
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_curry1.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_curry2.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_curry3.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_has.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_isObject.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/internal/_isPlaceholder.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/mergeDeepRight.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/mergeDeepWithKey.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/mergeWith.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/mergeWithKey.js +0 -0
- /package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/pickBy.js +0 -0
- /package/dist/types/{components → src/components}/Accordion/Accordion.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/Accordion.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/Accordion.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/AccordionHeader.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/AccordionHeaderActions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/AccordionHeaderTitle.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/AccordionItem.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/AccordionPanel.d.ts +0 -0
- /package/dist/types/{components → src/components}/Accordion/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Autocomplete/AddNewOption.d.ts +0 -0
- /package/dist/types/{components → src/components}/Autocomplete/Autocomplete.d.ts +0 -0
- /package/dist/types/{components → src/components}/Autocomplete/Autocomplete.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Autocomplete/Option.d.ts +0 -0
- /package/dist/types/{components → src/components}/Autocomplete/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Avatar/Avatar.d.ts +0 -0
- /package/dist/types/{components → src/components}/Avatar/Avatar.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Avatar/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/Banner.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/Banner.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/BannerActions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/BannerIcon.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/BannerMessage.d.ts +0 -0
- /package/dist/types/{components → src/components}/Banner/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Breadcrumbs/Breadcrumb.d.ts +0 -0
- /package/dist/types/{components → src/components}/Breadcrumbs/Breadcrumbs.d.ts +0 -0
- /package/dist/types/{components → src/components}/Breadcrumbs/Breadcrumbs.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Breadcrumbs/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/Button.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/Button.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/ButtonGroup/ButtonGroup.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/ButtonGroup/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/InnerFullWidth.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/ToggleButton/ToggleButton.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/ToggleButton/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/tokens/button.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/tokens/contained_icon.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/tokens/ghost.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/tokens/icon.d.ts +0 -0
- /package/dist/types/{components → src/components}/Button/tokens/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/Card.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/Card.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/CardActions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/CardContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/CardHeader.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/CardHeaderTitle.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/CardMedia.d.ts +0 -0
- /package/dist/types/{components → src/components}/Card/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/types/{components → src/components}/Checkbox/Checkbox.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Checkbox/Input.d.ts +0 -0
- /package/dist/types/{components → src/components}/Checkbox/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Chip/Chip.d.ts +0 -0
- /package/dist/types/{components → src/components}/Chip/Chip.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Chip/Icon.d.ts +0 -0
- /package/dist/types/{components → src/components}/Chip/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/DatePicker.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/DateRangePicker.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/Calendar.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/CalendarCell.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/CalendarGrid.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/CalendarHeader.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/CalendarWrapper.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/RangeCalendar.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/calendars/YearGrid.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/DateField.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/DateFieldSegments.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/DateRangeField.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/DateSegment.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/FieldWrapper.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/fields/Toggle.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/props.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/context.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/get-calendar-date.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/getPageYears.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/useConvertedValidationFunctions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Datepicker/utils/useGetLocale.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/Dialog.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/Dialog.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/DialogActions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/DialogContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/DialogHeader.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/DialogTitle.d.ts +0 -0
- /package/dist/types/{components → src/components}/Dialog/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Divider/Divider.d.ts +0 -0
- /package/dist/types/{components → src/components}/Divider/Divider.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Divider/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/EdsProvider/eds.context.d.ts +0 -0
- /package/dist/types/{components → src/components}/EdsProvider/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Icon/Icon.d.ts +0 -0
- /package/dist/types/{components → src/components}/Icon/Icon.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Icon/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Icon/library.d.ts +0 -0
- /package/dist/types/{components → src/components}/Input/Input.d.ts +0 -0
- /package/dist/types/{components → src/components}/Input/Input.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Input/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/HelperText/HelperText.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/HelperText/HelperText.token.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/HelperText/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/InputWrapper.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/InputWrapper.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/InputWrapper/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Label/Label.d.ts +0 -0
- /package/dist/types/{components → src/components}/Label/Label.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Label/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/List/List.d.ts +0 -0
- /package/dist/types/{components → src/components}/List/List.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/List/ListItem.d.ts +0 -0
- /package/dist/types/{components → src/components}/List/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/Menu.context.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/Menu.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/Menu.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/Menu.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/MenuItem.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/MenuList.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/MenuSection.d.ts +0 -0
- /package/dist/types/{components → src/components}/Menu/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/Pagination.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/Pagination.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/PaginationItem.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Pagination/paginationControl.d.ts +0 -0
- /package/dist/types/{components → src/components}/Paper/Paper.d.ts +0 -0
- /package/dist/types/{components → src/components}/Paper/Paper.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Paper/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/Popover.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/Popover.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/PopoverActions.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/PopoverContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/PopoverHeader.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/PopoverTitle.d.ts +0 -0
- /package/dist/types/{components → src/components}/Popover/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Circular/CircularProgress.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Circular/CircularProgress.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Dots/DotProgress.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Dots/DotProgress.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Linear/LinearProgress.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Linear/LinearProgress.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Star/StarProgress.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/Star/StarProgress.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Progress/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Radio/Radio.d.ts +0 -0
- /package/dist/types/{components → src/components}/Radio/Radio.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Radio/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Scrim/Scrim.d.ts +0 -0
- /package/dist/types/{components → src/components}/Scrim/Scrim.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Scrim/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Search/Search.d.ts +0 -0
- /package/dist/types/{components → src/components}/Search/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Select/NativeSelect.d.ts +0 -0
- /package/dist/types/{components → src/components}/Select/NativeSelect.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Select/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBar.context.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBar.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBar.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarAccordion/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarAccordionItem/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarButton/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarFooter.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SideBarToggle.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/SidebarLink/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideBar/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideSheet/SideSheet.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideSheet/SideSheet.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/SideSheet/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/MinMax.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/Output.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/Slider.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/Slider.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/SliderInput.d.ts +0 -0
- /package/dist/types/{components → src/components}/Slider/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Snackbar/Snackbar.d.ts +0 -0
- /package/dist/types/{components → src/components}/Snackbar/Snackbar.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Snackbar/SnackbarAction.d.ts +0 -0
- /package/dist/types/{components → src/components}/Snackbar/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/Switch.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/Switch.styles.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/Switch.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/SwitchDefault.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/SwitchSmall.d.ts +0 -0
- /package/dist/types/{components → src/components}/Switch/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Body.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Caption.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Cell.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/DataCell/DataCell.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/DataCell/DataCell.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/DataCell/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Foot/Foot.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Foot/Foot.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Foot/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/FooterCell/FooterCell.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/FooterCell/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Head/Head.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Head/Head.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Head/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/HeaderCell/HeaderCell.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/HeaderCell/HeaderCell.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/HeaderCell/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Inner.context.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Row/Row.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Row/Row.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Row/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Table.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/Table.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Table/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/TableOfContents/LinkItem.d.ts +0 -0
- /package/dist/types/{components → src/components}/TableOfContents/TableOfContents.d.ts +0 -0
- /package/dist/types/{components → src/components}/TableOfContents/TableOfContents.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/TableOfContents/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/Tab.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/TabList.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/TabPanel.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/TabPanels.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/Tabs.context.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/Tabs.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/Tabs.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/Tabs.types.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tabs/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/TextField/TextField.d.ts +0 -0
- /package/dist/types/{components → src/components}/TextField/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Textarea/Textarea.d.ts +0 -0
- /package/dist/types/{components → src/components}/Textarea/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tooltip/Tooltip.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tooltip/Tooltip.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/Tooltip/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/Actions.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/CustomContent.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/Header.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/TopBar.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/TopBar.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/TopBar/index.d.ts +0 -0
- /package/dist/types/{components → src/components}/Typography/Typography.tokens.d.ts +0 -0
- /package/dist/types/{components → src/components}/types.d.ts +0 -0
- /package/dist/types/{index.d.ts → src/index.d.ts} +0 -0
|
@@ -20,4 +20,17 @@ export type TypographyProps = {
|
|
|
20
20
|
/** Number of lines. */
|
|
21
21
|
lines?: number;
|
|
22
22
|
} & (HTMLAttributes<HTMLElement> | AnchorHTMLAttributes<HTMLAnchorElement>);
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated Typography component is deprecated and will be removed in a future version.
|
|
25
|
+
* Please use the new Typography, Heading, or Paragraph components instead.
|
|
26
|
+
*
|
|
27
|
+
* Migration guide:
|
|
28
|
+
* - For headings: Use `<Heading as="h1|h2|h3|h4|h5|h6">` instead of `<Typography variant="h1|h2|h3|h4|h5|h6">`
|
|
29
|
+
* - For paragraphs: Use `<Paragraph>` instead of `<Typography variant="body_short|body_long">`
|
|
30
|
+
* - For inline text: Use `<Typography>` for more flexible text styling
|
|
31
|
+
*
|
|
32
|
+
* @see {@link TypographyNext}
|
|
33
|
+
* @see {@link Heading}
|
|
34
|
+
* @see {@link Paragraph}
|
|
35
|
+
*/
|
|
23
36
|
export declare const Typography: OverridableComponent<TypographyProps, HTMLElement>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TypographyNext component for flexible typography with baseline grid support.
|
|
3
|
+
*
|
|
4
|
+
* Provides full control over typography properties including family, size,
|
|
5
|
+
* lineHeight, baseline alignment, weight, and tracking.
|
|
6
|
+
*
|
|
7
|
+
* **Display behavior:** Elements render as `display: block` by default for
|
|
8
|
+
* text-box trimming and baseline grid alignment. Override with CSS if needed.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ```tsx
|
|
12
|
+
* import { TypographyNext as Typography } from '@equinor/eds-core-react'
|
|
13
|
+
*
|
|
14
|
+
* <Typography
|
|
15
|
+
* family="ui"
|
|
16
|
+
* size="md"
|
|
17
|
+
* lineHeight="default"
|
|
18
|
+
* baseline="grid"
|
|
19
|
+
* weight="normal"
|
|
20
|
+
* tracking="normal"
|
|
21
|
+
* >
|
|
22
|
+
* Text content (renders as block-level by default)
|
|
23
|
+
* </Typography>
|
|
24
|
+
*
|
|
25
|
+
* <Typography
|
|
26
|
+
* as="h1"
|
|
27
|
+
* family="header"
|
|
28
|
+
* size="3xl"
|
|
29
|
+
* lineHeight="squished"
|
|
30
|
+
* baseline="grid"
|
|
31
|
+
* weight="bolder"
|
|
32
|
+
* tracking="tight"
|
|
33
|
+
* >
|
|
34
|
+
* Page heading
|
|
35
|
+
* </Typography>
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export declare const TypographyNext: import("react").ForwardRefExoticComponent<{
|
|
39
|
+
family: import("./types").FontFamily;
|
|
40
|
+
size: import("./types").FontSize;
|
|
41
|
+
baseline: import("./types").BaselineAlignment;
|
|
42
|
+
as?: import("react").ElementType;
|
|
43
|
+
} & import("./Typography.new.types").BaseTypographyProps & import("react").HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { HTMLAttributes, ElementType } from 'react';
|
|
2
|
+
import { FontFamily, FontSize, LineHeight, BaselineAlignment, FontWeight, Tracking } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Base typography props shared across typography components.
|
|
5
|
+
* Can be extended for specific typography component needs.
|
|
6
|
+
*/
|
|
7
|
+
export type BaseTypographyProps = {
|
|
8
|
+
/** Line height variant */
|
|
9
|
+
lineHeight?: LineHeight;
|
|
10
|
+
/** Font weight */
|
|
11
|
+
weight?: FontWeight;
|
|
12
|
+
/** Letter spacing (tracking) */
|
|
13
|
+
tracking?: Tracking;
|
|
14
|
+
/** Enable debug mode to visualize text box */
|
|
15
|
+
debug?: boolean;
|
|
16
|
+
/** Children to render */
|
|
17
|
+
children?: React.ReactNode;
|
|
18
|
+
};
|
|
19
|
+
export type TypographyNextProps = {
|
|
20
|
+
/** Font family */
|
|
21
|
+
family: FontFamily;
|
|
22
|
+
/** Size of the text */
|
|
23
|
+
size: FontSize;
|
|
24
|
+
/** Baseline alignment strategy */
|
|
25
|
+
baseline: BaselineAlignment;
|
|
26
|
+
/** Semantic HTML element to render. Defaults to 'span' */
|
|
27
|
+
as?: ElementType;
|
|
28
|
+
} & BaseTypographyProps & HTMLAttributes<HTMLElement>;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { Heading } from './Heading';
|
|
2
|
+
import { Paragraph } from './Paragraph';
|
|
3
|
+
import type { TypographyNextProps } from './Typography.new.types';
|
|
4
|
+
export declare const SAMPLE_TEXT = "The quick brown fox jumps over the lazy dog";
|
|
5
|
+
export declare const SIZES: readonly ["xs", "sm", "md", "lg", "xl", "2xl", "3xl", "4xl", "5xl", "6xl"];
|
|
6
|
+
export declare const WEIGHTS: readonly ["lighter", "normal", "bolder"];
|
|
7
|
+
export declare const TRACKING_OPTIONS: readonly ["tight", "normal", "wide"];
|
|
8
|
+
export declare const LINE_HEIGHTS: readonly ["default", "squished"];
|
|
9
|
+
export declare const HEADING_LEVELS: readonly ["h1", "h2", "h3", "h4", "h5", "h6"];
|
|
10
|
+
export declare const ComparisonGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export declare const ComparisonRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<{
|
|
13
|
+
family: import("./types").FontFamily;
|
|
14
|
+
size: import("./types").FontSize;
|
|
15
|
+
baseline: import("./types").BaselineAlignment;
|
|
16
|
+
as?: import("react").ElementType;
|
|
17
|
+
} & import("./Typography.new.types").BaseTypographyProps & import("react").HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>, {
|
|
18
|
+
family: import("./types").FontFamily;
|
|
19
|
+
size: import("./types").FontSize;
|
|
20
|
+
baseline: import("./types").BaselineAlignment;
|
|
21
|
+
as?: import("react").ElementType;
|
|
22
|
+
} & import("./Typography.new.types").BaseTypographyProps & import("react").HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>, Partial<TypographyNextProps>>, Partial<TypographyNextProps>>> & string & Omit<import("react").ForwardRefExoticComponent<{
|
|
23
|
+
family: import("./types").FontFamily;
|
|
24
|
+
size: import("./types").FontSize;
|
|
25
|
+
baseline: import("./types").BaselineAlignment;
|
|
26
|
+
as?: import("react").ElementType;
|
|
27
|
+
} & import("./Typography.new.types").BaseTypographyProps & import("react").HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
28
|
+
export declare const GridBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
29
|
+
export declare const RealWorldGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
30
|
+
export declare const IntroductionGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
31
|
+
export declare const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
32
|
+
$size?: string;
|
|
33
|
+
}>> & string;
|
|
34
|
+
export declare const IconTextContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
35
|
+
export declare const ShowcaseGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
36
|
+
export declare const ShowcaseCard: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
37
|
+
export declare const ShowcaseItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
38
|
+
export declare const UsageSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
39
|
+
export declare const UsageCategory: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
40
|
+
export declare const CategoryHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
41
|
+
export declare const GridShowcaseWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
42
|
+
export declare const ComparisonSection: ({ title, marginTop, children, }: {
|
|
43
|
+
title: string;
|
|
44
|
+
marginTop?: string;
|
|
45
|
+
children: React.ReactNode;
|
|
46
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
47
|
+
export declare const ComparisonRowItem: ({ label, children, }: {
|
|
48
|
+
label: string;
|
|
49
|
+
children: React.ReactNode;
|
|
50
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
export declare const HeadingLevelComparison: ({ text, }: {
|
|
52
|
+
text?: string;
|
|
53
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
54
|
+
export declare const WeightComparison: ({ component: Component, text, ...componentProps }: {
|
|
55
|
+
component: typeof Heading | typeof Paragraph;
|
|
56
|
+
text?: string;
|
|
57
|
+
} & Record<string, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export declare const TrackingComparison: ({ component: Component, text, ...componentProps }: {
|
|
59
|
+
component: typeof Heading | typeof Paragraph;
|
|
60
|
+
text?: string;
|
|
61
|
+
} & Record<string, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
export declare const SizeComparison: ({ component: Component, text, ...componentProps }: {
|
|
63
|
+
component: typeof Paragraph;
|
|
64
|
+
text?: string;
|
|
65
|
+
} & Record<string, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
66
|
+
export declare const LineHeightComparison: ({ text, }: {
|
|
67
|
+
text?: string;
|
|
68
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
69
|
+
export declare const IconTextRow: ({ label, size, text, iconName, }: {
|
|
70
|
+
label: string;
|
|
71
|
+
size: (typeof SIZES)[number];
|
|
72
|
+
text?: string;
|
|
73
|
+
iconName?: string;
|
|
74
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
75
|
+
export declare const ButtonRow: ({ label, size, children, ...extraProps }: {
|
|
76
|
+
label: string;
|
|
77
|
+
size: string;
|
|
78
|
+
children: React.ReactNode;
|
|
79
|
+
} & Record<string, unknown>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './Typography';
|
|
2
|
+
export { TypographyNext } from './Typography.new';
|
|
3
|
+
export { Heading } from './Heading';
|
|
4
|
+
export { Paragraph } from './Paragraph';
|
|
5
|
+
export type { TypographyNextProps } from './Typography.new.types';
|
|
6
|
+
export type { HeadingProps } from './Heading.types';
|
|
7
|
+
export type { ParagraphProps } from './Paragraph.types';
|
|
8
|
+
export type { FontFamily, FontSize, LineHeight, BaselineAlignment, FontWeight, Tracking, } from './types';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared typography primitive types used across all typography components
|
|
3
|
+
*/
|
|
4
|
+
export type FontFamily = 'ui' | 'header';
|
|
5
|
+
export type FontSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl';
|
|
6
|
+
export type LineHeight = 'default' | 'squished';
|
|
7
|
+
export type BaselineAlignment = 'grid' | 'center';
|
|
8
|
+
export type FontWeight = 'lighter' | 'normal' | 'bolder';
|
|
9
|
+
export type Tracking = 'tight' | 'normal' | 'wide';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FontFamily, FontSize, LineHeight, BaselineAlignment, FontWeight, Tracking } from './types';
|
|
2
|
+
type CreateTypographyClassNamesParams = {
|
|
3
|
+
family?: FontFamily;
|
|
4
|
+
size?: FontSize;
|
|
5
|
+
baseline?: BaselineAlignment;
|
|
6
|
+
lineHeight?: LineHeight;
|
|
7
|
+
weight?: FontWeight;
|
|
8
|
+
tracking?: Tracking;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Builds a className string from typography properties
|
|
13
|
+
*/
|
|
14
|
+
export declare const createTypographyClassNames: ({ family, size, lineHeight, baseline, weight, tracking, className, }: CreateTypographyClassNamesParams) => string;
|
|
15
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equinor/eds-core-react",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "The React implementation of the Equinor Design System",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -25,6 +25,15 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist/*"
|
|
27
27
|
],
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./dist/types/index.d.ts",
|
|
31
|
+
"import": "./dist/esm/index.js",
|
|
32
|
+
"require": "./dist/eds-core-react.cjs"
|
|
33
|
+
},
|
|
34
|
+
"./style": "./dist/style.css",
|
|
35
|
+
"./style.css": "./dist/style.css"
|
|
36
|
+
},
|
|
28
37
|
"keywords": [
|
|
29
38
|
"eds",
|
|
30
39
|
"design system",
|
|
@@ -32,41 +41,45 @@
|
|
|
32
41
|
"react"
|
|
33
42
|
],
|
|
34
43
|
"devDependencies": {
|
|
35
|
-
"@
|
|
36
|
-
"@rollup/plugin-
|
|
37
|
-
"@rollup/plugin-
|
|
38
|
-
"@
|
|
39
|
-
"@storybook/addon-
|
|
40
|
-
"@storybook/addon-
|
|
41
|
-
"@storybook/
|
|
44
|
+
"@playwright/test": "^1.55.0",
|
|
45
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
46
|
+
"@rollup/plugin-commonjs": "^28.0.8",
|
|
47
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
48
|
+
"@storybook/addon-a11y": "^9.1.13",
|
|
49
|
+
"@storybook/addon-docs": "^9.1.13",
|
|
50
|
+
"@storybook/addon-links": "^9.1.13",
|
|
51
|
+
"@storybook/react-vite": "^9.1.13",
|
|
42
52
|
"@testing-library/dom": "^10.4.1",
|
|
43
|
-
"@testing-library/jest-dom": "^6.
|
|
53
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
44
54
|
"@testing-library/react": "16.3.0",
|
|
45
|
-
"@testing-library/user-event": "14.
|
|
46
|
-
"@types/jest": "^
|
|
47
|
-
"@types/
|
|
48
|
-
"@types/
|
|
49
|
-
"@types/
|
|
55
|
+
"@testing-library/user-event": "14.6.1",
|
|
56
|
+
"@types/jest": "^30.0.0",
|
|
57
|
+
"@types/mdx": "^2.0.13",
|
|
58
|
+
"@types/node": "^24.9.1",
|
|
59
|
+
"@types/ramda": "^0.31.1",
|
|
60
|
+
"@types/react": "^19.2.2",
|
|
61
|
+
"@types/react-dom": "^19.2.2",
|
|
50
62
|
"babel-plugin-styled-components": "^2.1.4",
|
|
51
|
-
"eslint-plugin-storybook": "9.1.
|
|
52
|
-
"jest": "^
|
|
53
|
-
"jest-environment-jsdom": "^
|
|
63
|
+
"eslint-plugin-storybook": "9.1.13",
|
|
64
|
+
"jest": "^30.2.0",
|
|
65
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
54
66
|
"jest-styled-components": "^7.2.0",
|
|
55
67
|
"js-file-download": "^0.4.12",
|
|
56
68
|
"postcss": "^8.5.6",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"react
|
|
60
|
-
"react-
|
|
61
|
-
"react-
|
|
62
|
-
"
|
|
63
|
-
"rollup
|
|
69
|
+
"postcss-import": "^16.1.1",
|
|
70
|
+
"ramda": "^0.32.0",
|
|
71
|
+
"react": "^19.2.0",
|
|
72
|
+
"react-dom": "^19.2.0",
|
|
73
|
+
"react-hook-form": "^7.65.0",
|
|
74
|
+
"react-router-dom": "^7.9.4",
|
|
75
|
+
"rollup": "^4.52.5",
|
|
76
|
+
"rollup-plugin-delete": "^3.0.1",
|
|
64
77
|
"rollup-plugin-postcss": "^4.0.2",
|
|
65
78
|
"rollup-preserve-directives": "^1.1.3",
|
|
66
|
-
"storybook": "^9.1.
|
|
79
|
+
"storybook": "^9.1.13",
|
|
67
80
|
"styled-components": "6.1.19",
|
|
68
|
-
"tsc-watch": "^
|
|
69
|
-
"typescript": "^5.9.
|
|
81
|
+
"tsc-watch": "^7.2.0",
|
|
82
|
+
"typescript": "^5.9.3"
|
|
70
83
|
},
|
|
71
84
|
"peerDependencies": {
|
|
72
85
|
"react": "^19",
|
|
@@ -74,25 +87,29 @@
|
|
|
74
87
|
"styled-components": "^6"
|
|
75
88
|
},
|
|
76
89
|
"dependencies": {
|
|
77
|
-
"@babel/runtime": "^7.28.
|
|
90
|
+
"@babel/runtime": "^7.28.4",
|
|
78
91
|
"@floating-ui/react": "^0.27.16",
|
|
79
|
-
"@internationalized/date": "^3.
|
|
80
|
-
"@react-aria/utils": "^3.
|
|
81
|
-
"@react-stately/calendar": "^3.
|
|
82
|
-
"@react-stately/datepicker": "^3.15.
|
|
83
|
-
"@react-types/shared": "^3.32.
|
|
92
|
+
"@internationalized/date": "^3.10.0",
|
|
93
|
+
"@react-aria/utils": "^3.31.0",
|
|
94
|
+
"@react-stately/calendar": "^3.9.0",
|
|
95
|
+
"@react-stately/datepicker": "^3.15.2",
|
|
96
|
+
"@react-types/shared": "^3.32.1",
|
|
84
97
|
"@tanstack/react-virtual": "3.13.12",
|
|
85
|
-
"downshift": "9.0.
|
|
86
|
-
"react-aria": "^3.
|
|
87
|
-
"@equinor/eds-icons": "^1.0.
|
|
88
|
-
"@equinor/eds-
|
|
89
|
-
"@equinor/eds-
|
|
98
|
+
"downshift": "9.0.10",
|
|
99
|
+
"react-aria": "^3.44.0",
|
|
100
|
+
"@equinor/eds-icons": "^1.0.1",
|
|
101
|
+
"@equinor/eds-tokens": "^1.1.4",
|
|
102
|
+
"@equinor/eds-utils": "^1.1.0"
|
|
90
103
|
},
|
|
91
104
|
"scripts": {
|
|
92
|
-
"build": "rollup -c
|
|
105
|
+
"build": "rollup -c && tsc -p tsconfig.build.json",
|
|
93
106
|
"test": "tsc -p tsconfig.test.json && jest",
|
|
94
107
|
"test:watch": "tsc-watch -p tsconfig.test.json --onFirstSuccess \"jest --watch\"",
|
|
95
108
|
"test:update-snapshots": "jest --updateSnapshot",
|
|
109
|
+
"test:visual": "playwright test",
|
|
110
|
+
"test:visual:ui": "playwright test --ui",
|
|
111
|
+
"test:visual:update": "playwright test --update-snapshots",
|
|
112
|
+
"test:visual:report": "playwright show-report",
|
|
96
113
|
"storybook": "storybook dev -p 9000 --ci",
|
|
97
114
|
"build:storybook": "storybook build -o storybook-build",
|
|
98
115
|
"types": "tsc -p tsconfig.build.json"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Typography';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/node_modules/.pnpm/{ramda@0.31.3 → ramda@0.32.0}/node_modules/ramda/es/pickBy.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/{components → src/components}/Button/ButtonGroup/ButtonGroup.tokens.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|