asma-ui-core 0.0.0 → 3.3.4

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.
Files changed (212) hide show
  1. package/Readme.md +2 -2
  2. package/dist/asma-ui-core.css +2 -0
  3. package/dist/asma-ui-core.es.js +8864 -38
  4. package/dist/index.d.ts +1 -0
  5. package/dist/src/components/custom/module/module-title/StyledModuleTitle.d.ts +1 -1
  6. package/dist/src/components/custom/widget/icons/ChevronDownIcon.d.ts +2 -2
  7. package/dist/src/components/custom/widget/icons/ChevronUpIcon.d.ts +2 -2
  8. package/dist/src/components/custom/widget/widget/StyledWidget.d.ts +1 -1
  9. package/dist/src/components/custom/widget/widget-header/StyledWidgetHeader.d.ts +1 -1
  10. package/dist/src/components/custom/widget/widget-title/StyledWidgetTitle.d.ts +0 -1
  11. package/dist/src/components/data-display/badge/StyledBadge.d.ts +1 -2
  12. package/dist/src/components/data-display/chip/StyledChip.d.ts +2 -2
  13. package/dist/src/components/data-display/form-label/components/StyledFormLabel.d.ts +1 -2
  14. package/dist/src/components/data-display/form-label/helpers/getStyles.d.ts +1 -1
  15. package/dist/src/components/data-display/form-label/types.d.ts +1 -1
  16. package/dist/src/components/data-display/interactive-chip/StyledInteractiveChip.d.ts +2 -2
  17. package/dist/src/components/data-display/tooltip/StyledTooltip.d.ts +2 -2
  18. package/dist/src/components/data-display/typography/StyledTypography.d.ts +2 -2
  19. package/dist/src/components/feedback/alert/StyledAlert.d.ts +2 -2
  20. package/dist/src/components/feedback/alert/StyledAlertTitle.d.ts +2 -2
  21. package/dist/src/components/feedback/dialog/StyledDialog.d.ts +2 -2
  22. package/dist/src/components/feedback/dialog/StyledDialogActions.d.ts +3 -2
  23. package/dist/src/components/feedback/dialog/StyledDialogContent.d.ts +2 -2
  24. package/dist/src/components/feedback/dialog/StyledDialogTitle.d.ts +2 -2
  25. package/dist/src/components/feedback/empty-page/EmptyPageIcon.d.ts +2 -2
  26. package/dist/src/components/feedback/empty-page/StyledEmptyPage.d.ts +1 -1
  27. package/dist/src/components/feedback/filtered-empty-state/StyledFilteredEmptyState.d.ts +1 -1
  28. package/dist/src/components/feedback/loading/StyledLoading.d.ts +1 -1
  29. package/dist/src/components/feedback/minimizable-dialog/MinimizableDialog.d.ts +2 -2
  30. package/dist/src/components/feedback/minimizable-dialog/components/CloseBtn.d.ts +1 -1
  31. package/dist/src/components/feedback/minimizable-dialog/components/FullscreenBtn.d.ts +1 -1
  32. package/dist/src/components/feedback/minimizable-dialog/components/MinimizeBtn.d.ts +0 -1
  33. package/dist/src/components/feedback/minimizable-dialog/stack/createDialogStack.d.ts +1 -1
  34. package/dist/src/components/feedback/minimizable-dialog/types.d.ts +1 -1
  35. package/dist/src/components/feedback/minimizable-dialog/v2/MinimizableDialogV2.d.ts +2 -2
  36. package/dist/src/components/feedback/minimizable-dialog/v2/types.d.ts +1 -1
  37. package/dist/src/components/feedback/minimizable-dialog/v2/useControlledProps.d.ts +1 -1
  38. package/dist/src/components/feedback/minimizable-dialog/v2/useTranslations.d.ts +1 -1
  39. package/dist/src/components/feedback/snack-bar/SnackbarProvider.d.ts +3 -3
  40. package/dist/src/components/feedback/snack-bar/StyledAlertSnackbar.d.ts +3 -4
  41. package/dist/src/components/feedback/snack-bar/StyledSnackbar.d.ts +2 -2
  42. package/dist/src/components/feedback/snack-bar/components/StyledInfoSnackbar.d.ts +3 -4
  43. package/dist/src/components/feedback/snack-bar/components/processMessageError.d.ts +2 -2
  44. package/dist/src/components/feedback/snack-bar/components/processMessageInfo.d.ts +2 -2
  45. package/dist/src/components/feedback/snack-bar/components/types.d.ts +2 -2
  46. package/dist/src/components/feedback/snack-bar/components-styled/InfoMessages.d.ts +0 -1
  47. package/dist/src/components/feedback/snack-bar/message.d.ts +2 -2
  48. package/dist/src/components/icons/IconTemplate.d.ts +1 -2
  49. package/dist/src/components/icons/Icons.types.d.ts +0 -1
  50. package/dist/src/components/icons/Indeterminate icon/IndeterminateIcon.d.ts +2 -2
  51. package/dist/src/components/icons/Indeterminate icon/index.d.ts +1 -1
  52. package/dist/src/components/icons/archive-icon/ArchiveIcon.d.ts +1 -2
  53. package/dist/src/components/icons/arrow-expand/ArrowExpand.d.ts +2 -2
  54. package/dist/src/components/icons/arrow-shrink/ArrowShrink.d.ts +2 -2
  55. package/dist/src/components/icons/assignment/AssignmentIcon.d.ts +1 -2
  56. package/dist/src/components/icons/assignment-outline-icon/AssignmentOutlineIcon.d.ts +1 -2
  57. package/dist/src/components/icons/badge-icon/BadgeIcon.d.ts +2 -2
  58. package/dist/src/components/icons/bell-icon/BellIcon.d.ts +1 -2
  59. package/dist/src/components/icons/bell-outline-icon/BellOutlineIcon.d.ts +1 -2
  60. package/dist/src/components/icons/calendar-blank-outline-icon/CalendarBlankOutlineIcon.d.ts +1 -2
  61. package/dist/src/components/icons/calendar-icon/CalendarIcon.d.ts +1 -2
  62. package/dist/src/components/icons/calendar-icon/NewCalendarIcon.d.ts +2 -2
  63. package/dist/src/components/icons/calendar-range-icon/CalendarIcon.d.ts +1 -2
  64. package/dist/src/components/icons/check-fact-icon/CheckFactIcon.d.ts +2 -2
  65. package/dist/src/components/icons/check-fact-outline-icon/CheckFactOutlineIcon.d.ts +2 -2
  66. package/dist/src/components/icons/check-outline-icon/CheckOutlineIcon.d.ts +2 -2
  67. package/dist/src/components/icons/checkbox-checked-icon/CheckBoxCheckedIcon.d.ts +1 -2
  68. package/dist/src/components/icons/chevron-double-left-icon/ChevronDoubleLeftIcon.d.ts +1 -2
  69. package/dist/src/components/icons/chevron-double-right-icon/ChevronDoubleRightIcon.d.ts +1 -2
  70. package/dist/src/components/icons/chevron-down-icon/ChevronDownIcon.d.ts +1 -2
  71. package/dist/src/components/icons/chevron-left-icon/ChevronLeftIcon.d.ts +1 -2
  72. package/dist/src/components/icons/chevron-right-icon/ChevronRightIcon.d.ts +1 -2
  73. package/dist/src/components/icons/chevron-up-icon/ChevronUpIcon.d.ts +1 -2
  74. package/dist/src/components/icons/clock-outline-icon/ClockOutlineIcon.d.ts +1 -2
  75. package/dist/src/components/icons/close-icon/CloseIcon.d.ts +1 -2
  76. package/dist/src/components/icons/consents-icon/ConsentsIcon.d.ts +2 -2
  77. package/dist/src/components/icons/dashboard-view-icon/DashboardViewIcon.d.ts +1 -2
  78. package/dist/src/components/icons/dashboard-view-outline-icon/DashboardViewOutlineIcon.d.ts +1 -2
  79. package/dist/src/components/icons/delete-outline-icon/DeleteOutlineIcon.d.ts +1 -2
  80. package/dist/src/components/icons/dots-vertical-icon/DotsVerticalIcon.d.ts +1 -2
  81. package/dist/src/components/icons/download-icon/DownloadIcon.d.ts +1 -2
  82. package/dist/src/components/icons/drag-horizontal-icon/DragHorizontalIcon.d.ts +1 -2
  83. package/dist/src/components/icons/drop-down-icon/DropDownIcon.d.ts +1 -2
  84. package/dist/src/components/icons/drop-up-icon/DropUpIcon.d.ts +1 -2
  85. package/dist/src/components/icons/dvr-icon/DvrIcon.d.ts +1 -2
  86. package/dist/src/components/icons/earth-icon/EarthIcon.d.ts +1 -2
  87. package/dist/src/components/icons/edit-square-icon/EditSquareIcon.d.ts +2 -2
  88. package/dist/src/components/icons/error-outline-icon/ErrorOutlineIcon.d.ts +2 -2
  89. package/dist/src/components/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +1 -2
  90. package/dist/src/components/icons/file-pdf-icon/FilePdfIcon.d.ts +1 -2
  91. package/dist/src/components/icons/filter-icon/FilterIcon.d.ts +1 -2
  92. package/dist/src/components/icons/filter-icon-off/FilterIconOff.d.ts +2 -2
  93. package/dist/src/components/icons/find-replace-icon/FindReplaceIcon.d.ts +1 -2
  94. package/dist/src/components/icons/find-replace-people-icon/FindReplacePeopleIcon.d.ts +0 -1
  95. package/dist/src/components/icons/hamburger-icon/HamburgerIcon.d.ts +1 -2
  96. package/dist/src/components/icons/handyman-icon/HandymanIcon.d.ts +2 -2
  97. package/dist/src/components/icons/handyman-outline-icon/HandymanOutlineIcon.d.ts +2 -2
  98. package/dist/src/components/icons/inbox-outbox-icon/InboxOutboxIcon.d.ts +1 -2
  99. package/dist/src/components/icons/inbox-outbox-outline-icon/InboxOutboxOutlineIcon.d.ts +1 -2
  100. package/dist/src/components/icons/keyboard-capslock-icon/KeyboardCapslockIcon.d.ts +2 -2
  101. package/dist/src/components/icons/link-outline-icon/LinkOutlineIcon.d.ts +1 -2
  102. package/dist/src/components/icons/list-numbered-icon/ListNumberedIcon.d.ts +1 -2
  103. package/dist/src/components/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +1 -2
  104. package/dist/src/components/icons/list-status-icon/ListStatusIcon.d.ts +1 -2
  105. package/dist/src/components/icons/loading-icon/LoadingIcon.d.ts +1 -2
  106. package/dist/src/components/icons/lock-icon/LockIcon.d.ts +1 -2
  107. package/dist/src/components/icons/message-processing-icon/MessageProcessingIcon.d.ts +1 -2
  108. package/dist/src/components/icons/message-processing-outline-icon/MessageProcessingOutlineIcon.d.ts +1 -2
  109. package/dist/src/components/icons/message-reply-icon/MessageReplyIcon.d.ts +2 -2
  110. package/dist/src/components/icons/minimize-icon/MinimizeIcon.d.ts +2 -2
  111. package/dist/src/components/icons/outline-calendar-month/OutlineCalendarMonth.d.ts +1 -2
  112. package/dist/src/components/icons/pdf-icon/PdfIcon.d.ts +1 -2
  113. package/dist/src/components/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +1 -2
  114. package/dist/src/components/icons/people-icon/PeopleIcon.d.ts +1 -2
  115. package/dist/src/components/icons/people-outline-icon/PeopleOutlineIcon.d.ts +1 -2
  116. package/dist/src/components/icons/perm-media-icon/PermMediaIcon.d.ts +1 -2
  117. package/dist/src/components/icons/perm-media-outline-icon/PermMediaOutline.d.ts +1 -2
  118. package/dist/src/components/icons/person-icon/PersonIcon.d.ts +1 -2
  119. package/dist/src/components/icons/person-outline-icon/PersonOutlineIcon.d.ts +1 -2
  120. package/dist/src/components/icons/pin-icon/PinIcon.d.ts +2 -2
  121. package/dist/src/components/icons/plus-icon/PlusIcon.d.ts +2 -2
  122. package/dist/src/components/icons/plus-icon-circle/PlusIconCircle.d.ts +2 -2
  123. package/dist/src/components/icons/qnr-icon/QnrIcon.d.ts +1 -2
  124. package/dist/src/components/icons/replay-icon/ReplayIcon.d.ts +2 -2
  125. package/dist/src/components/icons/report-box-icon/ReportBoxIcon.d.ts +1 -2
  126. package/dist/src/components/icons/report-box-outline-icon/ReportBoxOutlineIcon.d.ts +1 -2
  127. package/dist/src/components/icons/search-icon/SearchIcon.d.ts +1 -2
  128. package/dist/src/components/icons/settings-icon/SettingsIcon.d.ts +1 -2
  129. package/dist/src/components/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +2 -2
  130. package/dist/src/components/icons/settings-outline-icon/SettingsOutlineIcon.d.ts +1 -2
  131. package/dist/src/components/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +2 -2
  132. package/dist/src/components/icons/topic-icon/TopicIcon.d.ts +1 -2
  133. package/dist/src/components/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +2 -2
  134. package/dist/src/components/icons/warning-icon/WarningAmberOutlineIcon.d.ts +2 -2
  135. package/dist/src/components/icons/work-icon/WorkIcon.d.ts +2 -2
  136. package/dist/src/components/inputs/button/StyledButton.d.ts +2 -2
  137. package/dist/src/components/inputs/checkbox/StyledCheckbox.d.ts +1 -2
  138. package/dist/src/components/inputs/checkbox/base-ui/StyledCheckbox.d.ts +3 -3
  139. package/dist/src/components/inputs/dynamic-select/StyledDynamicSelect.d.ts +1 -1
  140. package/dist/src/components/inputs/dynamic-select/components/DynamicInteractiveChipGroup.d.ts +1 -1
  141. package/dist/src/components/inputs/dynamic-select/components/DynamicSelectAutocomplete.d.ts +1 -1
  142. package/dist/src/components/inputs/dynamic-select/helpers/useWrap.d.ts +3 -3
  143. package/dist/src/components/inputs/dynamic-select/types.d.ts +2 -2
  144. package/dist/src/components/inputs/input-field/StyledInputField.d.ts +1 -2
  145. package/dist/src/components/inputs/input-field/story/components/StyledInputFieldExample.d.ts +0 -1
  146. package/dist/src/components/inputs/label/StyledLabel.d.ts +1 -1
  147. package/dist/src/components/inputs/radio-button/StyledRadio.d.ts +2 -2
  148. package/dist/src/components/inputs/radio-button/StyledRadioGroup.d.ts +2 -2
  149. package/dist/src/components/inputs/radio-button/base-ui/StyledRadio.d.ts +1 -1
  150. package/dist/src/components/inputs/radio-button/base-ui/StyledRadioGroup.d.ts +1 -1
  151. package/dist/src/components/inputs/rich-input/RichInput.d.ts +2 -2
  152. package/dist/src/components/inputs/search-field/StyledSearchField.d.ts +3 -3
  153. package/dist/src/components/inputs/select/StyledSelect.d.ts +1 -2
  154. package/dist/src/components/inputs/select/StyledSelectItem.d.ts +2 -2
  155. package/dist/src/components/inputs/select/story/components/StyledSelectExample.d.ts +0 -1
  156. package/dist/src/components/inputs/select-autocomplete/StyledSelectAutocomplete.d.ts +2 -3
  157. package/dist/src/components/inputs/select-autocomplete/story/components/StyledSelectAutocompleteExample.d.ts +0 -1
  158. package/dist/src/components/inputs/slider/StyledSlider.d.ts +2 -2
  159. package/dist/src/components/inputs/switch/StyledSwitch.d.ts +3 -3
  160. package/dist/src/components/inputs/switch/base-ui/StyledSwitch.d.ts +1 -1
  161. package/dist/src/components/inputs/textarea/StyledTextarea.d.ts +2 -2
  162. package/dist/src/components/miscellaneous/StyledFormControl.d.ts +2 -2
  163. package/dist/src/components/miscellaneous/StyledFormControlLabel.d.ts +2 -2
  164. package/dist/src/components/miscellaneous/StyledFormGroup.d.ts +1 -2
  165. package/dist/src/components/miscellaneous/StyledFormHelperText.d.ts +2 -2
  166. package/dist/src/components/miscellaneous/StyledInputLabel.d.ts +2 -2
  167. package/dist/src/components/navigation/drawer/StyledDrawer.d.ts +2 -2
  168. package/dist/src/components/navigation/link/StyledLink.d.ts +1 -1
  169. package/dist/src/components/navigation/menu/StyledMenu.d.ts +2 -2
  170. package/dist/src/components/navigation/menu/StyledMenuItem.d.ts +2 -2
  171. package/dist/src/components/navigation/menu/StyledMenuList.d.ts +2 -2
  172. package/dist/src/components/navigation/tabs/StyledTab.d.ts +2 -2
  173. package/dist/src/components/navigation/tabs/StyledTabs.d.ts +2 -2
  174. package/dist/src/components/pickers/date-picker/StyledDatePicker.d.ts +2 -2
  175. package/dist/src/components/pickers/date-picker/components/DatePickerInputIndex.d.ts +1 -2
  176. package/dist/src/components/pickers/date-picker/components/DatePickerInputRange.d.ts +1 -2
  177. package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +1 -2
  178. package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +1 -2
  179. package/dist/src/components/pickers/date-picker/components/StyledCalendarPicker.d.ts +2 -3
  180. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerCaption.d.ts +2 -7
  181. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerFooter.d.ts +2 -2
  182. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectMonth.d.ts +1 -2
  183. package/dist/src/components/pickers/date-picker/components/StyledCalendarPickerSelectYear.d.ts +1 -2
  184. package/dist/src/components/pickers/date-picker/helpers.d.ts +1 -1
  185. package/dist/src/components/pickers/date-picker/story/components/DatePickerContainer.d.ts +1 -1
  186. package/dist/src/components/pickers/date-picker/story/components/NestedRangePickerExample.d.ts +0 -1
  187. package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +0 -1
  188. package/dist/src/components/pickers/date-picker/story/components/RangePickerExample.d.ts +0 -1
  189. package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +0 -1
  190. package/dist/src/components/pickers/date-picker/types.d.ts +1 -2
  191. package/dist/src/components/pickers/time-picker/StyledTimePicker.d.ts +1 -2
  192. package/dist/src/components/pickers/time-picker/TimePickerInput.d.ts +2 -2
  193. package/dist/src/components/pickers/time-picker/TimePickerPopper.d.ts +2 -3
  194. package/dist/src/components/pickers/time-picker/components/HelperText.d.ts +0 -1
  195. package/dist/src/components/pickers/time-picker/components/TimePickerBody.d.ts +1 -2
  196. package/dist/src/components/pickers/time-picker/components/TimePickerColumn.d.ts +1 -2
  197. package/dist/src/components/utils/accordion/StyledAccordion.d.ts +2 -2
  198. package/dist/src/components/utils/accordion/StyledAccordionDetails.d.ts +2 -2
  199. package/dist/src/components/utils/accordion/StyledAccordionSummary.d.ts +2 -2
  200. package/dist/src/components/utils/accordion/base-ui/StyledAccordion.d.ts +2 -2
  201. package/dist/src/components/utils/accordion/base-ui/StyledAccordionDetails.d.ts +1 -1
  202. package/dist/src/components/utils/accordion/base-ui/StyledAccordionSummary.d.ts +2 -2
  203. package/dist/src/components/utils/copy-wrapper/CopyButton.d.ts +2 -2
  204. package/dist/src/components/utils/copy-wrapper/CopyWrapper.d.ts +2 -2
  205. package/dist/src/components/utils/filter-menu/StyledFilterButton.d.ts +1 -2
  206. package/dist/src/components/utils/filter-menu/StyledFilterMenu.d.ts +2 -2
  207. package/dist/src/components/utils/popover/StyledPopover.d.ts +2 -2
  208. package/dist/src/helpers/cn.d.ts +1 -1
  209. package/dist/src/helpers/prepareForSlot.d.ts +1 -2
  210. package/dist/src/helpers/reflections.helper.d.ts +1 -1
  211. package/package.json +68 -70
  212. package/dist/style.css +0 -1
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from './src/index'
2
+ export {}
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export declare const StyledModuleTitle: React.FC<{
3
3
  dataTest: string;
4
4
  children: ReactNode;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export default function ChevronDownIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { SVGProps } from 'react';
2
+ export default function ChevronDownIcon(props: SVGProps<SVGSVGElement>): import("node_modules/@types/react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export default function ChevronUpIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { SVGProps } from 'react';
2
+ export default function ChevronUpIcon(props: SVGProps<SVGSVGElement>): import("node_modules/@types/react").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { type PropsWithChildren, type ReactNode } from 'react';
1
+ import { PropsWithChildren, ReactNode } from 'react';
2
2
  export type StyledWidgetProps = {
3
3
  title: string;
4
4
  icon?: ReactNode;
@@ -1,4 +1,4 @@
1
- import React, { type ReactNode } from 'react';
1
+ import { default as React, ReactNode } from 'react';
2
2
  export declare const StyledWidgetHeader: React.FC<{
3
3
  actions?: ReactNode;
4
4
  title?: string;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledWidgetTitle: React.FC<React.PropsWithChildren>;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BadgeProps } from '@mui/material';
1
+ import { BadgeProps } from '@mui/material';
3
2
  export declare const StyledBadge: React.FC<BadgeProps & {
4
3
  dataTest: string;
5
4
  }>;
@@ -1,5 +1,5 @@
1
- import { type ChipProps } from '@mui/material';
2
- import type React from 'react';
1
+ import { ChipProps } from '@mui/material';
2
+ import { default as React } from 'react';
3
3
  export type StyledChipProps = ChipProps & {
4
4
  dataTest: string;
5
5
  readOnly?: boolean;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IStyledFormLabel } from '../types';
1
+ import { IStyledFormLabel } from '../types';
3
2
  export declare const StyledFormLabel: React.FC<IStyledFormLabel>;
@@ -1,4 +1,4 @@
1
- import type { IFormLabelSize } from '../types';
1
+ import { IFormLabelSize } from '../types';
2
2
  export declare const getStyles: ({ size }: {
3
3
  size: IFormLabelSize;
4
4
  }) => string | undefined;
@@ -1,4 +1,4 @@
1
- import type { MouseEventHandler, ReactNode } from 'react';
1
+ import { MouseEventHandler, ReactNode } from 'react';
2
2
  export type IFormLabelSize = 'md' | 'base' | 'lg' | 'xl';
3
3
  export type IStyledFormLabel = {
4
4
  title: ReactNode;
@@ -1,6 +1,6 @@
1
- import { type ComponentProps, type FC } from 'react';
1
+ import { ComponentProps, FC } from 'react';
2
2
  import { StyledChip } from '../chip';
3
- import type { CheckboxProps, RadioProps } from '@mui/material';
3
+ import { CheckboxProps, RadioProps } from '@mui/material';
4
4
  export interface StyledInteractiveChipProps extends ComponentProps<typeof StyledChip> {
5
5
  type?: 'checkbox' | 'radio';
6
6
  checked?: (CheckboxProps | RadioProps)['checked'];
@@ -1,2 +1,2 @@
1
- import { type TooltipProps } from '@mui/material';
2
- export declare const StyledTooltip: (props: TooltipProps) => JSX.Element;
1
+ import { TooltipProps } from '@mui/material';
2
+ export declare const StyledTooltip: (props: TooltipProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type TypographyProps } from '@mui/material';
2
- export declare const StyledTypography: (props: TypographyProps) => JSX.Element;
1
+ import { TypographyProps } from '@mui/material';
2
+ export declare const StyledTypography: (props: TypographyProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type AlertProps } from '@mui/material';
2
- export declare const StyledAlert: (props: AlertProps) => JSX.Element;
1
+ import { AlertProps } from '@mui/material';
2
+ export declare const StyledAlert: (props: AlertProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type AlertTitleProps } from '@mui/material';
2
- export declare const StyledAlertTitle: (props: AlertTitleProps) => JSX.Element;
1
+ import { AlertTitleProps } from '@mui/material';
2
+ export declare const StyledAlertTitle: (props: AlertTitleProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,5 +1,5 @@
1
- import type { DialogProps } from '@mui/material/Dialog';
2
- import type { ReactNode } from 'react';
1
+ import { DialogProps } from '@mui/material/Dialog';
2
+ import { ReactNode } from 'react';
3
3
  export interface IStyledDialogProps extends DialogProps {
4
4
  onCloseText?: ReactNode;
5
5
  showCloseIcon?: boolean;
@@ -1,2 +1,3 @@
1
- import { type DialogActionsProps } from '@mui/material';
2
- export declare const StyledDialogActions: (props: DialogActionsProps) => JSX.Element;
1
+ import { default as React } from 'react';
2
+ import { DialogActionsProps } from '@mui/material';
3
+ export declare const StyledDialogActions: (props: DialogActionsProps) => React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import { type DialogContentProps } from '@mui/material';
2
- export declare const StyledDialogContent: ({ children, classes, className, ...rest }: DialogContentProps) => JSX.Element;
1
+ import { DialogContentProps } from '@mui/material';
2
+ export declare const StyledDialogContent: ({ children, classes, className, ...rest }: DialogContentProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { DialogTitleProps } from '@mui/material/DialogTitle/DialogTitle';
2
- export declare const StyledDialogTitle: ({ children, ...rest }: DialogTitleProps) => JSX.Element | null;
1
+ import { DialogTitleProps } from '@mui/material/DialogTitle';
2
+ export declare const StyledDialogTitle: ({ children, ...rest }: DialogTitleProps) => import("node_modules/@types/react").JSX.Element | null;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export default function EmptyPageIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { SVGProps } from 'react';
2
+ export default function EmptyPageIcon(props: SVGProps<SVGSVGElement>): import("node_modules/@types/react").JSX.Element;
@@ -1,4 +1,4 @@
1
- import type { FC } from 'react';
1
+ import { FC } from 'react';
2
2
  export declare const StyledEmptyPage: FC<{
3
3
  emptyText: string;
4
4
  isEmpty?: boolean;
@@ -1,4 +1,4 @@
1
- import type { FC, ReactNode } from 'react';
1
+ import { FC, ReactNode } from 'react';
2
2
  type FilteredEmptyStateLocale = 'en' | 'no';
3
3
  export type StyledFilteredEmptyStateProps = {
4
4
  dataTest: string;
@@ -1,4 +1,4 @@
1
- import type { FC } from 'react';
1
+ import { FC } from 'react';
2
2
  type StyledLoadingProps = {
3
3
  isLoading: boolean;
4
4
  className?: string;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import type { IMinimizableDialogProps } from './types';
1
+ import { default as React } from 'react';
2
+ import { IMinimizableDialogProps } from './types';
3
3
  export declare const MinimizableDialog: React.FC<IMinimizableDialogProps>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { default as React } from 'react';
2
2
  export declare const CloseBtn: React.FC<{
3
3
  showCloseIcon: boolean;
4
4
  onClick: () => void;
@@ -1,4 +1,4 @@
1
- import type { FC } from 'react';
1
+ import { FC } from 'react';
2
2
  export declare const FullScreenBtn: FC<{
3
3
  fullScreen: boolean;
4
4
  showFullScreenIcon: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const MinimizeBtn: React.FC<{
3
2
  type: 'expand' | 'minimize';
4
3
  visibility: boolean;
@@ -1,4 +1,4 @@
1
- import React, { type ReactNode } from 'react';
1
+ import { default as React, ReactNode } from 'react';
2
2
  export type DialogConfigMap = Record<string, {
3
3
  dependencies?: readonly string[];
4
4
  order?: number;
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export type IFloatingWindowProps = {
3
3
  fullScreen: boolean;
4
4
  };
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- import type { IMinimizableDialogV2Props } from './types';
1
+ import { default as React } from 'react';
2
+ import { IMinimizableDialogV2Props } from './types';
3
3
  export declare const MinimizableDialogV2: React.FC<IMinimizableDialogV2Props>;
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export type ILocale = 'en' | 'no';
3
3
  export type IMinimizableDialogV2Props = {
4
4
  open: boolean;
@@ -1,4 +1,4 @@
1
- import type { IMinimizableDialogV2Props } from './types';
1
+ import { IMinimizableDialogV2Props } from './types';
2
2
  export declare const useControlledProps: ({ fullScreenState, handleFullScreenState, minimizedState, handleMinimizedState, }: IMinimizableDialogV2Props) => {
3
3
  fullScreen: boolean;
4
4
  setFullScreen: (fullScreen: boolean) => void;
@@ -1,4 +1,4 @@
1
- import type { ILocale } from './types';
1
+ import { ILocale } from './types';
2
2
  export declare function useTranslations(locale?: ILocale): {
3
3
  close: string;
4
4
  expand: string;
@@ -1,10 +1,10 @@
1
- import type { AlertColor } from '@mui/material';
2
- import { type SnackbarProviderProps } from 'notistack';
1
+ import { AlertColor } from '@mui/material';
2
+ import { SnackbarProviderProps } from 'notistack';
3
3
  /**
4
4
  * @ignore
5
5
  * @internal
6
6
  */
7
- export declare const SnackbarProvider: (props: SnackbarProviderProps) => JSX.Element;
7
+ export declare const SnackbarProvider: (props: SnackbarProviderProps) => import("node_modules/@types/react").JSX.Element;
8
8
  declare module 'notistack' {
9
9
  interface VariantOverrides {
10
10
  alert: {
@@ -1,11 +1,10 @@
1
- /// <reference types="react" />
2
- import type { AlertColor } from '@mui/material';
3
- import { type CustomContentProps } from 'notistack';
1
+ import { AlertColor } from '@mui/material';
2
+ import { CustomContentProps } from 'notistack';
4
3
  interface StyledAlertSnackbarProps extends CustomContentProps {
5
4
  severity?: AlertColor;
6
5
  alertClassName?: string;
7
6
  alertVariant?: 'standard' | 'filled' | 'outlined';
8
7
  closeButton?: boolean;
9
8
  }
10
- export declare const StyledAlertSnackbar: import("react").ForwardRefExoticComponent<StyledAlertSnackbarProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ export declare const StyledAlertSnackbar: import('node_modules/@types/react').ForwardRefExoticComponent<StyledAlertSnackbarProps & import('node_modules/@types/react').RefAttributes<HTMLDivElement>>;
11
10
  export {};
@@ -1,2 +1,2 @@
1
- import { type SnackbarProps } from '@mui/material';
2
- export declare const StyledSnackbar: ({ children, ...props }: SnackbarProps) => JSX.Element;
1
+ import { SnackbarProps } from '@mui/material';
2
+ export declare const StyledSnackbar: ({ children, ...props }: SnackbarProps) => import("node_modules/@types/react").JSX.Element;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
- import type { AlertColor } from '@mui/material';
3
- import { type CustomContentProps } from 'notistack';
1
+ import { AlertColor } from '@mui/material';
2
+ import { CustomContentProps } from 'notistack';
4
3
  interface StyledInfoSnackbarProps extends CustomContentProps {
5
4
  severity?: AlertColor;
6
5
  alertClassName?: string;
@@ -8,5 +7,5 @@ interface StyledInfoSnackbarProps extends CustomContentProps {
8
7
  closeButton?: boolean;
9
8
  type?: 'loading';
10
9
  }
11
- export declare const StyledInfoSnackbar: import("react").ForwardRefExoticComponent<StyledInfoSnackbarProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ export declare const StyledInfoSnackbar: import('node_modules/@types/react').ForwardRefExoticComponent<StyledInfoSnackbarProps & import('node_modules/@types/react').RefAttributes<HTMLDivElement>>;
12
11
  export {};
@@ -1,3 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './types';
1
+ import { ReactNode } from 'react';
2
+ import { MessageProps } from './types';
3
3
  export declare function processMessageError(messageInfo: string | ReactNode, options?: MessageProps): () => void;
@@ -1,3 +1,3 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './types';
1
+ import { ReactNode } from 'react';
2
+ import { MessageProps } from './types';
3
3
  export declare function processMessageInfo(messageInfo: string | ReactNode, options?: MessageProps): () => void;
@@ -1,5 +1,5 @@
1
- import type { AlertColor } from '@mui/material';
2
- import type { SnackbarProviderProps } from 'notistack';
1
+ import { AlertColor } from '@mui/material';
2
+ import { SnackbarProviderProps } from 'notistack';
3
3
  export type MessageProps = SnackbarProviderProps & {
4
4
  severity?: AlertColor;
5
5
  persist?: boolean;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const InfoMessages: React.FC;
@@ -1,5 +1,5 @@
1
- import type { ReactNode } from 'react';
2
- import type { MessageProps } from './components/types';
1
+ import { ReactNode } from 'react';
2
+ import { MessageProps } from './components/types';
3
3
  /**
4
4
  * Important props:
5
5
  * @param id - string. To control the message
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import { type IIconTemplate } from './Icons.types';
1
+ import { IIconTemplate } from './Icons.types';
3
2
  export declare const IconTemplate: React.FC<IIconTemplate>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface IIcon {
3
2
  width?: number;
4
3
  height?: number;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function IndeterminateIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function IndeterminateIcon(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1 +1 @@
1
- export * from "./IndeterminateIcon";
1
+ export * from './IndeterminateIcon';
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ArchiveIcon: React.FC<IIcon>;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function ArrowExpand(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function ArrowExpand(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function ArrowShrink(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function ArrowShrink(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const AssignmentIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const AssignmentOutlineIcon: React.FC<IIcon>;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function BadgeIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { SVGProps } from 'react';
2
+ export declare function BadgeIcon(props: SVGProps<SVGSVGElement>): import("node_modules/@types/react").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const BellIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const BellOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const CalendarBlankOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const CalendarIcon: React.FC<IIcon>;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare const NewCalendarIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
1
+ import { SVGProps } from 'react';
2
+ export declare const NewCalendarIcon: (props: SVGProps<SVGSVGElement>) => import("node_modules/@types/react").JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const CalendarRangeIcon: React.FC<IIcon>;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function CheckFactIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function CheckFactIcon(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function CheckFactOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function CheckFactOutlineIcon(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function CheckOutlineIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function CheckOutlineIcon(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const CheckBoxCheckedIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronDoubleLeftIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronDoubleRightIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronDownIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronLeftIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronRightIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ChevronUpIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const ClockOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const CloseIcon: React.FC<IIcon>;
@@ -1,2 +1,2 @@
1
- import type { SVGProps } from 'react';
2
- export declare function ConsentsIcon(props: SVGProps<SVGSVGElement>): JSX.Element;
1
+ import { default as React, SVGProps } from 'react';
2
+ export declare function ConsentsIcon(props: SVGProps<SVGSVGElement>): React.JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DashboardViewIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DashboardViewOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DeleteOutlineIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DotsVerticalIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DownloadIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DragHorizontalIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DropDownIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DropUpIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const DvrIcon: React.FC<IIcon>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- import type { IIcon } from '../Icons.types';
1
+ import { IIcon } from '../Icons.types';
3
2
  export declare const EarthIcon: React.FC<IIcon>;