magneto365.ui 2.57.0 → 2.57.2-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.
Files changed (202) hide show
  1. package/dist/assets/megaMenu/ca9ee6d183e7647b.svg +8 -0
  2. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  3. package/dist/cjs/index.js +1356 -1566
  4. package/dist/cjs/index.js.map +1 -1
  5. package/dist/cjs/types/components/UI/atoms/Divider/Divider.interface.d.ts +0 -1
  6. package/dist/cjs/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
  7. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
  8. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
  9. package/dist/cjs/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
  10. package/dist/cjs/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
  11. package/dist/cjs/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
  12. package/dist/cjs/types/components/UI/atoms/index.d.ts +0 -1
  13. package/dist/cjs/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
  14. package/dist/cjs/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
  15. package/dist/cjs/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  16. package/dist/cjs/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
  17. package/dist/cjs/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
  18. package/dist/cjs/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
  19. package/dist/cjs/types/components/UI/molecules/index.d.ts +2 -7
  20. package/dist/cjs/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
  21. package/dist/cjs/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
  22. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
  23. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
  24. package/dist/cjs/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
  25. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
  26. package/dist/cjs/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
  27. package/dist/cjs/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
  28. package/dist/cjs/types/components/UI/organism/index.d.ts +1 -3
  29. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
  30. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
  31. package/dist/cjs/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
  32. package/dist/cjs/types/constants/icons.constants.d.ts +0 -7
  33. package/dist/cjs/types/constants/megaMenu.constants.d.ts +1 -0
  34. package/dist/cjs/types/constants/stories/index.d.ts +0 -3
  35. package/dist/cjs/types/constants/stories/megaMenu.constants.d.ts +1 -0
  36. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  37. package/dist/esm/index.js +1355 -1547
  38. package/dist/esm/index.js.map +1 -1
  39. package/dist/esm/types/components/UI/atoms/Divider/Divider.interface.d.ts +0 -1
  40. package/dist/esm/types/components/UI/atoms/HeaderTab/HeaderTab.interface.d.ts +0 -7
  41. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.component.d.ts +10 -0
  42. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/MegaMenuDrawerItem.interface.d.ts +28 -0
  43. package/dist/esm/types/components/UI/atoms/MegaMenuDrawerItem/index.d.ts +2 -0
  44. package/dist/esm/types/components/UI/atoms/MegaMenuTab/MegaMenuTab.component.d.ts +3 -1
  45. package/dist/esm/types/components/UI/atoms/ToggleButton/ToggleButton.interface.d.ts +4 -9
  46. package/dist/esm/types/components/UI/atoms/index.d.ts +0 -1
  47. package/dist/esm/types/components/UI/molecules/Alert/Alert.interface.d.ts +1 -1
  48. package/dist/esm/types/components/UI/molecules/ListIconLink/ListIconLink.interface.d.ts +1 -0
  49. package/dist/esm/types/components/UI/molecules/MegaMenuCard/MegaMenuCard.interface.d.ts +1 -1
  50. package/dist/esm/types/components/UI/molecules/MegaMenuSideCards/MegaMenuSideCards.interface.d.ts +0 -1
  51. package/dist/esm/types/components/UI/molecules/MegaMenuSocialTabs/MegaMenuTabs.component.d.ts +4 -1
  52. package/dist/esm/types/components/UI/molecules/Tooltip/Tooltip.interface.d.ts +0 -7
  53. package/dist/esm/types/components/UI/molecules/index.d.ts +2 -7
  54. package/dist/esm/types/components/UI/organism/AlphabetFilter/AlphabetFilter.interface.d.ts +2 -1
  55. package/dist/esm/types/components/UI/organism/JobDetailsDrawer/JobDetailsDrawer.interface.d.ts +0 -5
  56. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.component.d.ts +3 -0
  57. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/MegaMenuDrawer.interface.d.ts +11 -0
  58. package/dist/esm/types/components/UI/organism/MegaMenuDrawer/index.d.ts +2 -0
  59. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.component.d.ts +2 -1
  60. package/dist/esm/types/components/UI/organism/MegaMenuMainHeader/MegaMenuMainHeader.interface.d.ts +3 -0
  61. package/dist/esm/types/components/UI/organism/MobileJobDetailsDrawer/MobileJobDetailsDrawer.interface.d.ts +2 -7
  62. package/dist/esm/types/components/UI/organism/index.d.ts +1 -3
  63. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuContext.interface.d.ts +1 -3
  64. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuDesktop.component.d.ts +4 -0
  65. package/dist/esm/types/components/UI/template/MegaMenu/MegaMenuMobile.component.d.ts +4 -0
  66. package/dist/esm/types/constants/icons.constants.d.ts +0 -7
  67. package/dist/esm/types/constants/megaMenu.constants.d.ts +1 -0
  68. package/dist/esm/types/constants/stories/index.d.ts +0 -3
  69. package/dist/esm/types/constants/stories/megaMenu.constants.d.ts +1 -0
  70. package/dist/index.d.ts +41 -600
  71. package/package.json +1 -1
  72. package/dist/assets/035d90cb55b544da.svg +0 -15
  73. package/dist/assets/1aba91fa564f11d7.svg +0 -16
  74. package/dist/assets/3a1c54796cd5e026.svg +0 -17
  75. package/dist/assets/3e2d04cc8ff5910d.svg +0 -11
  76. package/dist/assets/58346511fd62e29a.svg +0 -5
  77. package/dist/assets/8a37a9c7b0fd5027.svg +0 -9
  78. package/dist/assets/f3929a315218dc82.svg +0 -10
  79. package/dist/cjs/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
  80. package/dist/cjs/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
  81. package/dist/cjs/types/components/UI/atoms/Badge/index.d.ts +0 -1
  82. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
  83. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
  84. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
  85. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
  86. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
  87. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
  88. package/dist/cjs/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
  89. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
  90. package/dist/cjs/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
  91. package/dist/cjs/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
  92. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
  93. package/dist/cjs/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
  94. package/dist/cjs/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
  95. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
  96. package/dist/cjs/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
  97. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
  98. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
  99. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
  100. package/dist/cjs/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
  101. package/dist/cjs/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
  102. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
  103. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
  104. package/dist/cjs/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
  105. package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +0 -9
  106. package/dist/cjs/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +0 -71
  107. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +0 -3
  108. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +0 -1
  109. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +0 -3
  110. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +0 -1
  111. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +0 -3
  112. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +0 -1
  113. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +0 -3
  114. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +0 -1
  115. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +0 -3
  116. package/dist/cjs/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +0 -1
  117. package/dist/cjs/types/components/UI/organism/ApplicationSummary/index.d.ts +0 -5
  118. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
  119. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
  120. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
  121. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
  122. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
  123. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
  124. package/dist/cjs/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
  125. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
  126. package/dist/cjs/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
  127. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
  128. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
  129. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
  130. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
  131. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
  132. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
  133. package/dist/cjs/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
  134. package/dist/cjs/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
  135. package/dist/cjs/types/constants/stories/alertJob.constants.d.ts +0 -3
  136. package/dist/cjs/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
  137. package/dist/cjs/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
  138. package/dist/cjs/types/constants/stories/similarCard.constants.d.ts +0 -7
  139. package/dist/cjs/types/constants/stories/toggleButton.constants.d.ts +0 -2
  140. package/dist/cjs/types/utils/text/textAdapter.util.d.ts +0 -3
  141. package/dist/esm/types/components/UI/atoms/Badge/Badge.component.d.ts +0 -3
  142. package/dist/esm/types/components/UI/atoms/Badge/Badge.interface.d.ts +0 -10
  143. package/dist/esm/types/components/UI/atoms/Badge/index.d.ts +0 -1
  144. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.component.d.ts +0 -7
  145. package/dist/esm/types/components/UI/molecules/AlertJobStatus/AlertJobStatus.interface.d.ts +0 -41
  146. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/AlertJobStatusContainer.component.d.ts +0 -3
  147. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusContainer/index.d.ts +0 -1
  148. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/AlertJobStatusIcon.component.d.ts +0 -3
  149. package/dist/esm/types/components/UI/molecules/AlertJobStatus/children/AlertJobStatusIcon/index.d.ts +0 -1
  150. package/dist/esm/types/components/UI/molecules/AlertJobStatus/index.d.ts +0 -4
  151. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.component.d.ts +0 -3
  152. package/dist/esm/types/components/UI/molecules/FraudCardJob/FraudCardJob.interface.d.ts +0 -18
  153. package/dist/esm/types/components/UI/molecules/FraudCardJob/index.d.ts +0 -1
  154. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.component.d.ts +0 -3
  155. package/dist/esm/types/components/UI/molecules/ModalResponsive/ModalResponsive.interface.d.ts +0 -22
  156. package/dist/esm/types/components/UI/molecules/ModalResponsive/index.d.ts +0 -1
  157. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.component.d.ts +0 -7
  158. package/dist/esm/types/components/UI/molecules/SimilarCard/SimilarCard.interface.d.ts +0 -128
  159. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/SimilarCardLogo.component.d.ts +0 -3
  160. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimilarCardLogo/index.d.ts +0 -1
  161. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/SimilarCardIcon.component.d.ts +0 -3
  162. package/dist/esm/types/components/UI/molecules/SimilarCard/children/SimlarCardIcon/index.d.ts +0 -1
  163. package/dist/esm/types/components/UI/molecules/SimilarCard/index.d.ts +0 -4
  164. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.component.d.ts +0 -3
  165. package/dist/esm/types/components/UI/molecules/ToggleButtonList/ToggleButtonList.interface.d.ts +0 -23
  166. package/dist/esm/types/components/UI/molecules/ToggleButtonList/index.d.ts +0 -2
  167. package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.component.d.ts +0 -9
  168. package/dist/esm/types/components/UI/organism/ApplicationSummary/ApplicationSummary.interface.d.ts +0 -71
  169. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/ApplicationButton.component.d.ts +0 -3
  170. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationButton/index.d.ts +0 -1
  171. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/ApplicationSection.component.d.ts +0 -3
  172. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSection/index.d.ts +0 -1
  173. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/ApplicationSubTitle.component.d.ts +0 -3
  174. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationSubTitle/index.d.ts +0 -1
  175. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/ApplicationText.component.d.ts +0 -3
  176. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationText/index.d.ts +0 -1
  177. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/ApplicationTitle.component.d.ts +0 -3
  178. package/dist/esm/types/components/UI/organism/ApplicationSummary/children/ApplicationTitle/index.d.ts +0 -1
  179. package/dist/esm/types/components/UI/organism/ApplicationSummary/index.d.ts +0 -5
  180. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.component.d.ts +0 -11
  181. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/JobSuggestedDrawer.interface.d.ts +0 -90
  182. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/JobSuggestedHeader.component.d.ts +0 -3
  183. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedHeader/index.d.ts +0 -1
  184. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/JobSuggestedSimilarJobs.component.d.ts +0 -3
  185. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/children/JobSuggestedSimilarJobs/index.d.ts +0 -1
  186. package/dist/esm/types/components/UI/organism/JobSuggestedDrawer/index.d.ts +0 -4
  187. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.component.d.ts +0 -11
  188. package/dist/esm/types/components/UI/organism/ProcessesCard/ProcessesCard.interface.d.ts +0 -42
  189. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardArrow/ProcessesCardArrow.component.d.ts +0 -2
  190. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardBrand/ProcessesCardBrand.component.d.ts +0 -2
  191. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardIconStatus/ProcessesCardIconStatus.component.d.ts +0 -3
  192. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardSection/ProcessesCardSection.component.d.ts +0 -2
  193. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardStatus/ProcessesCardStatus.component.d.ts +0 -3
  194. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardText/ProcessesCardText.component.d.ts +0 -3
  195. package/dist/esm/types/components/UI/organism/ProcessesCard/children/ProcessesCardTitle/ProcessesCardTitle.component.d.ts +0 -3
  196. package/dist/esm/types/components/UI/organism/ProcessesCard/index.d.ts +0 -1
  197. package/dist/esm/types/constants/stories/alertJob.constants.d.ts +0 -3
  198. package/dist/esm/types/constants/stories/fraudCardJob.constant.d.ts +0 -2
  199. package/dist/esm/types/constants/stories/jobSuggestedDrawer.constants.d.ts +0 -3
  200. package/dist/esm/types/constants/stories/similarCard.constants.d.ts +0 -7
  201. package/dist/esm/types/constants/stories/toggleButton.constants.d.ts +0 -2
  202. package/dist/esm/types/utils/text/textAdapter.util.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IAlertJobStatus } from '../../AlertJobStatus.interface';
3
- export declare const AlertJobStatusIcon: React.FC<IAlertJobStatus.Icon>;
@@ -1 +0,0 @@
1
- export * from './AlertJobStatusIcon.component';
@@ -1,4 +0,0 @@
1
- export * from './AlertJobStatus.component';
2
- export * from './AlertJobStatus.interface';
3
- export * from './children/AlertJobStatusContainer';
4
- export * from './children/AlertJobStatusIcon';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IFraudCardJob } from './FraudCardJob.interface';
3
- export declare const FraudCardJob: React.FC<IFraudCardJob>;
@@ -1,18 +0,0 @@
1
- export interface IFraudCardJob {
2
- /**
3
- * This is the text that display in the title of the card
4
- */
5
- title: string;
6
- /**
7
- *This is the text that display in the body of the card
8
- */
9
- content: string;
10
- /**
11
- * This is the text that display in the report button of the card
12
- */
13
- linkText: string;
14
- /**
15
- * This is the link to redirect to the fraud form
16
- */
17
- link: string;
18
- }
@@ -1 +0,0 @@
1
- export * from './FraudCardJob.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IModalResponsive } from './ModalResponsive.interface';
3
- export declare const ModalResponsive: React.FC<IModalResponsive>;
@@ -1,22 +0,0 @@
1
- export interface IModalResponsive {
2
- /**
3
- * this property open the container
4
- */
5
- open: boolean;
6
- /**
7
- * this property close the container
8
- */
9
- onClose: () => void;
10
- /**
11
- * this property sets the children elements
12
- */
13
- children: JSX.Element | JSX.Element[];
14
- /**
15
- * this property sets customs styles for the modal
16
- */
17
- modalClassName?: string;
18
- /**
19
- * this property sets customs styles for the mobile drawer
20
- */
21
- mobileDrawerClassName?: string;
22
- }
@@ -1 +0,0 @@
1
- export * from './ModalResponsive.component';
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { ISimilarCard } from './SimilarCard.interface';
3
- export declare const SimilarCard: React.FC<ISimilarCard> & {
4
- Text: React.FC<import("../../atoms/Text/Text.interface").IText>;
5
- Logo: React.FC<ISimilarCard.Logo>;
6
- Icon: React.FC<ISimilarCard.Icon>;
7
- };
@@ -1,128 +0,0 @@
1
- /// <reference types="react" />
2
- import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
3
- export interface ISimilarCard {
4
- /**
5
- * this property sets the url title
6
- */
7
- title?: string;
8
- /**
9
- * this property sets custom styles
10
- */
11
- className?: string;
12
- /**
13
- * this property sets the url link
14
- */
15
- jobUrlSlug?: string;
16
- }
17
- export interface ISimilarCardData {
18
- /**
19
- * unique identifier for the job or card.
20
- */
21
- id?: number | null;
22
- /**
23
- * title of the job or offer. Required.
24
- */
25
- title: string;
26
- /**
27
- * salary for the job. Can be a string or null.
28
- */
29
- salary: string | null;
30
- /**
31
- * indicates if agreement is required for the job. Optional, can be boolean or null.
32
- */
33
- toAgree: boolean | null;
34
- /**
35
- * list of cities where the job is available. Required.
36
- */
37
- cities: string[];
38
- /**
39
- * URL slug for the job.
40
- */
41
- jobUrlSlug: string;
42
- /**
43
- * required experience for the job.
44
- */
45
- experience: string | null;
46
- /**
47
- * URL for the company logo.
48
- */
49
- companyLogo: string | null;
50
- /**
51
- * company name.
52
- */
53
- companyName?: string | null;
54
- /**
55
- * type of contract for the job.
56
- */
57
- contractType?: string | null;
58
- /**
59
- * determines if the company logo should be hidden.
60
- */
61
- hideLogo?: boolean;
62
- }
63
- export declare namespace ISimilarCard {
64
- interface Container {
65
- /**
66
- * this property sets the alt text when source cant be loaded
67
- */
68
- title: string;
69
- /**
70
- * this property sets the url link
71
- */
72
- jobUrlSlug: string;
73
- /**
74
- * this property sets custom styles
75
- */
76
- className?: string;
77
- /**
78
- * this property sets children elements
79
- */
80
- children?: React.ReactNode;
81
- }
82
- interface Logo {
83
- /**
84
- * this property sets the logo source file
85
- */
86
- src?: string;
87
- /**
88
- * this property sets custom styles
89
- */
90
- className?: string;
91
- /**
92
- * this property sets the alt text when source cant be loaded
93
- */
94
- alt?: string;
95
- /**
96
- * this property sets if should hide logo
97
- */
98
- hideLogo?: boolean;
99
- }
100
- interface Text {
101
- /**
102
- * If the text must show more than one line, use customText instead text
103
- * */
104
- customText?: ICustomText[];
105
- /**
106
- * this property sets custom styles
107
- */
108
- className?: string;
109
- }
110
- interface Icon {
111
- /**
112
- * this property sets the icon source file
113
- */
114
- src?: string;
115
- /**
116
- * this property sets custom styles
117
- */
118
- className?: string;
119
- /**
120
- * this property sets the alt text when source cant be loaded
121
- */
122
- alt?: string;
123
- /**
124
- * this property set the icon show the source when there is a mobile resolution
125
- */
126
- showIconMobile?: boolean;
127
- }
128
- }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { ISimilarCard } from '../../SimilarCard.interface';
3
- export declare const SimilarCardLogo: React.FC<ISimilarCard.Logo>;
@@ -1 +0,0 @@
1
- export * from './SimilarCardLogo.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { ISimilarCard } from '../../SimilarCard.interface';
3
- export declare const SimilarCardIcon: React.FC<ISimilarCard.Icon>;
@@ -1 +0,0 @@
1
- export * from './SimilarCardIcon.component';
@@ -1,4 +0,0 @@
1
- export { SimilarCard } from './SimilarCard.component';
2
- export * from './SimilarCard.interface';
3
- export * from './children/SimilarCardLogo';
4
- export * from './children/SimlarCardIcon';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { TToggleButtonList } from './ToggleButtonList.interface';
3
- export declare const ToggleButtonList: React.FC<TToggleButtonList>;
@@ -1,23 +0,0 @@
1
- import { IToggleButton, IToggleButtonOnchangeValues } from '@components/UI/atoms/ToggleButton/ToggleButton.interface';
2
- export declare type TToggleButtonList = {
3
- /**
4
- * this property sets the list of toggle buttons
5
- */
6
- list: Partial<Pick<IToggleButton, 'id' | 'name' | 'customIcon'>>[];
7
- /**
8
- * this property sets the props of toggle buttons
9
- */
10
- toggleButtonProps?: IToggleButton;
11
- /**
12
- * this property returns the values of the toggle button selected
13
- */
14
- onChange?: (value: IToggleButtonOnchangeValues | null | number) => void;
15
- /**
16
- * this property sets customs className for toggle buttons
17
- */
18
- className?: string;
19
- /**
20
- * this property sets the default value or current value of the toggle button
21
- */
22
- currentSelect?: Pick<IToggleButton, 'id' | 'name'>;
23
- };
@@ -1,2 +0,0 @@
1
- export * from './ToggleButtonList.component';
2
- export * from './ToggleButtonList.interface';
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from './ApplicationSummary.interface';
3
- export declare const ApplicationSummary: React.FC<IApplicationSummary> & {
4
- Section: React.FC<IApplicationSummary.Section>;
5
- Title: React.FC<IApplicationSummary.Title>;
6
- SubTitle: React.FC<IApplicationSummary.SubTitle>;
7
- Button: React.FC<IApplicationSummary.Button>;
8
- Text: React.FC<IApplicationSummary.Text>;
9
- };
@@ -1,71 +0,0 @@
1
- /// <reference types="react" />
2
- export interface IApplicationSummary {
3
- /**
4
- * this property sets any component
5
- */
6
- children: JSX.Element | JSX.Element[];
7
- /**
8
- * this property opens the ui
9
- */
10
- open: boolean;
11
- /**
12
- * this property closes the ui
13
- */
14
- onClose: () => void;
15
- }
16
- export declare namespace IApplicationSummary {
17
- interface Section {
18
- /**
19
- * this property sets custom styles
20
- */
21
- className?: string;
22
- /**
23
- * this property sets any component
24
- */
25
- children: JSX.Element | JSX.Element[];
26
- /**
27
- * this property update to position align the components
28
- */
29
- aligned?: 'start' | 'center' | 'end';
30
- }
31
- interface Title {
32
- /**
33
- * this property sets custom styles
34
- */
35
- className?: string;
36
- /**
37
- * this property sets children elements
38
- */
39
- children?: React.ReactNode;
40
- }
41
- interface SubTitle {
42
- /**
43
- * this property sets custom styles
44
- */
45
- className?: string;
46
- /**
47
- * this property sets children elements
48
- */
49
- children?: React.ReactNode;
50
- }
51
- interface Text {
52
- /**
53
- * this property sets custom styles
54
- */
55
- className?: string;
56
- /**
57
- * this property sets children elements
58
- */
59
- children?: React.ReactNode;
60
- }
61
- interface Button extends React.ButtonHTMLAttributes<HTMLButtonElement> {
62
- /**
63
- * this property sets custom styles
64
- */
65
- className?: string;
66
- /**
67
- * this property sets custom style button
68
- */
69
- variant?: 'primary' | 'secondary';
70
- }
71
- }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from '../../ApplicationSummary.interface';
3
- export declare const ApplicationButton: React.FC<IApplicationSummary.Button>;
@@ -1 +0,0 @@
1
- export * from './ApplicationButton.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from '../../ApplicationSummary.interface';
3
- export declare const ApplicationSection: React.FC<IApplicationSummary.Section>;
@@ -1 +0,0 @@
1
- export * from './ApplicationSection.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from '../../ApplicationSummary.interface';
3
- export declare const ApplicationSubtitle: React.FC<IApplicationSummary.SubTitle>;
@@ -1 +0,0 @@
1
- export * from './ApplicationSubTitle.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from '../../ApplicationSummary.interface';
3
- export declare const ApplicationText: React.FC<IApplicationSummary.Text>;
@@ -1 +0,0 @@
1
- export * from './ApplicationText.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IApplicationSummary } from '../../ApplicationSummary.interface';
3
- export declare const ApplicationTitle: React.FC<IApplicationSummary.Title>;
@@ -1 +0,0 @@
1
- export * from './ApplicationTitle.component';
@@ -1,5 +0,0 @@
1
- export * from './ApplicationSummary.component';
2
- export * from './children/ApplicationButton';
3
- export * from './children/ApplicationSubTitle';
4
- export * from './children/ApplicationText';
5
- export * from './children/ApplicationTitle';
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { IJobSuggestedDrawer } from './JobSuggestedDrawer.interface';
3
- export declare const JobSuggestedDrawer: React.FC<IJobSuggestedDrawer> & {
4
- Header: React.FC<IJobSuggestedDrawer.Header>;
5
- Alert: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus> & {
6
- Container: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus.Container>;
7
- Icon: React.FC<import("@components/UI/molecules/AlertJobStatus").IAlertJobStatus.Icon>;
8
- Text: React.FC<import("../../atoms/Text/Text.interface").IText>;
9
- };
10
- SimilarJobs: React.FC<IJobSuggestedDrawer.SimilarJobCards>;
11
- };
@@ -1,90 +0,0 @@
1
- /// <reference types="react" />
2
- import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
3
- import { ISimilarCardData } from '@components/UI/molecules/SimilarCard';
4
- import { IJobCompanyLogo, IJobHeader } from '@components/UI/atoms';
5
- export interface IJobSuggestedDrawer {
6
- /**
7
- * Management the loading status jobs ui
8
- */
9
- isLoading?: boolean;
10
- /**
11
- * React children to be rendered inside the component.
12
- */
13
- children?: React.ReactNode;
14
- /**
15
- * Additional class names for custom styling.
16
- */
17
- className?: string;
18
- }
19
- export declare namespace IJobSuggestedDrawer {
20
- interface SimilarJobCards {
21
- /**
22
- * This is the title in the top
23
- */
24
- sectionTitle: string;
25
- /**
26
- * This property hide the image
27
- */
28
- hideLogo?: boolean;
29
- /**
30
- * These are similar jobs cards values
31
- */
32
- similarJobsCard: ISimilarCardData[];
33
- /**
34
- * Additional class names for custom styling.
35
- */
36
- className?: string;
37
- /**
38
- * The tag or keyword associated with the search item.
39
- */
40
- tag: string;
41
- /**
42
- * The custom href to the anchor tag
43
- */
44
- url: string;
45
- /**
46
- * This property sets the max cards to show
47
- */
48
- maxItemsToShow?: number;
49
- /**
50
- * This property shows the default anchor text when the cards are empty
51
- */
52
- notItemsDefaultAnchor?: boolean;
53
- /**
54
- * This property shows the default anchor text when the cards are empty
55
- */
56
- tagDefaultAnchor?: string;
57
- /**
58
- * This property shows the default anchor text when the cards are empty
59
- */
60
- urlDefaultAnchor?: string;
61
- }
62
- interface AlertJob {
63
- /**
64
- * React children to be rendered inside the component.
65
- */
66
- children?: React.ReactNode;
67
- /**
68
- * Additional class names for custom styling.
69
- */
70
- className?: string;
71
- /**
72
- * This is the custom text
73
- */
74
- customText?: ICustomText[];
75
- }
76
- interface Header {
77
- /**
78
- * Props for the company logo in the job company header.
79
- */
80
- jobCompanyLogoProps: IJobCompanyLogo;
81
- /**
82
- * Props for the header of the job listing in the job company header.
83
- */
84
- jobHeaderProps: IJobHeader;
85
- /**
86
- * Additional class names for custom styling.
87
- */
88
- className?: string;
89
- }
90
- }
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IJobSuggestedDrawer } from '../../JobSuggestedDrawer.interface';
3
- export declare const JobSuggestedHeader: React.FC<IJobSuggestedDrawer.Header>;
@@ -1 +0,0 @@
1
- export * from './JobSuggestedHeader.component';
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IJobSuggestedDrawer } from '../../JobSuggestedDrawer.interface';
3
- export declare const JobSuggestedSimilarJobs: React.FC<IJobSuggestedDrawer.SimilarJobCards>;
@@ -1 +0,0 @@
1
- export * from './JobSuggestedSimilarJobs.component';
@@ -1,4 +0,0 @@
1
- export * from './JobSuggestedDrawer.interface';
2
- export { JobSuggestedDrawer } from './JobSuggestedDrawer.component';
3
- export * from './children/JobSuggestedHeader';
4
- export * from './children/JobSuggestedSimilarJobs';
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { IProcessesCard } from './ProcessesCard.interface';
3
- export declare const ProcessesCard: React.FC<IProcessesCard> & {
4
- IconStatus: React.FC<IProcessesCard.IStatusIcon>;
5
- Section: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardPros>;
6
- Status: React.FC<IProcessesCard.ICardStatus>;
7
- Brand: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
8
- Arrow: React.FC<import("./ProcessesCard.interface").ICommonProcessesCardImg>;
9
- Title: React.FC<IProcessesCard.ITitle>;
10
- Text: React.FC<IProcessesCard.IText>;
11
- };
@@ -1,42 +0,0 @@
1
- /// <reference types="react" />
2
- export declare type IStatusJob = 'Sent' | 'Pending' | 'Validation' | 'Finalists' | 'Hired' | 'Discarded';
3
- export interface ICommonProcessesCardPros {
4
- /**
5
- * this property sets custom className
6
- */
7
- className?: string;
8
- /**
9
- * this property sets any children
10
- */
11
- children: React.ReactNode;
12
- }
13
- export declare type ICommonProcessesCardImg = React.ImgHTMLAttributes<HTMLImageElement>;
14
- export interface IProcessesCard extends React.ButtonHTMLAttributes<HTMLButtonElement>, ICommonProcessesCardPros {
15
- /**
16
- * this property sets custom className
17
- */
18
- children: React.ReactNode;
19
- /**
20
- * this property on true changes the background color
21
- */
22
- isSelected?: boolean;
23
- }
24
- export declare namespace IProcessesCard {
25
- type ISection = ICommonProcessesCardPros;
26
- type ITitle = ICommonProcessesCardPros & {
27
- status?: IStatusJob;
28
- };
29
- type ICardStatus = ICommonProcessesCardPros & {
30
- status: IStatusJob;
31
- isSelected?: boolean;
32
- };
33
- type IText = ICommonProcessesCardPros & {
34
- status?: IStatusJob;
35
- strong?: boolean;
36
- };
37
- type IBrand = ICommonProcessesCardImg;
38
- type IArrow = ICommonProcessesCardImg;
39
- type IStatusIcon = ICommonProcessesCardImg & {
40
- status: IStatusJob;
41
- };
42
- }
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ProcessesCardArrow: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ProcessesCardBrand: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardImg>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IProcessesCard } from '../../ProcessesCard.interface';
3
- export declare const ProcessesCardIconStatus: React.FC<IProcessesCard.IStatusIcon>;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ProcessesCardSection: React.FC<import("../../ProcessesCard.interface").ICommonProcessesCardPros>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IProcessesCard } from '../../ProcessesCard.interface';
3
- export declare const ProcessesCardStatus: React.FC<IProcessesCard.ICardStatus>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IProcessesCard } from '../../ProcessesCard.interface';
3
- export declare const ProcessesCardText: React.FC<IProcessesCard.IText>;
@@ -1,3 +0,0 @@
1
- import React from 'react';
2
- import { IProcessesCard } from '../../ProcessesCard.interface';
3
- export declare const ProcessesCardTitle: React.FC<IProcessesCard.ITitle>;
@@ -1 +0,0 @@
1
- export * from './ProcessesCard.component';
@@ -1,3 +0,0 @@
1
- import { ICustomText } from '@components/UI/atoms/Text/Text.interface';
2
- export declare const customText: ICustomText[];
3
- export declare const simpleCustomText: ICustomText[];
@@ -1,2 +0,0 @@
1
- import { IFraudCardJob } from '../../components/UI/molecules/FraudCardJob/FraudCardJob.interface';
2
- export declare const fraudCardJob: IFraudCardJob;
@@ -1,3 +0,0 @@
1
- import { IJobSuggestedDrawer } from '@components/UI/organism';
2
- export declare const jobCompanyHeader: IJobSuggestedDrawer.Header;
3
- export declare const SimilarJobsData: IJobSuggestedDrawer.SimilarJobCards;
@@ -1,7 +0,0 @@
1
- import { ISimilarCardData } from '@components/UI/molecules/SimilarCard';
2
- export declare const similarCardData: ISimilarCardData;
3
- export declare const customTextCardType: {
4
- value: string | null;
5
- fontWeight: string;
6
- lineBreak: boolean;
7
- }[];