@onewelcome/react-lib-components 11.1.0-delta → 12.1.0-alpha
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/components/Breadcrumbs/Breadcrumbs.cjs.js +2 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.cjs.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.es.js +46 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.es.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs.js +3 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.cjs.js.map +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.es.js +17 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.module.scss.es.js.map +1 -0
- package/dist/components/Button/BaseButton.cjs.js +2 -0
- package/dist/components/Button/BaseButton.cjs.js.map +1 -0
- package/dist/components/Button/BaseButton.es.js +32 -0
- package/dist/components/Button/BaseButton.es.js.map +1 -0
- package/dist/components/Button/BaseButton.module.scss.cjs.js +3 -0
- package/dist/components/Button/BaseButton.module.scss.cjs.js.map +1 -0
- package/dist/components/Button/BaseButton.module.scss.es.js +14 -0
- package/dist/components/Button/BaseButton.module.scss.es.js.map +1 -0
- package/dist/components/Button/Button.cjs.js +2 -0
- package/dist/components/Button/Button.cjs.js.map +1 -0
- package/dist/components/Button/Button.es.js +42 -0
- package/dist/components/Button/Button.es.js.map +1 -0
- package/dist/components/Button/Button.module.scss.cjs.js +3 -0
- package/dist/components/Button/Button.module.scss.cjs.js.map +1 -0
- package/dist/components/Button/Button.module.scss.es.js +41 -0
- package/dist/components/Button/Button.module.scss.es.js.map +1 -0
- package/dist/components/Button/IconButton.cjs.js +2 -0
- package/dist/components/Button/IconButton.cjs.js.map +1 -0
- package/dist/components/Button/IconButton.es.js +30 -0
- package/dist/components/Button/IconButton.es.js.map +1 -0
- package/dist/components/Button/IconButton.module.scss.cjs.js +3 -0
- package/dist/components/Button/IconButton.module.scss.cjs.js.map +1 -0
- package/dist/components/Button/IconButton.module.scss.es.js +42 -0
- package/dist/components/Button/IconButton.module.scss.es.js.map +1 -0
- package/dist/components/Button/Spinner.cjs.js +2 -0
- package/dist/components/Button/Spinner.cjs.js.map +1 -0
- package/dist/components/Button/Spinner.es.js +23 -0
- package/dist/components/Button/Spinner.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.cjs.js +2 -0
- package/dist/components/ContextMenu/ContextMenu.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.es.js +155 -0
- package/dist/components/ContextMenu/ContextMenu.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.scss.cjs.js +3 -0
- package/dist/components/ContextMenu/ContextMenu.module.scss.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenu.module.scss.es.js +13 -0
- package/dist/components/ContextMenu/ContextMenu.module.scss.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuDivider.cjs.js +2 -0
- package/dist/components/ContextMenu/ContextMenuDivider.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuDivider.es.js +9 -0
- package/dist/components/ContextMenu/ContextMenuDivider.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuDivider.module.scss.cjs.js +3 -0
- package/dist/components/ContextMenu/ContextMenuDivider.module.scss.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuDivider.module.scss.es.js +8 -0
- package/dist/components/ContextMenu/ContextMenuDivider.module.scss.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuItem.cjs.js +2 -0
- package/dist/components/ContextMenu/ContextMenuItem.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuItem.es.js +56 -0
- package/dist/components/ContextMenu/ContextMenuItem.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.cjs.js +3 -0
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.es.js +11 -0
- package/dist/components/ContextMenu/ContextMenuItem.module.scss.es.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuService.cjs.js +2 -0
- package/dist/components/ContextMenu/ContextMenuService.cjs.js.map +1 -0
- package/dist/components/ContextMenu/ContextMenuService.es.js +124 -0
- package/dist/components/ContextMenu/ContextMenuService.es.js.map +1 -0
- package/dist/components/DataGrid/DataGrid.cjs.js +2 -0
- package/dist/components/DataGrid/DataGrid.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGrid.es.js +147 -0
- package/dist/components/DataGrid/DataGrid.es.js.map +1 -0
- package/dist/components/DataGrid/DataGrid.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGrid.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGrid.module.scss.es.js +16 -0
- package/dist/components/DataGrid/DataGrid.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.es.js +93 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.es.js +18 -0
- package/dist/components/DataGrid/DataGridActions/DataGridActions.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.es.js +71 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.es.js +23 -0
- package/dist/components/DataGrid/DataGridActions/DataGridColumnsToggle.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.es.js +57 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.es.js +10 -0
- package/dist/components/DataGrid/DataGridBody/DataGridBody.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.es.js +63 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.es.js +17 -0
- package/dist/components/DataGrid/DataGridBody/DataGridCell/DataGridCell.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.es.js +18 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.es.js +16 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawer.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.es.js +11 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.es.js +11 -0
- package/dist/components/DataGrid/DataGridBody/DataGridDrawer/DataGridDrawerItem.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.es.js +126 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.es.js +42 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/DataGridRow.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/useNestedRow.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/useNestedRow.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/useNestedRow.es.js +99 -0
- package/dist/components/DataGrid/DataGridBody/DataGridRow/useNestedRow.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridDateFilter.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridDateFilter.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridDateFilter.es.js +45 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridDateFilter.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.es.js +118 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.es.js +23 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilter.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterPopover.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterPopover.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterPopover.es.js +121 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterPopover.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterService.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterService.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterService.es.js +81 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterService.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterTag.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterTag.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterTag.es.js +67 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterTag.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterValueSelect.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterValueSelect.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterValueSelect.es.js +89 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilterValueSelect.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilters.interfaces.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilters.interfaces.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilters.interfaces.es.js +17 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridFilters.interfaces.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridSearchbar.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridSearchbar.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridSearchbar.es.js +45 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridSearchbar.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.es.js +89 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.es.js +20 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbar.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbarWrapper.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbarWrapper.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbarWrapper.es.js +11 -0
- package/dist/components/DataGrid/DataGridFilters/DataGridToolbarWrapper.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.es.js +186 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.es.js +35 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePicker.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerCalendarSection.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerCalendarSection.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerCalendarSection.es.js +70 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerCalendarSection.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerInputSection.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerInputSection.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerInputSection.es.js +80 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimePickerInputSection.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimeService.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimeService.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimeService.es.js +22 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/DateTimeService.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/SideMenu.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/SideMenu.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/SideMenu.es.js +27 -0
- package/dist/components/DataGrid/DataGridFilters/DateTimePicker/SideMenu.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/FilterKeyMapper.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/FilterKeyMapper.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/FilterKeyMapper.es.js +32 -0
- package/dist/components/DataGrid/DataGridFilters/FilterKeyMapper.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/useFiltersReducer.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridFilters/useFiltersReducer.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridFilters/useFiltersReducer.es.js +50 -0
- package/dist/components/DataGrid/DataGridFilters/useFiltersReducer.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.es.js +75 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.es.js +11 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeader.module.scss.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.cjs.js +2 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.es.js +38 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.es.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.cjs.js +3 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.cjs.js.map +1 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.es.js +21 -0
- package/dist/components/DataGrid/DataGridHeader/DataGridHeaderCell.module.scss.es.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.cjs.js +2 -0
- package/dist/components/DatePicker/DatePicker.cjs.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.es.js +57 -0
- package/dist/components/DatePicker/DatePicker.es.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.module.scss.cjs.js +3 -0
- package/dist/components/DatePicker/DatePicker.module.scss.cjs.js.map +1 -0
- package/dist/components/DatePicker/DatePicker.module.scss.es.js +39 -0
- package/dist/components/DatePicker/DatePicker.module.scss.es.js.map +1 -0
- package/dist/components/Form/Checkbox/Checkbox.cjs.js +2 -0
- package/dist/components/Form/Checkbox/Checkbox.cjs.js.map +1 -0
- package/dist/components/Form/Checkbox/Checkbox.es.js +154 -0
- package/dist/components/Form/Checkbox/Checkbox.es.js.map +1 -0
- package/dist/components/Form/Checkbox/Checkbox.module.scss.cjs.js +3 -0
- package/dist/components/Form/Checkbox/Checkbox.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Checkbox/Checkbox.module.scss.es.js +33 -0
- package/dist/components/Form/Checkbox/Checkbox.module.scss.es.js.map +1 -0
- package/dist/components/Form/Fieldset/Fieldset.cjs.js +2 -0
- package/dist/components/Form/Fieldset/Fieldset.cjs.js.map +1 -0
- package/dist/components/Form/Fieldset/Fieldset.es.js +90 -0
- package/dist/components/Form/Fieldset/Fieldset.es.js.map +1 -0
- package/dist/components/Form/Fieldset/Fieldset.module.scss.cjs.js +3 -0
- package/dist/components/Form/Fieldset/Fieldset.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Fieldset/Fieldset.module.scss.es.js +17 -0
- package/dist/components/Form/Fieldset/Fieldset.module.scss.es.js.map +1 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.cjs.js +2 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.cjs.js.map +1 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.es.js +224 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.es.js.map +1 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.cjs.js +3 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.es.js +32 -0
- package/dist/components/Form/FileUpload/FileItem/FileItem.module.scss.es.js.map +1 -0
- package/dist/components/Form/FileUpload/FileUpload.cjs.js +2 -0
- package/dist/components/Form/FileUpload/FileUpload.cjs.js.map +1 -0
- package/dist/components/Form/FileUpload/FileUpload.es.js +210 -0
- package/dist/components/Form/FileUpload/FileUpload.es.js.map +1 -0
- package/dist/components/Form/FileUpload/FileUpload.module.scss.cjs.js +3 -0
- package/dist/components/Form/FileUpload/FileUpload.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FileUpload/FileUpload.module.scss.es.js +32 -0
- package/dist/components/Form/FileUpload/FileUpload.module.scss.es.js.map +1 -0
- package/dist/components/Form/Form.cjs.js +2 -0
- package/dist/components/Form/Form.cjs.js.map +1 -0
- package/dist/components/Form/Form.es.js +10 -0
- package/dist/components/Form/Form.es.js.map +1 -0
- package/dist/components/Form/Form.module.scss.cjs.js +3 -0
- package/dist/components/Form/Form.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Form.module.scss.es.js +10 -0
- package/dist/components/Form/Form.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormControl/FormControl.cjs.js +2 -0
- package/dist/components/Form/FormControl/FormControl.cjs.js.map +1 -0
- package/dist/components/Form/FormControl/FormControl.es.js +31 -0
- package/dist/components/Form/FormControl/FormControl.es.js.map +1 -0
- package/dist/components/Form/FormControl/FormControl.module.scss.cjs.js +3 -0
- package/dist/components/Form/FormControl/FormControl.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FormControl/FormControl.module.scss.es.js +37 -0
- package/dist/components/Form/FormControl/FormControl.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormErrorText/FormErrorText.cjs.js +2 -0
- package/dist/components/Form/FormErrorText/FormErrorText.cjs.js.map +1 -0
- package/dist/components/Form/FormErrorText/FormErrorText.es.js +39 -0
- package/dist/components/Form/FormErrorText/FormErrorText.es.js.map +1 -0
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.cjs.js +3 -0
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.es.js +11 -0
- package/dist/components/Form/FormErrorText/FormErrorText.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormGroup/FormGroup.cjs.js +2 -0
- package/dist/components/Form/FormGroup/FormGroup.cjs.js.map +1 -0
- package/dist/components/Form/FormGroup/FormGroup.es.js +50 -0
- package/dist/components/Form/FormGroup/FormGroup.es.js.map +1 -0
- package/dist/components/Form/FormGroup/FormGroup.module.scss.cjs.js +3 -0
- package/dist/components/Form/FormGroup/FormGroup.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FormGroup/FormGroup.module.scss.es.js +9 -0
- package/dist/components/Form/FormGroup/FormGroup.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormHelperText/FormHelperText.cjs.js +2 -0
- package/dist/components/Form/FormHelperText/FormHelperText.cjs.js.map +1 -0
- package/dist/components/Form/FormHelperText/FormHelperText.es.js +15 -0
- package/dist/components/Form/FormHelperText/FormHelperText.es.js.map +1 -0
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.cjs.js +3 -0
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.es.js +14 -0
- package/dist/components/Form/FormHelperText/FormHelperText.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.cjs.js +2 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.cjs.js.map +1 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.es.js +72 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.es.js.map +1 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.es.js +18 -0
- package/dist/components/Form/FormSelectorWrapper/FormSelectorWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/FormStatusIndicator/FormStatusIndicator.cjs.js +2 -0
- package/dist/components/Form/FormStatusIndicator/FormStatusIndicator.cjs.js.map +1 -0
- package/dist/components/Form/FormStatusIndicator/FormStatusIndicator.es.js +54 -0
- package/dist/components/Form/FormStatusIndicator/FormStatusIndicator.es.js.map +1 -0
- package/dist/components/Form/Input/Input.cjs.js +2 -0
- package/dist/components/Form/Input/Input.cjs.js.map +1 -0
- package/dist/components/Form/Input/Input.es.js +95 -0
- package/dist/components/Form/Input/Input.es.js.map +1 -0
- package/dist/components/Form/Input/Input.module.scss.cjs.js +3 -0
- package/dist/components/Form/Input/Input.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Input/Input.module.scss.es.js +27 -0
- package/dist/components/Form/Input/Input.module.scss.es.js.map +1 -0
- package/dist/components/Form/Label/Label.cjs.js +2 -0
- package/dist/components/Form/Label/Label.cjs.js.map +1 -0
- package/dist/components/Form/Label/Label.es.js +19 -0
- package/dist/components/Form/Label/Label.es.js.map +1 -0
- package/dist/components/Form/Label/Label.module.scss.cjs.js +3 -0
- package/dist/components/Form/Label/Label.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Label/Label.module.scss.es.js +10 -0
- package/dist/components/Form/Label/Label.module.scss.es.js.map +1 -0
- package/dist/components/Form/Radio/Radio.cjs.js +2 -0
- package/dist/components/Form/Radio/Radio.cjs.js.map +1 -0
- package/dist/components/Form/Radio/Radio.es.js +105 -0
- package/dist/components/Form/Radio/Radio.es.js.map +1 -0
- package/dist/components/Form/Radio/Radio.module.scss.cjs.js +3 -0
- package/dist/components/Form/Radio/Radio.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Radio/Radio.module.scss.es.js +27 -0
- package/dist/components/Form/Radio/Radio.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiOption.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/MultiOption.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiOption.es.js +40 -0
- package/dist/components/Form/Select/MultiSelect/MultiOption.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.es.js +386 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.cjs.js +3 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.es.js +37 -0
- package/dist/components/Form/Select/MultiSelect/MultiSelect.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.es.js +20 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.cjs.js +3 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.es.js +10 -0
- package/dist/components/Form/Select/MultiSelect/SelectButton.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.es.js +30 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.cjs.js +3 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.es.js +14 -0
- package/dist/components/Form/Select/MultiSelect/SelectedOptions.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useArrowNavigation.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/useArrowNavigation.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useArrowNavigation.es.js +101 -0
- package/dist/components/Form/Select/MultiSelect/useArrowNavigation.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useMultiSelect.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/useMultiSelect.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useMultiSelect.es.js +54 -0
- package/dist/components/Form/Select/MultiSelect/useMultiSelect.es.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useSearch.cjs.js +2 -0
- package/dist/components/Form/Select/MultiSelect/useSearch.cjs.js.map +1 -0
- package/dist/components/Form/Select/MultiSelect/useSearch.es.js +87 -0
- package/dist/components/Form/Select/MultiSelect/useSearch.es.js.map +1 -0
- package/dist/components/Form/Select/Select.interfaces.cjs.js +2 -0
- package/dist/components/Form/Select/Select.interfaces.cjs.js.map +1 -0
- package/dist/components/Form/Select/Select.interfaces.es.js +9 -0
- package/dist/components/Form/Select/Select.interfaces.es.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Option.cjs.js +2 -0
- package/dist/components/Form/Select/SingleSelect/Option.cjs.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Option.es.js +68 -0
- package/dist/components/Form/Select/SingleSelect/Option.es.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Select.cjs.js +2 -0
- package/dist/components/Form/Select/SingleSelect/Select.cjs.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Select.es.js +245 -0
- package/dist/components/Form/Select/SingleSelect/Select.es.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.cjs.js +3 -0
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.es.js +45 -0
- package/dist/components/Form/Select/SingleSelect/Select.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/useArrowNavigation.cjs.js +2 -0
- package/dist/components/Form/Select/SingleSelect/useArrowNavigation.cjs.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/useArrowNavigation.es.js +149 -0
- package/dist/components/Form/Select/SingleSelect/useArrowNavigation.es.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/useSearch.cjs.js +2 -0
- package/dist/components/Form/Select/SingleSelect/useSearch.cjs.js.map +1 -0
- package/dist/components/Form/Select/SingleSelect/useSearch.es.js +83 -0
- package/dist/components/Form/Select/SingleSelect/useSearch.es.js.map +1 -0
- package/dist/components/Form/Select/useAddNewBtn.cjs.js +2 -0
- package/dist/components/Form/Select/useAddNewBtn.cjs.js.map +1 -0
- package/dist/components/Form/Select/useAddNewBtn.es.js +57 -0
- package/dist/components/Form/Select/useAddNewBtn.es.js.map +1 -0
- package/dist/components/Form/Select/useAddNewBtn.module.scss.cjs.js +3 -0
- package/dist/components/Form/Select/useAddNewBtn.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Select/useAddNewBtn.module.scss.es.js +12 -0
- package/dist/components/Form/Select/useAddNewBtn.module.scss.es.js.map +1 -0
- package/dist/components/Form/Select/useSelectPositionList.cjs.js +2 -0
- package/dist/components/Form/Select/useSelectPositionList.cjs.js.map +1 -0
- package/dist/components/Form/Select/useSelectPositionList.es.js +66 -0
- package/dist/components/Form/Select/useSelectPositionList.es.js.map +1 -0
- package/dist/components/Form/Textarea/Textarea.cjs.js +2 -0
- package/dist/components/Form/Textarea/Textarea.cjs.js.map +1 -0
- package/dist/components/Form/Textarea/Textarea.es.js +64 -0
- package/dist/components/Form/Textarea/Textarea.es.js.map +1 -0
- package/dist/components/Form/Textarea/Textarea.module.scss.cjs.js +3 -0
- package/dist/components/Form/Textarea/Textarea.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Textarea/Textarea.module.scss.es.js +20 -0
- package/dist/components/Form/Textarea/Textarea.module.scss.es.js.map +1 -0
- package/dist/components/Form/Toggle/Toggle.cjs.js +2 -0
- package/dist/components/Form/Toggle/Toggle.cjs.js.map +1 -0
- package/dist/components/Form/Toggle/Toggle.es.js +50 -0
- package/dist/components/Form/Toggle/Toggle.es.js.map +1 -0
- package/dist/components/Form/Toggle/Toggle.module.scss.cjs.js +3 -0
- package/dist/components/Form/Toggle/Toggle.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Toggle/Toggle.module.scss.es.js +34 -0
- package/dist/components/Form/Toggle/Toggle.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.es.js +63 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.es.js +9 -0
- package/dist/components/Form/Wrapper/CheckboxWrapper/CheckboxWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.es.js +96 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.es.js +12 -0
- package/dist/components/Form/Wrapper/InputWrapper/InputWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.es.js +57 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.es.js +9 -0
- package/dist/components/Form/Wrapper/MultiSelectWrapper/MultiSelectWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.es.js +74 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.es.js +9 -0
- package/dist/components/Form/Wrapper/RadioWrapper/RadioWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.es.js +57 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.es.js +9 -0
- package/dist/components/Form/Wrapper/SelectWrapper/SelectWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.es.js +115 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.es.js +24 -0
- package/dist/components/Form/Wrapper/TextareaWrapper/TextareaWrapper.module.scss.es.js.map +1 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.cjs.js +2 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.es.js +66 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.es.js.map +1 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.cjs.js +3 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.cjs.js.map +1 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.es.js +20 -0
- package/dist/components/Form/Wrapper/Wrapper/Wrapper.module.scss.es.js.map +1 -0
- package/dist/components/Icon/Icon.cjs.js +2 -0
- package/dist/components/Icon/Icon.cjs.js.map +1 -0
- package/dist/components/Icon/Icon.es.js +130 -0
- package/dist/components/Icon/Icon.es.js.map +1 -0
- package/dist/components/Icon/Icon.module.scss.cjs.js +3 -0
- package/dist/components/Icon/Icon.module.scss.cjs.js.map +1 -0
- package/dist/components/Icon/Icon.module.scss.es.js +115 -0
- package/dist/components/Icon/Icon.module.scss.es.js.map +1 -0
- package/dist/components/InlineEditing/InlineCheckbox/InlineCheckbox.cjs.js +2 -0
- package/dist/components/InlineEditing/InlineCheckbox/InlineCheckbox.cjs.js.map +1 -0
- package/dist/components/InlineEditing/InlineCheckbox/InlineCheckbox.es.js +18 -0
- package/dist/components/InlineEditing/InlineCheckbox/InlineCheckbox.es.js.map +1 -0
- package/dist/components/InlineEditing/InlineEditingContext.cjs.js +2 -0
- package/dist/components/InlineEditing/InlineEditingContext.cjs.js.map +1 -0
- package/dist/components/InlineEditing/InlineEditingContext.es.js +9 -0
- package/dist/components/InlineEditing/InlineEditingContext.es.js.map +1 -0
- package/dist/components/InlineEditing/InlineEditingSelect/InlineSelect.cjs.js +2 -0
- package/dist/components/InlineEditing/InlineEditingSelect/InlineSelect.cjs.js.map +1 -0
- package/dist/components/InlineEditing/InlineEditingSelect/InlineSelect.es.js +21 -0
- package/dist/components/InlineEditing/InlineEditingSelect/InlineSelect.es.js.map +1 -0
- package/dist/components/Layout/Card/Card.cjs.js +2 -0
- package/dist/components/Layout/Card/Card.cjs.js.map +1 -0
- package/dist/components/Layout/Card/Card.es.js +55 -0
- package/dist/components/Layout/Card/Card.es.js.map +1 -0
- package/dist/components/Layout/Card/Card.module.scss.cjs.js +3 -0
- package/dist/components/Layout/Card/Card.module.scss.cjs.js.map +1 -0
- package/dist/components/Layout/Card/Card.module.scss.es.js +28 -0
- package/dist/components/Layout/Card/Card.module.scss.es.js.map +1 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.cjs.js +2 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.cjs.js.map +1 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.es.js +81 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.es.js.map +1 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.cjs.js +3 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.cjs.js.map +1 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.es.js +20 -0
- package/dist/components/Layout/ContentHeader/ContentHeader.module.scss.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.cjs.js +2 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.es.js +20 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.cjs.js +3 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.es.js +10 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormSection/FormSection.module.scss.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.cjs.js +2 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.es.js +27 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.cjs.js +3 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.es.js +10 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormStepper/FormStepper.module.scss.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.cjs.js +2 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.es.js +9 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.es.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.cjs.js +3 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.cjs.js.map +1 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.es.js +11 -0
- package/dist/components/Layout/FormPage/FormWithStepper/FormWithStepper.module.scss.es.js.map +1 -0
- package/dist/components/Link/Link.cjs.js +2 -0
- package/dist/components/Link/Link.cjs.js.map +1 -0
- package/dist/components/Link/Link.es.js +69 -0
- package/dist/components/Link/Link.es.js.map +1 -0
- package/dist/components/Link/Link.module.scss.cjs.js +3 -0
- package/dist/components/Link/Link.module.scss.cjs.js.map +1 -0
- package/dist/components/Link/Link.module.scss.es.js +44 -0
- package/dist/components/Link/Link.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.cjs.js +2 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.es.js +25 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.es.js +31 -0
- package/dist/components/Notifications/Alert/AlertContainer/AlertContainer.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/useAlertContainerHeightAnimation.cjs.js +2 -0
- package/dist/components/Notifications/Alert/AlertContainer/useAlertContainerHeightAnimation.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertContainer/useAlertContainerHeightAnimation.es.js +30 -0
- package/dist/components/Notifications/Alert/AlertContainer/useAlertContainerHeightAnimation.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.cjs.js +2 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.es.js +154 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.es.js +50 -0
- package/dist/components/Notifications/Alert/AlertItem/AlertItem.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertContext.cjs.js +2 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertContext.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertContext.es.js +14 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertContext.es.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertProvider.cjs.js +2 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertProvider.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertProvider.es.js +124 -0
- package/dist/components/Notifications/Alert/AlertProvider/AlertProvider.es.js.map +1 -0
- package/dist/components/Notifications/Alert/useAlert.cjs.js +2 -0
- package/dist/components/Notifications/Alert/useAlert.cjs.js.map +1 -0
- package/dist/components/Notifications/Alert/useAlert.es.js +16 -0
- package/dist/components/Notifications/Alert/useAlert.es.js.map +1 -0
- package/dist/components/Notifications/Banner/Banner.cjs.js +2 -0
- package/dist/components/Notifications/Banner/Banner.cjs.js.map +1 -0
- package/dist/components/Notifications/Banner/Banner.es.js +37 -0
- package/dist/components/Notifications/Banner/Banner.es.js.map +1 -0
- package/dist/components/Notifications/Banner/Banner.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Banner/Banner.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Banner/Banner.module.scss.es.js +31 -0
- package/dist/components/Notifications/Banner/Banner.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModal.cjs.js +2 -0
- package/dist/components/Notifications/BaseModal/BaseModal.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModal.es.js +129 -0
- package/dist/components/Notifications/BaseModal/BaseModal.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.es.js +19 -0
- package/dist/components/Notifications/BaseModal/BaseModal.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.cjs.js +2 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.es.js +22 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.es.js +12 -0
- package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.cjs.js +2 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.es.js +29 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.es.js +10 -0
- package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContext.cjs.js +2 -0
- package/dist/components/Notifications/BaseModal/BaseModalContext.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalContext.es.js +7 -0
- package/dist/components/Notifications/BaseModal/BaseModalContext.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.cjs.js +2 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.es.js +33 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.es.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.es.js +20 -0
- package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/Dialog.cjs.js +2 -0
- package/dist/components/Notifications/Dialog/Dialog.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/Dialog.es.js +96 -0
- package/dist/components/Notifications/Dialog/Dialog.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/Dialog.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Dialog/Dialog.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/Dialog.module.scss.es.js +16 -0
- package/dist/components/Notifications/Dialog/Dialog.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.cjs.js +2 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.es.js +22 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.es.js +11 -0
- package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.cjs.js +2 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.es.js +38 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.es.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.es.js +24 -0
- package/dist/components/Notifications/Dialog/DialogTitle/DialogTitle.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesDialog/DiscardChangesDialog.cjs.js +2 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesDialog/DiscardChangesDialog.cjs.js.map +1 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesDialog/DiscardChangesDialog.es.js +41 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesDialog/DiscardChangesDialog.es.js.map +1 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesModal.cjs.js +2 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesModal.cjs.js.map +1 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesModal.es.js +39 -0
- package/dist/components/Notifications/DiscardChangesModal/DiscardChangesModal.es.js.map +1 -0
- package/dist/components/Notifications/NotificationProvider/NotificationContext.cjs.js +2 -0
- package/dist/components/Notifications/NotificationProvider/NotificationContext.cjs.js.map +1 -0
- package/dist/components/Notifications/NotificationProvider/NotificationContext.es.js +146 -0
- package/dist/components/Notifications/NotificationProvider/NotificationContext.es.js.map +1 -0
- package/dist/components/Notifications/NotificationProvider/NotificationService.cjs.js +2 -0
- package/dist/components/Notifications/NotificationProvider/NotificationService.cjs.js.map +1 -0
- package/dist/components/Notifications/NotificationProvider/NotificationService.es.js +19 -0
- package/dist/components/Notifications/NotificationProvider/NotificationService.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheet.cjs.js +2 -0
- package/dist/components/Notifications/SideSheet/SideSheet.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheet.es.js +68 -0
- package/dist/components/Notifications/SideSheet/SideSheet.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.es.js +29 -0
- package/dist/components/Notifications/SideSheet/SideSheet.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.cjs.js +2 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.es.js +8 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.es.js +8 -0
- package/dist/components/Notifications/SideSheet/SideSheetContent/SideSheetContent.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.cjs.js +2 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.es.js +8 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.es.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.es.js +8 -0
- package/dist/components/Notifications/SideSheet/SideSheetHeader/SideSheetHeader.module.scss.es.js.map +1 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.cjs.js +2 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.cjs.js.map +1 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.es.js +41 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.es.js.map +1 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.cjs.js +3 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.cjs.js.map +1 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.es.js +24 -0
- package/dist/components/Notifications/SlideInModal/SlideInModal.module.scss.es.js.map +1 -0
- package/dist/components/Pagination/Pagination.cjs.js +2 -0
- package/dist/components/Pagination/Pagination.cjs.js.map +1 -0
- package/dist/components/Pagination/Pagination.es.js +147 -0
- package/dist/components/Pagination/Pagination.es.js.map +1 -0
- package/dist/components/Pagination/Pagination.module.scss.cjs.js +3 -0
- package/dist/components/Pagination/Pagination.module.scss.cjs.js.map +1 -0
- package/dist/components/Pagination/Pagination.module.scss.es.js +32 -0
- package/dist/components/Pagination/Pagination.module.scss.es.js.map +1 -0
- package/dist/components/Popover/Popover.cjs.js +2 -0
- package/dist/components/Popover/Popover.cjs.js.map +1 -0
- package/dist/components/Popover/Popover.es.js +107 -0
- package/dist/components/Popover/Popover.es.js.map +1 -0
- package/dist/components/Popover/Popover.module.scss.cjs.js +3 -0
- package/dist/components/Popover/Popover.module.scss.cjs.js.map +1 -0
- package/dist/components/Popover/Popover.module.scss.es.js +13 -0
- package/dist/components/Popover/Popover.module.scss.es.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.cjs.js +2 -0
- package/dist/components/ProgressBar/ProgressBar.cjs.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.es.js +40 -0
- package/dist/components/ProgressBar/ProgressBar.es.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.module.scss.cjs.js +3 -0
- package/dist/components/ProgressBar/ProgressBar.module.scss.cjs.js.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.module.scss.es.js +27 -0
- package/dist/components/ProgressBar/ProgressBar.module.scss.es.js.map +1 -0
- package/dist/components/RequiredSign/RequiredSign.cjs.js +2 -0
- package/dist/components/RequiredSign/RequiredSign.cjs.js.map +1 -0
- package/dist/components/RequiredSign/RequiredSign.es.js +10 -0
- package/dist/components/RequiredSign/RequiredSign.es.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.cjs.js +2 -0
- package/dist/components/Skeleton/Skeleton.cjs.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.es.js +25 -0
- package/dist/components/Skeleton/Skeleton.es.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.scss.cjs.js +3 -0
- package/dist/components/Skeleton/Skeleton.module.scss.cjs.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.module.scss.es.js +17 -0
- package/dist/components/Skeleton/Skeleton.module.scss.es.js.map +1 -0
- package/dist/components/Spinner/Spinner.cjs.js +2 -0
- package/dist/components/Spinner/Spinner.cjs.js.map +1 -0
- package/dist/components/Spinner/Spinner.es.js +49 -0
- package/dist/components/Spinner/Spinner.es.js.map +1 -0
- package/dist/components/Spinner/Spinner.module.scss.cjs.js +3 -0
- package/dist/components/Spinner/Spinner.module.scss.cjs.js.map +1 -0
- package/dist/components/Spinner/Spinner.module.scss.es.js +13 -0
- package/dist/components/Spinner/Spinner.module.scss.es.js.map +1 -0
- package/dist/components/Stepper/Step.cjs.js +2 -0
- package/dist/components/Stepper/Step.cjs.js.map +1 -0
- package/dist/components/Stepper/Step.es.js +75 -0
- package/dist/components/Stepper/Step.es.js.map +1 -0
- package/dist/components/Stepper/Step.module.scss.cjs.js +3 -0
- package/dist/components/Stepper/Step.module.scss.cjs.js.map +1 -0
- package/dist/components/Stepper/Step.module.scss.es.js +50 -0
- package/dist/components/Stepper/Step.module.scss.es.js.map +1 -0
- package/dist/components/Stepper/Stepper.cjs.js +2 -0
- package/dist/components/Stepper/Stepper.cjs.js.map +1 -0
- package/dist/components/Stepper/Stepper.es.js +30 -0
- package/dist/components/Stepper/Stepper.es.js.map +1 -0
- package/dist/components/Stepper/Stepper.module.scss.cjs.js +3 -0
- package/dist/components/Stepper/Stepper.module.scss.cjs.js.map +1 -0
- package/dist/components/Stepper/Stepper.module.scss.es.js +14 -0
- package/dist/components/Stepper/Stepper.module.scss.es.js.map +1 -0
- package/dist/components/Tabs/Tab.cjs.js +2 -0
- package/dist/components/Tabs/Tab.cjs.js.map +1 -0
- package/dist/components/Tabs/Tab.es.js +18 -0
- package/dist/components/Tabs/Tab.es.js.map +1 -0
- package/dist/components/Tabs/Tab.module.scss.cjs.js +3 -0
- package/dist/components/Tabs/Tab.module.scss.cjs.js.map +1 -0
- package/dist/components/Tabs/Tab.module.scss.es.js +13 -0
- package/dist/components/Tabs/Tab.module.scss.es.js.map +1 -0
- package/dist/components/Tabs/TabButton.cjs.js +2 -0
- package/dist/components/Tabs/TabButton.cjs.js.map +1 -0
- package/dist/components/Tabs/TabButton.es.js +32 -0
- package/dist/components/Tabs/TabButton.es.js.map +1 -0
- package/dist/components/Tabs/TabButton.module.scss.cjs.js +3 -0
- package/dist/components/Tabs/TabButton.module.scss.cjs.js.map +1 -0
- package/dist/components/Tabs/TabButton.module.scss.es.js +26 -0
- package/dist/components/Tabs/TabButton.module.scss.es.js.map +1 -0
- package/dist/components/Tabs/Tabs.cjs.js +2 -0
- package/dist/components/Tabs/Tabs.cjs.js.map +1 -0
- package/dist/components/Tabs/Tabs.es.js +204 -0
- package/dist/components/Tabs/Tabs.es.js.map +1 -0
- package/dist/components/Tabs/Tabs.module.scss.cjs.js +3 -0
- package/dist/components/Tabs/Tabs.module.scss.cjs.js.map +1 -0
- package/dist/components/Tabs/Tabs.module.scss.es.js +28 -0
- package/dist/components/Tabs/Tabs.module.scss.es.js.map +1 -0
- package/dist/components/Tag/RemoveButton.cjs.js +2 -0
- package/dist/components/Tag/RemoveButton.cjs.js.map +1 -0
- package/dist/components/Tag/RemoveButton.es.js +24 -0
- package/dist/components/Tag/RemoveButton.es.js.map +1 -0
- package/dist/components/Tag/RemoveButton.module.scss.cjs.js +3 -0
- package/dist/components/Tag/RemoveButton.module.scss.cjs.js.map +1 -0
- package/dist/components/Tag/RemoveButton.module.scss.es.js +13 -0
- package/dist/components/Tag/RemoveButton.module.scss.es.js.map +1 -0
- package/dist/components/Tag/Tag.cjs.js +2 -0
- package/dist/components/Tag/Tag.cjs.js.map +1 -0
- package/dist/components/Tag/Tag.es.js +47 -0
- package/dist/components/Tag/Tag.es.js.map +1 -0
- package/dist/components/Tag/Tag.module.scss.cjs.js +3 -0
- package/dist/components/Tag/Tag.module.scss.cjs.js.map +1 -0
- package/dist/components/Tag/Tag.module.scss.es.js +18 -0
- package/dist/components/Tag/Tag.module.scss.es.js.map +1 -0
- package/dist/components/TextEllipsis/TextEllipsis.cjs.js +2 -0
- package/dist/components/TextEllipsis/TextEllipsis.cjs.js.map +1 -0
- package/dist/components/TextEllipsis/TextEllipsis.es.js +47 -0
- package/dist/components/TextEllipsis/TextEllipsis.es.js.map +1 -0
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.cjs.js +3 -0
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.cjs.js.map +1 -0
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.es.js +11 -0
- package/dist/components/TextEllipsis/TextEllipsis.module.scss.es.js.map +1 -0
- package/dist/components/Tiles/Tile.cjs.js +2 -0
- package/dist/components/Tiles/Tile.cjs.js.map +1 -0
- package/dist/components/Tiles/Tile.es.js +48 -0
- package/dist/components/Tiles/Tile.es.js.map +1 -0
- package/dist/components/Tiles/Tile.module.scss.cjs.js +3 -0
- package/dist/components/Tiles/Tile.module.scss.cjs.js.map +1 -0
- package/dist/components/Tiles/Tile.module.scss.es.js +28 -0
- package/dist/components/Tiles/Tile.module.scss.es.js.map +1 -0
- package/dist/components/Tiles/Tiles.cjs.js +2 -0
- package/dist/components/Tiles/Tiles.cjs.js.map +1 -0
- package/dist/components/Tiles/Tiles.es.js +55 -0
- package/dist/components/Tiles/Tiles.es.js.map +1 -0
- package/dist/components/Tiles/Tiles.module.scss.cjs.js +3 -0
- package/dist/components/Tiles/Tiles.module.scss.cjs.js.map +1 -0
- package/dist/components/Tiles/Tiles.module.scss.es.js +10 -0
- package/dist/components/Tiles/Tiles.module.scss.es.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.cjs.js +2 -0
- package/dist/components/Tooltip/Tooltip.cjs.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.es.js +207 -0
- package/dist/components/Tooltip/Tooltip.es.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.scss.cjs.js +3 -0
- package/dist/components/Tooltip/Tooltip.module.scss.cjs.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.module.scss.es.js +59 -0
- package/dist/components/Tooltip/Tooltip.module.scss.es.js.map +1 -0
- package/dist/components/Typography/Typography.cjs.js +2 -0
- package/dist/components/Typography/Typography.cjs.js.map +1 -0
- package/dist/components/Typography/Typography.es.js +61 -0
- package/dist/components/Typography/Typography.es.js.map +1 -0
- package/dist/components/Typography/Typography.module.scss.cjs.js +3 -0
- package/dist/components/Typography/Typography.module.scss.cjs.js.map +1 -0
- package/dist/components/Typography/Typography.module.scss.es.js +33 -0
- package/dist/components/Typography/Typography.module.scss.es.js.map +1 -0
- package/dist/components/_BaseStyling_/BaseStyling.cjs.js +2 -0
- package/dist/components/_BaseStyling_/BaseStyling.cjs.js.map +1 -0
- package/dist/components/_BaseStyling_/BaseStyling.es.js +231 -0
- package/dist/components/_BaseStyling_/BaseStyling.es.js.map +1 -0
- package/dist/components/_BaseStyling_/buttonBaseStyling.cjs.js +2 -0
- package/dist/components/_BaseStyling_/buttonBaseStyling.cjs.js.map +1 -0
- package/dist/components/_BaseStyling_/buttonBaseStyling.es.js +86 -0
- package/dist/components/_BaseStyling_/buttonBaseStyling.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.es.js +55 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.cjs.js +3 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.es.js +17 -0
- package/dist/components/admin/layout/LeftNav/LeftNav.module.scss.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/ButtonLeftNavItem.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/ButtonLeftNavItem.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/ButtonLeftNavItem.es.js +121 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/ButtonLeftNavItem.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.es.js +13 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.cjs.js +3 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.es.js +24 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LeftNavItem.module.scss.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LinkLeftNavItem.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LinkLeftNavItem.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LinkLeftNavItem.es.js +63 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/LinkLeftNavItem.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/useKeyboardNavigation.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/useKeyboardNavigation.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/useKeyboardNavigation.es.js +52 -0
- package/dist/components/admin/layout/LeftNav/LeftNavItem/useKeyboardNavigation.es.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/useRefItems.cjs.js +2 -0
- package/dist/components/admin/layout/LeftNav/useRefItems.cjs.js.map +1 -0
- package/dist/components/admin/layout/LeftNav/useRefItems.es.js +201 -0
- package/dist/components/admin/layout/LeftNav/useRefItems.es.js.map +1 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.cjs.js +2 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.cjs.js.map +1 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.es.js +18 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.es.js.map +1 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.cjs.js +3 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.cjs.js.map +1 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.es.js +9 -0
- package/dist/components/admin/layout/MicrofrontendContainer/MicrofrontendContainer.module.scss.es.js.map +1 -0
- package/dist/components/miscellaneous/IdentityProviderButton.cjs.js +2 -0
- package/dist/components/miscellaneous/IdentityProviderButton.cjs.js.map +1 -0
- package/dist/components/miscellaneous/IdentityProviderButton.es.js +55 -0
- package/dist/components/miscellaneous/IdentityProviderButton.es.js.map +1 -0
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.cjs.js +3 -0
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.cjs.js.map +1 -0
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.es.js +9 -0
- package/dist/components/miscellaneous/IdentityProviderButton.module.scss.es.js.map +1 -0
- package/dist/components/withReadOnly.cjs.js +2 -0
- package/dist/components/withReadOnly.cjs.js.map +1 -0
- package/dist/components/withReadOnly.es.js +76 -0
- package/dist/components/withReadOnly.es.js.map +1 -0
- package/dist/hooks/useAnimation.cjs.js +2 -0
- package/dist/hooks/useAnimation.cjs.js.map +1 -0
- package/dist/hooks/useAnimation.es.js +23 -0
- package/dist/hooks/useAnimation.es.js.map +1 -0
- package/dist/hooks/useClickOutside.cjs.js +2 -0
- package/dist/hooks/useClickOutside.cjs.js.map +1 -0
- package/dist/hooks/useClickOutside.es.js +23 -0
- package/dist/hooks/useClickOutside.es.js.map +1 -0
- package/dist/hooks/useDebouncedCallback.cjs.js +2 -0
- package/dist/hooks/useDebouncedCallback.cjs.js.map +1 -0
- package/dist/hooks/useDebouncedCallback.es.js +17 -0
- package/dist/hooks/useDebouncedCallback.es.js.map +1 -0
- package/dist/hooks/useDetermineStatusIcon.cjs.js +2 -0
- package/dist/hooks/useDetermineStatusIcon.cjs.js.map +1 -0
- package/dist/hooks/useDetermineStatusIcon.es.js +18 -0
- package/dist/hooks/useDetermineStatusIcon.es.js.map +1 -0
- package/dist/hooks/useFormSelector.cjs.js +2 -0
- package/dist/hooks/useFormSelector.cjs.js.map +1 -0
- package/dist/hooks/useFormSelector.es.js +30 -0
- package/dist/hooks/useFormSelector.es.js.map +1 -0
- package/dist/hooks/useFullHeightCollapse.cjs.js +2 -0
- package/dist/hooks/useFullHeightCollapse.cjs.js.map +1 -0
- package/dist/hooks/useFullHeightCollapse.es.js +18 -0
- package/dist/hooks/useFullHeightCollapse.es.js.map +1 -0
- package/dist/hooks/useGetDomRoot.cjs.js +2 -0
- package/dist/hooks/useGetDomRoot.cjs.js.map +1 -0
- package/dist/hooks/useGetDomRoot.es.js +21 -0
- package/dist/hooks/useGetDomRoot.es.js.map +1 -0
- package/dist/hooks/usePosition.cjs.js +2 -0
- package/dist/hooks/usePosition.cjs.js.map +1 -0
- package/dist/hooks/usePosition.es.js +214 -0
- package/dist/hooks/usePosition.es.js.map +1 -0
- package/dist/hooks/useRepeatFocus.cjs.js +2 -0
- package/dist/hooks/useRepeatFocus.cjs.js.map +1 -0
- package/dist/hooks/useRepeatFocus.es.js +56 -0
- package/dist/hooks/useRepeatFocus.es.js.map +1 -0
- package/dist/hooks/useRepeater.cjs.js +2 -0
- package/dist/hooks/useRepeater.cjs.js.map +1 -0
- package/dist/hooks/useRepeater.es.js +27 -0
- package/dist/hooks/useRepeater.es.js.map +1 -0
- package/dist/hooks/useScreenSize.cjs.js +2 -0
- package/dist/hooks/useScreenSize.cjs.js.map +1 -0
- package/dist/hooks/useScreenSize.es.js +36 -0
- package/dist/hooks/useScreenSize.es.js.map +1 -0
- package/dist/hooks/useSpacing.cjs.js +2 -0
- package/dist/hooks/useSpacing.cjs.js.map +1 -0
- package/dist/hooks/useSpacing.es.js +17 -0
- package/dist/hooks/useSpacing.es.js.map +1 -0
- package/dist/hooks/useUploadFile.cjs.js +2 -0
- package/dist/hooks/useUploadFile.cjs.js.map +1 -0
- package/dist/hooks/useUploadFile.es.js +81 -0
- package/dist/hooks/useUploadFile.es.js.map +1 -0
- package/dist/hooks/useWrapper.cjs.js +2 -0
- package/dist/hooks/useWrapper.cjs.js.map +1 -0
- package/dist/hooks/useWrapper.es.js +19 -0
- package/dist/hooks/useWrapper.es.js.map +1 -0
- package/dist/index.cjs.js +2 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +1829 -0
- package/dist/index.es.js +183 -0
- package/dist/index.es.js.map +1 -0
- package/dist/readyclasses.module.scss.cjs.js +3 -0
- package/dist/readyclasses.module.scss.cjs.js.map +1 -0
- package/dist/readyclasses.module.scss.es.js +13 -0
- package/dist/readyclasses.module.scss.es.js.map +1 -0
- package/dist/util/helper.cjs.js +2 -0
- package/dist/util/helper.cjs.js.map +1 -0
- package/dist/util/helper.es.js +145 -0
- package/dist/util/helper.es.js.map +1 -0
- package/dist/utils/statusUtils.cjs.js +2 -0
- package/dist/utils/statusUtils.cjs.js.map +1 -0
- package/dist/utils/statusUtils.es.js +27 -0
- package/dist/utils/statusUtils.es.js.map +1 -0
- package/dist/variables.cjs.js +2 -0
- package/dist/variables.cjs.js.map +1 -0
- package/dist/variables.es.js +28 -0
- package/dist/variables.es.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import React, { useState } from "react";
|
|
2
|
+
import { Icon, Icons } from "../Icon/Icon.es.js";
|
|
3
|
+
import classes from "./Tile.module.scss.es.js";
|
|
4
|
+
import readyclasses from "../../readyclasses.module.scss.es.js";
|
|
5
|
+
import { generateID } from "../../util/helper.es.js";
|
|
6
|
+
const TileComponent = ({ title, imageProps, enabled, className, loading, tileAction, ...rest }, ref) => {
|
|
7
|
+
const [tileDescriptionID] = useState(generateID(20));
|
|
8
|
+
if (!title) {
|
|
9
|
+
throw new Error("Please make sure to pass a title prop to your Tile component.");
|
|
10
|
+
}
|
|
11
|
+
const statusMessage = () => {
|
|
12
|
+
if (enabled) {
|
|
13
|
+
return "Status: enabled";
|
|
14
|
+
}
|
|
15
|
+
return "Status: disabled";
|
|
16
|
+
};
|
|
17
|
+
return /* @__PURE__ */ React.createElement(
|
|
18
|
+
"article",
|
|
19
|
+
{
|
|
20
|
+
...rest,
|
|
21
|
+
tabIndex: 0,
|
|
22
|
+
"aria-labelledby": tileDescriptionID,
|
|
23
|
+
ref,
|
|
24
|
+
className: `${classes["tile"]} ${loading ? classes["loading"] : ""}`
|
|
25
|
+
},
|
|
26
|
+
/* @__PURE__ */ React.createElement("header", { style: { justifyContent: enabled === void 0 ? "flex-end" : "space-between" } }, enabled === true && /* @__PURE__ */ React.createElement(
|
|
27
|
+
Icon,
|
|
28
|
+
{
|
|
29
|
+
color: "var(--success)",
|
|
30
|
+
icon: Icons.Checkmark,
|
|
31
|
+
className: `${classes["icon"]} ${className ?? ""}`
|
|
32
|
+
}
|
|
33
|
+
), enabled === false && /* @__PURE__ */ React.createElement(
|
|
34
|
+
Icon,
|
|
35
|
+
{
|
|
36
|
+
color: "var(--greyed-out)",
|
|
37
|
+
icon: Icons.Forbidden,
|
|
38
|
+
className: `${classes["icon"]} ${className ?? ""}`
|
|
39
|
+
}
|
|
40
|
+
), enabled !== void 0 && /* @__PURE__ */ React.createElement("span", { id: tileDescriptionID, className: readyclasses["sr-only"] }, `${title}. ${statusMessage()}`), tileAction ?? null),
|
|
41
|
+
/* @__PURE__ */ React.createElement("div", { className: classes["content"] }, imageProps && imageProps.src.length > 0 && /* @__PURE__ */ React.createElement("figure", { className: classes["image"] }, !loading && /* @__PURE__ */ React.createElement("img", { ...imageProps, alt: "" })), (!imageProps || imageProps.src.length === 0) && /* @__PURE__ */ React.createElement(Icon, { className: classes["placeholder"], icon: Icons.Image }), /* @__PURE__ */ React.createElement("span", { className: classes["title"] }, title))
|
|
42
|
+
);
|
|
43
|
+
};
|
|
44
|
+
const Tile = React.forwardRef(TileComponent);
|
|
45
|
+
export {
|
|
46
|
+
Tile
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=Tile.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tile.es.js","sources":["../../../src/components/Tiles/Tile.tsx"],"sourcesContent":["/*\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, {\n ComponentPropsWithoutRef,\n ComponentPropsWithRef,\n ForwardRefRenderFunction,\n ReactElement,\n useState\n} from \"react\";\nimport { Icon, Icons } from \"../Icon/Icon\";\nimport classes from \"./Tile.module.scss\";\nimport readyClasses from \"../../readyclasses.module.scss\";\n\nimport { Props as ContextMenuProps } from \"../ContextMenu/ContextMenu\";\nimport { generateID } from \"../../util/helper\";\nimport { Props as IconButtonProps } from \"../Button/IconButton\";\n\ninterface ImageProps extends ComponentPropsWithoutRef<\"img\"> {\n src: string;\n}\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n title: string;\n imageProps?: ImageProps;\n enabled?: boolean;\n loading?: boolean;\n tileAction?: ReactElement<ContextMenuProps> | ReactElement<IconButtonProps>;\n}\n\nconst TileComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { title, imageProps, enabled, className, loading, tileAction, ...rest }: Props,\n ref\n) => {\n const [tileDescriptionID] = useState(generateID(20));\n\n if (!title) {\n throw new Error(\"Please make sure to pass a title prop to your Tile component.\");\n }\n\n const statusMessage = () => {\n if (enabled) {\n return \"Status: enabled\";\n }\n\n return \"Status: disabled\";\n };\n\n return (\n <article\n {...rest}\n tabIndex={0}\n aria-labelledby={tileDescriptionID}\n ref={ref}\n className={`${classes[\"tile\"]} ${loading ? classes[\"loading\"] : \"\"}`}\n >\n <header style={{ justifyContent: enabled === undefined ? \"flex-end\" : \"space-between\" }}>\n {enabled === true && (\n <Icon\n color=\"var(--success)\"\n icon={Icons.Checkmark}\n className={`${classes[\"icon\"]} ${className ?? \"\"}`}\n />\n )}\n {enabled === false && (\n <Icon\n color=\"var(--greyed-out)\"\n icon={Icons.Forbidden}\n className={`${classes[\"icon\"]} ${className ?? \"\"}`}\n />\n )}\n {enabled !== undefined && (\n <span id={tileDescriptionID} className={readyClasses[\"sr-only\"]}>\n {`${title}. ${statusMessage()}`}\n </span>\n )}\n {tileAction ?? null}\n </header>\n <div className={classes[\"content\"]}>\n {imageProps && imageProps.src.length > 0 && (\n <figure className={classes[\"image\"]}>{!loading && <img {...imageProps} alt=\"\" />}</figure>\n )}\n {(!imageProps || imageProps.src.length === 0) && (\n <Icon className={classes[\"placeholder\"]} icon={Icons.Image} />\n )}\n <span className={classes[\"title\"]}>{title}</span>\n </div>\n </article>\n );\n};\n\nexport const Tile = React.forwardRef(TileComponent);\n"],"names":["readyClasses"],"mappings":";;;;;AA2CA,MAAM,gBAAiE,CACrE,EAAE,OAAO,YAAY,SAAS,WAAW,SAAS,YAAY,GAAG,KAAK,GACtE,QACG;AACH,QAAM,CAAC,iBAAiB,IAAI,SAAS,WAAW,EAAE,CAAC;AAEnD,MAAI,CAAC,OAAO;AACJ,UAAA,IAAI,MAAM,+DAA+D;AAAA,EAAA;AAGjF,QAAM,gBAAgB,MAAM;AAC1B,QAAI,SAAS;AACJ,aAAA;AAAA,IAAA;AAGF,WAAA;AAAA,EACT;AAGE,SAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ,UAAU;AAAA,MACV,mBAAiB;AAAA,MACjB;AAAA,MACA,WAAW,GAAG,QAAQ,MAAM,CAAC,IAAI,UAAU,QAAQ,SAAS,IAAI,EAAE;AAAA,IAAA;AAAA,IAElE,sBAAA,cAAC,UAAO,EAAA,OAAO,EAAE,gBAAgB,YAAY,SAAY,aAAa,gBAAA,EACnE,GAAA,YAAY,QACX,sBAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,OAAM;AAAA,QACN,MAAM,MAAM;AAAA,QACZ,WAAW,GAAG,QAAQ,MAAM,CAAC,IAAI,aAAa,EAAE;AAAA,MAAA;AAAA,IAAA,GAGnD,YAAY,SACX,sBAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,OAAM;AAAA,QACN,MAAM,MAAM;AAAA,QACZ,WAAW,GAAG,QAAQ,MAAM,CAAC,IAAI,aAAa,EAAE;AAAA,MAAA;AAAA,IAAA,GAGnD,YAAY,8CACV,QAAK,EAAA,IAAI,mBAAmB,WAAWA,aAAa,SAAS,EAC3D,GAAA,GAAG,KAAK,KAAK,cAAA,CAAe,EAC/B,GAED,cAAc,IACjB;AAAA,IACA,sBAAA,cAAC,SAAI,WAAW,QAAQ,SAAS,EAC9B,GAAA,cAAc,WAAW,IAAI,SAAS,yCACpC,UAAO,EAAA,WAAW,QAAQ,OAAO,EAAI,GAAA,CAAC,WAAY,sBAAA,cAAA,OAAA,EAAK,GAAG,YAAY,KAAI,GAAG,CAAA,CAAG,IAEjF,CAAC,cAAc,WAAW,IAAI,WAAW,MACzC,sBAAA,cAAC,MAAK,EAAA,WAAW,QAAQ,aAAa,GAAG,MAAM,MAAM,MAAO,CAAA,GAE7D,sBAAA,cAAA,QAAA,EAAK,WAAW,QAAQ,OAAO,EAAI,GAAA,KAAM,CAC5C;AAAA,EACF;AAEJ;AAEa,MAAA,OAAO,MAAM,WAAW,aAAa;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-only_7l1Pc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tile_hidden_7l1Pc{display:none}.Tile_slide-in_7l1Pc{animation:Tile_slide-in_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-in_7l1Pc{animation-duration:.1ms}}.Tile_slide-out_7l1Pc{animation:Tile_slide-out_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-out_7l1Pc{animation-duration:.1ms}}@keyframes Tile_slide-in_7l1Pc{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tile_slide-out_7l1Pc{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tile_tile_7l1Pc{border:1px solid var(--light-grey-border);border-radius:8px;box-sizing:border-box;padding:0 0 2rem;background-color:var(--light);font-family:var(--font-family);transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc{transition-duration:.1ms}}.Tile_tile_7l1Pc:hover{box-shadow:0 3px 6px #0000004a}.Tile_tile_7l1Pc header{display:flex;align-items:center}.Tile_tile_7l1Pc header .Tile_icon_7l1Pc{padding:0 1rem}.Tile_tile_7l1Pc figure{margin:0 0 1rem;height:3rem}.Tile_tile_7l1Pc figure img{vertical-align:top;height:3rem;width:auto}.Tile_tile_7l1Pc .Tile_placeholder_7l1Pc{font-size:3rem;margin:0 0 1rem;color:var(--greyed-out)}.Tile_tile_7l1Pc .Tile_content_7l1Pc{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;padding:0 1rem}.Tile_tile_7l1Pc.Tile_loading_7l1Pc header{display:none}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc{margin-top:2.5rem;border-radius:.5rem;width:3rem;height:3rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_7l1Pc 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc:after{animation:none}}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc{color:transparent;display:inline-block;width:70%;border-radius:.5rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_7l1Pc 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc:after{animation:none}}@keyframes Tile_shimmer_7l1Pc{to{transform:translate(100%)}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Tile_tile_7l1Pc",l="Tile_icon_7l1Pc",t="Tile_placeholder_7l1Pc",o="Tile_content_7l1Pc",i="Tile_loading_7l1Pc",c="Tile_image_7l1Pc",r="Tile_title_7l1Pc",_={tile:e,icon:l,placeholder:t,content:o,loading:i,image:c,title:r};exports.content=o,exports.default=_,exports.icon=l,exports.image=c,exports.loading=i,exports.placeholder=t,exports.tile=e,exports.title=r;
|
|
3
|
+
//# sourceMappingURL=Tile.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tile.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.Tile_sr-only_7l1Pc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tile_hidden_7l1Pc{display:none}.Tile_slide-in_7l1Pc{animation:Tile_slide-in_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-in_7l1Pc{animation-duration:.1ms}}.Tile_slide-out_7l1Pc{animation:Tile_slide-out_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tile_slide-out_7l1Pc{animation-duration:.1ms}}@keyframes Tile_slide-in_7l1Pc{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tile_slide-out_7l1Pc{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tile_tile_7l1Pc{border:1px solid var(--light-grey-border);border-radius:8px;box-sizing:border-box;padding:0 0 2rem;background-color:var(--light);font-family:var(--font-family);transition-property:box-shadow;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc{transition-duration:.1ms}}.Tile_tile_7l1Pc:hover{box-shadow:0 3px 6px #0000004a}.Tile_tile_7l1Pc header{display:flex;align-items:center}.Tile_tile_7l1Pc header .Tile_icon_7l1Pc{padding:0 1rem}.Tile_tile_7l1Pc figure{margin:0 0 1rem;height:3rem}.Tile_tile_7l1Pc figure img{vertical-align:top;height:3rem;width:auto}.Tile_tile_7l1Pc .Tile_placeholder_7l1Pc{font-size:3rem;margin:0 0 1rem;color:var(--greyed-out)}.Tile_tile_7l1Pc .Tile_content_7l1Pc{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:default;padding:0 1rem}.Tile_tile_7l1Pc.Tile_loading_7l1Pc header{display:none}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc{margin-top:2.5rem;border-radius:.5rem;width:3rem;height:3rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_7l1Pc 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_image_7l1Pc:after{animation:none}}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc{color:transparent;display:inline-block;width:70%;border-radius:.5rem;position:relative;overflow:hidden;background-color:var(--skeleton-background-color)}.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(var(--skeleton-animation-color-rgb),0) 0,rgba(var(--skeleton-animation-color-rgb),.2) 20%,rgba(var(--skeleton-animation-color-rgb),.5) 60%,rgba(var(--skeleton-animation-color-rgb),0));content:"";animation:Tile_shimmer_7l1Pc 2s infinite}@media (prefers-reduced-motion: reduce){.Tile_tile_7l1Pc.Tile_loading_7l1Pc .Tile_title_7l1Pc:after{animation:none}}@keyframes Tile_shimmer_7l1Pc{to{transform:translate(100%)}}')),document.head.appendChild(e)}}catch(i){console.error("vite-plugin-css-injected-by-js",i)}}();
|
|
2
|
+
const tile = "Tile_tile_7l1Pc";
|
|
3
|
+
const icon = "Tile_icon_7l1Pc";
|
|
4
|
+
const placeholder = "Tile_placeholder_7l1Pc";
|
|
5
|
+
const content = "Tile_content_7l1Pc";
|
|
6
|
+
const loading = "Tile_loading_7l1Pc";
|
|
7
|
+
const image = "Tile_image_7l1Pc";
|
|
8
|
+
const title = "Tile_title_7l1Pc";
|
|
9
|
+
const classes = {
|
|
10
|
+
tile,
|
|
11
|
+
icon,
|
|
12
|
+
placeholder,
|
|
13
|
+
content,
|
|
14
|
+
loading,
|
|
15
|
+
image,
|
|
16
|
+
title
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
content,
|
|
20
|
+
classes as default,
|
|
21
|
+
icon,
|
|
22
|
+
image,
|
|
23
|
+
loading,
|
|
24
|
+
placeholder,
|
|
25
|
+
tile,
|
|
26
|
+
title
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Tile.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tile.module.scss.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),l=require("./Tiles.module.scss.cjs.js"),r=require("./Tile.cjs.js"),a=e.forwardRef((({children:a,className:i,loading:t=!1,...c},o)=>e.createElement("div",{...c,ref:o,className:`${l.default.tiles} ${i??""}`,"aria-live":"polite","aria-busy":t},t?[e.createElement(r.Tile,{key:"placeholder1",title:"placeholder",imageProps:{src:"placeholder"},loading:!0}),e.createElement(r.Tile,{key:"placeholder2",title:"placeholder",imageProps:{src:"placeholder"},loading:!0}),e.createElement(r.Tile,{key:"placeholder3",title:"placeholder",imageProps:{src:"placeholder"},loading:!0})]:a)));exports.Tiles=a;
|
|
2
|
+
//# sourceMappingURL=Tiles.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tiles.cjs.js","sources":["../../../src/components/Tiles/Tiles.tsx"],"sourcesContent":["/*\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { ForwardRefRenderFunction, ComponentPropsWithRef, ReactNode } from \"react\";\nimport classes from \"./Tiles.module.scss\";\nimport { Tile } from \"./Tile\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n children: ReactNode;\n loading?: boolean;\n}\n\nconst TilesComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, className, loading = false, ...rest }: Props,\n ref\n) => {\n const renderChildren = () => {\n if (loading) {\n return [\n <Tile\n key=\"placeholder1\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />,\n <Tile\n key=\"placeholder2\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />,\n <Tile\n key=\"placeholder3\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />\n ];\n }\n\n return children;\n };\n\n return (\n <div\n {...rest}\n ref={ref}\n className={`${classes[\"tiles\"]} ${className ?? \"\"}`}\n aria-live=\"polite\"\n aria-busy={loading}\n >\n {renderChildren()}\n </div>\n );\n};\n\nexport const Tiles = React.forwardRef(TilesComponent);\n"],"names":["Tiles","React","forwardRef","children","className","loading","rest","ref","createElement","classes","Tile","key","title","imageProps","src"],"mappings":"4KAqEaA,EAAQC,EAAMC,YA5C6C,EACpEC,WAAUC,YAAWC,WAAU,KAAUC,GAC3CC,IA8BEN,EAAAO,cAAC,MAAA,IACKF,EACJC,MACAH,UAAW,GAAGK,UAAe,SAAKL,GAAa,KAC/C,YAAU,SACV,YAAWC,GAhCTA,EACK,CACLJ,EAAAO,cAACE,EAAAA,KAAA,CACCC,IAAI,eACJC,MAAM,cACNC,WAAY,CAAEC,IAAK,eACnBT,SAAS,IAEXJ,EAAAO,cAACE,EAAAA,KAAA,CACCC,IAAI,eACJC,MAAM,cACNC,WAAY,CAAEC,IAAK,eACnBT,SAAS,IAEXJ,EAAAO,cAACE,EAAAA,KAAA,CACCC,IAAI,eACJC,MAAM,cACNC,WAAY,CAAEC,IAAK,eACnBT,SAAS,KAKRF"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import classes from "./Tiles.module.scss.es.js";
|
|
3
|
+
import { Tile } from "./Tile.es.js";
|
|
4
|
+
const TilesComponent = ({ children, className, loading = false, ...rest }, ref) => {
|
|
5
|
+
const renderChildren = () => {
|
|
6
|
+
if (loading) {
|
|
7
|
+
return [
|
|
8
|
+
/* @__PURE__ */ React.createElement(
|
|
9
|
+
Tile,
|
|
10
|
+
{
|
|
11
|
+
key: "placeholder1",
|
|
12
|
+
title: "placeholder",
|
|
13
|
+
imageProps: { src: "placeholder" },
|
|
14
|
+
loading: true
|
|
15
|
+
}
|
|
16
|
+
),
|
|
17
|
+
/* @__PURE__ */ React.createElement(
|
|
18
|
+
Tile,
|
|
19
|
+
{
|
|
20
|
+
key: "placeholder2",
|
|
21
|
+
title: "placeholder",
|
|
22
|
+
imageProps: { src: "placeholder" },
|
|
23
|
+
loading: true
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ React.createElement(
|
|
27
|
+
Tile,
|
|
28
|
+
{
|
|
29
|
+
key: "placeholder3",
|
|
30
|
+
title: "placeholder",
|
|
31
|
+
imageProps: { src: "placeholder" },
|
|
32
|
+
loading: true
|
|
33
|
+
}
|
|
34
|
+
)
|
|
35
|
+
];
|
|
36
|
+
}
|
|
37
|
+
return children;
|
|
38
|
+
};
|
|
39
|
+
return /* @__PURE__ */ React.createElement(
|
|
40
|
+
"div",
|
|
41
|
+
{
|
|
42
|
+
...rest,
|
|
43
|
+
ref,
|
|
44
|
+
className: `${classes["tiles"]} ${className ?? ""}`,
|
|
45
|
+
"aria-live": "polite",
|
|
46
|
+
"aria-busy": loading
|
|
47
|
+
},
|
|
48
|
+
renderChildren()
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
const Tiles = React.forwardRef(TilesComponent);
|
|
52
|
+
export {
|
|
53
|
+
Tiles
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=Tiles.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tiles.es.js","sources":["../../../src/components/Tiles/Tiles.tsx"],"sourcesContent":["/*\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, { ForwardRefRenderFunction, ComponentPropsWithRef, ReactNode } from \"react\";\nimport classes from \"./Tiles.module.scss\";\nimport { Tile } from \"./Tile\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n children: ReactNode;\n loading?: boolean;\n}\n\nconst TilesComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, className, loading = false, ...rest }: Props,\n ref\n) => {\n const renderChildren = () => {\n if (loading) {\n return [\n <Tile\n key=\"placeholder1\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />,\n <Tile\n key=\"placeholder2\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />,\n <Tile\n key=\"placeholder3\"\n title=\"placeholder\"\n imageProps={{ src: \"placeholder\" }}\n loading={true}\n />\n ];\n }\n\n return children;\n };\n\n return (\n <div\n {...rest}\n ref={ref}\n className={`${classes[\"tiles\"]} ${className ?? \"\"}`}\n aria-live=\"polite\"\n aria-busy={loading}\n >\n {renderChildren()}\n </div>\n );\n};\n\nexport const Tiles = React.forwardRef(TilesComponent);\n"],"names":[],"mappings":";;;AAyBA,MAAM,iBAAkE,CACtE,EAAE,UAAU,WAAW,UAAU,OAAO,GAAG,KAAK,GAChD,QACG;AACH,QAAM,iBAAiB,MAAM;AAC3B,QAAI,SAAS;AACJ,aAAA;AAAA,QACL,sBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,KAAI;AAAA,YACJ,OAAM;AAAA,YACN,YAAY,EAAE,KAAK,cAAc;AAAA,YACjC,SAAS;AAAA,UAAA;AAAA,QACX;AAAA,QACA,sBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,KAAI;AAAA,YACJ,OAAM;AAAA,YACN,YAAY,EAAE,KAAK,cAAc;AAAA,YACjC,SAAS;AAAA,UAAA;AAAA,QACX;AAAA,QACA,sBAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACC,KAAI;AAAA,YACJ,OAAM;AAAA,YACN,YAAY,EAAE,KAAK,cAAc;AAAA,YACjC,SAAS;AAAA,UAAA;AAAA,QAAA;AAAA,MAEb;AAAA,IAAA;AAGK,WAAA;AAAA,EACT;AAGE,SAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ;AAAA,MACA,WAAW,GAAG,QAAQ,OAAO,CAAC,IAAI,aAAa,EAAE;AAAA,MACjD,aAAU;AAAA,MACV,aAAW;AAAA,IAAA;AAAA,IAEV,eAAe;AAAA,EAClB;AAEJ;AAEa,MAAA,QAAQ,MAAM,WAAW,cAAc;"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tiles_tiles_7l1Pc{display:grid;grid-gap:1rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width: 30em){.Tiles_tiles_7l1Pc{grid-template-columns:repeat(auto-fit,minmax(14.5rem,1fr))}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="Tiles_tiles_7l1Pc",t={tiles:e};exports.default=t,exports.tiles=e;
|
|
3
|
+
//# sourceMappingURL=Tiles.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tiles.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tiles_tiles_7l1Pc{display:grid;grid-gap:1rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width: 30em){.Tiles_tiles_7l1Pc{grid-template-columns:repeat(auto-fit,minmax(14.5rem,1fr))}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const tiles = "Tiles_tiles_7l1Pc";
|
|
3
|
+
const classes = {
|
|
4
|
+
tiles
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
classes as default,
|
|
8
|
+
tiles
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=Tiles.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tiles.module.scss.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),e=require("../Icon/Icon.cjs.js"),o=require("./Tooltip.module.scss.cjs.js"),r=require("../../util/helper.cjs.js"),i=require("../../hooks/usePosition.cjs.js"),a=require("react-dom"),l=require("../../hooks/useGetDomRoot.cjs.js"),n={left:{placement:{horizontal:"left",vertical:"center"},offset:{left:0,right:12,top:0,bottom:0},transformOrigin:{horizontal:"right",vertical:"center"}},leftEnd:{placement:{horizontal:"left",vertical:"top"},offset:{left:0,right:12,top:-12,bottom:0},transformOrigin:{horizontal:"right",vertical:"top"}},leftStart:{placement:{horizontal:"left",vertical:"bottom"},offset:{left:0,right:12,top:0,bottom:-12},transformOrigin:{horizontal:"right",vertical:"bottom"}},right:{placement:{horizontal:"right",vertical:"center"},offset:{left:12,right:0,top:0,bottom:0},transformOrigin:{horizontal:"left",vertical:"center"}},rightEnd:{placement:{horizontal:"right",vertical:"top"},offset:{left:12,right:0,top:-12,bottom:0},transformOrigin:{horizontal:"left",vertical:"top"}},rightStart:{placement:{horizontal:"right",vertical:"bottom"},offset:{left:12,right:0,top:0,bottom:-12},transformOrigin:{horizontal:"left",vertical:"bottom"}},top:{placement:{horizontal:"center",vertical:"top"},offset:{left:0,right:0,top:0,bottom:12},transformOrigin:{horizontal:"center",vertical:"bottom"}},topEnd:{placement:{horizontal:"left",vertical:"top"},offset:{left:-12,right:0,top:0,bottom:12},transformOrigin:{horizontal:"left",vertical:"bottom"}},topStart:{placement:{horizontal:"right",vertical:"top"},offset:{left:0,right:-12,top:0,bottom:12},transformOrigin:{horizontal:"right",vertical:"bottom"}},bottom:{placement:{horizontal:"center",vertical:"bottom"},offset:{left:0,right:0,top:12,bottom:0},transformOrigin:{horizontal:"center",vertical:"top"}},bottomEnd:{placement:{horizontal:"left",vertical:"bottom"},offset:{left:-12,right:0,top:12,bottom:0},transformOrigin:{horizontal:"left",vertical:"top"}},bottomStart:{placement:{horizontal:"right",vertical:"bottom"},offset:{left:0,right:-12,top:12,bottom:0},transformOrigin:{horizontal:"right",vertical:"top"}}},s=t.forwardRef((({title:s,children:c,className:f,domRoot:m,label:p,location:u="right",position:h="center",color:g="black",icon:d,...b},v)=>{const[z]=t.useState(r.generateID()),[E,O]=t.useState(!1),[y,$]=t.useState(!1),j=v||t.createRef(),{root:N}=l.useGetDomRoot(m,j),S=t.useRef(null),q=t.useRef(null),I=t.useMemo((()=>"center"===h?u:`${u}${h.charAt(0).toUpperCase()+h.slice(1)}`),[u,h]),{top:L,bottom:R,right:k,left:M,calculatePosition:P}=i.usePosition({relativeElement:S,elementToBePositioned:q,placement:n[I].placement,offset:n[I].offset,transformOrigin:n[I].transformOrigin}),w=()=>{O(!0),requestAnimationFrame((()=>{$(!0)}))},x=()=>{$(!1)};t.useEffect((()=>{if(!y)return;const t=t=>{"Escape"===t.key&&x()};return document.addEventListener("keyup",t),()=>{document.removeEventListener("keyup",t)}}),[y]),t.useLayoutEffect((()=>{E&&P()}),[E]),t.useEffect((()=>{const t=q.current;if(!t||y)return;const e=t=>{"opacity"===t.propertyName&&O(!1)};return t.addEventListener("transitionend",e),()=>{t.removeEventListener("transitionend",e)}}),[y]);const A=`${o.default.tooltip} ${o.default[g]} ${y?o.default.visible:""} ${o.default[I.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase()]}`;return t.createElement("div",{...b,ref:j,className:`${o.default.wrapper} ${f??""}`},t.isValidElement(p)?t.cloneElement(p,{ref:S,onMouseEnter:w,onMouseLeave:x,onFocus:w,onBlur:x,"aria-describedby":z,tabIndex:0,className:o.default.label}):t.createElement("span",{className:o.default.label,tabIndex:0,onFocus:w,onBlur:x,"aria-describedby":z},p),t.createElement("div",{className:`${o.default["tooltip-wrapper"]}`},!t.isValidElement(p)&&t.createElement(e.Icon,{ref:S,tag:"div",onMouseEnter:w,onMouseLeave:x,icon:e.Icons.InfoCircle,"aria-describedby":z,className:`${o.default.icon}`}),E&&a.createPortal(t.createElement("div",{ref:q,style:{...b.style,top:L,left:M,right:k,bottom:R},id:z,className:A},s&&t.createElement("span",{className:o.default["tooltip-title"]},s),c),N)))}));exports.Tooltip=s;
|
|
2
|
+
//# sourceMappingURL=Tooltip.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.cjs.js","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"sourcesContent":["/*\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, {\n ComponentPropsWithRef,\n createRef,\n ForwardRefRenderFunction,\n ReactElement,\n ReactNode,\n RefObject,\n useEffect,\n useLayoutEffect,\n useMemo,\n useRef,\n useState\n} from \"react\";\nimport { Icon, Icons } from \"../Icon/Icon\";\nimport classes from \"./Tooltip.module.scss\";\nimport { generateID } from \"../../util/helper\";\nimport { Offset, Placement, usePosition } from \"../../hooks/usePosition\";\nimport { createPortal } from \"react-dom\";\nimport { useGetDomRoot } from \"../../hooks/useGetDomRoot\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n label: ReactNode;\n title?: string;\n children: ReactNode;\n domRoot?: HTMLElement;\n icon?: Icons;\n location?: \"left\" | \"right\" | \"top\" | \"bottom\";\n color?: \"black\" | \"blue\";\n position?: \"start\" | \"center\" | \"end\";\n}\n\ninterface DefaultPosition {\n placement: Placement;\n offset: Offset;\n transformOrigin: Placement;\n}\n\ntype Location = \"left\" | \"right\" | \"top\" | \"bottom\";\ntype Position = \"start\" | \"end\";\ntype LocationPosition = `${Location}${Capitalize<Position>}` | `${Location}`;\nconst locations: Record<LocationPosition, DefaultPosition> = {\n left: {\n placement: { horizontal: \"left\", vertical: \"center\" },\n offset: { left: 0, right: 12, top: 0, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"center\" }\n },\n leftEnd: {\n placement: { horizontal: \"left\", vertical: \"top\" },\n offset: { left: 0, right: 12, top: -12, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"top\" }\n },\n leftStart: {\n placement: { horizontal: \"left\", vertical: \"bottom\" },\n offset: { left: 0, right: 12, top: 0, bottom: -12 },\n transformOrigin: { horizontal: \"right\", vertical: \"bottom\" }\n },\n right: {\n placement: { horizontal: \"right\", vertical: \"center\" },\n offset: { left: 12, right: 0, top: 0, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"center\" }\n },\n rightEnd: {\n placement: { horizontal: \"right\", vertical: \"top\" },\n offset: { left: 12, right: 0, top: -12, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"top\" }\n },\n rightStart: {\n placement: { horizontal: \"right\", vertical: \"bottom\" },\n offset: { left: 12, right: 0, top: 0, bottom: -12 },\n transformOrigin: { horizontal: \"left\", vertical: \"bottom\" }\n },\n top: {\n placement: { horizontal: \"center\", vertical: \"top\" },\n offset: { left: 0, right: 0, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"center\", vertical: \"bottom\" }\n },\n topEnd: {\n placement: { horizontal: \"left\", vertical: \"top\" },\n offset: { left: -12, right: 0, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"left\", vertical: \"bottom\" }\n },\n topStart: {\n placement: { horizontal: \"right\", vertical: \"top\" },\n offset: { left: 0, right: -12, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"right\", vertical: \"bottom\" }\n },\n bottom: {\n placement: { horizontal: \"center\", vertical: \"bottom\" },\n offset: { left: 0, right: 0, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"center\", vertical: \"top\" }\n },\n bottomEnd: {\n placement: { horizontal: \"left\", vertical: \"bottom\" },\n offset: { left: -12, right: 0, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"top\" }\n },\n bottomStart: {\n placement: { horizontal: \"right\", vertical: \"bottom\" },\n offset: { left: 0, right: -12, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"top\" }\n }\n};\n\nconst TooltipComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n {\n title,\n children,\n className,\n domRoot,\n label,\n location = \"right\",\n position = \"center\",\n color = \"black\",\n icon,\n ...rest\n }: Props,\n ref\n) => {\n const [identifier] = useState(generateID());\n const [shouldRender, setShouldRender] = useState(false);\n const [visible, setVisible] = useState(false);\n const wrappingDivRef = (ref as RefObject<HTMLDivElement>) || createRef<HTMLDivElement>();\n const { root } = useGetDomRoot(domRoot, wrappingDivRef);\n\n const relativeElement = useRef<HTMLDivElement>(null);\n const elementToBePositioned = useRef<HTMLDivElement>(null);\n\n const determinedLocation = useMemo(() => {\n if (position === \"center\") {\n return location;\n }\n\n return `${location}${position.charAt(0).toUpperCase() + position.slice(1)}` as LocationPosition;\n }, [location, position]);\n\n const { top, bottom, right, left, calculatePosition } = usePosition({\n relativeElement: relativeElement,\n elementToBePositioned: elementToBePositioned,\n placement: locations[determinedLocation].placement,\n offset: locations[determinedLocation].offset,\n transformOrigin: locations[determinedLocation].transformOrigin\n });\n\n const show = () => {\n setShouldRender(true);\n requestAnimationFrame(() => {\n setVisible(true);\n });\n };\n\n const hide = () => {\n setVisible(false);\n };\n\n useEffect(() => {\n if (!visible) {\n return;\n }\n\n const escapePressHandler = (event: KeyboardEvent) => {\n if (event.key === \"Escape\") {\n hide();\n }\n };\n\n document.addEventListener(\"keyup\", escapePressHandler);\n\n return () => {\n document.removeEventListener(\"keyup\", escapePressHandler);\n };\n }, [visible]);\n\n useLayoutEffect(() => {\n if (shouldRender) {\n calculatePosition();\n }\n }, [shouldRender]);\n\n useEffect(() => {\n const element = elementToBePositioned.current;\n\n if (!element || visible) {\n return;\n }\n\n const handleTransitionEnd = (event: TransitionEvent) => {\n if (event.propertyName === \"opacity\") {\n setShouldRender(false);\n }\n };\n\n element.addEventListener(\"transitionend\", handleTransitionEnd);\n\n return () => {\n element.removeEventListener(\"transitionend\", handleTransitionEnd);\n };\n }, [visible]);\n\n const renderChildren = () => {\n if (React.isValidElement(label)) {\n return React.cloneElement(label as ReactElement, {\n ref: relativeElement,\n onMouseEnter: show,\n onMouseLeave: hide,\n onFocus: show,\n onBlur: hide,\n \"aria-describedby\": identifier,\n tabIndex: 0,\n className: classes[\"label\"]\n });\n }\n\n return (\n <span\n className={classes[\"label\"]}\n tabIndex={0}\n onFocus={show}\n onBlur={hide}\n aria-describedby={identifier}\n >\n {label}\n </span>\n );\n };\n\n const tooltipClasses = `${classes[\"tooltip\"]} ${classes[color]} ${\n visible ? classes[\"visible\"] : \"\"\n } ${classes[determinedLocation.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, \"$1-$2\").toLowerCase()]}`;\n\n return (\n <div {...rest} ref={wrappingDivRef} className={`${classes.wrapper} ${className ?? \"\"}`}>\n {renderChildren()}\n <div className={`${classes[\"tooltip-wrapper\"]}`}>\n {!React.isValidElement(label) && (\n <Icon\n ref={relativeElement}\n tag=\"div\"\n onMouseEnter={show}\n onMouseLeave={hide}\n icon={Icons.InfoCircle}\n aria-describedby={identifier}\n className={`${classes.icon}`}\n />\n )}\n {shouldRender &&\n createPortal(\n <div\n ref={elementToBePositioned}\n style={{\n ...rest.style,\n top: top,\n left: left,\n right: right,\n bottom: bottom\n }}\n id={identifier}\n className={tooltipClasses}\n >\n {title && <span className={classes[\"tooltip-title\"]}>{title}</span>}\n {children}\n </div>,\n root\n )}\n </div>\n </div>\n );\n};\n\nexport const Tooltip = React.forwardRef(TooltipComponent);\n"],"names":["locations","left","placement","horizontal","vertical","offset","right","top","bottom","transformOrigin","leftEnd","leftStart","rightEnd","rightStart","topEnd","topStart","bottomEnd","bottomStart","Tooltip","React","forwardRef","title","children","className","domRoot","label","location","position","color","icon","rest","ref","identifier","useState","generateID","shouldRender","setShouldRender","visible","setVisible","wrappingDivRef","createRef","root","useGetDomRoot","relativeElement","useRef","elementToBePositioned","determinedLocation","useMemo","charAt","toUpperCase","slice","calculatePosition","usePosition","show","requestAnimationFrame","hide","useEffect","escapePressHandler","event","key","document","addEventListener","removeEventListener","useLayoutEffect","element","current","handleTransitionEnd","propertyName","tooltipClasses","classes","default","replace","toLowerCase","createElement","wrapper","isValidElement","cloneElement","onMouseEnter","onMouseLeave","onFocus","onBlur","tabIndex","Icon","tag","Icons","InfoCircle","createPortal","style","id"],"mappings":"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"}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
import React, { useState, createRef, useRef, useMemo, useEffect, useLayoutEffect } from "react";
|
|
2
|
+
import { Icon, Icons } from "../Icon/Icon.es.js";
|
|
3
|
+
import classes from "./Tooltip.module.scss.es.js";
|
|
4
|
+
import { generateID } from "../../util/helper.es.js";
|
|
5
|
+
import { usePosition } from "../../hooks/usePosition.es.js";
|
|
6
|
+
import { createPortal } from "react-dom";
|
|
7
|
+
import { useGetDomRoot } from "../../hooks/useGetDomRoot.es.js";
|
|
8
|
+
const locations = {
|
|
9
|
+
left: {
|
|
10
|
+
placement: { horizontal: "left", vertical: "center" },
|
|
11
|
+
offset: { left: 0, right: 12, top: 0, bottom: 0 },
|
|
12
|
+
transformOrigin: { horizontal: "right", vertical: "center" }
|
|
13
|
+
},
|
|
14
|
+
leftEnd: {
|
|
15
|
+
placement: { horizontal: "left", vertical: "top" },
|
|
16
|
+
offset: { left: 0, right: 12, top: -12, bottom: 0 },
|
|
17
|
+
transformOrigin: { horizontal: "right", vertical: "top" }
|
|
18
|
+
},
|
|
19
|
+
leftStart: {
|
|
20
|
+
placement: { horizontal: "left", vertical: "bottom" },
|
|
21
|
+
offset: { left: 0, right: 12, top: 0, bottom: -12 },
|
|
22
|
+
transformOrigin: { horizontal: "right", vertical: "bottom" }
|
|
23
|
+
},
|
|
24
|
+
right: {
|
|
25
|
+
placement: { horizontal: "right", vertical: "center" },
|
|
26
|
+
offset: { left: 12, right: 0, top: 0, bottom: 0 },
|
|
27
|
+
transformOrigin: { horizontal: "left", vertical: "center" }
|
|
28
|
+
},
|
|
29
|
+
rightEnd: {
|
|
30
|
+
placement: { horizontal: "right", vertical: "top" },
|
|
31
|
+
offset: { left: 12, right: 0, top: -12, bottom: 0 },
|
|
32
|
+
transformOrigin: { horizontal: "left", vertical: "top" }
|
|
33
|
+
},
|
|
34
|
+
rightStart: {
|
|
35
|
+
placement: { horizontal: "right", vertical: "bottom" },
|
|
36
|
+
offset: { left: 12, right: 0, top: 0, bottom: -12 },
|
|
37
|
+
transformOrigin: { horizontal: "left", vertical: "bottom" }
|
|
38
|
+
},
|
|
39
|
+
top: {
|
|
40
|
+
placement: { horizontal: "center", vertical: "top" },
|
|
41
|
+
offset: { left: 0, right: 0, top: 0, bottom: 12 },
|
|
42
|
+
transformOrigin: { horizontal: "center", vertical: "bottom" }
|
|
43
|
+
},
|
|
44
|
+
topEnd: {
|
|
45
|
+
placement: { horizontal: "left", vertical: "top" },
|
|
46
|
+
offset: { left: -12, right: 0, top: 0, bottom: 12 },
|
|
47
|
+
transformOrigin: { horizontal: "left", vertical: "bottom" }
|
|
48
|
+
},
|
|
49
|
+
topStart: {
|
|
50
|
+
placement: { horizontal: "right", vertical: "top" },
|
|
51
|
+
offset: { left: 0, right: -12, top: 0, bottom: 12 },
|
|
52
|
+
transformOrigin: { horizontal: "right", vertical: "bottom" }
|
|
53
|
+
},
|
|
54
|
+
bottom: {
|
|
55
|
+
placement: { horizontal: "center", vertical: "bottom" },
|
|
56
|
+
offset: { left: 0, right: 0, top: 12, bottom: 0 },
|
|
57
|
+
transformOrigin: { horizontal: "center", vertical: "top" }
|
|
58
|
+
},
|
|
59
|
+
bottomEnd: {
|
|
60
|
+
placement: { horizontal: "left", vertical: "bottom" },
|
|
61
|
+
offset: { left: -12, right: 0, top: 12, bottom: 0 },
|
|
62
|
+
transformOrigin: { horizontal: "left", vertical: "top" }
|
|
63
|
+
},
|
|
64
|
+
bottomStart: {
|
|
65
|
+
placement: { horizontal: "right", vertical: "bottom" },
|
|
66
|
+
offset: { left: 0, right: -12, top: 12, bottom: 0 },
|
|
67
|
+
transformOrigin: { horizontal: "right", vertical: "top" }
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
const TooltipComponent = ({
|
|
71
|
+
title,
|
|
72
|
+
children,
|
|
73
|
+
className,
|
|
74
|
+
domRoot,
|
|
75
|
+
label,
|
|
76
|
+
location = "right",
|
|
77
|
+
position = "center",
|
|
78
|
+
color = "black",
|
|
79
|
+
icon,
|
|
80
|
+
...rest
|
|
81
|
+
}, ref) => {
|
|
82
|
+
const [identifier] = useState(generateID());
|
|
83
|
+
const [shouldRender, setShouldRender] = useState(false);
|
|
84
|
+
const [visible, setVisible] = useState(false);
|
|
85
|
+
const wrappingDivRef = ref || createRef();
|
|
86
|
+
const { root } = useGetDomRoot(domRoot, wrappingDivRef);
|
|
87
|
+
const relativeElement = useRef(null);
|
|
88
|
+
const elementToBePositioned = useRef(null);
|
|
89
|
+
const determinedLocation = useMemo(() => {
|
|
90
|
+
if (position === "center") {
|
|
91
|
+
return location;
|
|
92
|
+
}
|
|
93
|
+
return `${location}${position.charAt(0).toUpperCase() + position.slice(1)}`;
|
|
94
|
+
}, [location, position]);
|
|
95
|
+
const { top, bottom, right, left, calculatePosition } = usePosition({
|
|
96
|
+
relativeElement,
|
|
97
|
+
elementToBePositioned,
|
|
98
|
+
placement: locations[determinedLocation].placement,
|
|
99
|
+
offset: locations[determinedLocation].offset,
|
|
100
|
+
transformOrigin: locations[determinedLocation].transformOrigin
|
|
101
|
+
});
|
|
102
|
+
const show = () => {
|
|
103
|
+
setShouldRender(true);
|
|
104
|
+
requestAnimationFrame(() => {
|
|
105
|
+
setVisible(true);
|
|
106
|
+
});
|
|
107
|
+
};
|
|
108
|
+
const hide = () => {
|
|
109
|
+
setVisible(false);
|
|
110
|
+
};
|
|
111
|
+
useEffect(() => {
|
|
112
|
+
if (!visible) {
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
const escapePressHandler = (event) => {
|
|
116
|
+
if (event.key === "Escape") {
|
|
117
|
+
hide();
|
|
118
|
+
}
|
|
119
|
+
};
|
|
120
|
+
document.addEventListener("keyup", escapePressHandler);
|
|
121
|
+
return () => {
|
|
122
|
+
document.removeEventListener("keyup", escapePressHandler);
|
|
123
|
+
};
|
|
124
|
+
}, [visible]);
|
|
125
|
+
useLayoutEffect(() => {
|
|
126
|
+
if (shouldRender) {
|
|
127
|
+
calculatePosition();
|
|
128
|
+
}
|
|
129
|
+
}, [shouldRender]);
|
|
130
|
+
useEffect(() => {
|
|
131
|
+
const element = elementToBePositioned.current;
|
|
132
|
+
if (!element || visible) {
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
const handleTransitionEnd = (event) => {
|
|
136
|
+
if (event.propertyName === "opacity") {
|
|
137
|
+
setShouldRender(false);
|
|
138
|
+
}
|
|
139
|
+
};
|
|
140
|
+
element.addEventListener("transitionend", handleTransitionEnd);
|
|
141
|
+
return () => {
|
|
142
|
+
element.removeEventListener("transitionend", handleTransitionEnd);
|
|
143
|
+
};
|
|
144
|
+
}, [visible]);
|
|
145
|
+
const renderChildren = () => {
|
|
146
|
+
if (React.isValidElement(label)) {
|
|
147
|
+
return React.cloneElement(label, {
|
|
148
|
+
ref: relativeElement,
|
|
149
|
+
onMouseEnter: show,
|
|
150
|
+
onMouseLeave: hide,
|
|
151
|
+
onFocus: show,
|
|
152
|
+
onBlur: hide,
|
|
153
|
+
"aria-describedby": identifier,
|
|
154
|
+
tabIndex: 0,
|
|
155
|
+
className: classes["label"]
|
|
156
|
+
});
|
|
157
|
+
}
|
|
158
|
+
return /* @__PURE__ */ React.createElement(
|
|
159
|
+
"span",
|
|
160
|
+
{
|
|
161
|
+
className: classes["label"],
|
|
162
|
+
tabIndex: 0,
|
|
163
|
+
onFocus: show,
|
|
164
|
+
onBlur: hide,
|
|
165
|
+
"aria-describedby": identifier
|
|
166
|
+
},
|
|
167
|
+
label
|
|
168
|
+
);
|
|
169
|
+
};
|
|
170
|
+
const tooltipClasses = `${classes["tooltip"]} ${classes[color]} ${visible ? classes["visible"] : ""} ${classes[determinedLocation.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase()]}`;
|
|
171
|
+
return /* @__PURE__ */ React.createElement("div", { ...rest, ref: wrappingDivRef, className: `${classes.wrapper} ${className ?? ""}` }, renderChildren(), /* @__PURE__ */ React.createElement("div", { className: `${classes["tooltip-wrapper"]}` }, !React.isValidElement(label) && /* @__PURE__ */ React.createElement(
|
|
172
|
+
Icon,
|
|
173
|
+
{
|
|
174
|
+
ref: relativeElement,
|
|
175
|
+
tag: "div",
|
|
176
|
+
onMouseEnter: show,
|
|
177
|
+
onMouseLeave: hide,
|
|
178
|
+
icon: Icons.InfoCircle,
|
|
179
|
+
"aria-describedby": identifier,
|
|
180
|
+
className: `${classes.icon}`
|
|
181
|
+
}
|
|
182
|
+
), shouldRender && createPortal(
|
|
183
|
+
/* @__PURE__ */ React.createElement(
|
|
184
|
+
"div",
|
|
185
|
+
{
|
|
186
|
+
ref: elementToBePositioned,
|
|
187
|
+
style: {
|
|
188
|
+
...rest.style,
|
|
189
|
+
top,
|
|
190
|
+
left,
|
|
191
|
+
right,
|
|
192
|
+
bottom
|
|
193
|
+
},
|
|
194
|
+
id: identifier,
|
|
195
|
+
className: tooltipClasses
|
|
196
|
+
},
|
|
197
|
+
title && /* @__PURE__ */ React.createElement("span", { className: classes["tooltip-title"] }, title),
|
|
198
|
+
children
|
|
199
|
+
),
|
|
200
|
+
root
|
|
201
|
+
)));
|
|
202
|
+
};
|
|
203
|
+
const Tooltip = React.forwardRef(TooltipComponent);
|
|
204
|
+
export {
|
|
205
|
+
Tooltip
|
|
206
|
+
};
|
|
207
|
+
//# sourceMappingURL=Tooltip.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.es.js","sources":["../../../src/components/Tooltip/Tooltip.tsx"],"sourcesContent":["/*\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport React, {\n ComponentPropsWithRef,\n createRef,\n ForwardRefRenderFunction,\n ReactElement,\n ReactNode,\n RefObject,\n useEffect,\n useLayoutEffect,\n useMemo,\n useRef,\n useState\n} from \"react\";\nimport { Icon, Icons } from \"../Icon/Icon\";\nimport classes from \"./Tooltip.module.scss\";\nimport { generateID } from \"../../util/helper\";\nimport { Offset, Placement, usePosition } from \"../../hooks/usePosition\";\nimport { createPortal } from \"react-dom\";\nimport { useGetDomRoot } from \"../../hooks/useGetDomRoot\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n label: ReactNode;\n title?: string;\n children: ReactNode;\n domRoot?: HTMLElement;\n icon?: Icons;\n location?: \"left\" | \"right\" | \"top\" | \"bottom\";\n color?: \"black\" | \"blue\";\n position?: \"start\" | \"center\" | \"end\";\n}\n\ninterface DefaultPosition {\n placement: Placement;\n offset: Offset;\n transformOrigin: Placement;\n}\n\ntype Location = \"left\" | \"right\" | \"top\" | \"bottom\";\ntype Position = \"start\" | \"end\";\ntype LocationPosition = `${Location}${Capitalize<Position>}` | `${Location}`;\nconst locations: Record<LocationPosition, DefaultPosition> = {\n left: {\n placement: { horizontal: \"left\", vertical: \"center\" },\n offset: { left: 0, right: 12, top: 0, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"center\" }\n },\n leftEnd: {\n placement: { horizontal: \"left\", vertical: \"top\" },\n offset: { left: 0, right: 12, top: -12, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"top\" }\n },\n leftStart: {\n placement: { horizontal: \"left\", vertical: \"bottom\" },\n offset: { left: 0, right: 12, top: 0, bottom: -12 },\n transformOrigin: { horizontal: \"right\", vertical: \"bottom\" }\n },\n right: {\n placement: { horizontal: \"right\", vertical: \"center\" },\n offset: { left: 12, right: 0, top: 0, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"center\" }\n },\n rightEnd: {\n placement: { horizontal: \"right\", vertical: \"top\" },\n offset: { left: 12, right: 0, top: -12, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"top\" }\n },\n rightStart: {\n placement: { horizontal: \"right\", vertical: \"bottom\" },\n offset: { left: 12, right: 0, top: 0, bottom: -12 },\n transformOrigin: { horizontal: \"left\", vertical: \"bottom\" }\n },\n top: {\n placement: { horizontal: \"center\", vertical: \"top\" },\n offset: { left: 0, right: 0, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"center\", vertical: \"bottom\" }\n },\n topEnd: {\n placement: { horizontal: \"left\", vertical: \"top\" },\n offset: { left: -12, right: 0, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"left\", vertical: \"bottom\" }\n },\n topStart: {\n placement: { horizontal: \"right\", vertical: \"top\" },\n offset: { left: 0, right: -12, top: 0, bottom: 12 },\n transformOrigin: { horizontal: \"right\", vertical: \"bottom\" }\n },\n bottom: {\n placement: { horizontal: \"center\", vertical: \"bottom\" },\n offset: { left: 0, right: 0, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"center\", vertical: \"top\" }\n },\n bottomEnd: {\n placement: { horizontal: \"left\", vertical: \"bottom\" },\n offset: { left: -12, right: 0, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"left\", vertical: \"top\" }\n },\n bottomStart: {\n placement: { horizontal: \"right\", vertical: \"bottom\" },\n offset: { left: 0, right: -12, top: 12, bottom: 0 },\n transformOrigin: { horizontal: \"right\", vertical: \"top\" }\n }\n};\n\nconst TooltipComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n {\n title,\n children,\n className,\n domRoot,\n label,\n location = \"right\",\n position = \"center\",\n color = \"black\",\n icon,\n ...rest\n }: Props,\n ref\n) => {\n const [identifier] = useState(generateID());\n const [shouldRender, setShouldRender] = useState(false);\n const [visible, setVisible] = useState(false);\n const wrappingDivRef = (ref as RefObject<HTMLDivElement>) || createRef<HTMLDivElement>();\n const { root } = useGetDomRoot(domRoot, wrappingDivRef);\n\n const relativeElement = useRef<HTMLDivElement>(null);\n const elementToBePositioned = useRef<HTMLDivElement>(null);\n\n const determinedLocation = useMemo(() => {\n if (position === \"center\") {\n return location;\n }\n\n return `${location}${position.charAt(0).toUpperCase() + position.slice(1)}` as LocationPosition;\n }, [location, position]);\n\n const { top, bottom, right, left, calculatePosition } = usePosition({\n relativeElement: relativeElement,\n elementToBePositioned: elementToBePositioned,\n placement: locations[determinedLocation].placement,\n offset: locations[determinedLocation].offset,\n transformOrigin: locations[determinedLocation].transformOrigin\n });\n\n const show = () => {\n setShouldRender(true);\n requestAnimationFrame(() => {\n setVisible(true);\n });\n };\n\n const hide = () => {\n setVisible(false);\n };\n\n useEffect(() => {\n if (!visible) {\n return;\n }\n\n const escapePressHandler = (event: KeyboardEvent) => {\n if (event.key === \"Escape\") {\n hide();\n }\n };\n\n document.addEventListener(\"keyup\", escapePressHandler);\n\n return () => {\n document.removeEventListener(\"keyup\", escapePressHandler);\n };\n }, [visible]);\n\n useLayoutEffect(() => {\n if (shouldRender) {\n calculatePosition();\n }\n }, [shouldRender]);\n\n useEffect(() => {\n const element = elementToBePositioned.current;\n\n if (!element || visible) {\n return;\n }\n\n const handleTransitionEnd = (event: TransitionEvent) => {\n if (event.propertyName === \"opacity\") {\n setShouldRender(false);\n }\n };\n\n element.addEventListener(\"transitionend\", handleTransitionEnd);\n\n return () => {\n element.removeEventListener(\"transitionend\", handleTransitionEnd);\n };\n }, [visible]);\n\n const renderChildren = () => {\n if (React.isValidElement(label)) {\n return React.cloneElement(label as ReactElement, {\n ref: relativeElement,\n onMouseEnter: show,\n onMouseLeave: hide,\n onFocus: show,\n onBlur: hide,\n \"aria-describedby\": identifier,\n tabIndex: 0,\n className: classes[\"label\"]\n });\n }\n\n return (\n <span\n className={classes[\"label\"]}\n tabIndex={0}\n onFocus={show}\n onBlur={hide}\n aria-describedby={identifier}\n >\n {label}\n </span>\n );\n };\n\n const tooltipClasses = `${classes[\"tooltip\"]} ${classes[color]} ${\n visible ? classes[\"visible\"] : \"\"\n } ${classes[determinedLocation.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, \"$1-$2\").toLowerCase()]}`;\n\n return (\n <div {...rest} ref={wrappingDivRef} className={`${classes.wrapper} ${className ?? \"\"}`}>\n {renderChildren()}\n <div className={`${classes[\"tooltip-wrapper\"]}`}>\n {!React.isValidElement(label) && (\n <Icon\n ref={relativeElement}\n tag=\"div\"\n onMouseEnter={show}\n onMouseLeave={hide}\n icon={Icons.InfoCircle}\n aria-describedby={identifier}\n className={`${classes.icon}`}\n />\n )}\n {shouldRender &&\n createPortal(\n <div\n ref={elementToBePositioned}\n style={{\n ...rest.style,\n top: top,\n left: left,\n right: right,\n bottom: bottom\n }}\n id={identifier}\n className={tooltipClasses}\n >\n {title && <span className={classes[\"tooltip-title\"]}>{title}</span>}\n {children}\n </div>,\n root\n )}\n </div>\n </div>\n );\n};\n\nexport const Tooltip = React.forwardRef(TooltipComponent);\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var o=document.createElement("style");o.appendChild(document.createTextNode('.Tooltip_sr-only_7l1Pc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.Tooltip_hidden_7l1Pc{display:none}.Tooltip_slide-in_7l1Pc{animation:Tooltip_slide-in_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-in_7l1Pc{animation-duration:.1ms}}.Tooltip_slide-out_7l1Pc{animation:Tooltip_slide-out_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.Tooltip_slide-out_7l1Pc{animation-duration:.1ms}}@keyframes Tooltip_slide-in_7l1Pc{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes Tooltip_slide-out_7l1Pc{0%{transform:translateY(0)}to{transform:translateY(100vh)}}/*!\n * Copyright 2022 OneWelcome B.V.\n *\n * Licensed under the Apache License, Version 2.0 (the "License");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an "AS IS" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */.Tooltip_wrapper_7l1Pc{display:flex;align-items:center}.Tooltip_tooltip-wrapper_7l1Pc .Tooltip_icon_7l1Pc{margin-left:.5rem;color:var(--greyed-out);transition-property:all;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip-wrapper_7l1Pc .Tooltip_icon_7l1Pc{transition-duration:.1ms}}.Tooltip_tooltip-wrapper_7l1Pc .Tooltip_icon_7l1Pc:hover{color:var(--default)}.Tooltip_tooltip-wrapper_7l1Pc .Tooltip_icon_7l1Pc.Tooltip_error_7l1Pc{color:var(--error)}.Tooltip_tooltip_7l1Pc{position:fixed;font-size:var(--font-size-sub);line-height:1.33;border-radius:.125rem;padding:.75rem;color:var(--light);max-width:20.625rem;opacity:0;transform:scale(0);transform-origin:center center;pointer-events:none;box-shadow:0 .0625rem .3125rem #0105324d;word-break:break-word;z-index:var(--tooltip-index);transition-property:opacity,transform;transition-duration:.2s;transition-timing-function:ease-in-out}@media (prefers-reduced-motion: reduce){.Tooltip_tooltip_7l1Pc{transition-duration:.1ms}}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc{background-color:var(--tooltip-background-color)}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_top_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_top-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_top-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_bottom_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_bottom-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_bottom-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--tooltip-background-color);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_left_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_left-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_left-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_right_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_right-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_black_7l1Pc.Tooltip_right-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--tooltip-background-color);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc{background-color:var(--color-blue-grey500)}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_top_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_top-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_top-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-top-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;top:100%;border-bottom-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_bottom_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:50%;right:initial;transform:translate(-50%);bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_bottom-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;right:.75rem;left:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_bottom-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-bottom-color:var(--color-blue-grey500);position:absolute;left:1rem;right:initial;bottom:100%;border-top-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_left_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_left-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_left-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-left-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;left:100%;border-right-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_right_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:50%;bottom:initial;transform:translateY(-50%);right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_right-start_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;bottom:.9375rem;top:initial;right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc.Tooltip_blue_7l1Pc.Tooltip_right-end_7l1Pc:after{width:0;height:0;border-style:solid;border-width:.25rem;border-color:transparent;border-right-color:var(--color-blue-grey500);position:absolute;top:.875rem;bottom:initial;right:100%;border-left-width:0}.Tooltip_tooltip_7l1Pc:after{content:""}.Tooltip_tooltip_7l1Pc.Tooltip_visible_7l1Pc{opacity:1;transform:scale(1)}.Tooltip_label_7l1Pc:focus-visible{outline:.0313rem dashed var(--color-primary)}.Tooltip_tooltip-title_7l1Pc{font-weight:500;font-size:var(--font-size-form-label);line-height:1.43;display:block;margin-bottom:.25rem}')),document.head.appendChild(o)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t="Tooltip_hidden_7l1Pc",o="Tooltip_wrapper_7l1Pc",l="Tooltip_icon_7l1Pc",e="Tooltip_error_7l1Pc",p="Tooltip_tooltip_7l1Pc",i="Tooltip_black_7l1Pc",r="Tooltip_top_7l1Pc",_="Tooltip_bottom_7l1Pc",s="Tooltip_left_7l1Pc",c="Tooltip_right_7l1Pc",P="Tooltip_blue_7l1Pc",T="Tooltip_visible_7l1Pc",a="Tooltip_label_7l1Pc",d={"sr-only":"Tooltip_sr-only_7l1Pc",hidden:t,"slide-in":"Tooltip_slide-in_7l1Pc","slide-out":"Tooltip_slide-out_7l1Pc",wrapper:o,"tooltip-wrapper":"Tooltip_tooltip-wrapper_7l1Pc",icon:l,error:e,tooltip:p,black:i,top:r,"top-start":"Tooltip_top-start_7l1Pc","top-end":"Tooltip_top-end_7l1Pc",bottom:_,"bottom-start":"Tooltip_bottom-start_7l1Pc","bottom-end":"Tooltip_bottom-end_7l1Pc",left:s,"left-start":"Tooltip_left-start_7l1Pc","left-end":"Tooltip_left-end_7l1Pc",right:c,"right-start":"Tooltip_right-start_7l1Pc","right-end":"Tooltip_right-end_7l1Pc",blue:P,visible:T,label:a,"tooltip-title":"Tooltip_tooltip-title_7l1Pc"};exports.black=i,exports.blue=P,exports.bottom=_,exports.default=d,exports.error=e,exports.hidden=t,exports.icon=l,exports.label=a,exports.left=s,exports.right=c,exports.tooltip=p,exports.top=r,exports.visible=T,exports.wrapper=o;
|
|
3
|
+
//# sourceMappingURL=Tooltip.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tooltip.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|