@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,3 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.BaseModal_sr-only_7l1Pc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.BaseModal_hidden_7l1Pc{display:none}.BaseModal_slide-in_7l1Pc{animation:BaseModal_slide-in_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.BaseModal_slide-in_7l1Pc{animation-duration:.1ms}}.BaseModal_slide-out_7l1Pc{animation:BaseModal_slide-out_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.BaseModal_slide-out_7l1Pc{animation-duration:.1ms}}@keyframes BaseModal_slide-in_7l1Pc{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes BaseModal_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 */.BaseModal_modal_7l1Pc{position:fixed;z-index:10;top:0;left:0;height:100vh;width:100vw;visibility:hidden;display:flex;align-items:flex-start;justify-content:center}.BaseModal_modal_7l1Pc .BaseModal_backdrop_7l1Pc{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:transparent;opacity:0;transition-property:background-color;transition-property:opacity;transition-duration:.5s;transition-timing-function:ease}@media (prefers-reduced-motion: reduce){.BaseModal_modal_7l1Pc .BaseModal_backdrop_7l1Pc{transition-duration:.1ms}}.BaseModal_modal_7l1Pc.BaseModal_visible_7l1Pc{visibility:visible}.BaseModal_modal_7l1Pc.BaseModal_visible_7l1Pc .BaseModal_backdrop_7l1Pc{background-color:var(--modal-backdrop-color);opacity:.75}.BaseModal_container_7l1Pc{margin-top:3.125rem;background-color:var(--modal-background-color);z-index:11;width:calc(100% - 2rem);height:auto;max-height:calc(90% - 3.125rem);display:flex;flex-direction:column}@media only screen and (min-width: 50em){.BaseModal_container_7l1Pc{width:50rem;border-radius:2px;box-shadow:0 30px 50px var(--modal-shadow-color)}}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="BaseModal_modal_7l1Pc",o="BaseModal_backdrop_7l1Pc",a="BaseModal_visible_7l1Pc",l="BaseModal_container_7l1Pc",s={modal:e,backdrop:o,visible:a,container:l};exports.backdrop=o,exports.container=l,exports.default=s,exports.modal=e,exports.visible=a;
|
|
3
|
+
//# sourceMappingURL=BaseModal.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModal.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
!function(){"use strict";try{if("undefined"!=typeof document){var e=document.createElement("style");e.appendChild(document.createTextNode('.BaseModal_sr-only_7l1Pc{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.BaseModal_hidden_7l1Pc{display:none}.BaseModal_slide-in_7l1Pc{animation:BaseModal_slide-in_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.BaseModal_slide-in_7l1Pc{animation-duration:.1ms}}.BaseModal_slide-out_7l1Pc{animation:BaseModal_slide-out_7l1Pc .5s forwards}@media (prefers-reduced-motion: reduce){.BaseModal_slide-out_7l1Pc{animation-duration:.1ms}}@keyframes BaseModal_slide-in_7l1Pc{0%{transform:translateY(100vh)}to{transform:translateY(0)}}@keyframes BaseModal_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 */.BaseModal_modal_7l1Pc{position:fixed;z-index:10;top:0;left:0;height:100vh;width:100vw;visibility:hidden;display:flex;align-items:flex-start;justify-content:center}.BaseModal_modal_7l1Pc .BaseModal_backdrop_7l1Pc{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:transparent;opacity:0;transition-property:background-color;transition-property:opacity;transition-duration:.5s;transition-timing-function:ease}@media (prefers-reduced-motion: reduce){.BaseModal_modal_7l1Pc .BaseModal_backdrop_7l1Pc{transition-duration:.1ms}}.BaseModal_modal_7l1Pc.BaseModal_visible_7l1Pc{visibility:visible}.BaseModal_modal_7l1Pc.BaseModal_visible_7l1Pc .BaseModal_backdrop_7l1Pc{background-color:var(--modal-backdrop-color);opacity:.75}.BaseModal_container_7l1Pc{margin-top:3.125rem;background-color:var(--modal-background-color);z-index:11;width:calc(100% - 2rem);height:auto;max-height:calc(90% - 3.125rem);display:flex;flex-direction:column}@media only screen and (min-width: 50em){.BaseModal_container_7l1Pc{width:50rem;border-radius:2px;box-shadow:0 30px 50px var(--modal-shadow-color)}}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}}();
|
|
2
|
+
const modal = "BaseModal_modal_7l1Pc";
|
|
3
|
+
const backdrop = "BaseModal_backdrop_7l1Pc";
|
|
4
|
+
const visible = "BaseModal_visible_7l1Pc";
|
|
5
|
+
const container = "BaseModal_container_7l1Pc";
|
|
6
|
+
const classes = {
|
|
7
|
+
modal,
|
|
8
|
+
backdrop,
|
|
9
|
+
visible,
|
|
10
|
+
container
|
|
11
|
+
};
|
|
12
|
+
export {
|
|
13
|
+
backdrop,
|
|
14
|
+
container,
|
|
15
|
+
classes as default,
|
|
16
|
+
modal,
|
|
17
|
+
visible
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=BaseModal.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModal.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"),t=require("./BaseModalActions.module.scss.cjs.js"),a=require("../../../Button/Button.cjs.js"),l=e.forwardRef((({children:l,cancelAction:c,cancelActionsClassName:s="",onClose:n,className:o="",...r},i)=>{const u=e.createRef()||i,d=e.useRef(null),f=e.useRef(null),m=e.createElement(a.Button,{variant:"text",color:"default",...null==c?void 0:c.cancelButtonProps,onClick:n},null==c?void 0:c.label);return e.createElement("div",{...r,ref:u,className:`${t.default.actions} ${o}`},c&&n&&e.createElement("div",{className:`${t.default["cancel-action"]} ${s}`,ref:d},m),l&&e.createElement("div",{ref:f,className:t.default["primary-actions"]},l))}));exports.BaseModalActions=l;
|
|
2
|
+
//# sourceMappingURL=BaseModalActions.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalActions.cjs.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.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, useRef } from \"react\";\nimport classes from \"./BaseModalActions.module.scss\";\nimport { Button, Props as ButtonProps } from \"../../../Button/Button\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n children?: React.ReactNode;\n onClose?: () => void;\n cancelAction?: CancelAction;\n cancelActionsClassName?: string;\n}\n\nexport interface CancelAction {\n label: string;\n cancelButtonProps?: ButtonProps;\n}\n\nconst BaseModalActionsComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, cancelAction, cancelActionsClassName = \"\", onClose, className = \"\", ...rest }: Props,\n ref\n) => {\n const innerRef = (React.createRef() as React.RefObject<HTMLDivElement>) || ref;\n const cancelButtonRef = useRef<HTMLDivElement>(null);\n const primaryActionsRef = useRef<HTMLDivElement>(null);\n\n const cancelButton = (\n <Button variant=\"text\" color=\"default\" {...cancelAction?.cancelButtonProps} onClick={onClose}>\n {cancelAction?.label}\n </Button>\n );\n\n return (\n <div {...rest} ref={innerRef} className={`${classes[\"actions\"]} ${className}`}>\n {cancelAction && onClose && (\n <div\n className={`${classes[\"cancel-action\"]} ${cancelActionsClassName}`}\n ref={cancelButtonRef}\n >\n {cancelButton}\n </div>\n )}\n {children && (\n <div ref={primaryActionsRef} className={classes[\"primary-actions\"]}>\n {children}\n </div>\n )}\n </div>\n );\n};\n\nexport const BaseModalActions = React.forwardRef(BaseModalActionsComponent);\n"],"names":["BaseModalActions","React","forwardRef","children","cancelAction","cancelActionsClassName","onClose","className","rest","ref","innerRef","createRef","cancelButtonRef","useRef","primaryActionsRef","cancelButton","createElement","Button","variant","color","cancelButtonProps","onClick","label","classes","default"],"mappings":"uMAiEaA,EAAmBC,EAAMC,YAjC6C,EAC/EC,WAAUC,eAAcC,yBAAyB,GAAIC,UAASC,YAAY,MAAOC,GACnFC,KAEM,MAAAC,EAAYT,EAAMU,aAAmDF,EACrEG,EAAkBC,SAAuB,MACzCC,EAAoBD,SAAuB,MAE3CE,EACJd,EAAAe,cAACC,EAAAA,OAAO,CAAAC,QAAQ,OAAOC,MAAM,aAA4B,MAAdf,OAAc,EAAAA,EAAAgB,kBAAmBC,QAASf,SAClFF,WAAckB,OAKhB,OAAArB,EAAAe,cAAA,MAAA,IAAQR,EAAMC,IAAKC,EAAUH,UAAW,GAAGgB,EAAAA,QAAiB,WAAKhB,KAC/DH,GAAgBE,GACfL,EAAAe,cAAC,MAAA,CACCT,UAAW,GAAGgB,EAAAC,QAAQ,oBAAoBnB,IAC1CI,IAAKG,GAEJG,GAGJZ,GACCF,EAAAe,cAAC,MAAI,CAAAP,IAAKK,EAAmBP,UAAWgB,EAAAA,QAAQ,oBAC7CpB,GAGP"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React, { useRef } from "react";
|
|
2
|
+
import classes from "./BaseModalActions.module.scss.es.js";
|
|
3
|
+
import { Button } from "../../../Button/Button.es.js";
|
|
4
|
+
const BaseModalActionsComponent = ({ children, cancelAction, cancelActionsClassName = "", onClose, className = "", ...rest }, ref) => {
|
|
5
|
+
const innerRef = React.createRef() || ref;
|
|
6
|
+
const cancelButtonRef = useRef(null);
|
|
7
|
+
const primaryActionsRef = useRef(null);
|
|
8
|
+
const cancelButton = /* @__PURE__ */ React.createElement(Button, { variant: "text", color: "default", ...cancelAction == null ? void 0 : cancelAction.cancelButtonProps, onClick: onClose }, cancelAction == null ? void 0 : cancelAction.label);
|
|
9
|
+
return /* @__PURE__ */ React.createElement("div", { ...rest, ref: innerRef, className: `${classes["actions"]} ${className}` }, cancelAction && onClose && /* @__PURE__ */ React.createElement(
|
|
10
|
+
"div",
|
|
11
|
+
{
|
|
12
|
+
className: `${classes["cancel-action"]} ${cancelActionsClassName}`,
|
|
13
|
+
ref: cancelButtonRef
|
|
14
|
+
},
|
|
15
|
+
cancelButton
|
|
16
|
+
), children && /* @__PURE__ */ React.createElement("div", { ref: primaryActionsRef, className: classes["primary-actions"] }, children));
|
|
17
|
+
};
|
|
18
|
+
const BaseModalActions = React.forwardRef(BaseModalActionsComponent);
|
|
19
|
+
export {
|
|
20
|
+
BaseModalActions
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=BaseModalActions.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalActions.es.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.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, useRef } from \"react\";\nimport classes from \"./BaseModalActions.module.scss\";\nimport { Button, Props as ButtonProps } from \"../../../Button/Button\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n children?: React.ReactNode;\n onClose?: () => void;\n cancelAction?: CancelAction;\n cancelActionsClassName?: string;\n}\n\nexport interface CancelAction {\n label: string;\n cancelButtonProps?: ButtonProps;\n}\n\nconst BaseModalActionsComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, cancelAction, cancelActionsClassName = \"\", onClose, className = \"\", ...rest }: Props,\n ref\n) => {\n const innerRef = (React.createRef() as React.RefObject<HTMLDivElement>) || ref;\n const cancelButtonRef = useRef<HTMLDivElement>(null);\n const primaryActionsRef = useRef<HTMLDivElement>(null);\n\n const cancelButton = (\n <Button variant=\"text\" color=\"default\" {...cancelAction?.cancelButtonProps} onClick={onClose}>\n {cancelAction?.label}\n </Button>\n );\n\n return (\n <div {...rest} ref={innerRef} className={`${classes[\"actions\"]} ${className}`}>\n {cancelAction && onClose && (\n <div\n className={`${classes[\"cancel-action\"]} ${cancelActionsClassName}`}\n ref={cancelButtonRef}\n >\n {cancelButton}\n </div>\n )}\n {children && (\n <div ref={primaryActionsRef} className={classes[\"primary-actions\"]}>\n {children}\n </div>\n )}\n </div>\n );\n};\n\nexport const BaseModalActions = React.forwardRef(BaseModalActionsComponent);\n"],"names":[],"mappings":";;;AAgCA,MAAM,4BAA6E,CACjF,EAAE,UAAU,cAAc,yBAAyB,IAAI,SAAS,YAAY,IAAI,GAAG,KAAA,GACnF,QACG;AACG,QAAA,WAAY,MAAM,UAAA,KAAmD;AACrE,QAAA,kBAAkB,OAAuB,IAAI;AAC7C,QAAA,oBAAoB,OAAuB,IAAI;AAErD,QAAM,eACJ,sBAAA,cAAC,QAAO,EAAA,SAAQ,QAAO,OAAM,WAAW,GAAG,6CAAc,mBAAmB,SAAS,QAAA,GAClF,6CAAc,KACjB;AAGF,SACG,sBAAA,cAAA,OAAA,EAAK,GAAG,MAAM,KAAK,UAAU,WAAW,GAAG,QAAQ,SAAS,CAAC,IAAI,SAAS,GAAA,GACxE,gBAAgB,WACf,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAW,GAAG,QAAQ,eAAe,CAAC,IAAI,sBAAsB;AAAA,MAChE,KAAK;AAAA,IAAA;AAAA,IAEJ;AAAA,EACH,GAED,YACC,sBAAA,cAAC,OAAI,EAAA,KAAK,mBAAmB,WAAW,QAAQ,iBAAiB,EAC9D,GAAA,QACH,CAEJ;AAEJ;AAEa,MAAA,mBAAmB,MAAM,WAAW,yBAAyB;"}
|
package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.cjs.js
ADDED
|
@@ -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 */.BaseModalActions_actions_7l1Pc{margin:1.5rem 0 1rem;padding:1rem 1.5rem 0;display:flex;justify-content:space-between;border-top:1px solid var(--color-blue-grey100)}.BaseModalActions_actions_7l1Pc>*+*{margin-left:2rem}@media screen and (max-width: 640px){.BaseModalActions_actions_7l1Pc{display:block}.BaseModalActions_actions_7l1Pc .BaseModalActions_cancel-action_7l1Pc{display:none}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc{flex-direction:column;align-items:flex-end;margin-left:0}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc>*{width:100%}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc>*+*{margin-top:.5rem}}.BaseModalActions_primary-actions_7l1Pc{display:flex;flex-grow:1;justify-content:flex-end}.BaseModalActions_primary-actions_7l1Pc button{white-space:nowrap}@media screen and (min-width: 640px){.BaseModalActions_primary-actions_7l1Pc button+button{margin-left:.5rem}}')),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 o="BaseModalActions_actions_7l1Pc",a={actions:o,"cancel-action":"BaseModalActions_cancel-action_7l1Pc","primary-actions":"BaseModalActions_primary-actions_7l1Pc"};exports.actions=o,exports.default=a;
|
|
3
|
+
//# sourceMappingURL=BaseModalActions.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalActions.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/components/Notifications/BaseModal/BaseModalActions/BaseModalActions.module.scss.es.js
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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 */.BaseModalActions_actions_7l1Pc{margin:1.5rem 0 1rem;padding:1rem 1.5rem 0;display:flex;justify-content:space-between;border-top:1px solid var(--color-blue-grey100)}.BaseModalActions_actions_7l1Pc>*+*{margin-left:2rem}@media screen and (max-width: 640px){.BaseModalActions_actions_7l1Pc{display:block}.BaseModalActions_actions_7l1Pc .BaseModalActions_cancel-action_7l1Pc{display:none}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc{flex-direction:column;align-items:flex-end;margin-left:0}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc>*{width:100%}.BaseModalActions_actions_7l1Pc .BaseModalActions_primary-actions_7l1Pc>*+*{margin-top:.5rem}}.BaseModalActions_primary-actions_7l1Pc{display:flex;flex-grow:1;justify-content:flex-end}.BaseModalActions_primary-actions_7l1Pc button{white-space:nowrap}@media screen and (min-width: 640px){.BaseModalActions_primary-actions_7l1Pc button+button{margin-left:.5rem}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const actions = "BaseModalActions_actions_7l1Pc";
|
|
3
|
+
const classes = {
|
|
4
|
+
actions,
|
|
5
|
+
"cancel-action": "BaseModalActions_cancel-action_7l1Pc",
|
|
6
|
+
"primary-actions": "BaseModalActions_primary-actions_7l1Pc"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
actions,
|
|
10
|
+
classes as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=BaseModalActions.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalActions.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"),t=require("./BaseModalContent.module.scss.cjs.js"),r=e.forwardRef((({id:r,children:s,className:c="",disableAutoFocus:o=!1,...a},n)=>{const u=e.createRef();return e.useEffect((()=>{var e,t;!o&&n?null==(e=n.current)||e.focus():o||null==(t=u.current)||t.focus()}),[]),e.createElement("div",{...a,ref:n??u,id:r,className:`${t.default.content} ${c}`,tabIndex:-1},s)}));exports.BaseModalContent=r;
|
|
2
|
+
//# sourceMappingURL=BaseModalContent.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContent.cjs.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.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 ForwardRefRenderFunction,\n ComponentPropsWithRef,\n createRef,\n useEffect\n} from \"react\";\nimport classes from \"./BaseModalContent.module.scss\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id?: string;\n children: React.ReactNode;\n className?: string;\n disableAutoFocus?: boolean;\n}\n\nconst BaseModalContentComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { id, children, className = \"\", disableAutoFocus = false, ...rest }: Props,\n ref\n) => {\n const contentRef = createRef<HTMLDivElement>();\n\n useEffect(() => {\n if (!disableAutoFocus && ref) {\n (ref as React.RefObject<HTMLDivElement>).current?.focus();\n } else if (!disableAutoFocus) {\n contentRef.current?.focus();\n }\n }, []);\n\n /**tabIndex is set to be able to do focus on that element which we need for catching keyDown events */\n return (\n <div\n {...rest}\n ref={ref ?? contentRef}\n id={id}\n className={`${classes[\"content\"]} ${className}`}\n tabIndex={-1}\n >\n {children}\n </div>\n );\n};\n\nexport const BaseModalContent = React.forwardRef(BaseModalContentComponent);\n"],"names":["BaseModalContent","React","forwardRef","id","children","className","disableAutoFocus","rest","ref","contentRef","createRef","useEffect","_a","current","focus","_b","createElement","classes","default","tabIndex"],"mappings":"4JA2DaA,EAAmBC,EAAMC,YA5B6C,EAC/EC,KAAIC,WAAUC,YAAY,GAAIC,oBAAmB,KAAUC,GAC7DC,KAEM,MAAAC,EAAaC,EAAAA,YAYjB,OAVFC,EAAAA,WAAU,cACHL,GAAoBE,EACtB,OAAAI,EAAAJ,EAAwCK,UAASD,EAAAE,QACxCR,GACV,OAAAS,EAAAN,EAAWI,UAASE,EAAAD,OAAM,GAE3B,IAIDb,EAAAe,cAAC,MAAA,IACKT,EACJC,IAAKA,GAAOC,EACZN,KACAE,UAAW,GAAGY,EAAAC,QAAiB,WAAKb,IACpCc,UAAU,GAETf,EACH"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React, { createRef, useEffect } from "react";
|
|
2
|
+
import classes from "./BaseModalContent.module.scss.es.js";
|
|
3
|
+
const BaseModalContentComponent = ({ id, children, className = "", disableAutoFocus = false, ...rest }, ref) => {
|
|
4
|
+
const contentRef = createRef();
|
|
5
|
+
useEffect(() => {
|
|
6
|
+
var _a, _b;
|
|
7
|
+
if (!disableAutoFocus && ref) {
|
|
8
|
+
(_a = ref.current) == null ? void 0 : _a.focus();
|
|
9
|
+
} else if (!disableAutoFocus) {
|
|
10
|
+
(_b = contentRef.current) == null ? void 0 : _b.focus();
|
|
11
|
+
}
|
|
12
|
+
}, []);
|
|
13
|
+
return /* @__PURE__ */ React.createElement(
|
|
14
|
+
"div",
|
|
15
|
+
{
|
|
16
|
+
...rest,
|
|
17
|
+
ref: ref ?? contentRef,
|
|
18
|
+
id,
|
|
19
|
+
className: `${classes["content"]} ${className}`,
|
|
20
|
+
tabIndex: -1
|
|
21
|
+
},
|
|
22
|
+
children
|
|
23
|
+
);
|
|
24
|
+
};
|
|
25
|
+
const BaseModalContent = React.forwardRef(BaseModalContentComponent);
|
|
26
|
+
export {
|
|
27
|
+
BaseModalContent
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=BaseModalContent.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContent.es.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.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 ForwardRefRenderFunction,\n ComponentPropsWithRef,\n createRef,\n useEffect\n} from \"react\";\nimport classes from \"./BaseModalContent.module.scss\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id?: string;\n children: React.ReactNode;\n className?: string;\n disableAutoFocus?: boolean;\n}\n\nconst BaseModalContentComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { id, children, className = \"\", disableAutoFocus = false, ...rest }: Props,\n ref\n) => {\n const contentRef = createRef<HTMLDivElement>();\n\n useEffect(() => {\n if (!disableAutoFocus && ref) {\n (ref as React.RefObject<HTMLDivElement>).current?.focus();\n } else if (!disableAutoFocus) {\n contentRef.current?.focus();\n }\n }, []);\n\n /**tabIndex is set to be able to do focus on that element which we need for catching keyDown events */\n return (\n <div\n {...rest}\n ref={ref ?? contentRef}\n id={id}\n className={`${classes[\"content\"]} ${className}`}\n tabIndex={-1}\n >\n {children}\n </div>\n );\n};\n\nexport const BaseModalContent = React.forwardRef(BaseModalContentComponent);\n"],"names":[],"mappings":";;AA+BA,MAAM,4BAA6E,CACjF,EAAE,IAAI,UAAU,YAAY,IAAI,mBAAmB,OAAO,GAAG,KAAK,GAClE,QACG;AACH,QAAM,aAAa,UAA0B;AAE7C,YAAU,MAAM;;AACV,QAAA,CAAC,oBAAoB,KAAK;AAC3B,gBAAwC,YAAxC,mBAAiD;AAAA,IAAM,WAC/C,CAAC,kBAAkB;AAC5B,uBAAW,YAAX,mBAAoB;AAAA,IAAM;AAAA,EAE9B,GAAG,EAAE;AAIH,SAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ,KAAK,OAAO;AAAA,MACZ;AAAA,MACA,WAAW,GAAG,QAAQ,SAAS,CAAC,IAAI,SAAS;AAAA,MAC7C,UAAU;AAAA,IAAA;AAAA,IAET;AAAA,EACH;AAEJ;AAEa,MAAA,mBAAmB,MAAM,WAAW,yBAAyB;"}
|
package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.cjs.js
ADDED
|
@@ -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 */.BaseModalContent_content_7l1Pc{padding:1.25rem 1.5rem 0;overflow-y:auto;flex:1;outline:none;font-size:var(--modal-content-font-size);line-height:1.43;overflow-wrap:break-word}')),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="BaseModalContent_content_7l1Pc",t={content:e};exports.content=e,exports.default=t;
|
|
3
|
+
//# sourceMappingURL=BaseModalContent.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContent.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/components/Notifications/BaseModal/BaseModalContent/BaseModalContent.module.scss.es.js
ADDED
|
@@ -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 */.BaseModalContent_content_7l1Pc{padding:1.25rem 1.5rem 0;overflow-y:auto;flex:1;outline:none;font-size:var(--modal-content-font-size);line-height:1.43;overflow-wrap:break-word}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const content = "BaseModalContent_content_7l1Pc";
|
|
3
|
+
const classes = {
|
|
4
|
+
content
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
content,
|
|
8
|
+
classes as default
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=BaseModalContent.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContent.module.scss.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContext.cjs.js","sources":["../../../../src/components/Notifications/BaseModal/BaseModalContext.ts"],"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\nexport const labelId = (id: string) => `${id}-label`;\nexport const descriptionId = (id: string) => `${id}-description`;\n"],"names":["id"],"mappings":"sGAiB8BA,GAAe,GAAGA,gCADxBA,GAAe,GAAGA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalContext.es.js","sources":["../../../../src/components/Notifications/BaseModal/BaseModalContext.ts"],"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\nexport const labelId = (id: string) => `${id}-label`;\nexport const descriptionId = (id: string) => `${id}-description`;\n"],"names":[],"mappings":"AAgBO,MAAM,UAAU,CAAC,OAAe,GAAG,EAAE;AACrC,MAAM,gBAAgB,CAAC,OAAe,GAAG,EAAE;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),a=require("./BaseModalHeader.module.scss.cjs.js"),t=require("../../../Button/IconButton.cjs.js"),r=require("../../../Icon/Icon.cjs.js"),s=require("../../../Typography/Typography.cjs.js"),l=e.forwardRef((({id:l,title:c,children:o,onClose:n,description:i,className:d,...m},u)=>e.createElement("div",{...m,ref:u,className:`${a.default.header} ${d}`},e.createElement("div",{className:a.default.headline},e.createElement("div",{className:a.default["title-wrapper"]},e.createElement(s.Typography,{id:l,className:a.default.title,tag:"h1",spacing:{marginBottom:0},variant:"h4"},c),i&&e.createElement(s.Typography,{id:l,className:a.default.title,tag:"span",spacing:{marginBottom:0},variant:"body"},i)),e.createElement(t.IconButton,{onClick:n,className:a.default.closeBtn,title:"close modal"},e.createElement(r.Icon,{icon:r.Icons.Times}))),o)));exports.BaseModalHeader=l;
|
|
2
|
+
//# sourceMappingURL=BaseModalHeader.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalHeader.cjs.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.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 } from \"react\";\nimport classes from \"./BaseModalHeader.module.scss\";\nimport { IconButton } from \"../../../Button/IconButton\";\nimport { Icon, Icons } from \"../../../Icon/Icon\";\nimport { Typography } from \"../../../Typography/Typography\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id: string;\n title: string;\n description?: string;\n children?: React.ReactNode;\n onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;\n}\n\nconst BaseModalHeaderComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { id, title, children, onClose, description, className, ...rest }: Props,\n ref\n) => {\n return (\n <div {...rest} ref={ref} className={`${classes[\"header\"]} ${className}`}>\n <div className={classes[\"headline\"]}>\n <div className={classes[\"title-wrapper\"]}>\n <Typography\n id={id}\n className={classes[\"title\"]}\n tag=\"h1\"\n spacing={{ marginBottom: 0 }}\n variant=\"h4\"\n >\n {title}\n </Typography>\n {description && (\n <Typography\n id={id}\n className={classes[\"title\"]}\n tag=\"span\"\n spacing={{ marginBottom: 0 }}\n variant=\"body\"\n >\n {description}\n </Typography>\n )}\n </div>\n <IconButton onClick={onClose} className={classes[\"closeBtn\"]} title=\"close modal\">\n <Icon icon={Icons.Times} />\n </IconButton>\n </div>\n {children}\n </div>\n );\n};\n\nexport const BaseModalHeader = React.forwardRef(BaseModalHeaderComponent);\n"],"names":["BaseModalHeader","React","forwardRef","id","title","children","onClose","description","className","rest","ref","createElement","classes","default","Typography","tag","spacing","marginBottom","variant","IconButton","onClick","Icon","icon","Icons","Times"],"mappings":"oSAoEaA,EAAkBC,EAAMC,YAtC6C,EAC9EC,KAAIC,QAAOC,WAAUC,UAASC,cAAaC,eAAcC,GAC3DC,MAGEC,cAAC,MAAK,IAAGF,EAAMC,MAAUF,UAAW,GAAGI,EAAAA,QAAgB,UAAKJ,KACzDP,EAAAU,cAAA,MAAA,CAAIH,UAAWI,EAAAC,QAAkB,0BAC/B,MAAI,CAAAL,UAAWI,EAAAA,QAAQ,kBACtBX,EAAAU,cAACG,EAAAA,WAAA,CACCX,KACAK,UAAWI,UAAe,MAC1BG,IAAI,KACJC,QAAS,CAAEC,aAAc,GACzBC,QAAQ,MAEPd,GAEFG,GACCN,EAAAU,cAACG,EAAAA,WAAA,CACCX,KACAK,UAAWI,UAAe,MAC1BG,IAAI,OACJC,QAAS,CAAEC,aAAc,GACzBC,QAAQ,QAEPX,IAINN,EAAAU,cAAAQ,aAAA,CAAWC,QAASd,EAASE,UAAWI,UAAkB,SAAGR,MAAM,eAClEH,EAAAU,cAACU,EAAAA,MAAKC,KAAMC,EAAAA,MAAMC,UAGrBnB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import classes from "./BaseModalHeader.module.scss.es.js";
|
|
3
|
+
import { IconButton } from "../../../Button/IconButton.es.js";
|
|
4
|
+
import { Icon, Icons } from "../../../Icon/Icon.es.js";
|
|
5
|
+
import { Typography } from "../../../Typography/Typography.es.js";
|
|
6
|
+
const BaseModalHeaderComponent = ({ id, title, children, onClose, description, className, ...rest }, ref) => {
|
|
7
|
+
return /* @__PURE__ */ React.createElement("div", { ...rest, ref, className: `${classes["header"]} ${className}` }, /* @__PURE__ */ React.createElement("div", { className: classes["headline"] }, /* @__PURE__ */ React.createElement("div", { className: classes["title-wrapper"] }, /* @__PURE__ */ React.createElement(
|
|
8
|
+
Typography,
|
|
9
|
+
{
|
|
10
|
+
id,
|
|
11
|
+
className: classes["title"],
|
|
12
|
+
tag: "h1",
|
|
13
|
+
spacing: { marginBottom: 0 },
|
|
14
|
+
variant: "h4"
|
|
15
|
+
},
|
|
16
|
+
title
|
|
17
|
+
), description && /* @__PURE__ */ React.createElement(
|
|
18
|
+
Typography,
|
|
19
|
+
{
|
|
20
|
+
id,
|
|
21
|
+
className: classes["title"],
|
|
22
|
+
tag: "span",
|
|
23
|
+
spacing: { marginBottom: 0 },
|
|
24
|
+
variant: "body"
|
|
25
|
+
},
|
|
26
|
+
description
|
|
27
|
+
)), /* @__PURE__ */ React.createElement(IconButton, { onClick: onClose, className: classes["closeBtn"], title: "close modal" }, /* @__PURE__ */ React.createElement(Icon, { icon: Icons.Times }))), children);
|
|
28
|
+
};
|
|
29
|
+
const BaseModalHeader = React.forwardRef(BaseModalHeaderComponent);
|
|
30
|
+
export {
|
|
31
|
+
BaseModalHeader
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=BaseModalHeader.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalHeader.es.js","sources":["../../../../../src/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.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 } from \"react\";\nimport classes from \"./BaseModalHeader.module.scss\";\nimport { IconButton } from \"../../../Button/IconButton\";\nimport { Icon, Icons } from \"../../../Icon/Icon\";\nimport { Typography } from \"../../../Typography/Typography\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id: string;\n title: string;\n description?: string;\n children?: React.ReactNode;\n onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;\n}\n\nconst BaseModalHeaderComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { id, title, children, onClose, description, className, ...rest }: Props,\n ref\n) => {\n return (\n <div {...rest} ref={ref} className={`${classes[\"header\"]} ${className}`}>\n <div className={classes[\"headline\"]}>\n <div className={classes[\"title-wrapper\"]}>\n <Typography\n id={id}\n className={classes[\"title\"]}\n tag=\"h1\"\n spacing={{ marginBottom: 0 }}\n variant=\"h4\"\n >\n {title}\n </Typography>\n {description && (\n <Typography\n id={id}\n className={classes[\"title\"]}\n tag=\"span\"\n spacing={{ marginBottom: 0 }}\n variant=\"body\"\n >\n {description}\n </Typography>\n )}\n </div>\n <IconButton onClick={onClose} className={classes[\"closeBtn\"]} title=\"close modal\">\n <Icon icon={Icons.Times} />\n </IconButton>\n </div>\n {children}\n </div>\n );\n};\n\nexport const BaseModalHeader = React.forwardRef(BaseModalHeaderComponent);\n"],"names":[],"mappings":";;;;;AA8BA,MAAM,2BAA4E,CAChF,EAAE,IAAI,OAAO,UAAU,SAAS,aAAa,WAAW,GAAG,KAAK,GAChE,QACG;AAED,SAAA,sBAAA,cAAC,OAAK,EAAA,GAAG,MAAM,KAAU,WAAW,GAAG,QAAQ,QAAQ,CAAC,IAAI,SAAS,MAClE,sBAAA,cAAA,OAAA,EAAI,WAAW,QAAQ,UAAU,EAAA,uCAC/B,OAAI,EAAA,WAAW,QAAQ,eAAe,EACrC,GAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC;AAAA,MACA,WAAW,QAAQ,OAAO;AAAA,MAC1B,KAAI;AAAA,MACJ,SAAS,EAAE,cAAc,EAAE;AAAA,MAC3B,SAAQ;AAAA,IAAA;AAAA,IAEP;AAAA,EAAA,GAEF,eACC,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACC;AAAA,MACA,WAAW,QAAQ,OAAO;AAAA,MAC1B,KAAI;AAAA,MACJ,SAAS,EAAE,cAAc,EAAE;AAAA,MAC3B,SAAQ;AAAA,IAAA;AAAA,IAEP;AAAA,EAAA,CAGP,GACC,sBAAA,cAAA,YAAA,EAAW,SAAS,SAAS,WAAW,QAAQ,UAAU,GAAG,OAAM,cAClE,GAAA,sBAAA,cAAC,QAAK,MAAM,MAAM,MAAO,CAAA,CAC3B,CACF,GACC,QACH;AAEJ;AAEa,MAAA,kBAAkB,MAAM,WAAW,wBAAwB;"}
|
package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.cjs.js
ADDED
|
@@ -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 */.BaseModalHeader_header_7l1Pc{min-width:80px;padding:1.25rem 1.5rem 0;border-top-left-radius:8px;border-top-right-radius:8px}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc{display:flex;align-items:center;justify-content:space-between}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc .BaseModalHeader_title-wrapper_7l1Pc{min-width:0}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc .BaseModalHeader_title_7l1Pc{min-width:0;margin:0;color:var(--modal-title-color);overflow-wrap:break-word}.BaseModalHeader_header_7l1Pc .BaseModalHeader_closeBtn_7l1Pc{flex-shrink:0;align-self:flex-start}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}}();
|
|
2
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="BaseModalHeader_header_7l1Pc",a="BaseModalHeader_headline_7l1Pc",l="BaseModalHeader_title_7l1Pc",t="BaseModalHeader_closeBtn_7l1Pc",r={header:e,headline:a,"title-wrapper":"BaseModalHeader_title-wrapper_7l1Pc",title:l,closeBtn:t};exports.closeBtn=t,exports.default=r,exports.header=e,exports.headline=a,exports.title=l;
|
|
3
|
+
//# sourceMappingURL=BaseModalHeader.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalHeader.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/components/Notifications/BaseModal/BaseModalHeader/BaseModalHeader.module.scss.es.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
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 */.BaseModalHeader_header_7l1Pc{min-width:80px;padding:1.25rem 1.5rem 0;border-top-left-radius:8px;border-top-right-radius:8px}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc{display:flex;align-items:center;justify-content:space-between}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc .BaseModalHeader_title-wrapper_7l1Pc{min-width:0}.BaseModalHeader_header_7l1Pc .BaseModalHeader_headline_7l1Pc .BaseModalHeader_title_7l1Pc{min-width:0;margin:0;color:var(--modal-title-color);overflow-wrap:break-word}.BaseModalHeader_header_7l1Pc .BaseModalHeader_closeBtn_7l1Pc{flex-shrink:0;align-self:flex-start}')),document.head.appendChild(e)}}catch(a){console.error("vite-plugin-css-injected-by-js",a)}}();
|
|
2
|
+
const header = "BaseModalHeader_header_7l1Pc";
|
|
3
|
+
const headline = "BaseModalHeader_headline_7l1Pc";
|
|
4
|
+
const title = "BaseModalHeader_title_7l1Pc";
|
|
5
|
+
const closeBtn = "BaseModalHeader_closeBtn_7l1Pc";
|
|
6
|
+
const classes = {
|
|
7
|
+
header,
|
|
8
|
+
headline,
|
|
9
|
+
"title-wrapper": "BaseModalHeader_title-wrapper_7l1Pc",
|
|
10
|
+
title,
|
|
11
|
+
closeBtn
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
closeBtn,
|
|
15
|
+
classes as default,
|
|
16
|
+
header,
|
|
17
|
+
headline,
|
|
18
|
+
title
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=BaseModalHeader.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseModalHeader.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"),t=require("../BaseModal/BaseModal.cjs.js"),o=require("../BaseModal/BaseModalContent/BaseModalContent.cjs.js"),a=require("./DialogActions/DialogActions.cjs.js"),n=require("./Dialog.module.scss.cjs.js"),i=require("./DialogTitle/DialogTitle.cjs.js"),l=require("../../Button/Button.cjs.js"),s=require("../BaseModal/BaseModalContext.cjs.js"),r=require("../../../util/helper.cjs.js"),c={inert:!0},u=e.forwardRef((({id:u,open:d,children:j,onClose:m,title:p,primaryAction:g,secondaryAction:B,cancelAction:y,zIndex:C,titleIcon:D,caption:M,...b},q)=>{const[A]=e.useState(u??r.generateID(20)),{label:f,...E}=g,I=e.createElement(l.Button,{key:"primary",...E},f),x=B&&function(){const{label:t,...o}=B;return e.createElement(l.Button,{key:"tertiary",variant:"outline",...o},t)}();return e.createElement(t.BaseModal,{...b,ref:q,id:A,className:n.default.dialog,containerProps:{className:n.default.container},open:d,onClose:m,zIndex:C,disableContentAutoFocus:!0},e.createElement(i.DialogTitle,{titleIcon:D,caption:M,id:s.labelId(A),title:p,onClose:m}),e.createElement(o.BaseModalContent,{id:s.descriptionId(A),className:n.default.content,disableAutoFocus:!0},j),e.createElement(a.DialogActions,{onClose:m,cancelAction:y},[x,I]),e.createElement("input",{autoFocus:!0,...c,style:{position:"absolute",width:0,height:0,opacity:0},maxLength:0,tabIndex:-1,onKeyDown:e=>{"Enter"===e.key&&g.onClick()}}))}));exports.Dialog=u;
|
|
2
|
+
//# sourceMappingURL=Dialog.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.cjs.js","sources":["../../../../src/components/Notifications/Dialog/Dialog.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, useState } from \"react\";\nimport { BaseModal } from \"../BaseModal/BaseModal\";\nimport { BaseModalContent } from \"../BaseModal/BaseModalContent/BaseModalContent\";\nimport { DialogActions } from \"./DialogActions/DialogActions\";\nimport classes from \"./Dialog.module.scss\";\nimport { DialogTitle } from \"./DialogTitle/DialogTitle\";\nimport { Button, Props as ButtonProps } from \"../../Button/Button\";\nimport { labelId, descriptionId } from \"../BaseModal/BaseModalContext\";\nimport { generateID } from \"../../../util/helper\";\nimport { CancelAction } from \"../BaseModal/BaseModalActions/BaseModalActions\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id?: string;\n open: boolean;\n children: React.ReactNode;\n onClose?: () => void;\n title: string;\n primaryAction: Action;\n secondaryAction?: Action;\n cancelAction?: CancelAction;\n zIndex?: number;\n disableEscapeKeyDown?: boolean;\n titleIcon?: React.ReactNode;\n caption?: string;\n}\n\nexport interface Action extends Omit<ButtonProps, \"variant\" | \"ref\"> {\n label: string;\n onClick: (event?: React.MouseEvent<HTMLButtonElement>) => unknown;\n}\n\nconst hideFromAccessibility: React.InputHTMLAttributes<HTMLInputElement> = {\n // it's new HTML attribute\n inert: true\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n} as any;\n\nconst DialogComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n {\n id,\n open,\n children,\n onClose,\n title,\n primaryAction,\n secondaryAction,\n cancelAction,\n zIndex,\n titleIcon,\n caption,\n ...rest\n }: Props,\n ref\n) => {\n const [dialogId] = useState(id ?? generateID(20));\n const { label: primaryLabel, ...restOfPrimaryAction } = primaryAction;\n const PrimaryButton = (\n <Button key=\"primary\" {...restOfPrimaryAction}>\n {primaryLabel}\n </Button>\n );\n\n const SecondaryButton =\n secondaryAction &&\n (function () {\n const { label: secondaryLabel, ...restOfSecondaryAction } = secondaryAction;\n return (\n <Button key=\"tertiary\" variant=\"outline\" {...restOfSecondaryAction}>\n {secondaryLabel}\n </Button>\n );\n })();\n\n const onHiddenInputKeyPress = (event: React.KeyboardEvent<HTMLInputElement>) => {\n /** It has to be here because then we will need to check if user doesn't click tab to select action button and want to do another action then primary one? */\n if (event.key === \"Enter\") {\n primaryAction.onClick();\n }\n };\n\n return (\n <BaseModal\n {...rest}\n ref={ref}\n id={dialogId}\n className={classes[\"dialog\"]}\n containerProps={{ className: classes[\"container\"] }}\n open={open}\n onClose={onClose}\n zIndex={zIndex}\n disableContentAutoFocus\n >\n <DialogTitle\n titleIcon={titleIcon}\n caption={caption}\n id={labelId(dialogId)}\n title={title}\n onClose={onClose}\n />\n <BaseModalContent\n id={descriptionId(dialogId)}\n className={classes[\"content\"]}\n disableAutoFocus\n >\n {children}\n </BaseModalContent>\n <DialogActions onClose={onClose} cancelAction={cancelAction}>\n {[SecondaryButton, PrimaryButton]}\n </DialogActions>\n <input\n autoFocus\n {...hideFromAccessibility}\n style={{\n position: \"absolute\",\n width: 0,\n height: 0,\n opacity: 0\n }}\n maxLength={0}\n tabIndex={-1}\n onKeyDown={onHiddenInputKeyPress}\n />\n </BaseModal>\n );\n};\n\nexport const Dialog = React.forwardRef(DialogComponent);\n"],"names":["hideFromAccessibility","inert","Dialog","React","forwardRef","id","open","children","onClose","title","primaryAction","secondaryAction","cancelAction","zIndex","titleIcon","caption","rest","ref","dialogId","useState","generateID","label","primaryLabel","restOfPrimaryAction","PrimaryButton","createElement","Button","key","SecondaryButton","secondaryLabel","restOfSecondaryAction","variant","BaseModal","className","classes","containerProps","default","disableContentAutoFocus","DialogTitle","labelId","BaseModalContent","descriptionId","disableAutoFocus","DialogActions","autoFocus","style","position","width","height","opacity","maxLength","tabIndex","onKeyDown","event","onClick"],"mappings":"meA+CMA,EAAqE,CAEzEC,OAAO,GA6FIC,EAASC,EAAMC,YAzF6C,EAErEC,KACAC,OACAC,WACAC,UACAC,QACAC,gBACAC,kBACAC,eACAC,SACAC,YACAC,aACGC,GAELC,KAEM,MAACC,GAAYC,EAAAA,SAASd,GAAMe,EAAAA,WAAW,MACrCC,MAAOC,KAAiBC,GAAwBb,EAClDc,EACHrB,EAAAsB,cAAAC,EAAAA,OAAA,CAAOC,IAAI,aAAcJ,GACvBD,GAICM,EACJjB,GACC,WACC,MAAQU,MAAOQ,KAAmBC,GAA0BnB,EAE1D,OAAAR,EAAAsB,cAACC,UAAOC,IAAI,WAAWI,QAAQ,aAAcD,GAC1CD,EACH,CALH,GAiBD,OAAA1B,EAAAsB,cAACO,EAAAA,UAAA,IACKhB,EACJC,MACAZ,GAAIa,EACJe,UAAWC,UAAgB,OAC3BC,eAAgB,CAAEF,UAAWC,EAAAE,QAAmB,WAChD9B,OACAE,UACAK,SACAwB,yBAAuB,GAEvBlC,EAAAsB,cAACa,EAAAA,YAAA,CACCxB,YACAC,UACAV,GAAIkC,UAAQrB,GACZT,QACAD,YAEFL,EAAAsB,cAACe,EAAAA,iBAAA,CACCnC,GAAIoC,gBAAcvB,GAClBe,UAAWC,UAAiB,QAC5BQ,kBAAgB,GAEfnC,mBAEFoC,EAAAA,cAAc,CAAAnC,UAAkBI,gBAC9B,CAACgB,EAAiBJ,IAErBrB,EAAAsB,cAAC,QAAA,CACCmB,WAAS,KACL5C,EACJ6C,MAAO,CACLC,SAAU,WACVC,MAAO,EACPC,OAAQ,EACRC,QAAS,GAEXC,UAAW,EACXC,UAAU,EACVC,UA/CyBC,IAEX,UAAdA,EAAM1B,KACRjB,EAAc4C,SAAQ,IA8CxB"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import React, { useState } from "react";
|
|
2
|
+
import { BaseModal } from "../BaseModal/BaseModal.es.js";
|
|
3
|
+
import { BaseModalContent } from "../BaseModal/BaseModalContent/BaseModalContent.es.js";
|
|
4
|
+
import { DialogActions } from "./DialogActions/DialogActions.es.js";
|
|
5
|
+
import classes from "./Dialog.module.scss.es.js";
|
|
6
|
+
import { DialogTitle } from "./DialogTitle/DialogTitle.es.js";
|
|
7
|
+
import { Button } from "../../Button/Button.es.js";
|
|
8
|
+
import { labelId, descriptionId } from "../BaseModal/BaseModalContext.es.js";
|
|
9
|
+
import { generateID } from "../../../util/helper.es.js";
|
|
10
|
+
const hideFromAccessibility = {
|
|
11
|
+
// it's new HTML attribute
|
|
12
|
+
inert: true
|
|
13
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
14
|
+
};
|
|
15
|
+
const DialogComponent = ({
|
|
16
|
+
id,
|
|
17
|
+
open,
|
|
18
|
+
children,
|
|
19
|
+
onClose,
|
|
20
|
+
title,
|
|
21
|
+
primaryAction,
|
|
22
|
+
secondaryAction,
|
|
23
|
+
cancelAction,
|
|
24
|
+
zIndex,
|
|
25
|
+
titleIcon,
|
|
26
|
+
caption,
|
|
27
|
+
...rest
|
|
28
|
+
}, ref) => {
|
|
29
|
+
const [dialogId] = useState(id ?? generateID(20));
|
|
30
|
+
const { label: primaryLabel, ...restOfPrimaryAction } = primaryAction;
|
|
31
|
+
const PrimaryButton = /* @__PURE__ */ React.createElement(Button, { key: "primary", ...restOfPrimaryAction }, primaryLabel);
|
|
32
|
+
const SecondaryButton = secondaryAction && function() {
|
|
33
|
+
const { label: secondaryLabel, ...restOfSecondaryAction } = secondaryAction;
|
|
34
|
+
return /* @__PURE__ */ React.createElement(Button, { key: "tertiary", variant: "outline", ...restOfSecondaryAction }, secondaryLabel);
|
|
35
|
+
}();
|
|
36
|
+
const onHiddenInputKeyPress = (event) => {
|
|
37
|
+
if (event.key === "Enter") {
|
|
38
|
+
primaryAction.onClick();
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
return /* @__PURE__ */ React.createElement(
|
|
42
|
+
BaseModal,
|
|
43
|
+
{
|
|
44
|
+
...rest,
|
|
45
|
+
ref,
|
|
46
|
+
id: dialogId,
|
|
47
|
+
className: classes["dialog"],
|
|
48
|
+
containerProps: { className: classes["container"] },
|
|
49
|
+
open,
|
|
50
|
+
onClose,
|
|
51
|
+
zIndex,
|
|
52
|
+
disableContentAutoFocus: true
|
|
53
|
+
},
|
|
54
|
+
/* @__PURE__ */ React.createElement(
|
|
55
|
+
DialogTitle,
|
|
56
|
+
{
|
|
57
|
+
titleIcon,
|
|
58
|
+
caption,
|
|
59
|
+
id: labelId(dialogId),
|
|
60
|
+
title,
|
|
61
|
+
onClose
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
/* @__PURE__ */ React.createElement(
|
|
65
|
+
BaseModalContent,
|
|
66
|
+
{
|
|
67
|
+
id: descriptionId(dialogId),
|
|
68
|
+
className: classes["content"],
|
|
69
|
+
disableAutoFocus: true
|
|
70
|
+
},
|
|
71
|
+
children
|
|
72
|
+
),
|
|
73
|
+
/* @__PURE__ */ React.createElement(DialogActions, { onClose, cancelAction }, [SecondaryButton, PrimaryButton]),
|
|
74
|
+
/* @__PURE__ */ React.createElement(
|
|
75
|
+
"input",
|
|
76
|
+
{
|
|
77
|
+
autoFocus: true,
|
|
78
|
+
...hideFromAccessibility,
|
|
79
|
+
style: {
|
|
80
|
+
position: "absolute",
|
|
81
|
+
width: 0,
|
|
82
|
+
height: 0,
|
|
83
|
+
opacity: 0
|
|
84
|
+
},
|
|
85
|
+
maxLength: 0,
|
|
86
|
+
tabIndex: -1,
|
|
87
|
+
onKeyDown: onHiddenInputKeyPress
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
);
|
|
91
|
+
};
|
|
92
|
+
const Dialog = React.forwardRef(DialogComponent);
|
|
93
|
+
export {
|
|
94
|
+
Dialog
|
|
95
|
+
};
|
|
96
|
+
//# sourceMappingURL=Dialog.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.es.js","sources":["../../../../src/components/Notifications/Dialog/Dialog.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, useState } from \"react\";\nimport { BaseModal } from \"../BaseModal/BaseModal\";\nimport { BaseModalContent } from \"../BaseModal/BaseModalContent/BaseModalContent\";\nimport { DialogActions } from \"./DialogActions/DialogActions\";\nimport classes from \"./Dialog.module.scss\";\nimport { DialogTitle } from \"./DialogTitle/DialogTitle\";\nimport { Button, Props as ButtonProps } from \"../../Button/Button\";\nimport { labelId, descriptionId } from \"../BaseModal/BaseModalContext\";\nimport { generateID } from \"../../../util/helper\";\nimport { CancelAction } from \"../BaseModal/BaseModalActions/BaseModalActions\";\n\nexport interface Props extends ComponentPropsWithRef<\"div\"> {\n id?: string;\n open: boolean;\n children: React.ReactNode;\n onClose?: () => void;\n title: string;\n primaryAction: Action;\n secondaryAction?: Action;\n cancelAction?: CancelAction;\n zIndex?: number;\n disableEscapeKeyDown?: boolean;\n titleIcon?: React.ReactNode;\n caption?: string;\n}\n\nexport interface Action extends Omit<ButtonProps, \"variant\" | \"ref\"> {\n label: string;\n onClick: (event?: React.MouseEvent<HTMLButtonElement>) => unknown;\n}\n\nconst hideFromAccessibility: React.InputHTMLAttributes<HTMLInputElement> = {\n // it's new HTML attribute\n inert: true\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n} as any;\n\nconst DialogComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n {\n id,\n open,\n children,\n onClose,\n title,\n primaryAction,\n secondaryAction,\n cancelAction,\n zIndex,\n titleIcon,\n caption,\n ...rest\n }: Props,\n ref\n) => {\n const [dialogId] = useState(id ?? generateID(20));\n const { label: primaryLabel, ...restOfPrimaryAction } = primaryAction;\n const PrimaryButton = (\n <Button key=\"primary\" {...restOfPrimaryAction}>\n {primaryLabel}\n </Button>\n );\n\n const SecondaryButton =\n secondaryAction &&\n (function () {\n const { label: secondaryLabel, ...restOfSecondaryAction } = secondaryAction;\n return (\n <Button key=\"tertiary\" variant=\"outline\" {...restOfSecondaryAction}>\n {secondaryLabel}\n </Button>\n );\n })();\n\n const onHiddenInputKeyPress = (event: React.KeyboardEvent<HTMLInputElement>) => {\n /** It has to be here because then we will need to check if user doesn't click tab to select action button and want to do another action then primary one? */\n if (event.key === \"Enter\") {\n primaryAction.onClick();\n }\n };\n\n return (\n <BaseModal\n {...rest}\n ref={ref}\n id={dialogId}\n className={classes[\"dialog\"]}\n containerProps={{ className: classes[\"container\"] }}\n open={open}\n onClose={onClose}\n zIndex={zIndex}\n disableContentAutoFocus\n >\n <DialogTitle\n titleIcon={titleIcon}\n caption={caption}\n id={labelId(dialogId)}\n title={title}\n onClose={onClose}\n />\n <BaseModalContent\n id={descriptionId(dialogId)}\n className={classes[\"content\"]}\n disableAutoFocus\n >\n {children}\n </BaseModalContent>\n <DialogActions onClose={onClose} cancelAction={cancelAction}>\n {[SecondaryButton, PrimaryButton]}\n </DialogActions>\n <input\n autoFocus\n {...hideFromAccessibility}\n style={{\n position: \"absolute\",\n width: 0,\n height: 0,\n opacity: 0\n }}\n maxLength={0}\n tabIndex={-1}\n onKeyDown={onHiddenInputKeyPress}\n />\n </BaseModal>\n );\n};\n\nexport const Dialog = React.forwardRef(DialogComponent);\n"],"names":[],"mappings":";;;;;;;;;AA+CA,MAAM,wBAAqE;AAAA;AAAA,EAEzE,OAAO;AAAA;AAET;AAEA,MAAM,kBAAmE,CACvE;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GACA,QACG;AACH,QAAM,CAAC,QAAQ,IAAI,SAAS,MAAM,WAAW,EAAE,CAAC;AAChD,QAAM,EAAE,OAAO,cAAc,GAAG,oBAAwB,IAAA;AACxD,QAAM,gBACH,sBAAA,cAAA,QAAA,EAAO,KAAI,WAAW,GAAG,uBACvB,YACH;AAGI,QAAA,kBACJ,mBACC,WAAY;AACX,UAAM,EAAE,OAAO,gBAAgB,GAAG,sBAA0B,IAAA;AAE1D,WAAA,sBAAA,cAAC,UAAO,KAAI,YAAW,SAAQ,WAAW,GAAG,yBAC1C,cACH;AAAA,EAAA,EAED;AAEC,QAAA,wBAAwB,CAAC,UAAiD;AAE1E,QAAA,MAAM,QAAQ,SAAS;AACzB,oBAAc,QAAQ;AAAA,IAAA;AAAA,EAE1B;AAGE,SAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ;AAAA,MACA,IAAI;AAAA,MACJ,WAAW,QAAQ,QAAQ;AAAA,MAC3B,gBAAgB,EAAE,WAAW,QAAQ,WAAW,EAAE;AAAA,MAClD;AAAA,MACA;AAAA,MACA;AAAA,MACA,yBAAuB;AAAA,IAAA;AAAA,IAEvB,sBAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC;AAAA,QACA;AAAA,QACA,IAAI,QAAQ,QAAQ;AAAA,QACpB;AAAA,QACA;AAAA,MAAA;AAAA,IACF;AAAA,IACA,sBAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,IAAI,cAAc,QAAQ;AAAA,QAC1B,WAAW,QAAQ,SAAS;AAAA,QAC5B,kBAAgB;AAAA,MAAA;AAAA,MAEf;AAAA,IACH;AAAA,wCACC,eAAc,EAAA,SAAkB,gBAC9B,CAAC,iBAAiB,aAAa,CAClC;AAAA,IACA,sBAAA;AAAA,MAAC;AAAA,MAAA;AAAA,QACC,WAAS;AAAA,QACR,GAAG;AAAA,QACJ,OAAO;AAAA,UACL,UAAU;AAAA,UACV,OAAO;AAAA,UACP,QAAQ;AAAA,UACR,SAAS;AAAA,QACX;AAAA,QACA,WAAW;AAAA,QACX,UAAU;AAAA,QACV,WAAW;AAAA,MAAA;AAAA,IAAA;AAAA,EAEf;AAEJ;AAEa,MAAA,SAAS,MAAM,WAAW,eAAe;"}
|
|
@@ -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 */.Dialog_dialog_7l1Pc{align-items:center}@media only screen and (min-width: 50em){.Dialog_container_7l1Pc{width:30rem;margin-top:0;max-height:90%}}.Dialog_content_7l1Pc{padding-top:0}')),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="Dialog_dialog_7l1Pc",o="Dialog_container_7l1Pc",t="Dialog_content_7l1Pc",l={dialog:e,container:o,content:t};exports.container=o,exports.content=t,exports.default=l,exports.dialog=e;
|
|
3
|
+
//# sourceMappingURL=Dialog.module.scss.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 */.Dialog_dialog_7l1Pc{align-items:center}@media only screen and (min-width: 50em){.Dialog_container_7l1Pc{width:30rem;margin-top:0;max-height:90%}}.Dialog_content_7l1Pc{padding-top:0}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const dialog = "Dialog_dialog_7l1Pc";
|
|
3
|
+
const container = "Dialog_container_7l1Pc";
|
|
4
|
+
const content = "Dialog_content_7l1Pc";
|
|
5
|
+
const classes = {
|
|
6
|
+
dialog,
|
|
7
|
+
container,
|
|
8
|
+
content
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
container,
|
|
12
|
+
content,
|
|
13
|
+
classes as default,
|
|
14
|
+
dialog
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=Dialog.module.scss.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dialog.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"),o=require("../../BaseModal/BaseModalActions/BaseModalActions.cjs.js"),s=require("./DialogActions.module.scss.cjs.js"),c=e.forwardRef((({children:c,cancelAction:a,onClose:t,...l},n)=>e.createElement(o.BaseModalActions,{...l,cancelAction:a,cancelActionsClassName:s.default["cancel-action"],onClose:t,ref:n,className:s.default.actions},c)));exports.DialogActions=c;
|
|
2
|
+
//# sourceMappingURL=DialogActions.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogActions.cjs.js","sources":["../../../../../src/components/Notifications/Dialog/DialogActions/DialogActions.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 } from \"react\";\nimport {\n BaseModalActions,\n Props as BaseModalActionsProps,\n CancelAction\n} from \"../../BaseModal/BaseModalActions/BaseModalActions\";\nimport classes from \"./DialogActions.module.scss\";\n\n/* eslint-disable-next-line @typescript-eslint/no-explicit-any */\nexport interface Props extends ComponentPropsWithRef<any>, BaseModalActionsProps {\n cancelAction?: CancelAction;\n}\n\nconst DialogActionsComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, cancelAction, onClose, ...rest }: Props,\n ref\n) => {\n return (\n <BaseModalActions\n {...rest}\n cancelAction={cancelAction}\n cancelActionsClassName={classes[\"cancel-action\"]}\n onClose={onClose}\n ref={ref}\n className={classes[\"actions\"]}\n >\n {children}\n </BaseModalActions>\n );\n};\n\nexport const DialogActions = React.forwardRef(DialogActionsComponent);\n"],"names":["DialogActions","React","forwardRef","children","cancelAction","onClose","rest","ref","createElement","BaseModalActions","cancelActionsClassName","classes","className"],"mappings":"+NA+CaA,EAAgBC,EAAMC,YAlB6C,EAC5EC,WAAUC,eAAcC,aAAYC,GACtCC,IAGEN,EAAAO,cAACC,EAAAA,iBAAA,IACKH,EACJF,eACAM,uBAAwBC,UAAQ,iBAChCN,UACAE,MACAK,UAAWD,UAAiB,SAE3BR"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { BaseModalActions } from "../../BaseModal/BaseModalActions/BaseModalActions.es.js";
|
|
3
|
+
import classes from "./DialogActions.module.scss.es.js";
|
|
4
|
+
const DialogActionsComponent = ({ children, cancelAction, onClose, ...rest }, ref) => {
|
|
5
|
+
return /* @__PURE__ */ React.createElement(
|
|
6
|
+
BaseModalActions,
|
|
7
|
+
{
|
|
8
|
+
...rest,
|
|
9
|
+
cancelAction,
|
|
10
|
+
cancelActionsClassName: classes["cancel-action"],
|
|
11
|
+
onClose,
|
|
12
|
+
ref,
|
|
13
|
+
className: classes["actions"]
|
|
14
|
+
},
|
|
15
|
+
children
|
|
16
|
+
);
|
|
17
|
+
};
|
|
18
|
+
const DialogActions = React.forwardRef(DialogActionsComponent);
|
|
19
|
+
export {
|
|
20
|
+
DialogActions
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=DialogActions.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogActions.es.js","sources":["../../../../../src/components/Notifications/Dialog/DialogActions/DialogActions.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 } from \"react\";\nimport {\n BaseModalActions,\n Props as BaseModalActionsProps,\n CancelAction\n} from \"../../BaseModal/BaseModalActions/BaseModalActions\";\nimport classes from \"./DialogActions.module.scss\";\n\n/* eslint-disable-next-line @typescript-eslint/no-explicit-any */\nexport interface Props extends ComponentPropsWithRef<any>, BaseModalActionsProps {\n cancelAction?: CancelAction;\n}\n\nconst DialogActionsComponent: ForwardRefRenderFunction<HTMLDivElement, Props> = (\n { children, cancelAction, onClose, ...rest }: Props,\n ref\n) => {\n return (\n <BaseModalActions\n {...rest}\n cancelAction={cancelAction}\n cancelActionsClassName={classes[\"cancel-action\"]}\n onClose={onClose}\n ref={ref}\n className={classes[\"actions\"]}\n >\n {children}\n </BaseModalActions>\n );\n};\n\nexport const DialogActions = React.forwardRef(DialogActionsComponent);\n"],"names":[],"mappings":";;;AA6BA,MAAM,yBAA0E,CAC9E,EAAE,UAAU,cAAc,SAAS,GAAG,KAAK,GAC3C,QACG;AAED,SAAA,sBAAA;AAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ;AAAA,MACA,wBAAwB,QAAQ,eAAe;AAAA,MAC/C;AAAA,MACA;AAAA,MACA,WAAW,QAAQ,SAAS;AAAA,IAAA;AAAA,IAE3B;AAAA,EACH;AAEJ;AAEa,MAAA,gBAAgB,MAAM,WAAW,sBAAsB;"}
|
|
@@ -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 */.DialogActions_actions_7l1Pc *+*{margin-left:.5rem}@media screen and (max-width: 640px){.DialogActions_actions_7l1Pc .DialogActions_cancel-action_7l1Pc{display:block;flex-direction:column;align-items:flex-end;margin-left:0;margin-bottom:.5rem}.DialogActions_actions_7l1Pc .DialogActions_cancel-action_7l1Pc>*{width:100%}}')),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 o="DialogActions_actions_7l1Pc",t={actions:o,"cancel-action":"DialogActions_cancel-action_7l1Pc"};exports.actions=o,exports.default=t;
|
|
3
|
+
//# sourceMappingURL=DialogActions.module.scss.cjs.js.map
|
package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.cjs.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogActions.module.scss.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
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 */.DialogActions_actions_7l1Pc *+*{margin-left:.5rem}@media screen and (max-width: 640px){.DialogActions_actions_7l1Pc .DialogActions_cancel-action_7l1Pc{display:block;flex-direction:column;align-items:flex-end;margin-left:0;margin-bottom:.5rem}.DialogActions_actions_7l1Pc .DialogActions_cancel-action_7l1Pc>*{width:100%}}')),document.head.appendChild(e)}}catch(n){console.error("vite-plugin-css-injected-by-js",n)}}();
|
|
2
|
+
const actions = "DialogActions_actions_7l1Pc";
|
|
3
|
+
const classes = {
|
|
4
|
+
actions,
|
|
5
|
+
"cancel-action": "DialogActions_cancel-action_7l1Pc"
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
actions,
|
|
9
|
+
classes as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=DialogActions.module.scss.es.js.map
|
package/dist/components/Notifications/Dialog/DialogActions/DialogActions.module.scss.es.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogActions.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"),t=require("../../../Typography/Typography.cjs.js"),a=require("./DialogTitle.module.scss.cjs.js"),c=require("../../../Icon/Icon.cjs.js"),l=require("../../../Button/IconButton.cjs.js"),o=e.forwardRef((({id:o,title:n,titleIcon:i,caption:r,onClose:s,...u},d)=>e.createElement("div",{...u,ref:d,className:a.default.header},e.createElement("div",{className:`${a.default.headline} ${r?a.default["with-caption"]:a.default["no-caption"]}`},i&&e.createElement("div",{className:a.default["title-icon"]},"boolean"==typeof i?e.createElement(c.Icon,{icon:c.Icons.InfoCircle}):i),e.createElement("div",{className:a.default["title-wrapper"]},e.createElement(t.Typography,{id:o,className:a.default.title,spacing:i&&{marginLeft:2},tag:"h1",variant:"h4"},n),r&&e.createElement(t.Typography,{className:a.default.caption,spacing:{marginLeft:2},variant:"sub-text"},r))),s&&e.createElement(l.IconButton,{onClick:s,className:a.default["close-button"],title:"close modal"},e.createElement(c.Icon,{icon:c.Icons.Times})))));exports.DialogTitle=o;
|
|
2
|
+
//# sourceMappingURL=DialogTitle.cjs.js.map
|