@testgorilla/tgo-ui 3.2.5 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (669) hide show
  1. package/README.md +95 -95
  2. package/components/badge/badge.model.d.ts +3 -1
  3. package/components/button/button.model.d.ts +1 -1
  4. package/components/card/card.component.d.ts +10 -1
  5. package/components/dialog/dialog.component.d.ts +7 -1
  6. package/components/empty-state/empty-state.component.d.ts +45 -4
  7. package/components/field/field.component.d.ts +9 -1
  8. package/components/field/field.component.module.d.ts +2 -1
  9. package/components/icon-label/icon-label.component.d.ts +8 -1
  10. package/components/skeleton/skeleton.component.d.ts +2 -1
  11. package/components/tabs/tab.directive.d.ts +4 -1
  12. package/components/tabs/tabs.component.d.ts +2 -1
  13. package/components/tabs/tabs.component.module.d.ts +2 -1
  14. package/components/tabs/tabs.model.d.ts +3 -0
  15. package/esm2022/components/accordion/accordion.component.mjs +3 -3
  16. package/esm2022/components/accordion/accordion.component.module.mjs +1 -1
  17. package/esm2022/components/accordion/accordion.model.mjs +1 -1
  18. package/esm2022/components/alert-banner/alert-banner.component.mjs +3 -3
  19. package/esm2022/components/alert-banner/alert-banner.component.module.mjs +1 -1
  20. package/esm2022/components/alert-banner/alert-banner.model.mjs +1 -1
  21. package/esm2022/components/autocomplete/autocomplete.component.mjs +3 -3
  22. package/esm2022/components/autocomplete/autocomplete.component.module.mjs +1 -1
  23. package/esm2022/components/autocomplete/autocomplete.model.mjs +1 -1
  24. package/esm2022/components/autocomplete/includes.pipe.mjs +1 -1
  25. package/esm2022/components/autocomplete/prevent-input.directive.mjs +1 -1
  26. package/esm2022/components/autocomplete/transform-Item.pipe.mjs +1 -1
  27. package/esm2022/components/avatar/avatar.component.mjs +3 -3
  28. package/esm2022/components/avatar/avatar.component.module.mjs +1 -1
  29. package/esm2022/components/avatar/avatar.model.mjs +1 -1
  30. package/esm2022/components/badge/badge.component.mjs +3 -3
  31. package/esm2022/components/badge/badge.component.module.mjs +1 -1
  32. package/esm2022/components/badge/badge.model.mjs +3 -1
  33. package/esm2022/components/button/button.component.mjs +3 -3
  34. package/esm2022/components/button/button.component.module.mjs +1 -1
  35. package/esm2022/components/button/button.model.mjs +1 -1
  36. package/esm2022/components/card/card.component.mjs +15 -3
  37. package/esm2022/components/card/card.component.module.mjs +1 -1
  38. package/esm2022/components/card/card.model.mjs +1 -1
  39. package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
  40. package/esm2022/components/checkbox/checkbox.component.module.mjs +1 -1
  41. package/esm2022/components/checkbox/focus-visible.directive.mjs +1 -1
  42. package/esm2022/components/checklist/checklist.component.mjs +3 -3
  43. package/esm2022/components/checklist/checklist.model.mjs +1 -1
  44. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +1 -1
  45. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +1 -1
  46. package/esm2022/components/datepicker/datepicker.component.module.mjs +1 -1
  47. package/esm2022/components/datepicker/datepicker.service.mjs +1 -1
  48. package/esm2022/components/datepicker/no-date-format.directive.mjs +1 -1
  49. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +3 -3
  50. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +1 -1
  51. package/esm2022/components/dialog/dialog.component.mjs +11 -3
  52. package/esm2022/components/dialog/dialog.component.module.mjs +1 -1
  53. package/esm2022/components/dialog/dialog.model.mjs +1 -1
  54. package/esm2022/components/divider/divider.component.mjs +3 -3
  55. package/esm2022/components/divider/divider.component.module.mjs +1 -1
  56. package/esm2022/components/divider/divider.model.mjs +1 -1
  57. package/esm2022/components/dropdown/dropdown.component.mjs +5 -5
  58. package/esm2022/components/dropdown/dropdown.component.module.mjs +1 -1
  59. package/esm2022/components/dropdown/dropdown.model.mjs +1 -1
  60. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +3 -3
  61. package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +1 -1
  62. package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +1 -1
  63. package/esm2022/components/empty-state/empty-state.component.mjs +69 -10
  64. package/esm2022/components/empty-state/empty-state.component.module.mjs +1 -1
  65. package/esm2022/components/empty-state/empty-state.model.mjs +1 -1
  66. package/esm2022/components/field/field.component.mjs +8 -5
  67. package/esm2022/components/field/field.component.module.mjs +7 -3
  68. package/esm2022/components/field/field.model.mjs +1 -1
  69. package/esm2022/components/file-upload/file-upload.component.module.mjs +1 -1
  70. package/esm2022/components/filter-button/filter-button.component.mjs +1 -1
  71. package/esm2022/components/filter-button/filter-button.component.module.mjs +1 -1
  72. package/esm2022/components/filter-button/filter-button.model.mjs +1 -1
  73. package/esm2022/components/gaussian-chart/gaussian-chart.component.mjs +3 -3
  74. package/esm2022/components/gaussian-chart/gaussian-chart.module.mjs +1 -1
  75. package/esm2022/components/icon/icon.component.mjs +3 -3
  76. package/esm2022/components/icon/icon.component.module.mjs +1 -1
  77. package/esm2022/components/icon/icon.model.mjs +1 -1
  78. package/esm2022/components/icon-label/icon-label.component.mjs +12 -3
  79. package/esm2022/components/icon-label/icon-label.component.module.mjs +1 -1
  80. package/esm2022/components/logo/logo.component.mjs +3 -3
  81. package/esm2022/components/logo/logo.component.module.mjs +1 -1
  82. package/esm2022/components/logo/logo.model.mjs +1 -1
  83. package/esm2022/components/media-card/media-card.component.mjs +3 -3
  84. package/esm2022/components/multi-input/multi-input.component.mjs +3 -3
  85. package/esm2022/components/multi-input/multi-input.component.module.mjs +1 -1
  86. package/esm2022/components/multi-input/multi-input.model.mjs +1 -1
  87. package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +3 -3
  88. package/esm2022/components/navbar/navbar.component.mjs +3 -3
  89. package/esm2022/components/navbar/navbar.component.module.mjs +1 -1
  90. package/esm2022/components/navbar/navbar.model.mjs +1 -1
  91. package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +1 -1
  92. package/esm2022/components/overflow-menu/overflow-menu.model.mjs +1 -1
  93. package/esm2022/components/page-header/page-header.component.mjs +3 -3
  94. package/esm2022/components/page-header/page-header.component.module.mjs +1 -1
  95. package/esm2022/components/paginator/paginator.component.mjs +3 -3
  96. package/esm2022/components/paginator/paginator.component.module.mjs +1 -1
  97. package/esm2022/components/password-criteria/password.component.mjs +3 -3
  98. package/esm2022/components/password-criteria/password.component.module.mjs +1 -1
  99. package/esm2022/components/password-strength/password-strength.component.mjs +3 -3
  100. package/esm2022/components/password-strength/password-strength.component.module.mjs +1 -1
  101. package/esm2022/components/phone-input/join-strings.pipe.mjs +1 -1
  102. package/esm2022/components/phone-input/phone-input.component.mjs +3 -3
  103. package/esm2022/components/phone-input/phone-input.component.module.mjs +1 -1
  104. package/esm2022/components/phone-input/phone-input.model.mjs +1 -1
  105. package/esm2022/components/progress-bar/progress-bar.component.mjs +3 -3
  106. package/esm2022/components/progress-bar/progress-bar.component.module.mjs +1 -1
  107. package/esm2022/components/radial-progress/radial-progress.component.mjs +3 -3
  108. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +1 -1
  109. package/esm2022/components/radial-progress/radial-progress.model.mjs +1 -1
  110. package/esm2022/components/radio-button/radio-button.component.mjs +3 -3
  111. package/esm2022/components/radio-button/radio-button.component.module.mjs +1 -1
  112. package/esm2022/components/radio-button/radio-button.model.mjs +1 -1
  113. package/esm2022/components/rating/half-star.pipe.mjs +1 -1
  114. package/esm2022/components/rating/rating.component.mjs +3 -3
  115. package/esm2022/components/rating/rating.component.module.mjs +1 -1
  116. package/esm2022/components/scale/scale.component.module.mjs +1 -1
  117. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +3 -3
  118. package/esm2022/components/segmented-bar/segmented-bar.model.mjs +1 -1
  119. package/esm2022/components/segmented-button/segmented-button.component.mjs +1 -1
  120. package/esm2022/components/segmented-button/segmented-button.component.module.mjs +1 -1
  121. package/esm2022/components/segmented-button/segmented-button.model.mjs +1 -1
  122. package/esm2022/components/side-panel/side-panel.animations.mjs +1 -1
  123. package/esm2022/components/side-sheet/side-sheet.component.mjs +3 -3
  124. package/esm2022/components/side-sheet/side-sheet.component.module.mjs +1 -1
  125. package/esm2022/components/side-sheet/side-sheet.model.mjs +1 -1
  126. package/esm2022/components/side-sheet/side-sheet.service.mjs +1 -1
  127. package/esm2022/components/skeleton/skeleton.component.mjs +6 -3
  128. package/esm2022/components/skeleton/skeleton.model.mjs +1 -1
  129. package/esm2022/components/slider/slider.component.mjs +3 -3
  130. package/esm2022/components/slider/slider.component.module.mjs +1 -1
  131. package/esm2022/components/slider/slider.model.mjs +1 -1
  132. package/esm2022/components/snackbar/snackbar.component.mjs +3 -3
  133. package/esm2022/components/snackbar/snackbar.component.module.mjs +1 -1
  134. package/esm2022/components/snackbar/snackbar.model.mjs +1 -1
  135. package/esm2022/components/snackbar/snackbar.service.mjs +1 -1
  136. package/esm2022/components/spider-chart/spider-chart.component.mjs +3 -3
  137. package/esm2022/components/spider-chart/spider-chart.model.mjs +1 -1
  138. package/esm2022/components/spider-chart/spider-chart.module.mjs +1 -1
  139. package/esm2022/components/spinner/spinner.model.mjs +1 -1
  140. package/esm2022/components/step/step.component.mjs +3 -3
  141. package/esm2022/components/step/step.component.module.mjs +1 -1
  142. package/esm2022/components/stepper/stepper.component.mjs +3 -3
  143. package/esm2022/components/stepper/stepper.component.module.mjs +1 -1
  144. package/esm2022/components/stepper/stepper.model.mjs +1 -1
  145. package/esm2022/components/table/sentence-case.pipe.mjs +1 -1
  146. package/esm2022/components/table/table.component.mjs +3 -3
  147. package/esm2022/components/table/table.component.module.mjs +1 -1
  148. package/esm2022/components/table/table.model.mjs +1 -1
  149. package/esm2022/components/tabs/tab.directive.mjs +8 -2
  150. package/esm2022/components/tabs/tabs.component.mjs +9 -7
  151. package/esm2022/components/tabs/tabs.component.module.mjs +5 -4
  152. package/esm2022/components/tabs/tabs.model.mjs +1 -1
  153. package/esm2022/components/tag/tag.component.mjs +3 -3
  154. package/esm2022/components/tag/tag.component.module.mjs +1 -1
  155. package/esm2022/components/tag/tag.model.mjs +1 -1
  156. package/esm2022/components/toggle/toggle.component.mjs +3 -3
  157. package/esm2022/components/toggle/toggle.component.module.mjs +1 -1
  158. package/esm2022/components/toggle/toggle.model.mjs +1 -1
  159. package/esm2022/components/tooltip/tooltip.component.mjs +3 -3
  160. package/esm2022/components/tooltip/tooltip.model.mjs +1 -1
  161. package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +3 -3
  162. package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +1 -1
  163. package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.mjs +3 -3
  164. package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.mjs +1 -1
  165. package/esm2022/components/validation-error/validation-error.component.mjs +3 -3
  166. package/esm2022/components/validation-error/validation-error.model.mjs +1 -1
  167. package/esm2022/components/validation-error/validation-error.module.mjs +1 -1
  168. package/esm2022/directives/digits-only.directive.mjs +1 -1
  169. package/esm2022/directives/drag-drop.directive.mjs +1 -1
  170. package/esm2022/directives/dynamic-component.directive.mjs +1 -1
  171. package/esm2022/directives/ellipse-text.directive.mjs +1 -1
  172. package/esm2022/directives/select-text.directive.mjs +1 -1
  173. package/esm2022/directives/step-line-element.directive.mjs +1 -1
  174. package/esm2022/models/application-theme.model.mjs +1 -1
  175. package/esm2022/models/checkbox.model.mjs +1 -1
  176. package/esm2022/models/colors.model.mjs +1 -1
  177. package/esm2022/models/keyboard-events.model.mjs +1 -1
  178. package/esm2022/models/screen-breakpoints.model.mjs +1 -1
  179. package/esm2022/models/universal-skills-report.model.mjs +1 -1
  180. package/esm2022/pipes/data-property-getter.mjs +1 -1
  181. package/esm2022/pipes/has-validation-error.pipe.mjs +1 -1
  182. package/esm2022/pipes/memoize-func.pipe.mjs +1 -1
  183. package/esm2022/pipes/name-initials.pipe.mjs +1 -1
  184. package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +1 -1
  185. package/esm2022/pipes/ui-translate.pipe.mjs +1 -1
  186. package/esm2022/services/icons.service.mjs +1 -1
  187. package/esm2022/services/universal-skills.service.mjs +1 -1
  188. package/esm2022/utils/alert-bar.model.mjs +1 -1
  189. package/esm2022/utils/alert-bars.utils.mjs +1 -1
  190. package/esm2022/utils/autocomplete-utils.mjs +2 -2
  191. package/esm2022/utils/color-contrast.mjs +1 -1
  192. package/esm2022/utils/hex-to-rgb.mjs +1 -1
  193. package/esm2022/utils/localization/language.model.mjs +1 -1
  194. package/esm2022/utils/localization/language.service.mjs +1 -1
  195. package/esm2022/utils/table.utils.mjs +1 -1
  196. package/fesm2022/testgorilla-tgo-ui.mjs +220 -115
  197. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  198. package/package.json +1 -1
  199. package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +180 -180
  200. package/projects/tgo-canopy-ui/assets/i18n/de.json +180 -180
  201. package/projects/tgo-canopy-ui/assets/i18n/es.json +180 -180
  202. package/projects/tgo-canopy-ui/assets/i18n/fr.json +180 -180
  203. package/projects/tgo-canopy-ui/assets/i18n/it-it.json +180 -180
  204. package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +180 -180
  205. package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +180 -180
  206. package/projects/tgo-canopy-ui/assets/i18n/nl.json +180 -180
  207. package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +180 -180
  208. package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +180 -180
  209. package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +180 -180
  210. package/projects/tgo-canopy-ui/assets/icons/Add.svg +3 -3
  211. package/projects/tgo-canopy-ui/assets/icons/Archive.svg +3 -3
  212. package/projects/tgo-canopy-ui/assets/icons/Arrow_down.svg +3 -3
  213. package/projects/tgo-canopy-ui/assets/icons/Arrow_left.svg +3 -3
  214. package/projects/tgo-canopy-ui/assets/icons/Arrow_right.svg +3 -3
  215. package/projects/tgo-canopy-ui/assets/icons/Arrow_up.svg +3 -3
  216. package/projects/tgo-canopy-ui/assets/icons/Assessment.svg +3 -3
  217. package/projects/tgo-canopy-ui/assets/icons/Attempts.svg +3 -3
  218. package/projects/tgo-canopy-ui/assets/icons/Book.svg +3 -3
  219. package/projects/tgo-canopy-ui/assets/icons/Calendar.svg +3 -3
  220. package/projects/tgo-canopy-ui/assets/icons/Candidates.svg +8 -8
  221. package/projects/tgo-canopy-ui/assets/icons/Chat-notifications.svg +4 -4
  222. package/projects/tgo-canopy-ui/assets/icons/Chat.svg +3 -3
  223. package/projects/tgo-canopy-ui/assets/icons/Check.svg +3 -3
  224. package/projects/tgo-canopy-ui/assets/icons/Clone.svg +3 -3
  225. package/projects/tgo-canopy-ui/assets/icons/Close.svg +3 -3
  226. package/projects/tgo-canopy-ui/assets/icons/Code.svg +3 -3
  227. package/projects/tgo-canopy-ui/assets/icons/Company.svg +3 -3
  228. package/projects/tgo-canopy-ui/assets/icons/Copy.svg +3 -3
  229. package/projects/tgo-canopy-ui/assets/icons/Custom-questions.svg +3 -3
  230. package/projects/tgo-canopy-ui/assets/icons/Delete.svg +3 -3
  231. package/projects/tgo-canopy-ui/assets/icons/Devices.svg +3 -3
  232. package/projects/tgo-canopy-ui/assets/icons/Document.svg +3 -3
  233. package/projects/tgo-canopy-ui/assets/icons/Dot.svg +3 -3
  234. package/projects/tgo-canopy-ui/assets/icons/Download.svg +3 -3
  235. package/projects/tgo-canopy-ui/assets/icons/Edit.svg +3 -3
  236. package/projects/tgo-canopy-ui/assets/icons/Email-message.svg +3 -3
  237. package/projects/tgo-canopy-ui/assets/icons/Employee.svg +8 -8
  238. package/projects/tgo-canopy-ui/assets/icons/Empty-placeholder.svg +3 -3
  239. package/projects/tgo-canopy-ui/assets/icons/Error.svg +3 -3
  240. package/projects/tgo-canopy-ui/assets/icons/Essay.svg +3 -3
  241. package/projects/tgo-canopy-ui/assets/icons/Eye-hide.svg +3 -3
  242. package/projects/tgo-canopy-ui/assets/icons/Eye-view.svg +3 -3
  243. package/projects/tgo-canopy-ui/assets/icons/Fast-forward.svg +4 -4
  244. package/projects/tgo-canopy-ui/assets/icons/Fast-rewind.svg +4 -4
  245. package/projects/tgo-canopy-ui/assets/icons/Feedback-1.svg +3 -3
  246. package/projects/tgo-canopy-ui/assets/icons/Feedback-2.svg +3 -3
  247. package/projects/tgo-canopy-ui/assets/icons/Feedback-3.svg +6 -6
  248. package/projects/tgo-canopy-ui/assets/icons/Feedback-4.svg +3 -3
  249. package/projects/tgo-canopy-ui/assets/icons/Feedback-5.svg +3 -3
  250. package/projects/tgo-canopy-ui/assets/icons/File-attach.svg +3 -3
  251. package/projects/tgo-canopy-ui/assets/icons/File-upload.svg +3 -3
  252. package/projects/tgo-canopy-ui/assets/icons/Filter.svg +3 -3
  253. package/projects/tgo-canopy-ui/assets/icons/Fire.svg +10 -10
  254. package/projects/tgo-canopy-ui/assets/icons/Folder.svg +3 -3
  255. package/projects/tgo-canopy-ui/assets/icons/Format-add-file.svg +3 -3
  256. package/projects/tgo-canopy-ui/assets/icons/Format-add-table.svg +3 -3
  257. package/projects/tgo-canopy-ui/assets/icons/Format-align-L.svg +3 -3
  258. package/projects/tgo-canopy-ui/assets/icons/Format-align-R.svg +3 -3
  259. package/projects/tgo-canopy-ui/assets/icons/Format-align-center.svg +3 -3
  260. package/projects/tgo-canopy-ui/assets/icons/Format-align-justify.svg +3 -3
  261. package/projects/tgo-canopy-ui/assets/icons/Format-bold.svg +3 -3
  262. package/projects/tgo-canopy-ui/assets/icons/Format-code-active.svg +3 -3
  263. package/projects/tgo-canopy-ui/assets/icons/Format-code-block.svg +3 -3
  264. package/projects/tgo-canopy-ui/assets/icons/Format-edit-table.svg +3 -3
  265. package/projects/tgo-canopy-ui/assets/icons/Format-format.svg +3 -3
  266. package/projects/tgo-canopy-ui/assets/icons/Format-function.svg +3 -3
  267. package/projects/tgo-canopy-ui/assets/icons/Format-italics.svg +3 -3
  268. package/projects/tgo-canopy-ui/assets/icons/Format-list-bulleted.svg +3 -3
  269. package/projects/tgo-canopy-ui/assets/icons/Format-list-numbered.svg +3 -3
  270. package/projects/tgo-canopy-ui/assets/icons/Format-picker.svg +3 -3
  271. package/projects/tgo-canopy-ui/assets/icons/Format-quote.svg +3 -3
  272. package/projects/tgo-canopy-ui/assets/icons/Format-subscript.svg +3 -3
  273. package/projects/tgo-canopy-ui/assets/icons/Format-superscript.svg +3 -3
  274. package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-L.svg +3 -3
  275. package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-R.svg +3 -3
  276. package/projects/tgo-canopy-ui/assets/icons/Format-text-size.svg +3 -3
  277. package/projects/tgo-canopy-ui/assets/icons/Format-underline.svg +3 -3
  278. package/projects/tgo-canopy-ui/assets/icons/Format-variable.svg +3 -3
  279. package/projects/tgo-canopy-ui/assets/icons/Full-screen.svg +3 -3
  280. package/projects/tgo-canopy-ui/assets/icons/Gender-female.svg +3 -3
  281. package/projects/tgo-canopy-ui/assets/icons/Gender-male.svg +3 -3
  282. package/projects/tgo-canopy-ui/assets/icons/Gift.svg +7 -7
  283. package/projects/tgo-canopy-ui/assets/icons/Google.svg +6 -6
  284. package/projects/tgo-canopy-ui/assets/icons/Grab.svg +3 -3
  285. package/projects/tgo-canopy-ui/assets/icons/Help-2.svg +3 -3
  286. package/projects/tgo-canopy-ui/assets/icons/Help.svg +3 -3
  287. package/projects/tgo-canopy-ui/assets/icons/Image.svg +3 -3
  288. package/projects/tgo-canopy-ui/assets/icons/Info.svg +3 -3
  289. package/projects/tgo-canopy-ui/assets/icons/Integration.svg +3 -3
  290. package/projects/tgo-canopy-ui/assets/icons/Language.svg +3 -3
  291. package/projects/tgo-canopy-ui/assets/icons/Layout.svg +3 -3
  292. package/projects/tgo-canopy-ui/assets/icons/Learn.svg +3 -3
  293. package/projects/tgo-canopy-ui/assets/icons/Level.svg +3 -3
  294. package/projects/tgo-canopy-ui/assets/icons/Light-bulb.svg +3 -3
  295. package/projects/tgo-canopy-ui/assets/icons/Link.svg +3 -3
  296. package/projects/tgo-canopy-ui/assets/icons/Loading-spinner.svg +10 -10
  297. package/projects/tgo-canopy-ui/assets/icons/Localisation.svg +3 -3
  298. package/projects/tgo-canopy-ui/assets/icons/Location.svg +3 -3
  299. package/projects/tgo-canopy-ui/assets/icons/Lock.svg +3 -3
  300. package/projects/tgo-canopy-ui/assets/icons/Log-out.svg +3 -3
  301. package/projects/tgo-canopy-ui/assets/icons/Menu-burger.svg +3 -3
  302. package/projects/tgo-canopy-ui/assets/icons/Menu-ellipsis.svg +3 -3
  303. package/projects/tgo-canopy-ui/assets/icons/Microphone.svg +3 -3
  304. package/projects/tgo-canopy-ui/assets/icons/Minimize.svg +3 -3
  305. package/projects/tgo-canopy-ui/assets/icons/Minus.svg +3 -3
  306. package/projects/tgo-canopy-ui/assets/icons/Money-bag.svg +5 -5
  307. package/projects/tgo-canopy-ui/assets/icons/Mouse-cursor.svg +3 -3
  308. package/projects/tgo-canopy-ui/assets/icons/Mouse-grab-cursor.svg +3 -3
  309. package/projects/tgo-canopy-ui/assets/icons/Mouse.svg +3 -3
  310. package/projects/tgo-canopy-ui/assets/icons/Multi-choice.svg +3 -3
  311. package/projects/tgo-canopy-ui/assets/icons/Notifications.svg +3 -3
  312. package/projects/tgo-canopy-ui/assets/icons/Password.svg +4 -4
  313. package/projects/tgo-canopy-ui/assets/icons/Path.svg +3 -3
  314. package/projects/tgo-canopy-ui/assets/icons/Pin-marker.svg +4 -4
  315. package/projects/tgo-canopy-ui/assets/icons/Plan-billing.svg +3 -3
  316. package/projects/tgo-canopy-ui/assets/icons/Plus.svg +3 -3
  317. package/projects/tgo-canopy-ui/assets/icons/Premium.svg +4 -4
  318. package/projects/tgo-canopy-ui/assets/icons/Promotion.svg +3 -3
  319. package/projects/tgo-canopy-ui/assets/icons/Question-count.svg +3 -3
  320. package/projects/tgo-canopy-ui/assets/icons/Refer.svg +3 -3
  321. package/projects/tgo-canopy-ui/assets/icons/Reset.svg +3 -3
  322. package/projects/tgo-canopy-ui/assets/icons/Review.svg +3 -3
  323. package/projects/tgo-canopy-ui/assets/icons/Round-check-filled.svg +3 -3
  324. package/projects/tgo-canopy-ui/assets/icons/Round-check.svg +3 -3
  325. package/projects/tgo-canopy-ui/assets/icons/Search.svg +3 -3
  326. package/projects/tgo-canopy-ui/assets/icons/Secure-checkout.svg +3 -3
  327. package/projects/tgo-canopy-ui/assets/icons/Send.svg +3 -3
  328. package/projects/tgo-canopy-ui/assets/icons/Settings.svg +8 -8
  329. package/projects/tgo-canopy-ui/assets/icons/Share.svg +3 -3
  330. package/projects/tgo-canopy-ui/assets/icons/Skip-next.svg +4 -4
  331. package/projects/tgo-canopy-ui/assets/icons/Skip-previous.svg +4 -4
  332. package/projects/tgo-canopy-ui/assets/icons/Social-facebook.svg +3 -3
  333. package/projects/tgo-canopy-ui/assets/icons/Social-instagram.svg +3 -3
  334. package/projects/tgo-canopy-ui/assets/icons/Social-linkedin.svg +3 -3
  335. package/projects/tgo-canopy-ui/assets/icons/Sorting-down-1.svg +3 -3
  336. package/projects/tgo-canopy-ui/assets/icons/Sorting-down.svg +3 -3
  337. package/projects/tgo-canopy-ui/assets/icons/Sparkles.svg +18 -18
  338. package/projects/tgo-canopy-ui/assets/icons/Speedometer.svg +3 -3
  339. package/projects/tgo-canopy-ui/assets/icons/Star-filled.svg +3 -3
  340. package/projects/tgo-canopy-ui/assets/icons/Star-half.svg +3 -3
  341. package/projects/tgo-canopy-ui/assets/icons/Star-outline.svg +3 -3
  342. package/projects/tgo-canopy-ui/assets/icons/Suitcase.svg +6 -6
  343. package/projects/tgo-canopy-ui/assets/icons/Support.svg +3 -3
  344. package/projects/tgo-canopy-ui/assets/icons/Sync.svg +3 -3
  345. package/projects/tgo-canopy-ui/assets/icons/Team.svg +3 -3
  346. package/projects/tgo-canopy-ui/assets/icons/Test.svg +3 -3
  347. package/projects/tgo-canopy-ui/assets/icons/TestGorilla.svg +11 -11
  348. package/projects/tgo-canopy-ui/assets/icons/Thunder.svg +3 -3
  349. package/projects/tgo-canopy-ui/assets/icons/Timer.svg +3 -3
  350. package/projects/tgo-canopy-ui/assets/icons/Trophy.svg +3 -3
  351. package/projects/tgo-canopy-ui/assets/icons/Type.svg +3 -3
  352. package/projects/tgo-canopy-ui/assets/icons/Unarchive.svg +3 -3
  353. package/projects/tgo-canopy-ui/assets/icons/Unlock.svg +3 -3
  354. package/projects/tgo-canopy-ui/assets/icons/Upgrade.svg +3 -3
  355. package/projects/tgo-canopy-ui/assets/icons/Upload.svg +3 -3
  356. package/projects/tgo-canopy-ui/assets/icons/User-access.svg +3 -3
  357. package/projects/tgo-canopy-ui/assets/icons/User-add.svg +3 -3
  358. package/projects/tgo-canopy-ui/assets/icons/User-invite.svg +3 -3
  359. package/projects/tgo-canopy-ui/assets/icons/User-profile.svg +3 -3
  360. package/projects/tgo-canopy-ui/assets/icons/User-reject.svg +4 -4
  361. package/projects/tgo-canopy-ui/assets/icons/User-switch.svg +3 -3
  362. package/projects/tgo-canopy-ui/assets/icons/Video-pause.svg +3 -3
  363. package/projects/tgo-canopy-ui/assets/icons/Video-play.svg +3 -3
  364. package/projects/tgo-canopy-ui/assets/icons/Video-record.svg +3 -3
  365. package/projects/tgo-canopy-ui/assets/icons/Video-stop.svg +3 -3
  366. package/projects/tgo-canopy-ui/assets/icons/Video.svg +3 -3
  367. package/projects/tgo-canopy-ui/assets/icons/Volume.svg +3 -3
  368. package/projects/tgo-canopy-ui/assets/icons/Warning.svg +3 -3
  369. package/projects/tgo-canopy-ui/assets/icons/Zoom-in.svg +6 -6
  370. package/projects/tgo-canopy-ui/assets/icons/Zoom-out.svg +5 -5
  371. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled-disabled.svg +3 -3
  372. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled.svg +3 -3
  373. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-half.svg +3 -3
  374. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-outline.svg +3 -3
  375. package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-filled.svg +3 -3
  376. package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-in-line.svg +3 -3
  377. package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-filled.svg +3 -3
  378. package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-in-line.svg +3 -3
  379. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-filled.svg +3 -3
  380. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +3 -3
  381. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-filled.svg +3 -3
  382. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +3 -3
  383. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-filled.svg +3 -3
  384. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +3 -3
  385. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-filled.svg +3 -3
  386. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +3 -3
  387. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-filled.svg +3 -3
  388. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-in-line.svg +3 -3
  389. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-filled.svg +3 -3
  390. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-in-line.svg +3 -3
  391. package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-filled.svg +3 -3
  392. package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-in-line.svg +3 -3
  393. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-filled.svg +3 -3
  394. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-in-line.svg +3 -3
  395. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-filled.svg +3 -3
  396. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-in-line.svg +3 -3
  397. package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-filled.svg +3 -3
  398. package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-in-line.svg +3 -3
  399. package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-filled.svg +3 -3
  400. package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-in-line.svg +3 -3
  401. package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-filled.svg +3 -3
  402. package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-in-line.svg +3 -3
  403. package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-filled.svg +3 -3
  404. package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-in-line.svg +3 -3
  405. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-filled.svg +3 -3
  406. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-in-line.svg +3 -3
  407. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-filled.svg +3 -3
  408. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-in-line.svg +3 -3
  409. package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-filled.svg +3 -3
  410. package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-in-line.svg +3 -3
  411. package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-filled.svg +3 -3
  412. package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-in-line.svg +3 -3
  413. package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-filled.svg +3 -3
  414. package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-in-line.svg +3 -3
  415. package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-filled.svg +3 -3
  416. package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-in-line.svg +3 -3
  417. package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-filled.svg +3 -3
  418. package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-in-line.svg +3 -3
  419. package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-filled.svg +3 -3
  420. package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-in-line.svg +3 -3
  421. package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-filled.svg +3 -3
  422. package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-in-line.svg +3 -3
  423. package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-filled.svg +3 -3
  424. package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-in-line.svg +3 -3
  425. package/projects/tgo-canopy-ui/assets/icons/rebrand/Disconnected-in-line.svg +11 -11
  426. package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-filled.svg +3 -3
  427. package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-in-line.svg +3 -3
  428. package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-filled.svg +3 -3
  429. package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-in-line.svg +3 -3
  430. package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-filled.svg +3 -3
  431. package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-in-line.svg +3 -3
  432. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-filled.svg +3 -3
  433. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-in-line.svg +3 -3
  434. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-filled.svg +3 -3
  435. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-in-line.svg +3 -3
  436. package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-filled.svg +3 -3
  437. package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-in-line.svg +3 -3
  438. package/projects/tgo-canopy-ui/assets/icons/rebrand/Empty-search-in-line.svg +11 -11
  439. package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-filled.svg +3 -3
  440. package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-in-line.svg +3 -3
  441. package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-filled.svg +3 -3
  442. package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-in-line.svg +3 -3
  443. package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-filled.svg +3 -3
  444. package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-in-line.svg +3 -3
  445. package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-filled.svg +3 -3
  446. package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-in-line.svg +3 -3
  447. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-filled.svg +3 -3
  448. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-in-line.svg +3 -3
  449. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-filled.svg +3 -3
  450. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-in-line.svg +3 -3
  451. package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-filled.svg +3 -3
  452. package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-in-line.svg +3 -3
  453. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-filled.svg +3 -3
  454. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-in-line.svg +3 -3
  455. package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-filled.svg +3 -3
  456. package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-in-line.svg +3 -3
  457. package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-filled.svg +3 -3
  458. package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-in-line.svg +3 -3
  459. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-filled.svg +3 -3
  460. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-in-line.svg +3 -3
  461. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-filled.svg +3 -3
  462. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-in-line.svg +3 -3
  463. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-filled.svg +3 -3
  464. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-in-line.svg +3 -3
  465. package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-filled.svg +6 -6
  466. package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-in-line.svg +6 -6
  467. package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-filled.svg +3 -3
  468. package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-in-line.svg +3 -3
  469. package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-filled.svg +3 -3
  470. package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-in-line.svg +3 -3
  471. package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-filled.svg +3 -3
  472. package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-in-line.svg +3 -3
  473. package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-filled.svg +3 -3
  474. package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-in-line.svg +3 -3
  475. package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-filled.svg +3 -3
  476. package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-in-line.svg +3 -3
  477. package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-filled.svg +3 -3
  478. package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-in-line.svg +3 -3
  479. package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-filled.svg +3 -3
  480. package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-in-line.svg +3 -3
  481. package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-filled.svg +3 -3
  482. package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-in-line.svg +3 -3
  483. package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-filled.svg +3 -3
  484. package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-in-line.svg +3 -3
  485. package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-filled.svg +3 -3
  486. package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-in-line.svg +3 -3
  487. package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-filled.svg +3 -3
  488. package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-in-line.svg +3 -3
  489. package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-filled.svg +3 -3
  490. package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-in-line.svg +3 -3
  491. package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-filled.svg +3 -3
  492. package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-in-line.svg +3 -3
  493. package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-filled.svg +3 -3
  494. package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-in-line.svg +3 -3
  495. package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-filled.svg +3 -3
  496. package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-in-line.svg +3 -3
  497. package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-filled.svg +3 -3
  498. package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-in-line.svg +3 -3
  499. package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-filled.svg +3 -3
  500. package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-in-line.svg +3 -3
  501. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-filled.svg +3 -3
  502. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-in-line.svg +3 -3
  503. package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-filled.svg +3 -3
  504. package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-in-line.svg +3 -3
  505. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lost-found-404-in-line.svg +11 -11
  506. package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-filled.svg +3 -3
  507. package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-in-line.svg +3 -3
  508. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-filled.svg +3 -3
  509. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-in-line.svg +3 -3
  510. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-filled.svg +3 -3
  511. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-in-line.svg +3 -3
  512. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-filled.svg +3 -3
  513. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-in-line.svg +3 -3
  514. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-filled.svg +3 -3
  515. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-in-line.svg +3 -3
  516. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-filled.svg +3 -3
  517. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-in-line.svg +3 -3
  518. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-filled.svg +3 -3
  519. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-in-line.svg +3 -3
  520. package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-filled.svg +3 -3
  521. package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-in-line.svg +3 -3
  522. package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-filled.svg +3 -3
  523. package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-in-line.svg +3 -3
  524. package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-filled.svg +3 -3
  525. package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-in-line.svg +3 -3
  526. package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-filled.svg +3 -3
  527. package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-in-line.svg +3 -3
  528. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-filled.svg +3 -3
  529. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-in-line.svg +3 -3
  530. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-filled.svg +4 -4
  531. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-in-line.svg +4 -4
  532. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-filled.svg +3 -3
  533. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-in-line.svg +3 -3
  534. package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-filled.svg +3 -3
  535. package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-in-line.svg +3 -3
  536. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-filled.svg +3 -3
  537. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-in-line.svg +3 -3
  538. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-circle-in-line.svg +5 -5
  539. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-filled.svg +3 -3
  540. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-in-line.svg +3 -3
  541. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-filled.svg +3 -3
  542. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-in-line.svg +3 -3
  543. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-filled.svg +3 -3
  544. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-in-line.svg +3 -3
  545. package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-filled.svg +3 -3
  546. package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-in-line.svg +3 -3
  547. package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-filled.svg +3 -3
  548. package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-in-line.svg +3 -3
  549. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-filled.svg +3 -3
  550. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-in-line.svg +3 -3
  551. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-filled.svg +3 -3
  552. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-in-line.svg +3 -3
  553. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-filled.svg +3 -3
  554. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-in-line.svg +3 -3
  555. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-filled.svg +3 -3
  556. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-in-line.svg +3 -3
  557. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-filled.svg +3 -3
  558. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-in-line.svg +3 -3
  559. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-filled.svg +3 -3
  560. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-in-line.svg +3 -3
  561. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-filled.svg +3 -3
  562. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-in-line.svg +3 -3
  563. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-filled.svg +3 -3
  564. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-filled.svg +4 -4
  565. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-in-line.svg +4 -4
  566. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-in-line.svg +3 -3
  567. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled-disabled.svg +4 -4
  568. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled.svg +4 -4
  569. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-in-line.svg +4 -4
  570. package/projects/tgo-canopy-ui/assets/icons/rebrand/Round-check-in-line.svg +4 -4
  571. package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-filled.svg +3 -3
  572. package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-in-line.svg +3 -3
  573. package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-filled.svg +3 -3
  574. package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-in-line.svg +3 -3
  575. package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-filled.svg +3 -3
  576. package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-in-line.svg +3 -3
  577. package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-filled.svg +3 -3
  578. package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-in-line.svg +3 -3
  579. package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-filled.svg +3 -3
  580. package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-in-line.svg +3 -3
  581. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-filled.svg +3 -3
  582. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-in-line.svg +3 -3
  583. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-filled.svg +3 -3
  584. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-in-line.svg +3 -3
  585. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-filled.svg +12 -3
  586. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-in-line.svg +12 -3
  587. package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-filled.svg +3 -3
  588. package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-in-line.svg +3 -3
  589. package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-filled.svg +5 -5
  590. package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-in-line.svg +5 -5
  591. package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-filled.svg +3 -3
  592. package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-in-line.svg +3 -3
  593. package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-filled.svg +3 -3
  594. package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-in-line.svg +3 -3
  595. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-filled.svg +3 -3
  596. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-in-line.svg +3 -3
  597. package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-filled.svg +3 -3
  598. package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-in-line.svg +3 -3
  599. package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-filled.svg +3 -3
  600. package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-in-line.svg +3 -3
  601. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-filled.svg +11 -11
  602. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-in-line.svg +11 -11
  603. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-filled.svg +11 -11
  604. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-in-line.svg +11 -11
  605. package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-filled.svg +3 -3
  606. package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-in-line.svg +3 -3
  607. package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-filled.svg +3 -3
  608. package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-in-line.svg +3 -3
  609. package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-filled.svg +3 -3
  610. package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-in-line.svg +3 -3
  611. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-filled.svg +3 -3
  612. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-in-line.svg +3 -3
  613. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-filled.svg +3 -3
  614. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-in-line.svg +3 -3
  615. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-filled.svg +3 -3
  616. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-in-line.svg +3 -3
  617. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-filled.svg +3 -3
  618. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-in-line.svg +3 -3
  619. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-filled.svg +3 -3
  620. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-in-line.svg +3 -3
  621. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-filled.svg +3 -3
  622. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-in-line.svg +3 -3
  623. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-filled.svg +3 -3
  624. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-in-line.svg +3 -3
  625. package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-filled.svg +3 -3
  626. package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-in-line.svg +3 -3
  627. package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-filled.svg +23 -23
  628. package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-in-line.svg +23 -23
  629. package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-filled.svg +3 -3
  630. package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-in-line.svg +3 -3
  631. package/projects/tgo-canopy-ui/assets/icons/rebrand/View-filled.svg +3 -3
  632. package/projects/tgo-canopy-ui/assets/icons/rebrand/View-in-line.svg +3 -3
  633. package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-filled.svg +3 -3
  634. package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-in-line.svg +3 -3
  635. package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-filled.svg +3 -3
  636. package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-in-line.svg +3 -3
  637. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-filled.svg +3 -3
  638. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-in-line.svg +3 -3
  639. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-filled.svg +3 -3
  640. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-in-line.svg +3 -3
  641. package/projects/tgo-canopy-ui/assets/images/empty-state-default.svg +9 -9
  642. package/projects/tgo-canopy-ui/assets/images/poweredbyTG.svg +37 -37
  643. package/projects/tgo-canopy-ui/assets/images/premium.svg +5 -5
  644. package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-black.svg +3 -3
  645. package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-light.svg +3 -3
  646. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/powered-by.svg +22 -22
  647. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_brandmark_pink.svg +10 -10
  648. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_lockup_pink.svg +22 -22
  649. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_wordmark_pink.svg +21 -21
  650. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_black.svg +11 -11
  651. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_cream.svg +11 -11
  652. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_black.svg +23 -23
  653. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_cream.svg +23 -23
  654. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_black.svg +21 -21
  655. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_cream.svg +21 -21
  656. package/projects/tgo-canopy-ui/assets/images/reverseTG.svg +84 -84
  657. package/projects/tgo-canopy-ui/assets/images/step-finish.svg +6 -6
  658. package/projects/tgo-canopy-ui/assets/images/testgorilla.svg +76 -76
  659. package/projects/tgo-canopy-ui/theme/_alert-bars.scss +110 -110
  660. package/projects/tgo-canopy-ui/theme/_breakpoints-mixin.scss +12 -12
  661. package/projects/tgo-canopy-ui/theme/_button.scss +72 -72
  662. package/projects/tgo-canopy-ui/theme/_core.scss +19 -19
  663. package/projects/tgo-canopy-ui/theme/_font.scss +95 -95
  664. package/projects/tgo-canopy-ui/theme/_icon.scss +5 -5
  665. package/projects/tgo-canopy-ui/theme/_lib-styles.scss +35 -35
  666. package/projects/tgo-canopy-ui/theme/_mat-paginator.scss +59 -59
  667. package/projects/tgo-canopy-ui/theme/_variables.scss +167 -163
  668. package/projects/tgo-canopy-ui/theme/line-clamp.scss +8 -8
  669. package/projects/tgo-canopy-ui/theme/theme.scss +67 -67
package/README.md CHANGED
@@ -1,95 +1,95 @@
1
- # TestGorilla UI Library
2
-
3
- # Test app
4
-
5
- To see the updates of the library in the client app, use commands below from package.json
6
-
7
- - build the updated version of canopy-ui with `build:tgo-ui (ng build tgo-ui)`
8
- - restart the client app with `start:client (ng serve)`
9
-
10
- # Foundations
11
-
12
- - Typography
13
- - Colors
14
-
15
- # Components
16
-
17
- - Alert Bars
18
- - Alert Banner
19
- - Banner Actions
20
- - Snackbar
21
- - Button
22
- - Elevation Shadow
23
- - Dialog
24
- - Confirm Dialog
25
- - Custom Dialog
26
- - File Upload
27
- - Forms
28
- - Checkbox
29
- - Datepicker
30
- - Dropdown
31
- - Input Field
32
- - Radio
33
- - Icon
34
- - Icon + Label
35
- - Logo
36
- - Overflow Menu
37
- - Progress Bar
38
- - Tag
39
- - Tooltip
40
-
41
- # Deprecated
42
-
43
- - Card
44
- - Create Account
45
- - Create Password
46
- - Forgot Password
47
- - Label
48
- - Login
49
- - NavBar
50
- - Navigation
51
- - Paginator
52
- - Table
53
-
54
- ## Visual Regression
55
-
56
- We use Playwright to capture visual differences. The relevant code is in the `visual-tests` folder.
57
-
58
- ### Updating Snapshots
59
-
60
- To ensure consistency with CI, update snapshots using Docker:
61
-
62
- ```
63
- docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:latest /bin/bash
64
- npx playwright install
65
- npx playwright test visual-tests --config 'visual-tests/playwright.config.ts' --update-snapshots
66
- ```
67
-
68
- If you encounter the following error, it can be safely ignored. We need reports in a single directory for CI artifact storage:
69
-
70
- ```
71
- Configuration Error: HTML reporter output folder clashes with the tests output folder:
72
-
73
- html reporter folder: /work/test-results/html-report
74
- test results folder: /work/test-results
75
-
76
- HTML reporter will clear its output directory prior to being generated, which will lead to the artifact loss.
77
- ```
78
-
79
- ### Running Visual Tests
80
-
81
- Use Docker to align screenshots with the same OS:
82
-
83
- ```
84
- docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:latest /bin/bash
85
- npx playwright install
86
- npx playwright test visual-tests --config 'visual-tests/playwright.config.ts'
87
- ```
88
-
89
- ### Running Visual Tests for a single file
90
-
91
- ```
92
- npx playwright test visual-tests --config ‘visual-tests/playwright.config.ts’ -g ‘test_name’
93
- npx playwright test visual-tests/path_to_test_file --config ‘visual-tests/playwright.config.ts’
94
- ```
95
-
1
+ # TestGorilla UI Library
2
+
3
+ # Test app
4
+
5
+ To see the updates of the library in the client app, use commands below from package.json
6
+
7
+ - build the updated version of canopy-ui with `build:tgo-ui (ng build tgo-ui)`
8
+ - restart the client app with `start:client (ng serve)`
9
+
10
+ # Foundations
11
+
12
+ - Typography
13
+ - Colors
14
+
15
+ # Components
16
+
17
+ - Alert Bars
18
+ - Alert Banner
19
+ - Banner Actions
20
+ - Snackbar
21
+ - Button
22
+ - Elevation Shadow
23
+ - Dialog
24
+ - Confirm Dialog
25
+ - Custom Dialog
26
+ - File Upload
27
+ - Forms
28
+ - Checkbox
29
+ - Datepicker
30
+ - Dropdown
31
+ - Input Field
32
+ - Radio
33
+ - Icon
34
+ - Icon + Label
35
+ - Logo
36
+ - Overflow Menu
37
+ - Progress Bar
38
+ - Tag
39
+ - Tooltip
40
+
41
+ # Deprecated
42
+
43
+ - Card
44
+ - Create Account
45
+ - Create Password
46
+ - Forgot Password
47
+ - Label
48
+ - Login
49
+ - NavBar
50
+ - Navigation
51
+ - Paginator
52
+ - Table
53
+
54
+ ## Visual Regression
55
+
56
+ We use Playwright to capture visual differences. The relevant code is in the `visual-tests` folder.
57
+
58
+ ### Updating Snapshots
59
+
60
+ To ensure consistency with CI, update snapshots using Docker:
61
+
62
+ ```
63
+ docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:latest /bin/bash
64
+ npx playwright install
65
+ npx playwright test visual-tests --config 'visual-tests/playwright.config.ts' --update-snapshots
66
+ ```
67
+
68
+ If you encounter the following error, it can be safely ignored. We need reports in a single directory for CI artifact storage:
69
+
70
+ ```
71
+ Configuration Error: HTML reporter output folder clashes with the tests output folder:
72
+
73
+ html reporter folder: /work/test-results/html-report
74
+ test results folder: /work/test-results
75
+
76
+ HTML reporter will clear its output directory prior to being generated, which will lead to the artifact loss.
77
+ ```
78
+
79
+ ### Running Visual Tests
80
+
81
+ Use Docker to align screenshots with the same OS:
82
+
83
+ ```
84
+ docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:latest /bin/bash
85
+ npx playwright install
86
+ npx playwright test visual-tests --config 'visual-tests/playwright.config.ts'
87
+ ```
88
+
89
+ ### Running Visual Tests for a single file
90
+
91
+ ```
92
+ npx playwright test visual-tests --config ‘visual-tests/playwright.config.ts’ -g ‘test_name’
93
+ npx playwright test visual-tests/path_to_test_file --config ‘visual-tests/playwright.config.ts’
94
+ ```
95
+
@@ -1,4 +1,4 @@
1
- export type BadgeVariant = 'primary' | 'secondary' | 'notification';
1
+ export type BadgeVariant = 'primary' | 'secondary' | 'notification' | 'primary-ai' | 'secondary-ai';
2
2
  export type BadgeColor = 'red' | 'grey-medium' | 'teal' | 'yellow' | 'petrol' | 'teal-60w' | 'petrol-90w' | 'petrol-60w' | 'grey-dark' | 'blue-20' | 'blue-40' | 'pink-30' | 'blue-10';
3
3
  export declare enum BadgeColorEnum {
4
4
  RED = "red",
@@ -30,6 +30,8 @@ export declare enum RebrandBadgeColorEnum {
30
30
  }
31
31
  export declare enum BadgeVariantEnum {
32
32
  PRIMARY = "primary",
33
+ PRIMARY_AI = "primary-ai",
33
34
  SECONDARY = "secondary",
35
+ SECONDARY_AI = "secondary-ai",
34
36
  NOTIFICATION = "notification"
35
37
  }
@@ -1,6 +1,6 @@
1
1
  import { BadgeVariant, RebrandBadgeColor } from '../badge/badge.model';
2
2
  export type ButtonIconPosition = 'left' | 'right';
3
- export type ButtonColor = 'primary' | 'secondary' | 'ghost' | 'outlined' | 'destructive' | 'tertiary' | 'link' | 'tab' | 'text' | 'menuTrigger' | 'menuCell' | 'icon-button';
3
+ export type ButtonColor = 'primary' | 'secondary' | 'ghost' | 'ghost-ai' | 'outlined' | 'destructive' | 'tertiary' | 'link' | 'tab' | 'text' | 'menuTrigger' | 'menuCell' | 'icon-button';
4
4
  export type ButtonSize = 'big' | 'medium' | 'small';
5
5
  export type LinkUrlTarget = '' | '_self' | '_blank' | '_parent' | '_top';
6
6
  export type IconButtonSize = '24' | '32' | '40';
@@ -2,6 +2,7 @@ import { EventEmitter, OnChanges, OnInit } from '@angular/core';
2
2
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
3
  import { ApplicationTheme } from '../../models/application-theme.model';
4
4
  import { CardSize, CardVariant } from './card.model';
5
+ import { IconSize } from '../icon/icon.model';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare class CardComponent implements OnChanges, OnInit {
7
8
  private readonly defaultAppTheme;
@@ -35,6 +36,13 @@ export declare class CardComponent implements OnChanges, OnInit {
35
36
  * @memberof CardComponent
36
37
  */
37
38
  set errors(errors: string[]);
39
+ /**
40
+ * Errors size
41
+ *
42
+ * @type {string}
43
+ * @memberof CardComponent
44
+ */
45
+ errorsSize?: string | undefined;
38
46
  /**
39
47
  * Marks card as selected
40
48
  *
@@ -59,8 +67,9 @@ export declare class CardComponent implements OnChanges, OnInit {
59
67
  ngOnChanges(): void;
60
68
  ngOnInit(): void;
61
69
  get cardVariant(): CardVariant;
70
+ get errorIconSize(): IconSize;
62
71
  get isSelected(): boolean;
63
72
  selectCard(): void;
64
73
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, [{ optional: true; }, null]>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowSelect": { "alias": "allowSelect"; "required": false; }; }, { "cardSelected": "cardSelected"; }, never, ["*"], false, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ui-card", never, { "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "errorsSize": { "alias": "errorsSize"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "allowSelect": { "alias": "allowSelect"; "required": false; }; }, { "cardSelected": "cardSelected"; }, never, ["*"], false, never>;
66
75
  }
@@ -33,6 +33,12 @@ export declare class DialogComponent implements OnInit, OnChanges, AfterViewInit
33
33
  * @memberof DialogComponent
34
34
  */
35
35
  secondaryButtonLabel?: string | undefined;
36
+ /**
37
+ * Footer dialog message
38
+ *
39
+ * @memberof DialogComponent
40
+ */
41
+ footerMessage?: string | undefined;
36
42
  /**
37
43
  * Primary button label
38
44
  *
@@ -152,5 +158,5 @@ export declare class DialogComponent implements OnInit, OnChanges, AfterViewInit
152
158
  onSecondaryButtonClick(event: Event): void;
153
159
  onPrimaryButtonClick(event: Event): void;
154
160
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, [{ optional: true; }, null, null]>;
155
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui-dialog", never, { "title": { "alias": "title"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "canCloseFn": { "alias": "canCloseFn"; "required": false; }; "secondaryButtonLabel": { "alias": "secondaryButtonLabel"; "required": false; }; "primaryButtonLabel": { "alias": "primaryButtonLabel"; "required": false; }; "primaryButtonIconName": { "alias": "primaryButtonIconName"; "required": false; }; "secondaryButtonType": { "alias": "secondaryButtonType"; "required": false; }; "primaryButtonType": { "alias": "primaryButtonType"; "required": false; }; "primaryButtonDataTestId": { "alias": "primaryButtonDataTestId"; "required": false; }; "secondaryButtonDataTestId": { "alias": "secondaryButtonDataTestId"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "disablePrimaryButton": { "alias": "disablePrimaryButton"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "shouldDisableButtons": { "alias": "shouldDisableButtons"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "keyboardOpen": { "alias": "keyboardOpen"; "required": false; }; }, { "closeEvent": "closeEvent"; "secondaryButtonClickEvent": "secondaryButtonClickEvent"; "primaryButtonClickEvent": "primaryButtonClickEvent"; }, ["customHeader"], ["[dialogHeader]", "*"], false, never>;
161
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui-dialog", never, { "title": { "alias": "title"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "canCloseFn": { "alias": "canCloseFn"; "required": false; }; "secondaryButtonLabel": { "alias": "secondaryButtonLabel"; "required": false; }; "footerMessage": { "alias": "footerMessage"; "required": false; }; "primaryButtonLabel": { "alias": "primaryButtonLabel"; "required": false; }; "primaryButtonIconName": { "alias": "primaryButtonIconName"; "required": false; }; "secondaryButtonType": { "alias": "secondaryButtonType"; "required": false; }; "primaryButtonType": { "alias": "primaryButtonType"; "required": false; }; "primaryButtonDataTestId": { "alias": "primaryButtonDataTestId"; "required": false; }; "secondaryButtonDataTestId": { "alias": "secondaryButtonDataTestId"; "required": false; }; "companyColor": { "alias": "companyColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "disablePrimaryButton": { "alias": "disablePrimaryButton"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "shouldDisableButtons": { "alias": "shouldDisableButtons"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; }; "keyboardOpen": { "alias": "keyboardOpen"; "required": false; }; }, { "closeEvent": "closeEvent"; "secondaryButtonClickEvent": "secondaryButtonClickEvent"; "primaryButtonClickEvent": "primaryButtonClickEvent"; }, ["customHeader"], ["[dialogHeader]", "*"], false, never>;
156
162
  }
@@ -1,11 +1,14 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { IconName } from '../icon/icon.model';
2
+ import { SafeHtml } from '@angular/platform-browser';
3
3
  import { ApplicationTheme } from '../../models/application-theme.model';
4
+ import { ButtonColor, ButtonIconPosition } from '../button/button.model';
5
+ import { IconName } from '../icon/icon.model';
4
6
  import { ButtonVariant, EmptyStateVariant, IllustrationVariant } from './empty-state.model';
5
- import { ButtonIconPosition } from '../button/button.model';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class EmptyStateComponent {
8
9
  private readonly defaultAppTheme;
10
+ private domSanitizer;
11
+ safeBodyText: SafeHtml;
9
12
  /**
10
13
  * @description If the default image should be displayed.
11
14
  * @type {boolean}
@@ -41,7 +44,7 @@ export declare class EmptyStateComponent {
41
44
  * @type {string}
42
45
  * @memberof EmptyStateComponent
43
46
  */
44
- bodyText: string;
47
+ set bodyText(value: string);
45
48
  /**
46
49
  * @description Displays primary button if passed.
47
50
  * @type {string}
@@ -54,6 +57,12 @@ export declare class EmptyStateComponent {
54
57
  * @memberof EmptyStateComponent
55
58
  */
56
59
  primaryButtonVariant: ButtonVariant;
60
+ /**
61
+ * General button variation - only for new theme.
62
+ * @type {ButtonColor}
63
+ * @memberof EmptyStateComponent
64
+ */
65
+ generalButtonVariation: ButtonColor;
57
66
  /**
58
67
  * @description Name of ui-icon for primary button
59
68
  * @type {IconName}
@@ -114,6 +123,30 @@ export declare class EmptyStateComponent {
114
123
  * @memberof EmptyStateComponent
115
124
  */
116
125
  tertiaryButtonIconPosition: ButtonIconPosition;
126
+ /**
127
+ * @description Displays general variation button if passed.
128
+ * @type {string}
129
+ * @memberof EmptyStateComponent
130
+ */
131
+ generalVariationButtonText: string;
132
+ /**
133
+ * @description Name of ui-icon for general variation button
134
+ * @type {IconName}
135
+ * @memberof EmptyStateComponent
136
+ */
137
+ generalVariationButtonIconName: IconName;
138
+ /**
139
+ * @description Position of ui-icon for general variation button
140
+ * @type {ButtonIconPosition}
141
+ * @memberof EmptyStateComponent
142
+ */
143
+ generalVariationButtonIconPosition: ButtonIconPosition;
144
+ /**
145
+ * @description Disabled state for general variation button
146
+ * @type {boolean}
147
+ * @memberof EmptyStateComponent
148
+ */
149
+ generalVariationButtonDisabled: boolean;
117
150
  /**
118
151
  *
119
152
  * Defines the application theme
@@ -143,13 +176,21 @@ export declare class EmptyStateComponent {
143
176
  * @memberof TagComponent
144
177
  */
145
178
  tertiaryButtonClick: EventEmitter<Event>;
179
+ /**
180
+ * Event triggered when the general variation button is clicked.
181
+ * @type {Event}
182
+ * @event
183
+ * @memberof TagComponent
184
+ */
185
+ generalVariationButtonClick: EventEmitter<Event>;
146
186
  buttonApplicationTheme: ApplicationTheme;
147
187
  constructor(defaultAppTheme: ApplicationTheme);
148
188
  ngOnInit(): void;
149
189
  onPrimaryButtonClick(event: Event): void;
150
190
  onSecondaryButtonClick(event: Event): void;
151
191
  onTertiaryButtonClick(event: Event): void;
192
+ onGeneralVariationButtonClick(event: Event): void;
152
193
  getVariant(variant: ButtonVariant): "primary" | "secondary" | "ghost";
153
194
  static ɵfac: i0.ɵɵFactoryDeclaration<EmptyStateComponent, [{ optional: true; }]>;
154
- static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "ui-empty-state", never, { "showIllustration": { "alias": "showIllustration"; "required": false; }; "illustrationVariant": { "alias": "illustrationVariant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "emptyStateVariant": { "alias": "emptyStateVariant"; "required": false; }; "title": { "alias": "title"; "required": false; }; "bodyText": { "alias": "bodyText"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "primaryButtonVariant": { "alias": "primaryButtonVariant"; "required": false; }; "primaryButtonIconName": { "alias": "primaryButtonIconName"; "required": false; }; "primaryButtonIconPosition": { "alias": "primaryButtonIconPosition"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "secondaryButtonVariant": { "alias": "secondaryButtonVariant"; "required": false; }; "secondaryButtonIconName": { "alias": "secondaryButtonIconName"; "required": false; }; "secondaryButtonIconPosition": { "alias": "secondaryButtonIconPosition"; "required": false; }; "tertiaryButtonText": { "alias": "tertiaryButtonText"; "required": false; }; "tertiaryButtonVariant": { "alias": "tertiaryButtonVariant"; "required": false; }; "tertiaryButtonIconName": { "alias": "tertiaryButtonIconName"; "required": false; }; "tertiaryButtonIconPosition": { "alias": "tertiaryButtonIconPosition"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; "tertiaryButtonClick": "tertiaryButtonClick"; }, never, never, false, never>;
195
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmptyStateComponent, "ui-empty-state", never, { "showIllustration": { "alias": "showIllustration"; "required": false; }; "illustrationVariant": { "alias": "illustrationVariant"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "emptyStateVariant": { "alias": "emptyStateVariant"; "required": false; }; "title": { "alias": "title"; "required": false; }; "bodyText": { "alias": "bodyText"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "primaryButtonVariant": { "alias": "primaryButtonVariant"; "required": false; }; "generalButtonVariation": { "alias": "generalButtonVariation"; "required": false; }; "primaryButtonIconName": { "alias": "primaryButtonIconName"; "required": false; }; "primaryButtonIconPosition": { "alias": "primaryButtonIconPosition"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "secondaryButtonVariant": { "alias": "secondaryButtonVariant"; "required": false; }; "secondaryButtonIconName": { "alias": "secondaryButtonIconName"; "required": false; }; "secondaryButtonIconPosition": { "alias": "secondaryButtonIconPosition"; "required": false; }; "tertiaryButtonText": { "alias": "tertiaryButtonText"; "required": false; }; "tertiaryButtonVariant": { "alias": "tertiaryButtonVariant"; "required": false; }; "tertiaryButtonIconName": { "alias": "tertiaryButtonIconName"; "required": false; }; "tertiaryButtonIconPosition": { "alias": "tertiaryButtonIconPosition"; "required": false; }; "generalVariationButtonText": { "alias": "generalVariationButtonText"; "required": false; }; "generalVariationButtonIconName": { "alias": "generalVariationButtonIconName"; "required": false; }; "generalVariationButtonIconPosition": { "alias": "generalVariationButtonIconPosition"; "required": false; }; "generalVariationButtonDisabled": { "alias": "generalVariationButtonDisabled"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; "tertiaryButtonClick": "tertiaryButtonClick"; "generalVariationButtonClick": "generalVariationButtonClick"; }, never, never, false, never>;
155
196
  }
@@ -6,6 +6,7 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
6
6
  import { FieldType } from '../../components/field/field.model';
7
7
  import { ApplicationTheme } from '../../models/application-theme.model';
8
8
  import { IconName } from '../icon/icon.model';
9
+ import { BadgeVariant } from '../badge/badge.model';
9
10
  import * as i0 from "@angular/core";
10
11
  /**
11
12
  * A global counter used to generate unique field IDs.
@@ -68,6 +69,13 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor, DoC
68
69
  * @memberof FieldComponent
69
70
  */
70
71
  value: string;
72
+ /**
73
+ * Variant of badge to use
74
+ *
75
+ * @type {BadgeVariant}
76
+ * @memberof FieldComponent
77
+ */
78
+ badgeVariant?: BadgeVariant | undefined;
71
79
  _errors: SafeHtml[];
72
80
  /**
73
81
  * Input field errors
@@ -327,5 +335,5 @@ export declare class FieldComponent implements OnInit, ControlValueAccessor, DoC
327
335
  focus(): void;
328
336
  refocusPasswordButton(btn: any): void;
329
337
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponent, [{ optional: true; }, null, null, null, { optional: true; self: true; }, null, null, null]>;
330
- static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "ui-field", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "type": { "alias": "type"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "allowOnlyDigits": { "alias": "allowOnlyDigits"; "required": false; }; "allowNegative": { "alias": "allowNegative"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "isValid": { "alias": "isValid"; "required": false; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; }; "trimOnBlur": { "alias": "trimOnBlur"; "required": false; }; "trimOnSubmit": { "alias": "trimOnSubmit"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "hasTextAreaCounter": { "alias": "hasTextAreaCounter"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "textareaHeight": { "alias": "textareaHeight"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; "isSignal": true; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "validateEvent": "validateEvent"; "fieldBlur": "fieldBlur"; }, never, never, false, never>;
338
+ static ɵcmp: i0.ɵɵComponentDeclaration<FieldComponent, "ui-field", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "label": { "alias": "label"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "badgeVariant": { "alias": "badgeVariant"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "hintMessage": { "alias": "hintMessage"; "required": false; }; "type": { "alias": "type"; "required": false; }; "updateOnBlur": { "alias": "updateOnBlur"; "required": false; }; "allowOnlyDigits": { "alias": "allowOnlyDigits"; "required": false; }; "allowNegative": { "alias": "allowNegative"; "required": false; }; "showBottomContent": { "alias": "showBottomContent"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "isValid": { "alias": "isValid"; "required": false; }; "maxCharacters": { "alias": "maxCharacters"; "required": false; }; "trimOnBlur": { "alias": "trimOnBlur"; "required": false; }; "trimOnSubmit": { "alias": "trimOnSubmit"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "hasTextAreaCounter": { "alias": "hasTextAreaCounter"; "required": false; }; "hideBuiltInErrors": { "alias": "hideBuiltInErrors"; "required": false; }; "hideLabelInErrors": { "alias": "hideLabelInErrors"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "textareaHeight": { "alias": "textareaHeight"; "required": false; }; "borderless": { "alias": "borderless"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; "isSignal": true; }; "ariaDescribedby": { "alias": "ariaDescribedby"; "required": false; "isSignal": true; }; "hasError": { "alias": "hasError"; "required": false; }; }, { "validateEvent": "validateEvent"; "fieldBlur": "fieldBlur"; }, never, never, false, never>;
331
339
  }
@@ -11,8 +11,9 @@ import * as i9 from "../../pipes/ui-translate.pipe";
11
11
  import * as i10 from "../validation-error/validation-error.module";
12
12
  import * as i11 from "../../pipes/has-validation-error.pipe";
13
13
  import * as i12 from "../../directives/digits-only.directive";
14
+ import * as i13 from "../badge/badge.component.module";
14
15
  export declare class FieldComponentModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FieldComponentModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<FieldComponentModule, [typeof i1.FieldComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatIconModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i11.HasValidationErrorPipe, typeof i12.DigitsOnlyDirective], [typeof i1.FieldComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FieldComponentModule, [typeof i1.FieldComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.IconComponentModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.ButtonComponentModule, typeof i8.MatIconModule, typeof i9.UiTranslatePipe, typeof i10.ValidationErrorModule, typeof i11.HasValidationErrorPipe, typeof i12.DigitsOnlyDirective, typeof i13.BadgeComponentModule], [typeof i1.FieldComponent]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<FieldComponentModule>;
18
19
  }
@@ -24,6 +24,13 @@ export declare class IconLabelComponent implements OnInit {
24
24
  * @memberof IconLabelComponent
25
25
  */
26
26
  text: string;
27
+ /**
28
+ * Icon color
29
+ *
30
+ * @type {IconColor}
31
+ * @memberof IconLabelComponent
32
+ */
33
+ iconColor?: string | undefined;
27
34
  /**
28
35
  *
29
36
  * Defines the application theme
@@ -35,5 +42,5 @@ export declare class IconLabelComponent implements OnInit {
35
42
  constructor(defaultAppTheme: ApplicationTheme);
36
43
  ngOnInit(): void;
37
44
  static ɵfac: i0.ɵɵFactoryDeclaration<IconLabelComponent, [{ optional: true; }]>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconLabelComponent, "ui-icon-label", never, { "iconSize": { "alias": "iconSize"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "text": { "alias": "text"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, false, never>;
39
46
  }
@@ -8,6 +8,7 @@ export declare class SkeletonComponent {
8
8
  count: number | string;
9
9
  set theme(value: NgxSkeletonLoaderConfigTheme);
10
10
  set appearance(value: Appearance);
11
+ isAiTheme: boolean;
11
12
  /**
12
13
  *
13
14
  * Defines the application theme
@@ -22,5 +23,5 @@ export declare class SkeletonComponent {
22
23
  protected readonly currentTheme$: import("rxjs").Observable<NgxSkeletonLoaderConfigTheme>;
23
24
  private getThemeWithDefaultValues;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, [{ optional: true; }]>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ui-skeleton", never, { "count": { "alias": "count"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "isAiTheme": { "alias": "isAiTheme"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, {}, never, never, true, never>;
26
27
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { IconName } from '../icon/icon.model';
3
3
  import { Tab } from './tabs.model';
4
+ import { NgxSkeletonLoaderConfigTheme } from 'ngx-skeleton-loader';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class TabDirective implements OnInit {
6
7
  tabLabel: import("@angular/core").InputSignal<string>;
@@ -14,6 +15,8 @@ export declare class TabDirective implements OnInit {
14
15
  }) => boolean | Promise<boolean>) | undefined>;
15
16
  linkUrl: import("@angular/core").InputSignal<string | undefined>;
16
17
  order: import("@angular/core").InputSignal<number | undefined>;
18
+ skeletonTheme: import("@angular/core").InputSignal<NgxSkeletonLoaderConfigTheme | undefined>;
19
+ isSkeletonAiTheme: import("@angular/core").InputSignal<boolean | undefined>;
17
20
  private tabsComponent;
18
21
  private template;
19
22
  private syncProps;
@@ -21,5 +24,5 @@ export declare class TabDirective implements OnInit {
21
24
  ngOnInit(): void;
22
25
  private addTab;
23
26
  static ɵfac: i0.ɵɵFactoryDeclaration<TabDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<TabDirective, "ng-template[uiTab]", never, { "tabLabel": { "alias": "tabLabel"; "required": true; "isSignal": true; }; "tabName": { "alias": "tabName"; "required": true; "isSignal": true; }; "iconLeft": { "alias": "iconLeft"; "required": false; "isSignal": true; }; "iconRight": { "alias": "iconRight"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "canLeave": { "alias": "canLeave"; "required": false; "isSignal": true; }; "linkUrl": { "alias": "linkUrl"; "required": false; "isSignal": true; }; "order": { "alias": "order"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TabDirective, "ng-template[uiTab]", never, { "tabLabel": { "alias": "tabLabel"; "required": true; "isSignal": true; }; "tabName": { "alias": "tabName"; "required": true; "isSignal": true; }; "iconLeft": { "alias": "iconLeft"; "required": false; "isSignal": true; }; "iconRight": { "alias": "iconRight"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "canLeave": { "alias": "canLeave"; "required": false; "isSignal": true; }; "linkUrl": { "alias": "linkUrl"; "required": false; "isSignal": true; }; "order": { "alias": "order"; "required": false; "isSignal": true; }; "skeletonTheme": { "alias": "skeletonTheme"; "required": false; "isSignal": true; }; "isSkeletonAiTheme": { "alias": "isSkeletonAiTheme"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
25
28
  }
@@ -51,6 +51,7 @@ export declare class TabsComponent {
51
51
  * @memberof TabsComponent
52
52
  */
53
53
  applicationTheme: ApplicationTheme;
54
+ isLoading: import("@angular/core").InputSignal<boolean>;
54
55
  selectedTabIndex: EventEmitter<number>;
55
56
  selectedTab: EventEmitter<Tab>;
56
57
  tabGroup: MatTabGroup;
@@ -70,7 +71,7 @@ export declare class TabsComponent {
70
71
  removeTab(tabName: string): void;
71
72
  updateTab(tabName: string, tab: Partial<Omit<Tab, 'tabName'>>): void;
72
73
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, [{ optional: true; }, null]>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ui-tabs", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "type": { "alias": "type"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "headerContentPadding": { "alias": "headerContentPadding"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; }, { "selectedTabIndex": "selectedTabIndex"; "selectedTab": "selectedTab"; }, never, never, false, never>;
74
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "ui-tabs", never, { "companyColor": { "alias": "companyColor"; "required": false; }; "type": { "alias": "type"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "headerContentPadding": { "alias": "headerContentPadding"; "required": false; }; "dynamicHeight": { "alias": "dynamicHeight"; "required": false; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "selectedTabIndex": "selectedTabIndex"; "selectedTab": "selectedTab"; }, never, never, false, never>;
74
75
  static ngAcceptInputType_headerContentPadding: number;
75
76
  static ngAcceptInputType_dynamicHeight: unknown;
76
77
  }
@@ -5,8 +5,9 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@angular/material/tabs";
6
6
  import * as i5 from "../icon/icon.component.module";
7
7
  import * as i6 from "../../pipes/ui-translate.pipe";
8
+ import * as i7 from "../skeleton/skeleton.component";
8
9
  export declare class TabsComponentModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponentModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TabsComponentModule, [typeof i1.TabsComponent], [typeof i2.TabDirective, typeof i3.CommonModule, typeof i4.MatTabsModule, typeof i5.IconComponentModule, typeof i6.UiTranslatePipe], [typeof i1.TabsComponent, typeof i2.TabDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabsComponentModule, [typeof i1.TabsComponent], [typeof i2.TabDirective, typeof i3.CommonModule, typeof i4.MatTabsModule, typeof i5.IconComponentModule, typeof i6.UiTranslatePipe, typeof i7.SkeletonComponent], [typeof i1.TabsComponent, typeof i2.TabDirective]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<TabsComponentModule>;
12
13
  }
@@ -1,4 +1,5 @@
1
1
  import { IconName } from '../icon/icon.model';
2
+ import { NgxSkeletonLoaderConfigTheme } from 'ngx-skeleton-loader';
2
3
  export interface Tab {
3
4
  tabName: string;
4
5
  tabLabel: string;
@@ -13,5 +14,7 @@ export interface Tab {
13
14
  linkUrl?: string;
14
15
  ariaLabel?: string;
15
16
  order?: number;
17
+ skeletonTheme?: NgxSkeletonLoaderConfigTheme;
18
+ isSkeletonAiTheme?: boolean;
16
19
  }
17
20
  export type TabsType = 'underlined' | 'filled';