@testgorilla/tgo-ui 2.31.0 → 2.31.1

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 (1731) hide show
  1. package/.circleci/config.yml +349 -0
  2. package/.editorconfig +16 -0
  3. package/.eslintignore +5 -0
  4. package/.eslintrc-a11y.js +23 -0
  5. package/.eslintrc.js +301 -0
  6. package/.github/CODEOWNERS +22 -0
  7. package/.github/README.md +81 -0
  8. package/.husky/pre-commit +4 -0
  9. package/.prettierignore +2 -0
  10. package/.prettierrc +14 -0
  11. package/.storybook/main.js +24 -0
  12. package/.storybook/preview-head.html +10 -0
  13. package/.storybook/preview.js +112 -0
  14. package/.storybook/tsconfig.json +24 -0
  15. package/.storybook/typings.d.ts +4 -0
  16. package/.stylelintrc.json +30 -0
  17. package/.vscode/extensions.json +4 -0
  18. package/.vscode/launch.json +20 -0
  19. package/.vscode/tasks.json +42 -0
  20. package/CHANGELOG.md +1386 -0
  21. package/README.md +95 -95
  22. package/angular.json +174 -0
  23. package/blob-report/report.zip +0 -0
  24. package/e2e/bannerAction.spec.ts +46 -0
  25. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-darwin.png +0 -0
  26. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-linux.png +0 -0
  27. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-darwin.png +0 -0
  28. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-linux.png +0 -0
  29. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-darwin.png +0 -0
  30. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-linux.png +0 -0
  31. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-darwin.png +0 -0
  32. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-linux.png +0 -0
  33. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-darwin.png +0 -0
  34. package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
  35. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--default-chromium-linux.png +0 -0
  36. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--error-chromium-linux.png +0 -0
  37. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--info-chromium-linux.png +0 -0
  38. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--warning-chromium-linux.png +0 -0
  39. package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
  40. package/e2e/button.spec.ts +53 -0
  41. package/e2e/button.spec.ts-snapshots/id-button--basic-chromium-linux.png +0 -0
  42. package/e2e/button.spec.ts-snapshots/id-button--button-as-link-chromium-linux.png +0 -0
  43. package/e2e/button.spec.ts-snapshots/id-button--button-only-label-chromium-linux.png +0 -0
  44. package/e2e/button.spec.ts-snapshots/id-button--disabled-chromium-linux.png +0 -0
  45. package/e2e/button.spec.ts-snapshots/id-button--full-width-chromium-linux.png +0 -0
  46. package/e2e/button.spec.ts-snapshots/id-button--label-icon-left-chromium-linux.png +0 -0
  47. package/e2e/button.spec.ts-snapshots/id-button--label-icon-right-chromium-linux.png +0 -0
  48. package/e2e/button.spec.ts-snapshots/id-button--loading-chromium-linux.png +0 -0
  49. package/e2e/button.spec.ts-snapshots/id-button--menu-cell-chromium-linux.png +0 -0
  50. package/e2e/button.spec.ts-snapshots/id-button--menu-trigger-chromium-linux.png +0 -0
  51. package/e2e/button.spec.ts-snapshots/id-button--only-icon-chromium-linux.png +0 -0
  52. package/e2e/button.spec.ts-snapshots/id-button--small-chromium-linux.png +0 -0
  53. package/e2e/card.spec.ts +43 -0
  54. package/e2e/card.spec.ts-snapshots/id-card--default-chromium-linux.png +0 -0
  55. package/e2e/colors.spec.ts +47 -0
  56. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--greysacale-chromium-linux.png +0 -0
  57. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-error-chromium-linux.png +0 -0
  58. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-petrol-chromium-linux.png +0 -0
  59. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-teal-chromium-linux.png +0 -0
  60. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-warning-chromium-linux.png +0 -0
  61. package/e2e/colors.spec.ts-snapshots/id-foundations-colors--secondary-colors-chromium-linux.png +0 -0
  62. package/e2e/createAccount.spec.ts +102 -0
  63. package/e2e/createAccount.spec.ts-snapshots/id-create-account--default-chromium-linux.png +0 -0
  64. package/e2e/createAccount.spec.ts-snapshots/id-deprecated-create-account--default-chromium-linux.png +0 -0
  65. package/e2e/createAccount.spec.ts-snapshots/register-with-errors-chromium-linux.png +0 -0
  66. package/e2e/createAccount.spec.ts-snapshots/register-with-texts-chromium-linux.png +0 -0
  67. package/e2e/createPassword.spec.ts +94 -0
  68. package/e2e/createPassword.spec.ts-snapshots/createPassword-with-errors-chromium-linux.png +0 -0
  69. package/e2e/createPassword.spec.ts-snapshots/createPassword-with-texts-chromium-linux.png +0 -0
  70. package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-args-viewMode-story-chromium-linux.png +0 -0
  71. package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-chromium-linux.png +0 -0
  72. package/e2e/createPassword.spec.ts-snapshots/id-deprecated-create-password--default-chromium-linux.png +0 -0
  73. package/e2e/dialog.spec.ts +43 -0
  74. package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-darwin.png +0 -0
  75. package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-linux.png +0 -0
  76. package/e2e/field.spec.ts +51 -0
  77. package/e2e/field.spec.ts-snapshots/id-forms-field--email-chromium-linux.png +0 -0
  78. package/e2e/field.spec.ts-snapshots/id-forms-field--number-type-chromium-linux.png +0 -0
  79. package/e2e/field.spec.ts-snapshots/id-forms-field--password-chromium-linux.png +0 -0
  80. package/e2e/field.spec.ts-snapshots/id-forms-field--search-chromium-linux.png +0 -0
  81. package/e2e/field.spec.ts-snapshots/id-forms-field--tel-chromium-linux.png +0 -0
  82. package/e2e/field.spec.ts-snapshots/id-forms-field--text-chromium-linux.png +0 -0
  83. package/e2e/field.spec.ts-snapshots/id-forms-field--with-disable-chromium-linux.png +0 -0
  84. package/e2e/field.spec.ts-snapshots/id-forms-field--with-errors-chromium-linux.png +0 -0
  85. package/e2e/field.spec.ts-snapshots/id-forms-field--with-require-chromium-linux.png +0 -0
  86. package/e2e/field.spec.ts-snapshots/id-forms-field--without-label-chromium-linux.png +0 -0
  87. package/e2e/forgotPassword.spec.ts +94 -0
  88. package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-errors-chromium-linux.png +0 -0
  89. package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-texts-chromium-linux.png +0 -0
  90. package/e2e/forgotPassword.spec.ts-snapshots/id-deprecated-forgot-password--default-chromium-linux.png +0 -0
  91. package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-args-viewMode-story-chromium-linux.png +0 -0
  92. package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-chromium-linux.png +0 -0
  93. package/e2e/label.spec.ts +47 -0
  94. package/e2e/label.spec.ts-snapshots/id-label--big-chromium-linux.png +0 -0
  95. package/e2e/label.spec.ts-snapshots/id-label--huge-chromium-linux.png +0 -0
  96. package/e2e/label.spec.ts-snapshots/id-label--large-chromium-linux.png +0 -0
  97. package/e2e/label.spec.ts-snapshots/id-label--medium-chromium-linux.png +0 -0
  98. package/e2e/label.spec.ts-snapshots/id-label--small-chromium-linux.png +0 -0
  99. package/e2e/label.spec.ts-snapshots/id-under-review-label--big-chromium-linux.png +0 -0
  100. package/e2e/label.spec.ts-snapshots/id-under-review-label--huge-chromium-linux.png +0 -0
  101. package/e2e/label.spec.ts-snapshots/id-under-review-label--large-chromium-linux.png +0 -0
  102. package/e2e/label.spec.ts-snapshots/id-under-review-label--medium-chromium-linux.png +0 -0
  103. package/e2e/label.spec.ts-snapshots/id-under-review-label--small-chromium-linux.png +0 -0
  104. package/e2e/login.spec.ts +102 -0
  105. package/e2e/login.spec.ts-snapshots/id-deprecated-login--default-chromium-linux.png +0 -0
  106. package/e2e/login.spec.ts-snapshots/id-login--default-chromium-linux.png +0 -0
  107. package/e2e/login.spec.ts-snapshots/login-with-errors-chromium-linux.png +0 -0
  108. package/e2e/login.spec.ts-snapshots/login-with-texts-chromium-linux.png +0 -0
  109. package/e2e/logo.spec.ts +45 -0
  110. package/e2e/logo.spec.ts-snapshots/id-logo--default-chromium-linux.png +0 -0
  111. package/e2e/logo.spec.ts-snapshots/id-logo--powered-by-chromium-linux.png +0 -0
  112. package/e2e/logo.spec.ts-snapshots/id-logo--reverse-chromium-linux.png +0 -0
  113. package/e2e/navbar.spec.ts +42 -0
  114. package/e2e/navbar.spec.ts-snapshots/id-navbar--default-chromium-linux.png +0 -0
  115. package/e2e/navigation.spec.ts +43 -0
  116. package/e2e/navigation.spec.ts-snapshots/id-navigation--default-chromium-linux.png +0 -0
  117. package/e2e/paginator.spec.ts +42 -0
  118. package/e2e/paginator.spec.ts-snapshots/id-paginator--default-chromium-linux.png +0 -0
  119. package/e2e/progressBar.spec.ts +42 -0
  120. package/e2e/progressBar.spec.ts-snapshots/id-progressbar--determinate-chromium-linux.png +0 -0
  121. package/e2e/table.spec.ts +47 -0
  122. package/e2e/table.spec.ts-snapshots/id-deprecated-table--default-chromium-linux.png +0 -0
  123. package/e2e/table.spec.ts-snapshots/id-table--default-chromium-darwin.png +0 -0
  124. package/e2e/table.spec.ts-snapshots/id-table--default-chromium-linux.png +0 -0
  125. package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-darwin.png +0 -0
  126. package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-linux.png +0 -0
  127. package/e2e/typography.spec.ts +42 -0
  128. package/e2e/typography.spec.ts-snapshots/id-foundations-typography--page-args-viewMode-story-chromium-linux.png +0 -0
  129. package/globalSetup.js +9 -0
  130. package/jest.config.js +56 -0
  131. package/ng-package.json +9 -0
  132. package/package.json +79 -18
  133. package/parse-a11y-linter.js +79 -0
  134. package/projects/client/src/app/app.component.html +1 -0
  135. package/projects/client/src/app/app.component.scss +8 -0
  136. package/projects/client/src/app/app.component.spec.ts +27 -0
  137. package/projects/client/src/app/app.component.ts +37 -0
  138. package/projects/client/src/app/app.routes.ts +48 -0
  139. package/projects/client/src/app/components/alert-banner/alert-banner.component.html +15 -0
  140. package/projects/client/src/app/components/alert-banner/alert-banner.component.scss +0 -0
  141. package/projects/client/src/app/components/alert-banner/alert-banner.component.ts +26 -0
  142. package/projects/client/src/app/components/avatar/avatar.component.html +10 -0
  143. package/projects/client/src/app/components/avatar/avatar.component.scss +0 -0
  144. package/projects/client/src/app/components/avatar/avatar.component.ts +25 -0
  145. package/projects/client/src/app/components/badge/badge.component.html +11 -0
  146. package/projects/client/src/app/components/badge/badge.component.scss +0 -0
  147. package/projects/client/src/app/components/badge/badge.component.ts +22 -0
  148. package/projects/client/src/app/components/button/button.component.html +23 -0
  149. package/projects/client/src/app/components/button/button.component.scss +0 -0
  150. package/projects/client/src/app/components/button/button.component.ts +40 -0
  151. package/projects/client/src/app/components/card/card.component.html +8 -0
  152. package/projects/client/src/app/components/card/card.component.scss +0 -0
  153. package/projects/client/src/app/components/card/card.component.ts +17 -0
  154. package/projects/client/src/app/components/checkbox/checkbox.component.html +13 -0
  155. package/projects/client/src/app/components/checkbox/checkbox.component.scss +0 -0
  156. package/projects/client/src/app/components/checkbox/checkbox.component.ts +23 -0
  157. package/projects/client/src/app/components/disabled-inputs/disabled-inputs.component.html +169 -0
  158. package/projects/client/src/app/components/disabled-inputs/disabled-inputs.component.scss +19 -0
  159. package/projects/client/src/app/components/disabled-inputs/disabled-inputs.component.spec.ts +23 -0
  160. package/projects/client/src/app/components/disabled-inputs/disabled-inputs.component.ts +78 -0
  161. package/projects/client/src/app/components/field/field.component.html +28 -0
  162. package/projects/client/src/app/components/field/field.component.scss +0 -0
  163. package/projects/client/src/app/components/field/field.component.ts +37 -0
  164. package/projects/client/src/app/components/icon/icon.component.html +10 -0
  165. package/projects/client/src/app/components/icon/icon.component.scss +0 -0
  166. package/projects/client/src/app/components/icon/icon.component.ts +19 -0
  167. package/projects/client/src/app/components/localisation/localisation.component.html +8 -0
  168. package/projects/client/src/app/components/localisation/localisation.component.scss +0 -0
  169. package/projects/client/src/app/components/localisation/localisation.component.spec.ts +23 -0
  170. package/projects/client/src/app/components/localisation/localisation.component.ts +31 -0
  171. package/projects/client/src/app/components/logo/logo.component.html +8 -0
  172. package/projects/client/src/app/components/logo/logo.component.scss +0 -0
  173. package/projects/client/src/app/components/logo/logo.component.ts +18 -0
  174. package/projects/client/src/app/components/radio/radio.component.html +16 -0
  175. package/projects/client/src/app/components/radio/radio.component.scss +0 -0
  176. package/projects/client/src/app/components/radio/radio.component.ts +28 -0
  177. package/projects/client/src/app/components/side-panel/side-panel.component.html +2 -0
  178. package/projects/client/src/app/components/side-panel/side-panel.component.scss +0 -0
  179. package/projects/client/src/app/components/side-panel/side-panel.component.ts +28 -0
  180. package/projects/client/src/app/components/snackbar/snackbar.component.html +15 -0
  181. package/projects/client/src/app/components/snackbar/snackbar.component.scss +0 -0
  182. package/projects/client/src/app/components/snackbar/snackbar.component.ts +35 -0
  183. package/projects/client/src/app/components/spinner/spinner.component.html +7 -0
  184. package/projects/client/src/app/components/spinner/spinner.component.scss +0 -0
  185. package/projects/client/src/app/components/spinner/spinner.component.ts +16 -0
  186. package/projects/client/src/app/components/tooltip/tooltip.component.html +12 -0
  187. package/projects/client/src/app/components/tooltip/tooltip.component.scss +0 -0
  188. package/projects/client/src/app/components/tooltip/tooltip.component.ts +15 -0
  189. package/projects/client/src/assets/.gitkeep +0 -0
  190. package/projects/client/src/assets/Avatar.png +0 -0
  191. package/projects/client/src/favicon.ico +0 -0
  192. package/projects/client/src/index.html +13 -0
  193. package/projects/client/src/main.ts +15 -0
  194. package/projects/client/src/styles.scss +10 -0
  195. package/projects/client/tsconfig.app.json +14 -0
  196. package/projects/client/tsconfig.spec.json +14 -0
  197. package/projects/tgo-canopy-ui/__mocks__/alert-bar.mock.ts +18 -0
  198. package/projects/tgo-canopy-ui/__mocks__/button.mock.ts +34 -0
  199. package/projects/tgo-canopy-ui/__mocks__/field.mock.ts +10 -0
  200. package/projects/tgo-canopy-ui/__mocks__/icon.mock.ts +14 -0
  201. package/projects/tgo-canopy-ui/__mocks__/tag.mock.ts +9 -0
  202. package/projects/tgo-canopy-ui/assets/.gitkeep +0 -0
  203. package/projects/tgo-canopy-ui/assets/i18n/da-dk.json +180 -180
  204. package/projects/tgo-canopy-ui/assets/i18n/de.json +180 -180
  205. package/projects/tgo-canopy-ui/assets/i18n/en.json +818 -818
  206. package/projects/tgo-canopy-ui/assets/i18n/es.json +180 -180
  207. package/projects/tgo-canopy-ui/assets/i18n/fr.json +180 -180
  208. package/projects/tgo-canopy-ui/assets/i18n/it-it.json +180 -180
  209. package/projects/tgo-canopy-ui/assets/i18n/ja-jp.json +180 -180
  210. package/projects/tgo-canopy-ui/assets/i18n/nb-no.json +180 -180
  211. package/projects/tgo-canopy-ui/assets/i18n/nl.json +180 -180
  212. package/projects/tgo-canopy-ui/assets/i18n/pl-pl.json +180 -180
  213. package/projects/tgo-canopy-ui/assets/i18n/pt-br.json +180 -180
  214. package/projects/tgo-canopy-ui/assets/i18n/sv-se.json +180 -180
  215. package/projects/tgo-canopy-ui/assets/icons/Add.svg +3 -3
  216. package/projects/tgo-canopy-ui/assets/icons/Archive.svg +3 -3
  217. package/projects/tgo-canopy-ui/assets/icons/Arrow_down.svg +3 -3
  218. package/projects/tgo-canopy-ui/assets/icons/Arrow_left.svg +3 -3
  219. package/projects/tgo-canopy-ui/assets/icons/Arrow_right.svg +3 -3
  220. package/projects/tgo-canopy-ui/assets/icons/Arrow_up.svg +3 -3
  221. package/projects/tgo-canopy-ui/assets/icons/Assessment.svg +3 -3
  222. package/projects/tgo-canopy-ui/assets/icons/Attempts.svg +3 -3
  223. package/projects/tgo-canopy-ui/assets/icons/Book.svg +3 -3
  224. package/projects/tgo-canopy-ui/assets/icons/Calendar.svg +3 -3
  225. package/projects/tgo-canopy-ui/assets/icons/Candidates.svg +8 -8
  226. package/projects/tgo-canopy-ui/assets/icons/Chat-notifications.svg +4 -4
  227. package/projects/tgo-canopy-ui/assets/icons/Chat.svg +3 -3
  228. package/projects/tgo-canopy-ui/assets/icons/Check.svg +3 -3
  229. package/projects/tgo-canopy-ui/assets/icons/Clone.svg +3 -3
  230. package/projects/tgo-canopy-ui/assets/icons/Close.svg +3 -3
  231. package/projects/tgo-canopy-ui/assets/icons/Code.svg +3 -3
  232. package/projects/tgo-canopy-ui/assets/icons/Company.svg +3 -3
  233. package/projects/tgo-canopy-ui/assets/icons/Copy.svg +3 -3
  234. package/projects/tgo-canopy-ui/assets/icons/Custom-questions.svg +3 -3
  235. package/projects/tgo-canopy-ui/assets/icons/Delete.svg +3 -3
  236. package/projects/tgo-canopy-ui/assets/icons/Devices.svg +3 -3
  237. package/projects/tgo-canopy-ui/assets/icons/Document.svg +3 -3
  238. package/projects/tgo-canopy-ui/assets/icons/Dot.svg +3 -3
  239. package/projects/tgo-canopy-ui/assets/icons/Download.svg +3 -3
  240. package/projects/tgo-canopy-ui/assets/icons/Edit.svg +3 -3
  241. package/projects/tgo-canopy-ui/assets/icons/Email-message.svg +3 -3
  242. package/projects/tgo-canopy-ui/assets/icons/Employee.svg +8 -8
  243. package/projects/tgo-canopy-ui/assets/icons/Empty-placeholder.svg +3 -3
  244. package/projects/tgo-canopy-ui/assets/icons/Error.svg +3 -3
  245. package/projects/tgo-canopy-ui/assets/icons/Essay.svg +3 -3
  246. package/projects/tgo-canopy-ui/assets/icons/Eye-hide.svg +3 -3
  247. package/projects/tgo-canopy-ui/assets/icons/Eye-view.svg +3 -3
  248. package/projects/tgo-canopy-ui/assets/icons/Fast-forward.svg +4 -4
  249. package/projects/tgo-canopy-ui/assets/icons/Fast-rewind.svg +4 -4
  250. package/projects/tgo-canopy-ui/assets/icons/Feedback-1.svg +3 -3
  251. package/projects/tgo-canopy-ui/assets/icons/Feedback-2.svg +3 -3
  252. package/projects/tgo-canopy-ui/assets/icons/Feedback-3.svg +6 -6
  253. package/projects/tgo-canopy-ui/assets/icons/Feedback-4.svg +3 -3
  254. package/projects/tgo-canopy-ui/assets/icons/Feedback-5.svg +3 -3
  255. package/projects/tgo-canopy-ui/assets/icons/File-attach.svg +3 -3
  256. package/projects/tgo-canopy-ui/assets/icons/File-upload.svg +3 -3
  257. package/projects/tgo-canopy-ui/assets/icons/Filter.svg +3 -3
  258. package/projects/tgo-canopy-ui/assets/icons/Fire.svg +10 -10
  259. package/projects/tgo-canopy-ui/assets/icons/Folder.svg +3 -3
  260. package/projects/tgo-canopy-ui/assets/icons/Format-add-file.svg +3 -3
  261. package/projects/tgo-canopy-ui/assets/icons/Format-add-table.svg +3 -3
  262. package/projects/tgo-canopy-ui/assets/icons/Format-align-L.svg +3 -3
  263. package/projects/tgo-canopy-ui/assets/icons/Format-align-R.svg +3 -3
  264. package/projects/tgo-canopy-ui/assets/icons/Format-align-center.svg +3 -3
  265. package/projects/tgo-canopy-ui/assets/icons/Format-align-justify.svg +3 -3
  266. package/projects/tgo-canopy-ui/assets/icons/Format-bold.svg +3 -3
  267. package/projects/tgo-canopy-ui/assets/icons/Format-code-active.svg +3 -3
  268. package/projects/tgo-canopy-ui/assets/icons/Format-code-block.svg +3 -3
  269. package/projects/tgo-canopy-ui/assets/icons/Format-edit-table.svg +3 -3
  270. package/projects/tgo-canopy-ui/assets/icons/Format-format.svg +3 -3
  271. package/projects/tgo-canopy-ui/assets/icons/Format-function.svg +3 -3
  272. package/projects/tgo-canopy-ui/assets/icons/Format-italics.svg +3 -3
  273. package/projects/tgo-canopy-ui/assets/icons/Format-list-bulleted.svg +3 -3
  274. package/projects/tgo-canopy-ui/assets/icons/Format-list-numbered.svg +3 -3
  275. package/projects/tgo-canopy-ui/assets/icons/Format-picker.svg +3 -3
  276. package/projects/tgo-canopy-ui/assets/icons/Format-quote.svg +3 -3
  277. package/projects/tgo-canopy-ui/assets/icons/Format-subscript.svg +3 -3
  278. package/projects/tgo-canopy-ui/assets/icons/Format-superscript.svg +3 -3
  279. package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-L.svg +3 -3
  280. package/projects/tgo-canopy-ui/assets/icons/Format-text-direction-R.svg +3 -3
  281. package/projects/tgo-canopy-ui/assets/icons/Format-text-size.svg +3 -3
  282. package/projects/tgo-canopy-ui/assets/icons/Format-underline.svg +3 -3
  283. package/projects/tgo-canopy-ui/assets/icons/Format-variable.svg +3 -3
  284. package/projects/tgo-canopy-ui/assets/icons/Full-screen.svg +3 -3
  285. package/projects/tgo-canopy-ui/assets/icons/Gender-female.svg +3 -3
  286. package/projects/tgo-canopy-ui/assets/icons/Gender-male.svg +3 -3
  287. package/projects/tgo-canopy-ui/assets/icons/Gift.svg +7 -7
  288. package/projects/tgo-canopy-ui/assets/icons/Google.svg +6 -6
  289. package/projects/tgo-canopy-ui/assets/icons/Grab.svg +3 -3
  290. package/projects/tgo-canopy-ui/assets/icons/Help-2.svg +3 -3
  291. package/projects/tgo-canopy-ui/assets/icons/Help.svg +3 -3
  292. package/projects/tgo-canopy-ui/assets/icons/Image.svg +3 -3
  293. package/projects/tgo-canopy-ui/assets/icons/Info.svg +3 -3
  294. package/projects/tgo-canopy-ui/assets/icons/Integration.svg +3 -3
  295. package/projects/tgo-canopy-ui/assets/icons/Language.svg +3 -3
  296. package/projects/tgo-canopy-ui/assets/icons/Layout.svg +3 -3
  297. package/projects/tgo-canopy-ui/assets/icons/Learn.svg +3 -3
  298. package/projects/tgo-canopy-ui/assets/icons/Level.svg +3 -3
  299. package/projects/tgo-canopy-ui/assets/icons/Light-bulb.svg +3 -3
  300. package/projects/tgo-canopy-ui/assets/icons/Link.svg +3 -3
  301. package/projects/tgo-canopy-ui/assets/icons/Loading-spinner.svg +10 -10
  302. package/projects/tgo-canopy-ui/assets/icons/Localisation.svg +3 -3
  303. package/projects/tgo-canopy-ui/assets/icons/Location.svg +3 -3
  304. package/projects/tgo-canopy-ui/assets/icons/Lock.svg +3 -3
  305. package/projects/tgo-canopy-ui/assets/icons/Log-out.svg +3 -3
  306. package/projects/tgo-canopy-ui/assets/icons/Menu-burger.svg +3 -3
  307. package/projects/tgo-canopy-ui/assets/icons/Menu-ellipsis.svg +3 -3
  308. package/projects/tgo-canopy-ui/assets/icons/Microphone.svg +3 -3
  309. package/projects/tgo-canopy-ui/assets/icons/Minimize.svg +3 -3
  310. package/projects/tgo-canopy-ui/assets/icons/Minus.svg +3 -3
  311. package/projects/tgo-canopy-ui/assets/icons/Money-bag.svg +5 -5
  312. package/projects/tgo-canopy-ui/assets/icons/Mouse-cursor.svg +3 -3
  313. package/projects/tgo-canopy-ui/assets/icons/Mouse-grab-cursor.svg +3 -3
  314. package/projects/tgo-canopy-ui/assets/icons/Mouse.svg +3 -3
  315. package/projects/tgo-canopy-ui/assets/icons/Multi-choice.svg +3 -3
  316. package/projects/tgo-canopy-ui/assets/icons/Notifications.svg +3 -3
  317. package/projects/tgo-canopy-ui/assets/icons/Password.svg +4 -4
  318. package/projects/tgo-canopy-ui/assets/icons/Path.svg +3 -3
  319. package/projects/tgo-canopy-ui/assets/icons/Pin-marker.svg +4 -4
  320. package/projects/tgo-canopy-ui/assets/icons/Plan-billing.svg +3 -3
  321. package/projects/tgo-canopy-ui/assets/icons/Plus.svg +3 -3
  322. package/projects/tgo-canopy-ui/assets/icons/Premium.svg +4 -4
  323. package/projects/tgo-canopy-ui/assets/icons/Promotion.svg +3 -3
  324. package/projects/tgo-canopy-ui/assets/icons/Question-count.svg +3 -3
  325. package/projects/tgo-canopy-ui/assets/icons/Refer.svg +3 -3
  326. package/projects/tgo-canopy-ui/assets/icons/Reset.svg +3 -3
  327. package/projects/tgo-canopy-ui/assets/icons/Review.svg +3 -3
  328. package/projects/tgo-canopy-ui/assets/icons/Round-check-filled.svg +3 -3
  329. package/projects/tgo-canopy-ui/assets/icons/Round-check.svg +3 -3
  330. package/projects/tgo-canopy-ui/assets/icons/Search.svg +3 -3
  331. package/projects/tgo-canopy-ui/assets/icons/Secure-checkout.svg +3 -3
  332. package/projects/tgo-canopy-ui/assets/icons/Send.svg +3 -3
  333. package/projects/tgo-canopy-ui/assets/icons/Settings.svg +8 -8
  334. package/projects/tgo-canopy-ui/assets/icons/Share.svg +3 -3
  335. package/projects/tgo-canopy-ui/assets/icons/Skip-next.svg +4 -4
  336. package/projects/tgo-canopy-ui/assets/icons/Skip-previous.svg +4 -4
  337. package/projects/tgo-canopy-ui/assets/icons/Social-facebook.svg +3 -3
  338. package/projects/tgo-canopy-ui/assets/icons/Social-instagram.svg +3 -3
  339. package/projects/tgo-canopy-ui/assets/icons/Social-linkedin.svg +3 -3
  340. package/projects/tgo-canopy-ui/assets/icons/Sorting-down-1.svg +3 -3
  341. package/projects/tgo-canopy-ui/assets/icons/Sorting-down.svg +3 -3
  342. package/projects/tgo-canopy-ui/assets/icons/Sparkles.svg +18 -18
  343. package/projects/tgo-canopy-ui/assets/icons/Speedometer.svg +3 -3
  344. package/projects/tgo-canopy-ui/assets/icons/Star-filled.svg +3 -3
  345. package/projects/tgo-canopy-ui/assets/icons/Star-half.svg +3 -3
  346. package/projects/tgo-canopy-ui/assets/icons/Star-outline.svg +3 -3
  347. package/projects/tgo-canopy-ui/assets/icons/Suitcase.svg +6 -6
  348. package/projects/tgo-canopy-ui/assets/icons/Support.svg +3 -3
  349. package/projects/tgo-canopy-ui/assets/icons/Sync.svg +3 -3
  350. package/projects/tgo-canopy-ui/assets/icons/Team.svg +3 -3
  351. package/projects/tgo-canopy-ui/assets/icons/Test.svg +3 -3
  352. package/projects/tgo-canopy-ui/assets/icons/TestGorilla.svg +11 -11
  353. package/projects/tgo-canopy-ui/assets/icons/Thunder.svg +3 -3
  354. package/projects/tgo-canopy-ui/assets/icons/Timer.svg +3 -3
  355. package/projects/tgo-canopy-ui/assets/icons/Trophy.svg +3 -3
  356. package/projects/tgo-canopy-ui/assets/icons/Type.svg +3 -3
  357. package/projects/tgo-canopy-ui/assets/icons/Unarchive.svg +3 -3
  358. package/projects/tgo-canopy-ui/assets/icons/Unlock.svg +3 -3
  359. package/projects/tgo-canopy-ui/assets/icons/Upgrade.svg +3 -3
  360. package/projects/tgo-canopy-ui/assets/icons/Upload.svg +3 -3
  361. package/projects/tgo-canopy-ui/assets/icons/User-access.svg +3 -3
  362. package/projects/tgo-canopy-ui/assets/icons/User-add.svg +3 -3
  363. package/projects/tgo-canopy-ui/assets/icons/User-invite.svg +3 -3
  364. package/projects/tgo-canopy-ui/assets/icons/User-profile.svg +3 -3
  365. package/projects/tgo-canopy-ui/assets/icons/User-reject.svg +4 -4
  366. package/projects/tgo-canopy-ui/assets/icons/User-switch.svg +3 -3
  367. package/projects/tgo-canopy-ui/assets/icons/Video-pause.svg +3 -3
  368. package/projects/tgo-canopy-ui/assets/icons/Video-play.svg +3 -3
  369. package/projects/tgo-canopy-ui/assets/icons/Video-record.svg +3 -3
  370. package/projects/tgo-canopy-ui/assets/icons/Video-stop.svg +3 -3
  371. package/projects/tgo-canopy-ui/assets/icons/Video.svg +3 -3
  372. package/projects/tgo-canopy-ui/assets/icons/Volume.svg +3 -3
  373. package/projects/tgo-canopy-ui/assets/icons/Warning.svg +3 -3
  374. package/projects/tgo-canopy-ui/assets/icons/Zoom-in.svg +6 -6
  375. package/projects/tgo-canopy-ui/assets/icons/Zoom-out.svg +5 -5
  376. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled-disabled.svg +3 -3
  377. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-filled.svg +3 -3
  378. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-half.svg +3 -3
  379. package/projects/tgo-canopy-ui/assets/icons/rating-icons/Star-outline.svg +3 -3
  380. package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-filled.svg +3 -3
  381. package/projects/tgo-canopy-ui/assets/icons/rebrand/Add-in-line.svg +3 -3
  382. package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-filled.svg +3 -3
  383. package/projects/tgo-canopy-ui/assets/icons/rebrand/Archive-in-line.svg +3 -3
  384. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-filled.svg +3 -3
  385. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-down-in-line.svg +3 -3
  386. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-filled.svg +3 -3
  387. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-left-in-line.svg +3 -3
  388. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-filled.svg +3 -3
  389. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-right-in-line.svg +3 -3
  390. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-filled.svg +3 -3
  391. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-chevron-up-in-line.svg +3 -3
  392. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-filled.svg +3 -3
  393. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-down-in-line.svg +3 -3
  394. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-filled.svg +3 -3
  395. package/projects/tgo-canopy-ui/assets/icons/rebrand/Arrow-up-in-line.svg +3 -3
  396. package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-filled.svg +3 -3
  397. package/projects/tgo-canopy-ui/assets/icons/rebrand/Assessment-in-line.svg +3 -3
  398. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-filled.svg +3 -3
  399. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attach-in-line.svg +3 -3
  400. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-filled.svg +3 -3
  401. package/projects/tgo-canopy-ui/assets/icons/rebrand/Attempts-in-line.svg +3 -3
  402. package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-filled.svg +3 -3
  403. package/projects/tgo-canopy-ui/assets/icons/rebrand/Book-in-line.svg +3 -3
  404. package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-filled.svg +3 -3
  405. package/projects/tgo-canopy-ui/assets/icons/rebrand/Calendar-in-line.svg +3 -3
  406. package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-filled.svg +3 -3
  407. package/projects/tgo-canopy-ui/assets/icons/rebrand/Candidates-in-line.svg +3 -3
  408. package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-filled.svg +3 -3
  409. package/projects/tgo-canopy-ui/assets/icons/rebrand/Chat-in-line.svg +3 -3
  410. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-filled.svg +3 -3
  411. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-in-line.svg +3 -3
  412. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-filled.svg +3 -3
  413. package/projects/tgo-canopy-ui/assets/icons/rebrand/Check-round-in-line.svg +3 -3
  414. package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-filled.svg +3 -3
  415. package/projects/tgo-canopy-ui/assets/icons/rebrand/Circle-in-line.svg +3 -3
  416. package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-filled.svg +3 -3
  417. package/projects/tgo-canopy-ui/assets/icons/rebrand/Clone-in-line.svg +3 -3
  418. package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-filled.svg +3 -3
  419. package/projects/tgo-canopy-ui/assets/icons/rebrand/Close-in-line.svg +3 -3
  420. package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-filled.svg +3 -3
  421. package/projects/tgo-canopy-ui/assets/icons/rebrand/Code-in-line.svg +3 -3
  422. package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-filled.svg +3 -3
  423. package/projects/tgo-canopy-ui/assets/icons/rebrand/Company-in-line.svg +3 -3
  424. package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-filled.svg +3 -3
  425. package/projects/tgo-canopy-ui/assets/icons/rebrand/Copy-in-line.svg +3 -3
  426. package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-filled.svg +3 -3
  427. package/projects/tgo-canopy-ui/assets/icons/rebrand/Delete-in-line.svg +3 -3
  428. package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-filled.svg +3 -3
  429. package/projects/tgo-canopy-ui/assets/icons/rebrand/Devices-in-line.svg +3 -3
  430. package/projects/tgo-canopy-ui/assets/icons/rebrand/Disconnected-in-line.svg +11 -11
  431. package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-filled.svg +3 -3
  432. package/projects/tgo-canopy-ui/assets/icons/rebrand/Document-in-line.svg +3 -3
  433. package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-filled.svg +3 -3
  434. package/projects/tgo-canopy-ui/assets/icons/rebrand/Dot-in-line.svg +3 -3
  435. package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-filled.svg +3 -3
  436. package/projects/tgo-canopy-ui/assets/icons/rebrand/Download-in-line.svg +3 -3
  437. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-filled.svg +3 -3
  438. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-in-line.svg +3 -3
  439. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-filled.svg +3 -3
  440. package/projects/tgo-canopy-ui/assets/icons/rebrand/Edit-text-in-line.svg +3 -3
  441. package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-filled.svg +3 -3
  442. package/projects/tgo-canopy-ui/assets/icons/rebrand/Employee-in-line.svg +3 -3
  443. package/projects/tgo-canopy-ui/assets/icons/rebrand/Empty-search-in-line.svg +11 -11
  444. package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-filled.svg +3 -3
  445. package/projects/tgo-canopy-ui/assets/icons/rebrand/Error-in-line.svg +3 -3
  446. package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-filled.svg +3 -3
  447. package/projects/tgo-canopy-ui/assets/icons/rebrand/Essay-in-line.svg +3 -3
  448. package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-filled.svg +3 -3
  449. package/projects/tgo-canopy-ui/assets/icons/rebrand/Experience-in-line.svg +3 -3
  450. package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-filled.svg +3 -3
  451. package/projects/tgo-canopy-ui/assets/icons/rebrand/Facebook-in-line.svg +3 -3
  452. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-filled.svg +3 -3
  453. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-in-line.svg +3 -3
  454. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-filled.svg +3 -3
  455. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-in-line.svg +3 -3
  456. package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-filled.svg +3 -3
  457. package/projects/tgo-canopy-ui/assets/icons/rebrand/Filter-in-line.svg +3 -3
  458. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-filled.svg +3 -3
  459. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fire-in-line.svg +3 -3
  460. package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-filled.svg +3 -3
  461. package/projects/tgo-canopy-ui/assets/icons/rebrand/Folder-in-line.svg +3 -3
  462. package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-filled.svg +3 -3
  463. package/projects/tgo-canopy-ui/assets/icons/rebrand/Full-screen-in-line.svg +3 -3
  464. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-filled.svg +3 -3
  465. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-female-in-line.svg +3 -3
  466. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-filled.svg +3 -3
  467. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gender-male-in-line.svg +3 -3
  468. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-filled.svg +3 -3
  469. package/projects/tgo-canopy-ui/assets/icons/rebrand/Gift-in-line.svg +3 -3
  470. package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-filled.svg +6 -6
  471. package/projects/tgo-canopy-ui/assets/icons/rebrand/Google-in-line.svg +6 -6
  472. package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-filled.svg +3 -3
  473. package/projects/tgo-canopy-ui/assets/icons/rebrand/Grab-in-line.svg +3 -3
  474. package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-filled.svg +3 -3
  475. package/projects/tgo-canopy-ui/assets/icons/rebrand/Help-in-line.svg +3 -3
  476. package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-filled.svg +3 -3
  477. package/projects/tgo-canopy-ui/assets/icons/rebrand/Hide-in-line.svg +3 -3
  478. package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-filled.svg +3 -3
  479. package/projects/tgo-canopy-ui/assets/icons/rebrand/Image-in-line.svg +3 -3
  480. package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-filled.svg +3 -3
  481. package/projects/tgo-canopy-ui/assets/icons/rebrand/Info-in-line.svg +3 -3
  482. package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-filled.svg +3 -3
  483. package/projects/tgo-canopy-ui/assets/icons/rebrand/Instagram-in-line.svg +3 -3
  484. package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-filled.svg +3 -3
  485. package/projects/tgo-canopy-ui/assets/icons/rebrand/Integration-in-line.svg +3 -3
  486. package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-filled.svg +3 -3
  487. package/projects/tgo-canopy-ui/assets/icons/rebrand/Invite-in-line.svg +3 -3
  488. package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-filled.svg +3 -3
  489. package/projects/tgo-canopy-ui/assets/icons/rebrand/Language-in-line.svg +3 -3
  490. package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-filled.svg +3 -3
  491. package/projects/tgo-canopy-ui/assets/icons/rebrand/Layout-in-line.svg +3 -3
  492. package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-filled.svg +3 -3
  493. package/projects/tgo-canopy-ui/assets/icons/rebrand/Learn-in-line.svg +3 -3
  494. package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-filled.svg +3 -3
  495. package/projects/tgo-canopy-ui/assets/icons/rebrand/Level-in-line.svg +3 -3
  496. package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-filled.svg +3 -3
  497. package/projects/tgo-canopy-ui/assets/icons/rebrand/Light-bulb-in-line.svg +3 -3
  498. package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-filled.svg +3 -3
  499. package/projects/tgo-canopy-ui/assets/icons/rebrand/Link-in-line.svg +3 -3
  500. package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-filled.svg +3 -3
  501. package/projects/tgo-canopy-ui/assets/icons/rebrand/Linkedin-in-line.svg +3 -3
  502. package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-filled.svg +3 -3
  503. package/projects/tgo-canopy-ui/assets/icons/rebrand/Localization-in-line.svg +3 -3
  504. package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-filled.svg +3 -3
  505. package/projects/tgo-canopy-ui/assets/icons/rebrand/Location-in-line.svg +3 -3
  506. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-filled.svg +3 -3
  507. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lock-in-line.svg +3 -3
  508. package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-filled.svg +3 -3
  509. package/projects/tgo-canopy-ui/assets/icons/rebrand/Logout-in-line.svg +3 -3
  510. package/projects/tgo-canopy-ui/assets/icons/rebrand/Lost-found-404-in-line.svg +11 -11
  511. package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-filled.svg +3 -3
  512. package/projects/tgo-canopy-ui/assets/icons/rebrand/Medal-in-line.svg +3 -3
  513. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-filled.svg +3 -3
  514. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-burger-in-line.svg +3 -3
  515. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-filled.svg +3 -3
  516. package/projects/tgo-canopy-ui/assets/icons/rebrand/Menu-ellipsis-in-line.svg +3 -3
  517. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-filled.svg +3 -3
  518. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mic-in-line.svg +3 -3
  519. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-filled.svg +3 -3
  520. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minimize-in-line.svg +3 -3
  521. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-filled.svg +3 -3
  522. package/projects/tgo-canopy-ui/assets/icons/rebrand/Minus-in-line.svg +3 -3
  523. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-filled.svg +3 -3
  524. package/projects/tgo-canopy-ui/assets/icons/rebrand/Mouse-in-line.svg +3 -3
  525. package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-filled.svg +3 -3
  526. package/projects/tgo-canopy-ui/assets/icons/rebrand/Multi-choice-in-line.svg +3 -3
  527. package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-filled.svg +3 -3
  528. package/projects/tgo-canopy-ui/assets/icons/rebrand/Notification-bell-in-line.svg +3 -3
  529. package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-filled.svg +3 -3
  530. package/projects/tgo-canopy-ui/assets/icons/rebrand/Password-in-line.svg +3 -3
  531. package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-filled.svg +3 -3
  532. package/projects/tgo-canopy-ui/assets/icons/rebrand/Path-in-line.svg +3 -3
  533. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-filled.svg +3 -3
  534. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pause-in-line.svg +3 -3
  535. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-filled.svg +4 -4
  536. package/projects/tgo-canopy-ui/assets/icons/rebrand/Pin-marker-in-line.svg +4 -4
  537. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-filled.svg +3 -3
  538. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plan-billing-in-line.svg +3 -3
  539. package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-filled.svg +3 -3
  540. package/projects/tgo-canopy-ui/assets/icons/rebrand/Play-in-line.svg +3 -3
  541. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-filled.svg +3 -3
  542. package/projects/tgo-canopy-ui/assets/icons/rebrand/Plus-in-line.svg +3 -3
  543. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-circle-in-line.svg +5 -5
  544. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-filled.svg +3 -3
  545. package/projects/tgo-canopy-ui/assets/icons/rebrand/Premium-in-line.svg +3 -3
  546. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-filled.svg +3 -3
  547. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-count-in-line.svg +3 -3
  548. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-filled.svg +3 -3
  549. package/projects/tgo-canopy-ui/assets/icons/rebrand/Question-in-line.svg +3 -3
  550. package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-filled.svg +3 -3
  551. package/projects/tgo-canopy-ui/assets/icons/rebrand/Record-in-line.svg +3 -3
  552. package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-filled.svg +3 -3
  553. package/projects/tgo-canopy-ui/assets/icons/rebrand/Refer-in-line.svg +3 -3
  554. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-filled.svg +3 -3
  555. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reject-in-line.svg +3 -3
  556. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-filled.svg +3 -3
  557. package/projects/tgo-canopy-ui/assets/icons/rebrand/Reset-in-line.svg +3 -3
  558. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-filled.svg +3 -3
  559. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-1-in-line.svg +3 -3
  560. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-filled.svg +3 -3
  561. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-2-in-line.svg +3 -3
  562. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-filled.svg +3 -3
  563. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-3-in-line.svg +3 -3
  564. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-filled.svg +3 -3
  565. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-4-in-line.svg +3 -3
  566. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-filled.svg +3 -3
  567. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-emoji-5-in-line.svg +3 -3
  568. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-filled.svg +3 -3
  569. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-filled.svg +4 -4
  570. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-half-star-in-line.svg +4 -4
  571. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-in-line.svg +3 -3
  572. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled-disabled.svg +4 -4
  573. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-filled.svg +4 -4
  574. package/projects/tgo-canopy-ui/assets/icons/rebrand/Review-star-in-line.svg +4 -4
  575. package/projects/tgo-canopy-ui/assets/icons/rebrand/Round-check-in-line.svg +4 -4
  576. package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-filled.svg +3 -3
  577. package/projects/tgo-canopy-ui/assets/icons/rebrand/Search-in-line.svg +3 -3
  578. package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-filled.svg +3 -3
  579. package/projects/tgo-canopy-ui/assets/icons/rebrand/Secure-in-line.svg +3 -3
  580. package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-filled.svg +3 -3
  581. package/projects/tgo-canopy-ui/assets/icons/rebrand/Send-in-line.svg +3 -3
  582. package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-filled.svg +3 -3
  583. package/projects/tgo-canopy-ui/assets/icons/rebrand/Settings-in-line.svg +3 -3
  584. package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-filled.svg +3 -3
  585. package/projects/tgo-canopy-ui/assets/icons/rebrand/Share-in-line.svg +3 -3
  586. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-filled.svg +3 -3
  587. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-in-line.svg +3 -3
  588. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-filled.svg +3 -3
  589. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-in-line.svg +3 -3
  590. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-filled.svg +3 -3
  591. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sparkle-in-line.svg +3 -3
  592. package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-filled.svg +3 -3
  593. package/projects/tgo-canopy-ui/assets/icons/rebrand/Speedometer-in-line.svg +3 -3
  594. package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-filled.svg +5 -5
  595. package/projects/tgo-canopy-ui/assets/icons/rebrand/Star-in-line.svg +5 -5
  596. package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-filled.svg +3 -3
  597. package/projects/tgo-canopy-ui/assets/icons/rebrand/Stop-in-line.svg +3 -3
  598. package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-filled.svg +3 -3
  599. package/projects/tgo-canopy-ui/assets/icons/rebrand/Switch-in-line.svg +3 -3
  600. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-filled.svg +3 -3
  601. package/projects/tgo-canopy-ui/assets/icons/rebrand/Sync-in-line.svg +3 -3
  602. package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-filled.svg +3 -3
  603. package/projects/tgo-canopy-ui/assets/icons/rebrand/Team-in-line.svg +3 -3
  604. package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-filled.svg +3 -3
  605. package/projects/tgo-canopy-ui/assets/icons/rebrand/Test-in-line.svg +3 -3
  606. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-filled.svg +11 -11
  607. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-Pink-in-line.svg +11 -11
  608. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-filled.svg +11 -11
  609. package/projects/tgo-canopy-ui/assets/icons/rebrand/TestGorilla-in-line.svg +11 -11
  610. package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-filled.svg +3 -3
  611. package/projects/tgo-canopy-ui/assets/icons/rebrand/Timer-in-line.svg +3 -3
  612. package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-filled.svg +3 -3
  613. package/projects/tgo-canopy-ui/assets/icons/rebrand/Trophy-in-line.svg +3 -3
  614. package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-filled.svg +3 -3
  615. package/projects/tgo-canopy-ui/assets/icons/rebrand/Type-in-line.svg +3 -3
  616. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-filled.svg +3 -3
  617. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unarchive-in-line.svg +3 -3
  618. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-filled.svg +3 -3
  619. package/projects/tgo-canopy-ui/assets/icons/rebrand/Unlock-in-line.svg +3 -3
  620. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-filled.svg +3 -3
  621. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upgrade-in-line.svg +3 -3
  622. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-filled.svg +3 -3
  623. package/projects/tgo-canopy-ui/assets/icons/rebrand/Upload-in-line.svg +3 -3
  624. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-filled.svg +3 -3
  625. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-access-in-line.svg +3 -3
  626. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-filled.svg +3 -3
  627. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-add-in-line.svg +3 -3
  628. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-filled.svg +3 -3
  629. package/projects/tgo-canopy-ui/assets/icons/rebrand/User-profile-in-line.svg +3 -3
  630. package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-filled.svg +3 -3
  631. package/projects/tgo-canopy-ui/assets/icons/rebrand/Validated-in-line.svg +3 -3
  632. package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-filled.svg +23 -23
  633. package/projects/tgo-canopy-ui/assets/icons/rebrand/Verified-badge-in-line.svg +23 -23
  634. package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-filled.svg +3 -3
  635. package/projects/tgo-canopy-ui/assets/icons/rebrand/Video-in-line.svg +3 -3
  636. package/projects/tgo-canopy-ui/assets/icons/rebrand/View-filled.svg +3 -3
  637. package/projects/tgo-canopy-ui/assets/icons/rebrand/View-in-line.svg +3 -3
  638. package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-filled.svg +3 -3
  639. package/projects/tgo-canopy-ui/assets/icons/rebrand/Volume-in-line.svg +3 -3
  640. package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-filled.svg +3 -3
  641. package/projects/tgo-canopy-ui/assets/icons/rebrand/Warning-in-line.svg +3 -3
  642. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-filled.svg +3 -3
  643. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-in-in-line.svg +3 -3
  644. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-filled.svg +3 -3
  645. package/projects/tgo-canopy-ui/assets/icons/rebrand/Zoom-out-in-line.svg +3 -3
  646. package/projects/tgo-canopy-ui/assets/images/empty-state-default.svg +9 -9
  647. package/projects/tgo-canopy-ui/assets/images/poweredbyTG.svg +37 -37
  648. package/projects/tgo-canopy-ui/assets/images/premium.svg +5 -5
  649. package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-black.svg +3 -3
  650. package/projects/tgo-canopy-ui/assets/images/rebrand-last-step-icon-light.svg +3 -3
  651. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/powered-by.svg +22 -22
  652. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_brandmark_pink.svg +10 -10
  653. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_lockup_pink.svg +22 -22
  654. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/primary_wordmark_pink.svg +21 -21
  655. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_black.svg +11 -11
  656. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_brandmark_cream.svg +11 -11
  657. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_black.svg +23 -23
  658. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_lockup_cream.svg +23 -23
  659. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_black.svg +21 -21
  660. package/projects/tgo-canopy-ui/assets/images/rebrand-logo/secondary_wordmark_cream.svg +21 -21
  661. package/projects/tgo-canopy-ui/assets/images/reverseTG.svg +84 -84
  662. package/projects/tgo-canopy-ui/assets/images/step-finish.svg +6 -6
  663. package/projects/tgo-canopy-ui/assets/images/testgorilla.svg +76 -76
  664. package/projects/tgo-canopy-ui/components/accordion/accordion.component.html +44 -0
  665. package/projects/tgo-canopy-ui/components/accordion/accordion.component.module.ts +26 -0
  666. package/projects/tgo-canopy-ui/components/accordion/accordion.component.scss +326 -0
  667. package/projects/tgo-canopy-ui/components/accordion/accordion.component.spec.ts +37 -0
  668. package/projects/tgo-canopy-ui/components/accordion/accordion.component.stories.ts +245 -0
  669. package/projects/tgo-canopy-ui/components/accordion/accordion.component.ts +126 -0
  670. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.html +50 -0
  671. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.module.ts +13 -0
  672. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.scss +62 -0
  673. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.spec.ts +200 -0
  674. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.stories.ts +121 -0
  675. package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.ts +184 -0
  676. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.html +391 -0
  677. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.module.ts +44 -0
  678. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.scss +338 -0
  679. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.spec.ts +532 -0
  680. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.stories.ts +152 -0
  681. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.ts +855 -0
  682. package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.model.ts +28 -0
  683. package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.spec.ts +33 -0
  684. package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.ts +19 -0
  685. package/projects/tgo-canopy-ui/components/autocomplete/prevent-input.directive.spec.ts +46 -0
  686. package/projects/tgo-canopy-ui/components/autocomplete/prevent-input.directive.ts +18 -0
  687. package/projects/tgo-canopy-ui/components/autocomplete/transform-Item.pipe.ts +25 -0
  688. package/projects/tgo-canopy-ui/components/autocomplete/transform-item.pipe.spec.ts +25 -0
  689. package/projects/tgo-canopy-ui/components/avatar/avatar.component.html +32 -0
  690. package/projects/tgo-canopy-ui/components/avatar/avatar.component.module.ts +15 -0
  691. package/projects/tgo-canopy-ui/components/avatar/avatar.component.scss +81 -0
  692. package/projects/tgo-canopy-ui/components/avatar/avatar.component.spec.ts +58 -0
  693. package/projects/tgo-canopy-ui/components/avatar/avatar.component.stories.ts +113 -0
  694. package/projects/tgo-canopy-ui/components/avatar/avatar.component.ts +93 -0
  695. package/projects/tgo-canopy-ui/components/avatar/avatar.model.ts +27 -0
  696. package/projects/tgo-canopy-ui/components/badge/badge.component.html +16 -0
  697. package/projects/tgo-canopy-ui/components/badge/badge.component.module.ts +12 -0
  698. package/projects/tgo-canopy-ui/components/badge/badge.component.scss +203 -0
  699. package/projects/tgo-canopy-ui/components/badge/badge.component.spec.ts +67 -0
  700. package/projects/tgo-canopy-ui/components/badge/badge.component.stories.ts +69 -0
  701. package/projects/tgo-canopy-ui/components/badge/badge.component.ts +104 -0
  702. package/projects/tgo-canopy-ui/components/badge/badge.model.ts +64 -0
  703. package/projects/tgo-canopy-ui/components/bars-demo/bars-demo.component.html +11 -0
  704. package/projects/tgo-canopy-ui/components/bars-demo/bars-demo.component.module.ts +25 -0
  705. package/projects/tgo-canopy-ui/components/bars-demo/bars-demo.component.scss +0 -0
  706. package/projects/tgo-canopy-ui/components/bars-demo/bars-demo.component.stories.ts +30 -0
  707. package/projects/tgo-canopy-ui/components/bars-demo/bars-demo.component.ts +31 -0
  708. package/projects/tgo-canopy-ui/components/button/button.component.html +146 -0
  709. package/projects/tgo-canopy-ui/components/button/button.component.module.ts +29 -0
  710. package/projects/tgo-canopy-ui/components/button/button.component.scss +1051 -0
  711. package/projects/tgo-canopy-ui/components/button/button.component.spec.ts +288 -0
  712. package/projects/tgo-canopy-ui/components/button/button.component.stories.ts +516 -0
  713. package/projects/tgo-canopy-ui/components/button/button.component.ts +489 -0
  714. package/projects/tgo-canopy-ui/components/button/button.model.ts +28 -0
  715. package/projects/tgo-canopy-ui/components/card/card.component.html +17 -0
  716. package/projects/tgo-canopy-ui/components/card/card.component.module.ts +11 -0
  717. package/projects/tgo-canopy-ui/components/card/card.component.scss +153 -0
  718. package/projects/tgo-canopy-ui/components/card/card.component.spec.ts +116 -0
  719. package/projects/tgo-canopy-ui/components/card/card.component.stories.ts +102 -0
  720. package/projects/tgo-canopy-ui/components/card/card.component.ts +129 -0
  721. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.html +46 -0
  722. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.module.ts +20 -0
  723. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.scss +312 -0
  724. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.spec.ts +263 -0
  725. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.stories.ts +125 -0
  726. package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.ts +343 -0
  727. package/projects/tgo-canopy-ui/components/checkbox/focus-visible.directive.spec.ts +26 -0
  728. package/projects/tgo-canopy-ui/components/checkbox/focus-visible.directive.ts +29 -0
  729. package/projects/tgo-canopy-ui/components/checklist/checklist.component.html +63 -0
  730. package/projects/tgo-canopy-ui/components/checklist/checklist.component.scss +145 -0
  731. package/projects/tgo-canopy-ui/components/checklist/checklist.component.spec.ts +212 -0
  732. package/projects/tgo-canopy-ui/components/checklist/checklist.component.stories.ts +85 -0
  733. package/projects/tgo-canopy-ui/components/checklist/checklist.component.ts +169 -0
  734. package/projects/tgo-canopy-ui/components/checklist/checklist.model.ts +8 -0
  735. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.html +20 -0
  736. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.module.ts +18 -0
  737. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.scss +3 -0
  738. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.spec.ts +42 -0
  739. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.ts +51 -0
  740. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.model.ts +13 -0
  741. package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.stories.ts +37 -0
  742. package/projects/tgo-canopy-ui/components/datepicker/date-adapter.spec.ts +80 -0
  743. package/projects/tgo-canopy-ui/components/datepicker/date-adapter.ts +34 -0
  744. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.html +98 -0
  745. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.module.ts +33 -0
  746. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.scss +195 -0
  747. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.spec.ts +242 -0
  748. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.stories.ts +141 -0
  749. package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.ts +391 -0
  750. package/projects/tgo-canopy-ui/components/datepicker/datepicker.service.spec.ts +30 -0
  751. package/projects/tgo-canopy-ui/components/datepicker/datepicker.service.ts +16 -0
  752. package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.spec.ts +35 -0
  753. package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.ts +43 -0
  754. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.html +5 -0
  755. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.module.ts +12 -0
  756. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.scss +32 -0
  757. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.stories.ts +31 -0
  758. package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.ts +54 -0
  759. package/projects/tgo-canopy-ui/components/dialog/dialog.component.html +62 -0
  760. package/projects/tgo-canopy-ui/components/dialog/dialog.component.module.ts +15 -0
  761. package/projects/tgo-canopy-ui/components/dialog/dialog.component.scss +133 -0
  762. package/projects/tgo-canopy-ui/components/dialog/dialog.component.spec.ts +225 -0
  763. package/projects/tgo-canopy-ui/components/dialog/dialog.component.stories.ts +60 -0
  764. package/projects/tgo-canopy-ui/components/dialog/dialog.component.ts +251 -0
  765. package/projects/tgo-canopy-ui/components/dialog/dialog.model.ts +13 -0
  766. package/projects/tgo-canopy-ui/components/dialog/dialog.service.spec.ts +58 -0
  767. package/projects/tgo-canopy-ui/components/dialog/dialog.service.ts +43 -0
  768. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.html +38 -0
  769. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.module.ts +12 -0
  770. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.scss +10 -0
  771. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.spec.ts +56 -0
  772. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.stories.ts +27 -0
  773. package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.ts +47 -0
  774. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.html +33 -0
  775. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.module.ts +15 -0
  776. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.scss +12 -0
  777. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.spec.ts +80 -0
  778. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.stories.ts +30 -0
  779. package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.ts +62 -0
  780. package/projects/tgo-canopy-ui/components/divider/divider.component.html +13 -0
  781. package/projects/tgo-canopy-ui/components/divider/divider.component.module.ts +11 -0
  782. package/projects/tgo-canopy-ui/components/divider/divider.component.scss +57 -0
  783. package/projects/tgo-canopy-ui/components/divider/divider.component.spec.ts +21 -0
  784. package/projects/tgo-canopy-ui/components/divider/divider.component.stories.ts +48 -0
  785. package/projects/tgo-canopy-ui/components/divider/divider.component.ts +54 -0
  786. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.html +43 -0
  787. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.module.ts +31 -0
  788. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.scss +281 -0
  789. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.spec.ts +232 -0
  790. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.stories.ts +248 -0
  791. package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.ts +381 -0
  792. package/projects/tgo-canopy-ui/components/dropdown/dropdown.model.ts +5 -0
  793. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.html +3 -0
  794. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.module.ts +10 -0
  795. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.scss +41 -0
  796. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.spec.ts +39 -0
  797. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.stories.ts +59 -0
  798. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.ts +38 -0
  799. package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.constant.ts +9 -0
  800. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.html +25 -0
  801. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.module.ts +13 -0
  802. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.scss +72 -0
  803. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.spec.ts +110 -0
  804. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.stories.ts +183 -0
  805. package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.ts +210 -0
  806. package/projects/tgo-canopy-ui/components/field/field.component.html +137 -0
  807. package/projects/tgo-canopy-ui/components/field/field.component.module.ts +33 -0
  808. package/projects/tgo-canopy-ui/components/field/field.component.scss +538 -0
  809. package/projects/tgo-canopy-ui/components/field/field.component.spec.ts +264 -0
  810. package/projects/tgo-canopy-ui/components/field/field.component.stories.ts +215 -0
  811. package/projects/tgo-canopy-ui/components/field/field.component.ts +523 -0
  812. package/projects/tgo-canopy-ui/components/field/field.model.ts +11 -0
  813. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.html +110 -0
  814. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.module.ts +23 -0
  815. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.scss +206 -0
  816. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.spec.ts +135 -0
  817. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.stories.ts +96 -0
  818. package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.ts +299 -0
  819. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.html +32 -0
  820. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.module.ts +14 -0
  821. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.scss +34 -0
  822. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.spec.ts +111 -0
  823. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.stories.ts +28 -0
  824. package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.ts +74 -0
  825. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.html +122 -0
  826. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.module.ts +32 -0
  827. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.scss +113 -0
  828. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.spec.ts +189 -0
  829. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.stories.ts +172 -0
  830. package/projects/tgo-canopy-ui/components/filter-button/filter-button.component.ts +243 -0
  831. package/projects/tgo-canopy-ui/components/filter-button/filter-button.model.ts +9 -0
  832. package/projects/tgo-canopy-ui/components/form-demo/form-demo-component.stories.ts +45 -0
  833. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.html +220 -0
  834. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.module.ts +36 -0
  835. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.scss +59 -0
  836. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.spec.ts +129 -0
  837. package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.ts +228 -0
  838. package/projects/tgo-canopy-ui/components/form-demo/form-demo.model.ts +6 -0
  839. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.component.html +92 -0
  840. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.component.scss +161 -0
  841. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.component.spec.ts +182 -0
  842. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.component.stories.ts +113 -0
  843. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.component.ts +275 -0
  844. package/projects/tgo-canopy-ui/components/gaussian-chart/gaussian-chart.module.ts +26 -0
  845. package/projects/tgo-canopy-ui/components/icon/icon.component.html +5 -0
  846. package/projects/tgo-canopy-ui/components/icon/icon.component.module.ts +13 -0
  847. package/projects/tgo-canopy-ui/components/icon/icon.component.scss +72 -0
  848. package/projects/tgo-canopy-ui/components/icon/icon.component.spec.ts +156 -0
  849. package/projects/tgo-canopy-ui/components/icon/icon.component.stories.ts +68 -0
  850. package/projects/tgo-canopy-ui/components/icon/icon.component.ts +171 -0
  851. package/projects/tgo-canopy-ui/components/icon/icon.config.ts +700 -0
  852. package/projects/tgo-canopy-ui/components/icon/icon.model.ts +8 -0
  853. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.html +2 -0
  854. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.module.ts +12 -0
  855. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.scss +8 -0
  856. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.spec.ts +59 -0
  857. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.stories.ts +48 -0
  858. package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.ts +53 -0
  859. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.html +17 -0
  860. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.module.ts +12 -0
  861. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.scss +25 -0
  862. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.spec.ts +60 -0
  863. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.stories.ts +44 -0
  864. package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.ts +43 -0
  865. package/projects/tgo-canopy-ui/components/login/login.component.scss +0 -0
  866. package/projects/tgo-canopy-ui/components/logo/logo.component.html +14 -0
  867. package/projects/tgo-canopy-ui/components/logo/logo.component.module.ts +10 -0
  868. package/projects/tgo-canopy-ui/components/logo/logo.component.scss +13 -0
  869. package/projects/tgo-canopy-ui/components/logo/logo.component.spec.ts +166 -0
  870. package/projects/tgo-canopy-ui/components/logo/logo.component.stories.ts +55 -0
  871. package/projects/tgo-canopy-ui/components/logo/logo.component.ts +172 -0
  872. package/projects/tgo-canopy-ui/components/logo/logo.model.ts +30 -0
  873. package/projects/tgo-canopy-ui/components/media-card/media-card.component.html +17 -0
  874. package/projects/tgo-canopy-ui/components/media-card/media-card.component.scss +46 -0
  875. package/projects/tgo-canopy-ui/components/media-card/media-card.component.spec.ts +23 -0
  876. package/projects/tgo-canopy-ui/components/media-card/media-card.component.stories.ts +38 -0
  877. package/projects/tgo-canopy-ui/components/media-card/media-card.component.ts +46 -0
  878. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.html +48 -0
  879. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.module.ts +34 -0
  880. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.scss +127 -0
  881. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.spec.ts +87 -0
  882. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.stories.ts +70 -0
  883. package/projects/tgo-canopy-ui/components/multi-input/multi-input.component.ts +335 -0
  884. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.html +84 -0
  885. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.scss +150 -0
  886. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.spec.ts +58 -0
  887. package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.ts +79 -0
  888. package/projects/tgo-canopy-ui/components/navbar/navbar.component.html +142 -0
  889. package/projects/tgo-canopy-ui/components/navbar/navbar.component.module.ts +38 -0
  890. package/projects/tgo-canopy-ui/components/navbar/navbar.component.scss +341 -0
  891. package/projects/tgo-canopy-ui/components/navbar/navbar.component.spec.ts +164 -0
  892. package/projects/tgo-canopy-ui/components/navbar/navbar.component.stories.ts +166 -0
  893. package/projects/tgo-canopy-ui/components/navbar/navbar.component.ts +227 -0
  894. package/projects/tgo-canopy-ui/components/navbar/navbar.model.ts +26 -0
  895. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.html +83 -0
  896. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.module.ts +17 -0
  897. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.scss +212 -0
  898. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.spec.ts +149 -0
  899. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.stories.ts +73 -0
  900. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.ts +221 -0
  901. package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.model.ts +22 -0
  902. package/projects/tgo-canopy-ui/components/page-header/page-header.component.html +38 -0
  903. package/projects/tgo-canopy-ui/components/page-header/page-header.component.module.ts +12 -0
  904. package/projects/tgo-canopy-ui/components/page-header/page-header.component.scss +83 -0
  905. package/projects/tgo-canopy-ui/components/page-header/page-header.component.spec.ts +36 -0
  906. package/projects/tgo-canopy-ui/components/page-header/page-header.component.stories.ts +56 -0
  907. package/projects/tgo-canopy-ui/components/page-header/page-header.component.ts +55 -0
  908. package/projects/tgo-canopy-ui/components/paginator/paginator.component.html +11 -0
  909. package/projects/tgo-canopy-ui/components/paginator/paginator.component.module.ts +11 -0
  910. package/projects/tgo-canopy-ui/components/paginator/paginator.component.scss +159 -0
  911. package/projects/tgo-canopy-ui/components/paginator/paginator.component.spec.ts +80 -0
  912. package/projects/tgo-canopy-ui/components/paginator/paginator.component.stories.ts +36 -0
  913. package/projects/tgo-canopy-ui/components/paginator/paginator.component.ts +77 -0
  914. package/projects/tgo-canopy-ui/components/password-criteria/password.component.html +36 -0
  915. package/projects/tgo-canopy-ui/components/password-criteria/password.component.module.ts +22 -0
  916. package/projects/tgo-canopy-ui/components/password-criteria/password.component.scss +56 -0
  917. package/projects/tgo-canopy-ui/components/password-criteria/password.component.spec.ts +90 -0
  918. package/projects/tgo-canopy-ui/components/password-criteria/password.component.stories.ts +49 -0
  919. package/projects/tgo-canopy-ui/components/password-criteria/password.component.ts +116 -0
  920. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.html +19 -0
  921. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.module.ts +13 -0
  922. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.scss +54 -0
  923. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.spec.ts +81 -0
  924. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.stories.ts +50 -0
  925. package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.ts +89 -0
  926. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.html +2 -0
  927. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.scss +0 -0
  928. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.spec.ts +28 -0
  929. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.stories.ts +40 -0
  930. package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.ts +20 -0
  931. package/projects/tgo-canopy-ui/components/phone-input/join-string.pipe.spec.ts +9 -0
  932. package/projects/tgo-canopy-ui/components/phone-input/join-strings.pipe.ts +8 -0
  933. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.html +64 -0
  934. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.module.ts +35 -0
  935. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.scss +133 -0
  936. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.spec.ts +264 -0
  937. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.stories.ts +89 -0
  938. package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.ts +418 -0
  939. package/projects/tgo-canopy-ui/components/phone-input/phone-input.model.ts +8 -0
  940. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.html +22 -0
  941. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.module.ts +13 -0
  942. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.scss +164 -0
  943. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.spec.ts +76 -0
  944. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.stories.ts +49 -0
  945. package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.ts +107 -0
  946. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.html +26 -0
  947. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.module.ts +12 -0
  948. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.scss +41 -0
  949. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.spec.ts +199 -0
  950. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.stories.ts +69 -0
  951. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.ts +114 -0
  952. package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.model.ts +13 -0
  953. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.html +38 -0
  954. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.module.ts +17 -0
  955. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.scss +273 -0
  956. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.spec.ts +179 -0
  957. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.stories.ts +129 -0
  958. package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.ts +358 -0
  959. package/projects/tgo-canopy-ui/components/radio-button/radio-button.model.ts +4 -0
  960. package/projects/tgo-canopy-ui/components/rating/half-star.pipe.spec.ts +33 -0
  961. package/projects/tgo-canopy-ui/components/rating/half-star.pipe.ts +17 -0
  962. package/projects/tgo-canopy-ui/components/rating/rating.component.html +32 -0
  963. package/projects/tgo-canopy-ui/components/rating/rating.component.module.ts +12 -0
  964. package/projects/tgo-canopy-ui/components/rating/rating.component.scss +139 -0
  965. package/projects/tgo-canopy-ui/components/rating/rating.component.spec.ts +137 -0
  966. package/projects/tgo-canopy-ui/components/rating/rating.component.stories.ts +87 -0
  967. package/projects/tgo-canopy-ui/components/rating/rating.component.ts +97 -0
  968. package/projects/tgo-canopy-ui/components/scale/scale.component.html +15 -0
  969. package/projects/tgo-canopy-ui/components/scale/scale.component.module.ts +12 -0
  970. package/projects/tgo-canopy-ui/components/scale/scale.component.scss +94 -0
  971. package/projects/tgo-canopy-ui/components/scale/scale.component.spec.ts +208 -0
  972. package/projects/tgo-canopy-ui/components/scale/scale.component.stories.ts +60 -0
  973. package/projects/tgo-canopy-ui/components/scale/scale.component.ts +140 -0
  974. package/projects/tgo-canopy-ui/components/scale-table/__snapshots__/scale-table.component.spec.ts.snap +37 -0
  975. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.html +34 -0
  976. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.module.ts +12 -0
  977. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.scss +69 -0
  978. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.spec.ts +54 -0
  979. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.stories.ts +53 -0
  980. package/projects/tgo-canopy-ui/components/scale-table/scale-table.component.ts +67 -0
  981. package/projects/tgo-canopy-ui/components/scale-table/scale-table.model.ts +10 -0
  982. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.html +84 -0
  983. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.module.ts +15 -0
  984. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.scss +247 -0
  985. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.spec.ts +81 -0
  986. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.stories.ts +115 -0
  987. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.ts +99 -0
  988. package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.model.ts +13 -0
  989. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.html +18 -0
  990. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.module.ts +13 -0
  991. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.scss +97 -0
  992. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.spec.ts +104 -0
  993. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.stories.ts +87 -0
  994. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.ts +110 -0
  995. package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.model.ts +9 -0
  996. package/projects/tgo-canopy-ui/components/side-panel/side-panel.animations.ts +28 -0
  997. package/projects/tgo-canopy-ui/components/side-panel/side-panel.component.html +31 -0
  998. package/projects/tgo-canopy-ui/components/side-panel/side-panel.component.scss +76 -0
  999. package/projects/tgo-canopy-ui/components/side-panel/side-panel.component.spec.ts +100 -0
  1000. package/projects/tgo-canopy-ui/components/side-panel/side-panel.component.ts +72 -0
  1001. package/projects/tgo-canopy-ui/components/side-panel/side-panel.model.ts +27 -0
  1002. package/projects/tgo-canopy-ui/components/side-panel/side-panel.service.spec.ts +115 -0
  1003. package/projects/tgo-canopy-ui/components/side-panel/side-panel.service.ts +97 -0
  1004. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.html +37 -0
  1005. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.module.ts +24 -0
  1006. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.scss +96 -0
  1007. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.spec.ts +177 -0
  1008. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.ts +106 -0
  1009. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.model.ts +12 -0
  1010. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.spec.ts +117 -0
  1011. package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.ts +28 -0
  1012. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.html +5 -0
  1013. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.scss +14 -0
  1014. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.spec.ts +26 -0
  1015. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.stories.ts +54 -0
  1016. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.ts +98 -0
  1017. package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.module.ts +12 -0
  1018. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.html +5 -0
  1019. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.scss +0 -0
  1020. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.spec.ts +75 -0
  1021. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.stories.ts +47 -0
  1022. package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.ts +66 -0
  1023. package/projects/tgo-canopy-ui/components/skeleton/skeleton.model.ts +3 -0
  1024. package/projects/tgo-canopy-ui/components/slider/slider.component.html +185 -0
  1025. package/projects/tgo-canopy-ui/components/slider/slider.component.module.ts +8 -0
  1026. package/projects/tgo-canopy-ui/components/slider/slider.component.scss +230 -0
  1027. package/projects/tgo-canopy-ui/components/slider/slider.component.spec.ts +210 -0
  1028. package/projects/tgo-canopy-ui/components/slider/slider.component.stories.ts +117 -0
  1029. package/projects/tgo-canopy-ui/components/slider/slider.component.ts +264 -0
  1030. package/projects/tgo-canopy-ui/components/slider/slider.model.ts +6 -0
  1031. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.html +53 -0
  1032. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.module.ts +17 -0
  1033. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.scss +44 -0
  1034. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.spec.ts +211 -0
  1035. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.stories.ts +160 -0
  1036. package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.ts +204 -0
  1037. package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.spec.ts +138 -0
  1038. package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.ts +40 -0
  1039. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.component.html +91 -0
  1040. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.component.scss +74 -0
  1041. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.component.spec.ts +261 -0
  1042. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.component.stories.ts +273 -0
  1043. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.component.ts +442 -0
  1044. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.model.ts +13 -0
  1045. package/projects/tgo-canopy-ui/components/spider-chart/spider-chart.module.ts +27 -0
  1046. package/projects/tgo-canopy-ui/components/spinner/spinner.component.html +14 -0
  1047. package/projects/tgo-canopy-ui/components/spinner/spinner.component.scss +98 -0
  1048. package/projects/tgo-canopy-ui/components/spinner/spinner.component.spec.ts +122 -0
  1049. package/projects/tgo-canopy-ui/components/spinner/spinner.component.stories.ts +52 -0
  1050. package/projects/tgo-canopy-ui/components/spinner/spinner.component.ts +70 -0
  1051. package/projects/tgo-canopy-ui/components/spinner/spinner.module.ts +11 -0
  1052. package/projects/tgo-canopy-ui/components/step/step.component.html +131 -0
  1053. package/projects/tgo-canopy-ui/components/step/step.component.module.ts +12 -0
  1054. package/projects/tgo-canopy-ui/components/step/step.component.scss +431 -0
  1055. package/projects/tgo-canopy-ui/components/step/step.component.spec.ts +61 -0
  1056. package/projects/tgo-canopy-ui/components/step/step.component.ts +253 -0
  1057. package/projects/tgo-canopy-ui/components/stepper/stepper.component.html +111 -0
  1058. package/projects/tgo-canopy-ui/components/stepper/stepper.component.module.ts +25 -0
  1059. package/projects/tgo-canopy-ui/components/stepper/stepper.component.scss +200 -0
  1060. package/projects/tgo-canopy-ui/components/stepper/stepper.component.spec.ts +153 -0
  1061. package/projects/tgo-canopy-ui/components/stepper/stepper.component.stories.ts +97 -0
  1062. package/projects/tgo-canopy-ui/components/stepper/stepper.component.ts +189 -0
  1063. package/projects/tgo-canopy-ui/components/stepper/stepper.model.ts +25 -0
  1064. package/projects/tgo-canopy-ui/components/table/sentence-case.pipe.ts +13 -0
  1065. package/projects/tgo-canopy-ui/components/table/sentence-case.spec.ts +53 -0
  1066. package/projects/tgo-canopy-ui/components/table/table.component.html +345 -0
  1067. package/projects/tgo-canopy-ui/components/table/table.component.module.ts +35 -0
  1068. package/projects/tgo-canopy-ui/components/table/table.component.scss +344 -0
  1069. package/projects/tgo-canopy-ui/components/table/table.component.spec.ts +187 -0
  1070. package/projects/tgo-canopy-ui/components/table/table.component.stories.ts +780 -0
  1071. package/projects/tgo-canopy-ui/components/table/table.component.ts +305 -0
  1072. package/projects/tgo-canopy-ui/components/table/table.model.ts +117 -0
  1073. package/projects/tgo-canopy-ui/components/tabs/tab.directive.spec.ts +77 -0
  1074. package/projects/tgo-canopy-ui/components/tabs/tab.directive.ts +53 -0
  1075. package/projects/tgo-canopy-ui/components/tabs/tabs.component.html +47 -0
  1076. package/projects/tgo-canopy-ui/components/tabs/tabs.component.module.ts +14 -0
  1077. package/projects/tgo-canopy-ui/components/tabs/tabs.component.scss +264 -0
  1078. package/projects/tgo-canopy-ui/components/tabs/tabs.component.spec.ts +308 -0
  1079. package/projects/tgo-canopy-ui/components/tabs/tabs.component.stories.ts +73 -0
  1080. package/projects/tgo-canopy-ui/components/tabs/tabs.component.ts +186 -0
  1081. package/projects/tgo-canopy-ui/components/tabs/tabs.model.ts +15 -0
  1082. package/projects/tgo-canopy-ui/components/tag/tag.component.html +30 -0
  1083. package/projects/tgo-canopy-ui/components/tag/tag.component.module.ts +16 -0
  1084. package/projects/tgo-canopy-ui/components/tag/tag.component.scss +148 -0
  1085. package/projects/tgo-canopy-ui/components/tag/tag.component.spec.ts +288 -0
  1086. package/projects/tgo-canopy-ui/components/tag/tag.component.stories.ts +128 -0
  1087. package/projects/tgo-canopy-ui/components/tag/tag.component.ts +225 -0
  1088. package/projects/tgo-canopy-ui/components/toggle/toggle.component.html +37 -0
  1089. package/projects/tgo-canopy-ui/components/toggle/toggle.component.module.ts +16 -0
  1090. package/projects/tgo-canopy-ui/components/toggle/toggle.component.scss +273 -0
  1091. package/projects/tgo-canopy-ui/components/toggle/toggle.component.spec.ts +240 -0
  1092. package/projects/tgo-canopy-ui/components/toggle/toggle.component.stories.ts +105 -0
  1093. package/projects/tgo-canopy-ui/components/toggle/toggle.component.ts +201 -0
  1094. package/projects/tgo-canopy-ui/components/tooltip/tooltip-template.directive.spec.ts +84 -0
  1095. package/projects/tgo-canopy-ui/components/tooltip/tooltip-template.directive.ts +148 -0
  1096. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.html +52 -0
  1097. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.module.ts +17 -0
  1098. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.spec.ts +53 -0
  1099. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.stories.ts +296 -0
  1100. package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.ts +105 -0
  1101. package/projects/tgo-canopy-ui/components/tooltip/tooltip.model.ts +9 -0
  1102. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.html +80 -0
  1103. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.module.ts +26 -0
  1104. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.scss +135 -0
  1105. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.spec.ts +61 -0
  1106. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.stories.ts +109 -0
  1107. package/projects/tgo-canopy-ui/components/universal-skills-report/universal-skills-report.component.ts +88 -0
  1108. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.html +8 -0
  1109. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.ts +30 -0
  1110. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.scss +12 -0
  1111. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.spec.ts +130 -0
  1112. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.stories.ts +168 -0
  1113. package/projects/tgo-canopy-ui/components/universal-skills-spider-charts/universal-skills-spider-charts.component.ts +125 -0
  1114. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.html +34 -0
  1115. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.scss +0 -0
  1116. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.spec.ts +75 -0
  1117. package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.ts +46 -0
  1118. package/projects/tgo-canopy-ui/components/validation-error/validation-error.module.ts +12 -0
  1119. package/projects/tgo-canopy-ui/directives/digits-only.directive.spec.ts +156 -0
  1120. package/projects/tgo-canopy-ui/directives/digits-only.directive.ts +65 -0
  1121. package/projects/tgo-canopy-ui/directives/drag-drop.directive.spec.ts +84 -0
  1122. package/projects/tgo-canopy-ui/directives/drag-drop.directive.ts +39 -0
  1123. package/projects/tgo-canopy-ui/directives/dynamic-component.directive.ts +46 -0
  1124. package/projects/tgo-canopy-ui/directives/ellipse-text.directive.spec.ts +57 -0
  1125. package/projects/tgo-canopy-ui/directives/ellipse-text.directive.ts +40 -0
  1126. package/projects/tgo-canopy-ui/directives/select-text.directive.spec.ts +54 -0
  1127. package/projects/tgo-canopy-ui/directives/select-text.directive.ts +37 -0
  1128. package/projects/tgo-canopy-ui/directives/step-line-element.directive.spec.ts +97 -0
  1129. package/projects/tgo-canopy-ui/directives/step-line-element.directive.ts +43 -0
  1130. package/projects/tgo-canopy-ui/foundations/colors/colors.component.html +4 -0
  1131. package/projects/tgo-canopy-ui/foundations/colors/colors.component.module.ts +10 -0
  1132. package/projects/tgo-canopy-ui/foundations/colors/colors.component.scss +322 -0
  1133. package/projects/tgo-canopy-ui/foundations/colors/colors.component.spec.ts +47 -0
  1134. package/projects/tgo-canopy-ui/foundations/colors/colors.component.ts +22 -0
  1135. package/projects/tgo-canopy-ui/foundations/colors/colors.stories.ts +437 -0
  1136. package/projects/tgo-canopy-ui/foundations/typography/typography.stories.ts +195 -0
  1137. package/projects/tgo-canopy-ui/mocked-assets/images/some_progress.svg +4 -0
  1138. package/projects/tgo-canopy-ui/models/colors.model.ts +88 -0
  1139. package/projects/tgo-canopy-ui/models/keyboard-events.model.ts +11 -0
  1140. package/projects/tgo-canopy-ui/models/screen-breakpoints.model.ts +4 -0
  1141. package/projects/tgo-canopy-ui/models/universal-skills-report.model.ts +53 -0
  1142. package/projects/tgo-canopy-ui/pipes/data-property-getter.spec.ts +63 -0
  1143. package/projects/tgo-canopy-ui/pipes/data-property-getter.ts +31 -0
  1144. package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.spec.ts +32 -0
  1145. package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.ts +20 -0
  1146. package/projects/tgo-canopy-ui/pipes/memoize-func.pipe.spec.ts +28 -0
  1147. package/projects/tgo-canopy-ui/pipes/memoize-func.pipe.ts +34 -0
  1148. package/projects/tgo-canopy-ui/pipes/name-initials.pipe.spec.ts +44 -0
  1149. package/projects/tgo-canopy-ui/pipes/name-initials.pipe.ts +18 -0
  1150. package/projects/tgo-canopy-ui/pipes/ui-ordinal-suffix.pipe.spec.ts +43 -0
  1151. package/projects/tgo-canopy-ui/pipes/ui-ordinal-suffix.pipe.ts +28 -0
  1152. package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.spec.ts +66 -0
  1153. package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.ts +79 -0
  1154. package/projects/tgo-canopy-ui/polyfills.ts +51 -0
  1155. package/projects/tgo-canopy-ui/providers/is-mobile.ts +11 -0
  1156. package/projects/tgo-canopy-ui/public-api.ts +227 -0
  1157. package/projects/tgo-canopy-ui/services/custom-event-manager.service.spec.ts +57 -0
  1158. package/projects/tgo-canopy-ui/services/custom-event-manager.service.ts +28 -0
  1159. package/projects/tgo-canopy-ui/services/icons.service.spec.ts +35 -0
  1160. package/projects/tgo-canopy-ui/services/icons.service.ts +16 -0
  1161. package/projects/tgo-canopy-ui/services/universal-skills.service.spec.ts +50 -0
  1162. package/projects/tgo-canopy-ui/services/universal-skills.service.ts +91 -0
  1163. package/projects/tgo-canopy-ui/test-utils/mock-file.spec.ts +44 -0
  1164. package/projects/tgo-canopy-ui/test-utils/mock-file.ts +24 -0
  1165. package/projects/tgo-canopy-ui/test.ts +20 -0
  1166. package/projects/tgo-canopy-ui/theme/_alert-bars.scss +110 -110
  1167. package/projects/tgo-canopy-ui/theme/_breakpoints-mixin.scss +12 -12
  1168. package/projects/tgo-canopy-ui/theme/_button.scss +72 -72
  1169. package/projects/tgo-canopy-ui/theme/_core.scss +19 -19
  1170. package/projects/tgo-canopy-ui/theme/_font.scss +95 -95
  1171. package/projects/tgo-canopy-ui/theme/_icon.scss +5 -5
  1172. package/projects/tgo-canopy-ui/theme/_input.scss +574 -574
  1173. package/projects/tgo-canopy-ui/theme/_lib-styles.scss +35 -35
  1174. package/projects/tgo-canopy-ui/theme/_mat-paginator.scss +59 -59
  1175. package/projects/tgo-canopy-ui/theme/_palette.scss +108 -108
  1176. package/projects/tgo-canopy-ui/theme/_tooltip.scss +316 -316
  1177. package/projects/tgo-canopy-ui/theme/_typography.scss +267 -267
  1178. package/projects/tgo-canopy-ui/theme/_variables.scss +163 -163
  1179. package/projects/tgo-canopy-ui/theme/line-clamp.scss +8 -8
  1180. package/projects/tgo-canopy-ui/theme/theme.scss +67 -67
  1181. package/projects/tgo-canopy-ui/utils/alert-bars.utils.spec.ts +47 -0
  1182. package/projects/tgo-canopy-ui/utils/alert-bars.utils.ts +37 -0
  1183. package/projects/tgo-canopy-ui/utils/autocomplete-utils.spec.ts +68 -0
  1184. package/projects/tgo-canopy-ui/utils/autocomplete-utils.ts +84 -0
  1185. package/projects/tgo-canopy-ui/utils/color-contrast.spec.ts +46 -0
  1186. package/projects/tgo-canopy-ui/utils/color-contrast.ts +135 -0
  1187. package/projects/tgo-canopy-ui/utils/hex-to-rgb.spec.ts +23 -0
  1188. package/projects/tgo-canopy-ui/utils/hex-to-rgb.ts +10 -0
  1189. package/projects/tgo-canopy-ui/utils/localization/language.model.ts +14 -0
  1190. package/projects/tgo-canopy-ui/utils/localization/language.service.mocks.ts +6 -0
  1191. package/projects/tgo-canopy-ui/utils/localization/language.service.spec.ts +25 -0
  1192. package/projects/tgo-canopy-ui/utils/localization/language.service.ts +43 -0
  1193. package/projects/tgo-canopy-ui/utils/table.utils.spec.ts +47 -0
  1194. package/projects/tgo-canopy-ui/utils/table.utils.ts +22 -0
  1195. package/projects/tgo-canopy-ui/utils/transform-theme.ts +9 -0
  1196. package/projects/tgo-canopy-ui/utils/transform.theme.spec.ts +16 -0
  1197. package/projects/tgo-canopy-ui/utils/validators.utils.spec.ts +16 -0
  1198. package/projects/tgo-canopy-ui/utils/validators.utils.ts +9 -0
  1199. package/setupJest.ts +1 -0
  1200. package/transloco.config.js +5 -0
  1201. package/tsconfig.json +46 -0
  1202. package/tsconfig.spec.json +17 -0
  1203. package/tsconfig.ui.json +24 -0
  1204. package/tsconfig.ui.prod.json +10 -0
  1205. package/visual-tests/component-page-objects/alert-banner-component.ts +44 -0
  1206. package/visual-tests/component-page-objects/avatar-component.ts +30 -0
  1207. package/visual-tests/component-page-objects/badge-component.ts +33 -0
  1208. package/visual-tests/component-page-objects/base-component.ts +44 -0
  1209. package/visual-tests/component-page-objects/button-component.ts +58 -0
  1210. package/visual-tests/component-page-objects/card-component.ts +28 -0
  1211. package/visual-tests/component-page-objects/checkbox-component.ts +38 -0
  1212. package/visual-tests/component-page-objects/field-component.ts +68 -0
  1213. package/visual-tests/component-page-objects/icon-component.ts +32 -0
  1214. package/visual-tests/component-page-objects/logo-component.ts +28 -0
  1215. package/visual-tests/component-page-objects/radio-button-component.ts +44 -0
  1216. package/visual-tests/component-page-objects/snackbar-component.ts +43 -0
  1217. package/visual-tests/component-page-objects/spinner-component.ts +26 -0
  1218. package/visual-tests/component-page-objects/tooltip-component.ts +26 -0
  1219. package/visual-tests/component-tests/alert-banner.spec.ts +64 -0
  1220. package/visual-tests/component-tests/alert-banner.spec.ts-snapshots/Alert-Banner-Component-Visual-Tests-should-display-the-Alert-Banner-correctly-1-chromium-linux.png +0 -0
  1221. package/visual-tests/component-tests/alert-banner.spec.ts-snapshots/Alert-Banner-Component-Visual-Tests-should-display-the-Alert-Banner-with-dismiss-button-1-chromium-linux.png +0 -0
  1222. package/visual-tests/component-tests/alert-banner.spec.ts-snapshots/Alert-Banner-Component-Visual-Tests-should-display-the-Alert-Banner-with-link-1-chromium-linux.png +0 -0
  1223. package/visual-tests/component-tests/alert-banner.spec.ts-snapshots/Alert-Banner-Component-Visual-Tests-should-display-the-Alert-Callout-correctly-1-chromium-linux.png +0 -0
  1224. package/visual-tests/component-tests/avatar.spec.ts +91 -0
  1225. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-allow-edit-for-the-avatar-1-chromium-linux.png +0 -0
  1226. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-large-avatar-1-chromium-linux.png +0 -0
  1227. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-medium-avatar-1-chromium-linux.png +0 -0
  1228. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-small-avatar-1-chromium-linux.png +0 -0
  1229. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-the-avatar-correctly-1-chromium-linux.png +0 -0
  1230. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-the-avatar-image-1-chromium-linux.png +0 -0
  1231. package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-emit-edit-click-event-1-chromium-linux.png +0 -0
  1232. package/visual-tests/component-tests/badge.spec.ts +56 -0
  1233. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-notification-badge-1-chromium-linux.png +0 -0
  1234. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-secondary-badge-1-chromium-linux.png +0 -0
  1235. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-the-badge-correctly-1-chromium-linux.png +0 -0
  1236. package/visual-tests/component-tests/badge.spec.ts-snapshots/Badge-Component-Visual-Tests-should-display-the-badge-with-icon-1-chromium-linux.png +0 -0
  1237. package/visual-tests/component-tests/button.spec.ts +371 -0
  1238. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-Button-full-width-1-chromium-linux.png +0 -0
  1239. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-Button-icon-left-1-chromium-linux.png +0 -0
  1240. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-Button-icon-right-1-chromium-linux.png +0 -0
  1241. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-Button-menu-cell-1-chromium-linux.png +0 -0
  1242. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-Button-menu-trigger-1-chromium-linux.png +0 -0
  1243. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-destructive-button-1-chromium-linux.png +0 -0
  1244. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-disabled-Button-1-chromium-linux.png +0 -0
  1245. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-disabled-scale-1-chromium-linux.png +0 -0
  1246. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-ghost-button-1-chromium-linux.png +0 -0
  1247. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-only-Button-icon-1-chromium-linux.png +0 -0
  1248. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-premium-Button-1-chromium-linux.png +0 -0
  1249. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-secondary-button-1-chromium-linux.png +0 -0
  1250. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-tertiary-button-1-chromium-linux.png +0 -0
  1251. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-text-button-1-chromium-linux.png +0 -0
  1252. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-the-Button-correctly-1-chromium-linux.png +0 -0
  1253. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-display-the-Button-link-1-chromium-linux.png +0 -0
  1254. package/visual-tests/component-tests/button.spec.ts-snapshots/Button-Component-Visual-Tests-should-emit-edit-click-event-1-chromium-linux.png +0 -0
  1255. package/visual-tests/component-tests/card.spec.ts +64 -0
  1256. package/visual-tests/component-tests/card.spec.ts-snapshots/Card-Component-Visual-Tests-should-display-the-card-correctly-1-chromium-linux.png +0 -0
  1257. package/visual-tests/component-tests/card.spec.ts-snapshots/Card-Component-Visual-Tests-should-display-the-card-with-errors-1-chromium-linux.png +0 -0
  1258. package/visual-tests/component-tests/card.spec.ts-snapshots/Card-Component-Visual-Tests-should-display-the-large-card-1-chromium-linux.png +0 -0
  1259. package/visual-tests/component-tests/card.spec.ts-snapshots/Card-Component-Visual-Tests-should-display-the-small-card-1-chromium-linux.png +0 -0
  1260. package/visual-tests/component-tests/card.spec.ts-snapshots/Card-Component-Visual-Tests-should-display-the-state-card-1-chromium-linux.png +0 -0
  1261. package/visual-tests/component-tests/checkbox.spec.ts +151 -0
  1262. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-checked-1-chromium-linux.png +0 -0
  1263. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-correctly-1-chromium-linux.png +0 -0
  1264. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-disabled-1-chromium-linux.png +0 -0
  1265. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-error-1-chromium-linux.png +0 -0
  1266. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-indeterminate-1-chromium-linux.png +0 -0
  1267. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-multiple-1-chromium-linux.png +0 -0
  1268. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-multiple-error-1-chromium-linux.png +0 -0
  1269. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-set-company-color-1-chromium-linux.png +0 -0
  1270. package/visual-tests/component-tests/checkbox.spec.ts-snapshots/Checkbox-Component-Visual-Tests-should-display-the-checkbox-without-lable-1-chromium-linux.png +0 -0
  1271. package/visual-tests/component-tests/field.spec.ts +514 -0
  1272. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-Collapsed-search-1-chromium-linux.png +0 -0
  1273. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-correctly-1-chromium-linux.png +0 -0
  1274. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-disable-1-chromium-linux.png +0 -0
  1275. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-email-1-chromium-linux.png +0 -0
  1276. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-loading-1-chromium-linux.png +0 -0
  1277. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-multi-line-1-chromium-linux.png +0 -0
  1278. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-number-1-chromium-linux.png +0 -0
  1279. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-password-1-chromium-linux.png +0 -0
  1280. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-required-1-chromium-linux.png +0 -0
  1281. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-search-1-chromium-linux.png +0 -0
  1282. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-tel-1-chromium-linux.png +0 -0
  1283. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-textarea-1-chromium-linux.png +0 -0
  1284. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-validation-text-1-chromium-linux.png +0 -0
  1285. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-with-errors-1-chromium-linux.png +0 -0
  1286. package/visual-tests/component-tests/field.spec.ts-snapshots/Field-Component-Visual-Tests-should-display-the-field-without-label-1-chromium-linux.png +0 -0
  1287. package/visual-tests/component-tests/icon.spec.ts +41 -0
  1288. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-red-the-icon-color-1-chromium-linux.png +0 -0
  1289. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-the-icon-correctly-1-chromium-linux.png +0 -0
  1290. package/visual-tests/component-tests/icon.spec.ts-snapshots/Icon-Component-Visual-Tests-should-display-the-icon-small-size-1-chromium-linux.png +0 -0
  1291. package/visual-tests/component-tests/logo.spec.ts +54 -0
  1292. package/visual-tests/component-tests/logo.spec.ts-snapshots/Logo-Component-Visual-Tests-should-display-the-logo-correctly-1-chromium-linux.png +0 -0
  1293. package/visual-tests/component-tests/logo.spec.ts-snapshots/Logo-Component-Visual-Tests-should-display-the-logo-custom-width-1-chromium-linux.png +0 -0
  1294. package/visual-tests/component-tests/logo.spec.ts-snapshots/Logo-Component-Visual-Tests-should-display-the-logo-powered-by-1-chromium-linux.png +0 -0
  1295. package/visual-tests/component-tests/logo.spec.ts-snapshots/Logo-Component-Visual-Tests-should-display-the-logo-reverse-1-chromium-linux.png +0 -0
  1296. package/visual-tests/component-tests/radio-button.spec.ts +115 -0
  1297. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-correctly-1-chromium-linux.png +0 -0
  1298. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-disable-1-chromium-linux.png +0 -0
  1299. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-multiple-error-1-chromium-linux.png +0 -0
  1300. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-selected-1-chromium-linux.png +0 -0
  1301. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-single-error-1-chromium-linux.png +0 -0
  1302. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-with-label-1-chromium-linux.png +0 -0
  1303. package/visual-tests/component-tests/radio-button.spec.ts-snapshots/Radio-Component-Visual-Tests-should-display-the-Radio-with-label-multiple-1-chromium-linux.png +0 -0
  1304. package/visual-tests/component-tests/snackbar.spec.ts +107 -0
  1305. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-correctly-1-chromium-linux.png +0 -0
  1306. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-error-1-chromium-linux.png +0 -0
  1307. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-hyperlink-1-chromium-linux.png +0 -0
  1308. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-info-1-chromium-linux.png +0 -0
  1309. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-mobile-variant-1-chromium-linux.png +0 -0
  1310. package/visual-tests/component-tests/snackbar.spec.ts-snapshots/Snackbar-Component-Visual-Tests-should-display-the-snackbar-without-dismiss-button-1-chromium-linux.png +0 -0
  1311. package/visual-tests/component-tests/spinner.spec.ts +25 -0
  1312. package/visual-tests/component-tests/spinner.spec.ts-snapshots/Spinner-Component-Visual-Tests-should-display-the-spinner-correctly-1-chromium-linux.png +0 -0
  1313. package/visual-tests/component-tests/spinner.spec.ts-snapshots/Spinner-Component-Visual-Tests-should-display-the-spinner-small-1-chromium-linux.png +0 -0
  1314. package/visual-tests/component-tests/tooltip.spec.ts +17 -0
  1315. package/visual-tests/component-tests/tooltip.spec.ts-snapshots/Tooltip-Component-Visual-Tests-should-display-the-tooltip-correctly-1-chromium-linux.png +0 -0
  1316. package/visual-tests/playwright.config.ts +45 -0
  1317. package/visual-tests/runConfig.ts +1 -0
  1318. package/components/accordion/accordion.component.d.ts +0 -100
  1319. package/components/accordion/accordion.component.module.d.ts +0 -12
  1320. package/components/alert-banner/alert-banner.component.d.ts +0 -123
  1321. package/components/alert-banner/alert-banner.component.module.d.ts +0 -11
  1322. package/components/autocomplete/autocomplete.component.d.ts +0 -306
  1323. package/components/autocomplete/autocomplete.component.module.d.ts +0 -24
  1324. package/components/autocomplete/autocomplete.model.d.ts +0 -22
  1325. package/components/autocomplete/includes.pipe.d.ts +0 -12
  1326. package/components/autocomplete/prevent-input.directive.d.ts +0 -7
  1327. package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
  1328. package/components/avatar/avatar.component.d.ts +0 -67
  1329. package/components/avatar/avatar.component.module.d.ts +0 -13
  1330. package/components/avatar/avatar.model.d.ts +0 -16
  1331. package/components/badge/badge.component.d.ts +0 -59
  1332. package/components/badge/badge.component.module.d.ts +0 -10
  1333. package/components/badge/badge.model.d.ts +0 -35
  1334. package/components/button/button.component.d.ts +0 -234
  1335. package/components/button/button.component.module.d.ts +0 -16
  1336. package/components/button/button.model.d.ts +0 -14
  1337. package/components/card/card.component.d.ts +0 -66
  1338. package/components/card/card.component.module.d.ts +0 -9
  1339. package/components/checkbox/checkbox.component.d.ts +0 -192
  1340. package/components/checkbox/checkbox.component.module.d.ts +0 -18
  1341. package/components/checkbox/focus-visible.directive.d.ts +0 -12
  1342. package/components/checklist/checklist.component.d.ts +0 -78
  1343. package/components/checklist/checklist.model.d.ts +0 -8
  1344. package/components/confirm-dialog/confirm-dialog.component.d.ts +0 -30
  1345. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
  1346. package/components/confirm-dialog/confirm-dialog.model.d.ts +0 -12
  1347. package/components/datepicker/date-adapter.d.ts +0 -30
  1348. package/components/datepicker/datepicker.component.d.ts +0 -214
  1349. package/components/datepicker/datepicker.component.module.d.ts +0 -18
  1350. package/components/datepicker/datepicker.service.d.ts +0 -8
  1351. package/components/datepicker/no-date-format.directive.d.ts +0 -11
  1352. package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -38
  1353. package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
  1354. package/components/dialog/dialog.component.d.ts +0 -149
  1355. package/components/dialog/dialog.component.module.d.ts +0 -11
  1356. package/components/dialog/dialog.model.d.ts +0 -12
  1357. package/components/dialog/dialog.service.d.ts +0 -14
  1358. package/components/divider/divider.component.d.ts +0 -39
  1359. package/components/divider/divider.component.module.d.ts +0 -9
  1360. package/components/dropdown/dropdown.component.d.ts +0 -190
  1361. package/components/dropdown/dropdown.component.module.d.ts +0 -17
  1362. package/components/dropdown/dropdown.model.d.ts +0 -5
  1363. package/components/elevation-shadow/elevation-shadow.component.d.ts +0 -26
  1364. package/components/elevation-shadow/elevation-shadow.component.module.d.ts +0 -8
  1365. package/components/elevation-shadow/elevation-shadow.constant.d.ts +0 -8
  1366. package/components/empty-state/empty-state.component.d.ts +0 -155
  1367. package/components/empty-state/empty-state.component.module.d.ts +0 -11
  1368. package/components/field/field.component.d.ts +0 -295
  1369. package/components/field/field.component.module.d.ts +0 -18
  1370. package/components/field/field.model.d.ts +0 -1
  1371. package/components/file-upload/file-upload.component.d.ts +0 -120
  1372. package/components/file-upload/file-upload.component.module.d.ts +0 -14
  1373. package/components/filter-button/filter-button.component.d.ts +0 -126
  1374. package/components/filter-button/filter-button.component.module.d.ts +0 -18
  1375. package/components/filter-button/filter-button.model.d.ts +0 -8
  1376. package/components/gaussian-chart/gaussian-chart.component.d.ts +0 -75
  1377. package/components/gaussian-chart/gaussian-chart.module.d.ts +0 -13
  1378. package/components/icon/icon.component.d.ts +0 -71
  1379. package/components/icon/icon.component.module.d.ts +0 -10
  1380. package/components/icon/icon.config.d.ts +0 -10
  1381. package/components/icon/icon.model.d.ts +0 -7
  1382. package/components/icon-label/icon-label.component.d.ts +0 -39
  1383. package/components/icon-label/icon-label.component.module.d.ts +0 -9
  1384. package/components/logo/logo.component.d.ts +0 -66
  1385. package/components/logo/logo.component.module.d.ts +0 -8
  1386. package/components/logo/logo.model.d.ts +0 -29
  1387. package/components/media-card/media-card.component.d.ts +0 -32
  1388. package/components/multi-input/multi-input.component.d.ts +0 -171
  1389. package/components/multi-input/multi-input.component.module.d.ts +0 -18
  1390. package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -26
  1391. package/components/navbar/navbar.component.d.ts +0 -120
  1392. package/components/navbar/navbar.component.module.d.ts +0 -21
  1393. package/components/navbar/navbar.model.d.ts +0 -21
  1394. package/components/overflow-menu/overflow-menu.component.d.ts +0 -86
  1395. package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -15
  1396. package/components/overflow-menu/overflow-menu.model.d.ts +0 -20
  1397. package/components/page-header/page-header.component.d.ts +0 -38
  1398. package/components/page-header/page-header.component.module.d.ts +0 -10
  1399. package/components/paginator/paginator.component.d.ts +0 -58
  1400. package/components/paginator/paginator.component.module.d.ts +0 -9
  1401. package/components/password-criteria/password.component.d.ts +0 -44
  1402. package/components/password-criteria/password.component.module.d.ts +0 -13
  1403. package/components/password-strength/password-strength.component.d.ts +0 -45
  1404. package/components/password-strength/password-strength.component.module.d.ts +0 -11
  1405. package/components/phone-input/join-strings.pipe.d.ts +0 -7
  1406. package/components/phone-input/phone-input.component.d.ts +0 -147
  1407. package/components/phone-input/phone-input.component.module.d.ts +0 -20
  1408. package/components/phone-input/phone-input.model.d.ts +0 -8
  1409. package/components/progress-bar/progress-bar.component.d.ts +0 -73
  1410. package/components/progress-bar/progress-bar.component.module.d.ts +0 -10
  1411. package/components/radial-progress/radial-progress.component.d.ts +0 -68
  1412. package/components/radial-progress/radial-progress.component.module.d.ts +0 -10
  1413. package/components/radial-progress/radial-progress.model.d.ts +0 -10
  1414. package/components/radio-button/radio-button.component.d.ts +0 -182
  1415. package/components/radio-button/radio-button.component.module.d.ts +0 -15
  1416. package/components/radio-button/radio-button.model.d.ts +0 -4
  1417. package/components/rating/half-star.pipe.d.ts +0 -14
  1418. package/components/rating/rating.component.d.ts +0 -64
  1419. package/components/rating/rating.component.module.d.ts +0 -10
  1420. package/components/scale/scale.component.d.ts +0 -53
  1421. package/components/scale/scale.component.module.d.ts +0 -8
  1422. package/components/segmented-bar/segmented-bar.component.d.ts +0 -63
  1423. package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -13
  1424. package/components/segmented-bar/segmented-bar.model.d.ts +0 -12
  1425. package/components/segmented-button/segmented-button.component.d.ts +0 -55
  1426. package/components/segmented-button/segmented-button.component.module.d.ts +0 -11
  1427. package/components/segmented-button/segmented-button.model.d.ts +0 -8
  1428. package/components/side-panel/side-panel.animations.d.ts +0 -3
  1429. package/components/side-panel/side-panel.component.d.ts +0 -21
  1430. package/components/side-panel/side-panel.model.d.ts +0 -15
  1431. package/components/side-panel/side-panel.service.d.ts +0 -20
  1432. package/components/side-sheet/side-sheet.component.d.ts +0 -43
  1433. package/components/side-sheet/side-sheet.component.module.d.ts +0 -14
  1434. package/components/side-sheet/side-sheet.model.d.ts +0 -10
  1435. package/components/side-sheet/side-sheet.service.d.ts +0 -14
  1436. package/components/skeleton/skeleton.component.d.ts +0 -26
  1437. package/components/skeleton/skeleton.model.d.ts +0 -2
  1438. package/components/slider/slider.component.d.ts +0 -115
  1439. package/components/slider/slider.component.module.d.ts +0 -7
  1440. package/components/slider/slider.model.d.ts +0 -5
  1441. package/components/snackbar/snackbar.component.d.ts +0 -119
  1442. package/components/snackbar/snackbar.component.module.d.ts +0 -13
  1443. package/components/snackbar/snackbar.service.d.ts +0 -16
  1444. package/components/spider-chart/spider-chart.component.d.ts +0 -90
  1445. package/components/spider-chart/spider-chart.model.d.ts +0 -12
  1446. package/components/spider-chart/spider-chart.module.d.ts +0 -13
  1447. package/components/spinner/spinner.component.d.ts +0 -44
  1448. package/components/spinner/spinner.module.d.ts +0 -9
  1449. package/components/step/step.component.d.ts +0 -169
  1450. package/components/step/step.component.module.d.ts +0 -10
  1451. package/components/stepper/stepper.component.d.ts +0 -94
  1452. package/components/stepper/stepper.component.module.d.ts +0 -15
  1453. package/components/stepper/stepper.model.d.ts +0 -22
  1454. package/components/table/sentence-case.pipe.d.ts +0 -7
  1455. package/components/table/table.component.d.ts +0 -117
  1456. package/components/table/table.component.module.d.ts +0 -20
  1457. package/components/table/table.model.d.ts +0 -104
  1458. package/components/tabs/tab.directive.d.ts +0 -24
  1459. package/components/tabs/tabs.component.d.ts +0 -73
  1460. package/components/tabs/tabs.component.module.d.ts +0 -12
  1461. package/components/tabs/tabs.model.d.ts +0 -16
  1462. package/components/tag/tag.component.d.ts +0 -131
  1463. package/components/tag/tag.component.module.d.ts +0 -13
  1464. package/components/toggle/toggle.component.d.ts +0 -113
  1465. package/components/toggle/toggle.component.module.d.ts +0 -14
  1466. package/components/tooltip/tooltip-template.directive.d.ts +0 -27
  1467. package/components/tooltip/tooltip.component.d.ts +0 -64
  1468. package/components/tooltip/tooltip.component.module.d.ts +0 -12
  1469. package/components/tooltip/tooltip.model.d.ts +0 -8
  1470. package/components/universal-skills-report/universal-skills-report.component.d.ts +0 -33
  1471. package/components/universal-skills-report/universal-skills-report.component.module.d.ts +0 -14
  1472. package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.d.ts +0 -47
  1473. package/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.d.ts +0 -16
  1474. package/components/validation-error/validation-error.component.d.ts +0 -22
  1475. package/components/validation-error/validation-error.module.d.ts +0 -10
  1476. package/directives/digits-only.directive.d.ts +0 -17
  1477. package/directives/drag-drop.directive.d.ts +0 -12
  1478. package/directives/dynamic-component.directive.d.ts +0 -20
  1479. package/directives/ellipse-text.directive.d.ts +0 -20
  1480. package/directives/select-text.directive.d.ts +0 -19
  1481. package/directives/step-line-element.directive.d.ts +0 -17
  1482. package/esm2022/assets/i18n/da-dk.json +0 -181
  1483. package/esm2022/assets/i18n/de.json +0 -181
  1484. package/esm2022/assets/i18n/en.json +0 -817
  1485. package/esm2022/assets/i18n/es.json +0 -181
  1486. package/esm2022/assets/i18n/fr.json +0 -181
  1487. package/esm2022/assets/i18n/it-it.json +0 -181
  1488. package/esm2022/assets/i18n/ja-jp.json +0 -181
  1489. package/esm2022/assets/i18n/nb-no.json +0 -181
  1490. package/esm2022/assets/i18n/nl.json +0 -181
  1491. package/esm2022/assets/i18n/pl-pl.json +0 -181
  1492. package/esm2022/assets/i18n/pt-br.json +0 -181
  1493. package/esm2022/assets/i18n/sv-se.json +0 -181
  1494. package/esm2022/components/accordion/accordion.component.mjs +0 -135
  1495. package/esm2022/components/accordion/accordion.component.module.mjs +0 -40
  1496. package/esm2022/components/accordion/accordion.model.mjs +0 -2
  1497. package/esm2022/components/alert-banner/alert-banner.component.mjs +0 -180
  1498. package/esm2022/components/alert-banner/alert-banner.component.module.mjs +0 -21
  1499. package/esm2022/components/alert-banner/alert-banner.model.mjs +0 -2
  1500. package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -808
  1501. package/esm2022/components/autocomplete/autocomplete.component.module.mjs +0 -77
  1502. package/esm2022/components/autocomplete/autocomplete.model.mjs +0 -25
  1503. package/esm2022/components/autocomplete/includes.pipe.mjs +0 -25
  1504. package/esm2022/components/autocomplete/prevent-input.directive.mjs +0 -27
  1505. package/esm2022/components/autocomplete/transform-Item.pipe.mjs +0 -32
  1506. package/esm2022/components/avatar/avatar.component.mjs +0 -104
  1507. package/esm2022/components/avatar/avatar.component.module.mjs +0 -23
  1508. package/esm2022/components/avatar/avatar.model.mjs +0 -21
  1509. package/esm2022/components/badge/badge.component.mjs +0 -109
  1510. package/esm2022/components/badge/badge.component.module.mjs +0 -20
  1511. package/esm2022/components/badge/badge.model.mjs +0 -36
  1512. package/esm2022/components/button/button.component.mjs +0 -449
  1513. package/esm2022/components/button/button.component.module.mjs +0 -51
  1514. package/esm2022/components/button/button.model.mjs +0 -2
  1515. package/esm2022/components/card/card.component.mjs +0 -119
  1516. package/esm2022/components/card/card.component.module.mjs +0 -19
  1517. package/esm2022/components/card/card.model.mjs +0 -2
  1518. package/esm2022/components/checkbox/checkbox.component.mjs +0 -319
  1519. package/esm2022/components/checkbox/checkbox.component.module.mjs +0 -28
  1520. package/esm2022/components/checkbox/focus-visible.directive.mjs +0 -40
  1521. package/esm2022/components/checklist/checklist.component.mjs +0 -147
  1522. package/esm2022/components/checklist/checklist.model.mjs +0 -2
  1523. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +0 -56
  1524. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +0 -29
  1525. package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +0 -2
  1526. package/esm2022/components/datepicker/date-adapter.mjs +0 -30
  1527. package/esm2022/components/datepicker/datepicker.component.mjs +0 -333
  1528. package/esm2022/components/datepicker/datepicker.component.module.mjs +0 -60
  1529. package/esm2022/components/datepicker/datepicker.service.mjs +0 -20
  1530. package/esm2022/components/datepicker/no-date-format.directive.mjs +0 -56
  1531. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +0 -55
  1532. package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +0 -20
  1533. package/esm2022/components/dialog/dialog.component.mjs +0 -259
  1534. package/esm2022/components/dialog/dialog.component.module.mjs +0 -23
  1535. package/esm2022/components/dialog/dialog.model.mjs +0 -2
  1536. package/esm2022/components/dialog/dialog.service.mjs +0 -36
  1537. package/esm2022/components/divider/divider.component.mjs +0 -65
  1538. package/esm2022/components/divider/divider.component.module.mjs +0 -19
  1539. package/esm2022/components/divider/divider.model.mjs +0 -2
  1540. package/esm2022/components/dropdown/dropdown.component.mjs +0 -353
  1541. package/esm2022/components/dropdown/dropdown.component.module.mjs +0 -57
  1542. package/esm2022/components/dropdown/dropdown.model.mjs +0 -2
  1543. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +0 -45
  1544. package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +0 -18
  1545. package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +0 -9
  1546. package/esm2022/components/empty-state/empty-state.component.mjs +0 -234
  1547. package/esm2022/components/empty-state/empty-state.component.module.mjs +0 -21
  1548. package/esm2022/components/empty-state/empty-state.model.mjs +0 -2
  1549. package/esm2022/components/field/field.component.mjs +0 -488
  1550. package/esm2022/components/field/field.component.module.mjs +0 -60
  1551. package/esm2022/components/field/field.model.mjs +0 -2
  1552. package/esm2022/components/file-upload/file-upload.component.mjs +0 -282
  1553. package/esm2022/components/file-upload/file-upload.component.module.mjs +0 -40
  1554. package/esm2022/components/filter-button/filter-button.component.mjs +0 -236
  1555. package/esm2022/components/filter-button/filter-button.component.module.mjs +0 -58
  1556. package/esm2022/components/filter-button/filter-button.model.mjs +0 -2
  1557. package/esm2022/components/gaussian-chart/gaussian-chart.component.mjs +0 -246
  1558. package/esm2022/components/gaussian-chart/gaussian-chart.module.mjs +0 -42
  1559. package/esm2022/components/icon/icon.component.mjs +0 -149
  1560. package/esm2022/components/icon/icon.component.module.mjs +0 -21
  1561. package/esm2022/components/icon/icon.config.mjs +0 -699
  1562. package/esm2022/components/icon/icon.model.mjs +0 -2
  1563. package/esm2022/components/icon-label/icon-label.component.mjs +0 -53
  1564. package/esm2022/components/icon-label/icon-label.component.module.mjs +0 -20
  1565. package/esm2022/components/logo/logo.component.mjs +0 -165
  1566. package/esm2022/components/logo/logo.component.module.mjs +0 -18
  1567. package/esm2022/components/logo/logo.model.mjs +0 -32
  1568. package/esm2022/components/media-card/media-card.component.mjs +0 -47
  1569. package/esm2022/components/multi-input/multi-input.component.mjs +0 -331
  1570. package/esm2022/components/multi-input/multi-input.component.module.mjs +0 -58
  1571. package/esm2022/components/multi-input/multi-input.model.mjs +0 -2
  1572. package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +0 -84
  1573. package/esm2022/components/navbar/navbar.component.mjs +0 -211
  1574. package/esm2022/components/navbar/navbar.component.module.mjs +0 -71
  1575. package/esm2022/components/navbar/navbar.model.mjs +0 -2
  1576. package/esm2022/components/overflow-menu/overflow-menu.component.mjs +0 -195
  1577. package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +0 -25
  1578. package/esm2022/components/overflow-menu/overflow-menu.model.mjs +0 -2
  1579. package/esm2022/components/page-header/page-header.component.mjs +0 -71
  1580. package/esm2022/components/page-header/page-header.component.module.mjs +0 -20
  1581. package/esm2022/components/paginator/paginator.component.mjs +0 -87
  1582. package/esm2022/components/paginator/paginator.component.module.mjs +0 -19
  1583. package/esm2022/components/password-criteria/password.component.mjs +0 -111
  1584. package/esm2022/components/password-criteria/password.component.module.mjs +0 -39
  1585. package/esm2022/components/password-strength/password-strength.component.mjs +0 -93
  1586. package/esm2022/components/password-strength/password-strength.component.module.mjs +0 -21
  1587. package/esm2022/components/phone-input/join-strings.pipe.mjs +0 -14
  1588. package/esm2022/components/phone-input/phone-input.component.mjs +0 -353
  1589. package/esm2022/components/phone-input/phone-input.component.module.mjs +0 -63
  1590. package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
  1591. package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -103
  1592. package/esm2022/components/progress-bar/progress-bar.component.module.mjs +0 -21
  1593. package/esm2022/components/radial-progress/radial-progress.component.mjs +0 -106
  1594. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +0 -20
  1595. package/esm2022/components/radial-progress/radial-progress.model.mjs +0 -11
  1596. package/esm2022/components/radio-button/radio-button.component.mjs +0 -329
  1597. package/esm2022/components/radio-button/radio-button.component.module.mjs +0 -25
  1598. package/esm2022/components/radio-button/radio-button.model.mjs +0 -2
  1599. package/esm2022/components/rating/half-star.pipe.mjs +0 -23
  1600. package/esm2022/components/rating/rating.component.mjs +0 -92
  1601. package/esm2022/components/rating/rating.component.module.mjs +0 -20
  1602. package/esm2022/components/scale/scale.component.mjs +0 -124
  1603. package/esm2022/components/scale/scale.component.module.mjs +0 -18
  1604. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +0 -106
  1605. package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +0 -23
  1606. package/esm2022/components/segmented-bar/segmented-bar.model.mjs +0 -2
  1607. package/esm2022/components/segmented-button/segmented-button.component.mjs +0 -104
  1608. package/esm2022/components/segmented-button/segmented-button.component.module.mjs +0 -21
  1609. package/esm2022/components/segmented-button/segmented-button.model.mjs +0 -2
  1610. package/esm2022/components/side-panel/side-panel.animations.mjs +0 -26
  1611. package/esm2022/components/side-panel/side-panel.component.mjs +0 -55
  1612. package/esm2022/components/side-panel/side-panel.model.mjs +0 -20
  1613. package/esm2022/components/side-panel/side-panel.service.mjs +0 -76
  1614. package/esm2022/components/side-sheet/side-sheet.component.mjs +0 -105
  1615. package/esm2022/components/side-sheet/side-sheet.component.module.mjs +0 -43
  1616. package/esm2022/components/side-sheet/side-sheet.model.mjs +0 -2
  1617. package/esm2022/components/side-sheet/side-sheet.service.mjs +0 -31
  1618. package/esm2022/components/skeleton/skeleton.component.mjs +0 -71
  1619. package/esm2022/components/skeleton/skeleton.model.mjs +0 -2
  1620. package/esm2022/components/slider/slider.component.mjs +0 -252
  1621. package/esm2022/components/slider/slider.component.module.mjs +0 -16
  1622. package/esm2022/components/slider/slider.model.mjs +0 -2
  1623. package/esm2022/components/snackbar/snackbar.component.mjs +0 -218
  1624. package/esm2022/components/snackbar/snackbar.component.module.mjs +0 -25
  1625. package/esm2022/components/snackbar/snackbar.model.mjs +0 -2
  1626. package/esm2022/components/snackbar/snackbar.service.mjs +0 -40
  1627. package/esm2022/components/spider-chart/spider-chart.component.mjs +0 -443
  1628. package/esm2022/components/spider-chart/spider-chart.model.mjs +0 -4
  1629. package/esm2022/components/spider-chart/spider-chart.module.mjs +0 -44
  1630. package/esm2022/components/spinner/spinner.component.mjs +0 -72
  1631. package/esm2022/components/spinner/spinner.model.mjs +0 -2
  1632. package/esm2022/components/spinner/spinner.module.mjs +0 -19
  1633. package/esm2022/components/step/step.component.mjs +0 -189
  1634. package/esm2022/components/step/step.component.module.mjs +0 -20
  1635. package/esm2022/components/stepper/stepper.component.mjs +0 -184
  1636. package/esm2022/components/stepper/stepper.component.module.mjs +0 -44
  1637. package/esm2022/components/stepper/stepper.model.mjs +0 -2
  1638. package/esm2022/components/table/sentence-case.pipe.mjs +0 -19
  1639. package/esm2022/components/table/table.component.mjs +0 -273
  1640. package/esm2022/components/table/table.component.module.mjs +0 -61
  1641. package/esm2022/components/table/table.model.mjs +0 -25
  1642. package/esm2022/components/tabs/tab.directive.mjs +0 -54
  1643. package/esm2022/components/tabs/tabs.component.mjs +0 -189
  1644. package/esm2022/components/tabs/tabs.component.module.mjs +0 -22
  1645. package/esm2022/components/tabs/tabs.model.mjs +0 -2
  1646. package/esm2022/components/tag/tag.component.mjs +0 -212
  1647. package/esm2022/components/tag/tag.component.module.mjs +0 -24
  1648. package/esm2022/components/tag/tag.model.mjs +0 -2
  1649. package/esm2022/components/toggle/toggle.component.mjs +0 -190
  1650. package/esm2022/components/toggle/toggle.component.module.mjs +0 -24
  1651. package/esm2022/components/toggle/toggle.model.mjs +0 -2
  1652. package/esm2022/components/tooltip/tooltip-template.directive.mjs +0 -133
  1653. package/esm2022/components/tooltip/tooltip.component.mjs +0 -108
  1654. package/esm2022/components/tooltip/tooltip.component.module.mjs +0 -27
  1655. package/esm2022/components/tooltip/tooltip.model.mjs +0 -8
  1656. package/esm2022/components/universal-skills-report/universal-skills-report.component.mjs +0 -80
  1657. package/esm2022/components/universal-skills-report/universal-skills-report.component.module.mjs +0 -43
  1658. package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.mjs +0 -109
  1659. package/esm2022/components/universal-skills-spider-charts/universal-skills-spider-charts.component.module.mjs +0 -52
  1660. package/esm2022/components/validation-error/validation-error.component.mjs +0 -55
  1661. package/esm2022/components/validation-error/validation-error.model.mjs +0 -2
  1662. package/esm2022/components/validation-error/validation-error.module.mjs +0 -20
  1663. package/esm2022/directives/digits-only.directive.mjs +0 -77
  1664. package/esm2022/directives/drag-drop.directive.mjs +0 -55
  1665. package/esm2022/directives/dynamic-component.directive.mjs +0 -40
  1666. package/esm2022/directives/ellipse-text.directive.mjs +0 -51
  1667. package/esm2022/directives/select-text.directive.mjs +0 -40
  1668. package/esm2022/directives/step-line-element.directive.mjs +0 -51
  1669. package/esm2022/models/application-theme.model.mjs +0 -2
  1670. package/esm2022/models/checkbox.model.mjs +0 -2
  1671. package/esm2022/models/colors.model.mjs +0 -78
  1672. package/esm2022/models/keyboard-events.model.mjs +0 -13
  1673. package/esm2022/models/screen-breakpoints.model.mjs +0 -6
  1674. package/esm2022/models/universal-skills-report.model.mjs +0 -33
  1675. package/esm2022/pipes/data-property-getter.mjs +0 -33
  1676. package/esm2022/pipes/has-validation-error.pipe.mjs +0 -27
  1677. package/esm2022/pipes/memoize-func.pipe.mjs +0 -39
  1678. package/esm2022/pipes/name-initials.pipe.mjs +0 -25
  1679. package/esm2022/pipes/ui-ordinal-suffix.pipe.mjs +0 -31
  1680. package/esm2022/pipes/ui-translate.pipe.mjs +0 -81
  1681. package/esm2022/providers/is-mobile.mjs +0 -11
  1682. package/esm2022/public-api.mjs +0 -227
  1683. package/esm2022/services/icons.service.mjs +0 -22
  1684. package/esm2022/services/universal-skills.service.mjs +0 -85
  1685. package/esm2022/testgorilla-tgo-ui.mjs +0 -5
  1686. package/esm2022/utils/alert-bar.model.mjs +0 -2
  1687. package/esm2022/utils/alert-bars.utils.mjs +0 -34
  1688. package/esm2022/utils/autocomplete-utils.mjs +0 -78
  1689. package/esm2022/utils/color-contrast.mjs +0 -131
  1690. package/esm2022/utils/hex-to-rgb.mjs +0 -9
  1691. package/esm2022/utils/localization/language.model.mjs +0 -16
  1692. package/esm2022/utils/localization/language.service.mjs +0 -44
  1693. package/esm2022/utils/table.utils.mjs +0 -19
  1694. package/fesm2022/testgorilla-tgo-ui.mjs +0 -17404
  1695. package/fesm2022/testgorilla-tgo-ui.mjs.map +0 -1
  1696. package/index.d.ts +0 -5
  1697. package/models/colors.model.d.ts +0 -63
  1698. package/models/keyboard-events.model.d.ts +0 -11
  1699. package/models/screen-breakpoints.model.d.ts +0 -4
  1700. package/models/universal-skills-report.model.d.ts +0 -44
  1701. package/pipes/data-property-getter.d.ts +0 -8
  1702. package/pipes/has-validation-error.pipe.d.ts +0 -15
  1703. package/pipes/memoize-func.pipe.d.ts +0 -26
  1704. package/pipes/name-initials.pipe.d.ts +0 -7
  1705. package/pipes/ui-ordinal-suffix.pipe.d.ts +0 -7
  1706. package/pipes/ui-translate.pipe.d.ts +0 -32
  1707. package/providers/is-mobile.d.ts +0 -2
  1708. package/public-api.d.ts +0 -159
  1709. package/services/icons.service.d.ts +0 -8
  1710. package/services/universal-skills.service.d.ts +0 -13
  1711. package/utils/alert-bars.utils.d.ts +0 -7
  1712. package/utils/autocomplete-utils.d.ts +0 -12
  1713. package/utils/color-contrast.d.ts +0 -28
  1714. package/utils/hex-to-rgb.d.ts +0 -1
  1715. package/utils/localization/language.model.d.ts +0 -14
  1716. package/utils/localization/language.service.d.ts +0 -20
  1717. package/utils/table.utils.d.ts +0 -6
  1718. /package/{components/accordion/accordion.model.d.ts → projects/tgo-canopy-ui/components/accordion/accordion.model.ts} +0 -0
  1719. /package/{components/alert-banner/alert-banner.model.d.ts → projects/tgo-canopy-ui/components/alert-banner/alert-banner.model.ts} +0 -0
  1720. /package/{components/card/card.model.d.ts → projects/tgo-canopy-ui/components/card/card.model.ts} +0 -0
  1721. /package/{components/divider/divider.model.d.ts → projects/tgo-canopy-ui/components/divider/divider.model.ts} +0 -0
  1722. /package/{components/empty-state/empty-state.model.d.ts → projects/tgo-canopy-ui/components/empty-state/empty-state.model.ts} +0 -0
  1723. /package/{components/multi-input/multi-input.model.d.ts → projects/tgo-canopy-ui/components/multi-input/multi-input.model.ts} +0 -0
  1724. /package/{components/snackbar/snackbar.model.d.ts → projects/tgo-canopy-ui/components/snackbar/snackbar.model.ts} +0 -0
  1725. /package/{components/spinner/spinner.model.d.ts → projects/tgo-canopy-ui/components/spinner/spinner.model.ts} +0 -0
  1726. /package/{components/tag/tag.model.d.ts → projects/tgo-canopy-ui/components/tag/tag.model.ts} +0 -0
  1727. /package/{components/toggle/toggle.model.d.ts → projects/tgo-canopy-ui/components/toggle/toggle.model.ts} +0 -0
  1728. /package/{components/validation-error/validation-error.model.d.ts → projects/tgo-canopy-ui/components/validation-error/validation-error.model.ts} +0 -0
  1729. /package/{models/application-theme.model.d.ts → projects/tgo-canopy-ui/models/application-theme.model.ts} +0 -0
  1730. /package/{models/checkbox.model.d.ts → projects/tgo-canopy-ui/models/checkbox.model.ts} +0 -0
  1731. /package/{utils/alert-bar.model.d.ts → projects/tgo-canopy-ui/utils/alert-bar.model.ts} +0 -0
@@ -0,0 +1,418 @@
1
+ import { FocusMonitor } from '@angular/cdk/a11y';
2
+ import {
3
+ ChangeDetectionStrategy,
4
+ ChangeDetectorRef,
5
+ Component,
6
+ DoCheck,
7
+ ElementRef,
8
+ HostBinding,
9
+ Inject,
10
+ Input,
11
+ OnDestroy,
12
+ OnInit,
13
+ Optional,
14
+ Self,
15
+ ViewChild,
16
+ } from '@angular/core';
17
+ import {
18
+ ControlValueAccessor,
19
+ NgControl,
20
+ UntypedFormBuilder,
21
+ UntypedFormControl,
22
+ UntypedFormGroup,
23
+ } from '@angular/forms';
24
+ import { MAT_AUTOCOMPLETE_DEFAULT_OPTIONS } from '@angular/material/autocomplete';
25
+ import { ErrorStateMatcher } from '@angular/material/core';
26
+ import { MatInput } from '@angular/material/input';
27
+ import { MatSelect } from '@angular/material/select';
28
+ import { parsePhoneNumber } from 'libphonenumber-js';
29
+ import {
30
+ BehaviorSubject,
31
+ combineLatest,
32
+ debounceTime,
33
+ delay,
34
+ filter,
35
+ first,
36
+ map,
37
+ Observable,
38
+ startWith,
39
+ Subject,
40
+ take,
41
+ tap,
42
+ } from 'rxjs';
43
+ import { takeUntil } from 'rxjs/operators';
44
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
45
+ import { ApplicationTheme } from '../../models/application-theme.model';
46
+ import { UICountry } from './phone-input.model';
47
+
48
+ @Component({
49
+ selector: 'ui-phone-input',
50
+ templateUrl: './phone-input.component.html',
51
+ styleUrls: ['./phone-input.component.scss'],
52
+ changeDetection: ChangeDetectionStrategy.OnPush,
53
+ providers: [
54
+ {
55
+ provide: MAT_AUTOCOMPLETE_DEFAULT_OPTIONS,
56
+ useValue: { overlayPanelClass: 'phone-number-autocomplete' },
57
+ },
58
+ ],
59
+ })
60
+ export class PhoneInputComponent implements OnInit, OnDestroy, ControlValueAccessor, DoCheck {
61
+ /**
62
+ * Phone number
63
+ *
64
+ * @type {string}
65
+ * @memberof PhoneInputComponent
66
+ */
67
+ @Input()
68
+ set value(value: string) {
69
+ this.initialValue = this.initialValue || value;
70
+ try {
71
+ const parsed = parsePhoneNumber(value);
72
+ const formatted = parsed.formatInternational();
73
+ this.selectedCountry = this.getCountryByAlpha2Code(parsed.country!) || this.selectedCountry;
74
+ this.form.patchValue({ phone_number: formatted.replace(this.selectedCountry.callingCode, '') });
75
+ } catch (err) {
76
+ if (value?.length <= 4) {
77
+ this.selectedCountry = this.getCountryByCallingCode(value) || this.selectedCountry;
78
+ }
79
+ this.form.patchValue({ phone_number: value?.replace(this.selectedCountry?.callingCode, '') });
80
+ }
81
+ this.stateChanges.next();
82
+ }
83
+
84
+ /**
85
+ * Country list for select
86
+ *
87
+ * @type {UICountry[]}
88
+ * @memberof PhoneInputComponent
89
+ */
90
+ @Input() set countryList(countryList: UICountry[]) {
91
+ this.loadCountries$.next(countryList);
92
+ this.selectedCountry = this.selectedCountry ?? countryList[0];
93
+ }
94
+
95
+ /**
96
+ * Placeholder input
97
+ *
98
+ * @type {text}
99
+ * @memberof PhoneInputComponent
100
+ */
101
+ @Input()
102
+ set placeholder(value: string) {
103
+ this.internalPlaceholder = value;
104
+ this.stateChanges.next();
105
+ }
106
+
107
+ /**
108
+ * Determines if input is disabled
109
+ *
110
+ * @type {boolean}
111
+ * @memberof PhoneInputComponent
112
+ */
113
+ @HostBinding('attr.disabled')
114
+ @Input()
115
+ disabled: boolean;
116
+
117
+ /**
118
+ * Input is required or not
119
+ *
120
+ * @type {boolean}
121
+ * @memberof PhoneInputComponent
122
+ */
123
+ @Input() required: boolean;
124
+
125
+ /**
126
+ *
127
+ * Defines the application theme
128
+ *
129
+ * @type {ApplicationTheme}
130
+ * @memberof PhoneInputComponent
131
+ */
132
+ @HostBinding('attr.theme')
133
+ @Input()
134
+ applicationTheme: ApplicationTheme = 'light';
135
+
136
+ /**
137
+ * Indicator of the phone input width
138
+ * @property fullWidth
139
+ * @type {boolean}
140
+ * @memberof PhoneInputComponent
141
+ */
142
+ @Input() fullWidth = false;
143
+
144
+ _errors: SafeHtml[];
145
+ /**
146
+ * Input field errors
147
+ *
148
+ * @type {string}
149
+ * @memberof PhoneInputComponent
150
+ */
151
+ @Input() set errors(errors: string[]) {
152
+ if (errors) {
153
+ this._errors = errors?.filter(Boolean).map(error => this.sanitizer.bypassSecurityTrustHtml(error));
154
+ this.errorsLength = this.setErrorsLength();
155
+ }
156
+ }
157
+
158
+ /**
159
+ * Hide in build errors for Reactive Forms
160
+ *
161
+ * @type {number}
162
+ * @memberof PhoneInputComponent
163
+ */
164
+ @Input() hideBuiltInErrors = false;
165
+
166
+ /**
167
+ * Hide label in errors
168
+ *
169
+ * @type {number}
170
+ * @memberof PhoneInputComponent
171
+ */
172
+ @Input() hideLabelInErrors = false;
173
+
174
+ static nextId = 0;
175
+
176
+ private countries = new BehaviorSubject<UICountry[]>([]);
177
+ protected countries$ = this.countries.asObservable();
178
+ form: UntypedFormGroup = this.fb.group({
179
+ phone_number: new UntypedFormControl(),
180
+ });
181
+ protected controlType = 'phone-number';
182
+ protected userAriaDescribedBy?: string;
183
+ protected loadCountries$ = new BehaviorSubject<UICountry[]>([]);
184
+ protected countryCode = new BehaviorSubject<string>('US');
185
+ protected stateChanges = new Subject<void>();
186
+ protected focused: boolean;
187
+ protected selectFilterCtrl = new UntypedFormControl('');
188
+ protected errorsLength: boolean;
189
+ protected readonly countryFlagSrc = 'assets/svg-country-flags/';
190
+
191
+ @ViewChild(MatInput, { read: ElementRef, static: true })
192
+ public input: ElementRef<HTMLElement>;
193
+ @ViewChild(MatSelect, { read: ElementRef, static: true })
194
+ public select: ElementRef<HTMLElement>;
195
+
196
+ @HostBinding()
197
+ id = `phone-number${PhoneInputComponent.nextId++}`;
198
+
199
+ @HostBinding('class.floated')
200
+ get shouldLabelFloat(): boolean {
201
+ return true;
202
+ }
203
+
204
+ @HostBinding('attr.aria-describedby') describedBy = '';
205
+
206
+ get empty(): boolean {
207
+ return !!this.form.value;
208
+ }
209
+
210
+ get errorState(): boolean {
211
+ return this.errorMatcher.isErrorState(this.ngControl.control as UntypedFormControl, null);
212
+ }
213
+
214
+ get value(): string {
215
+ return this.getNumberWithCountryCode();
216
+ }
217
+
218
+ get placeholder() {
219
+ return this.internalPlaceholder;
220
+ }
221
+
222
+ private initialValue: string;
223
+ private readonly DEFAULT_COUNTRY_CODE = 'US';
224
+ private internalPlaceholder: string;
225
+ protected selectedCountry: UICountry;
226
+ private unsubscribeAll$ = new Subject<void>();
227
+
228
+ constructor(
229
+ @Optional() @Self() public ngControl: NgControl,
230
+ private errorMatcher: ErrorStateMatcher,
231
+ private fb: UntypedFormBuilder,
232
+ private focusMonitor: FocusMonitor,
233
+ private ref: ChangeDetectorRef,
234
+ private sanitizer: DomSanitizer,
235
+ @Optional() @Inject('CANOPYUI_DEFAULT_APPLICATION_THEME') private readonly defaultAppTheme: ApplicationTheme,
236
+ ) {
237
+ if (this.ngControl != null) {
238
+ this.ngControl.valueAccessor = this;
239
+ }
240
+
241
+ if (defaultAppTheme) {
242
+ this.applicationTheme = defaultAppTheme;
243
+ }
244
+ }
245
+
246
+ /**
247
+ * Used to mark component view as dirty when touched programmatically with markAsTouched/markAllAsTouched or errors
248
+ * to display validation errors that might happen (e.g. required)
249
+ */
250
+ ngDoCheck(): void {
251
+ if (this.ngControl?.touched || this.ngControl?.errors) {
252
+ this.ref.markForCheck();
253
+ }
254
+ }
255
+
256
+ ngOnInit(): void {
257
+ this.loadCountries();
258
+ this.preSelectCountry();
259
+ this.subscribeToFocusEvents();
260
+ }
261
+
262
+ setErrorsLength(): boolean {
263
+ if (!!this._errors) {
264
+ return this._errors.filter(err => !!err).length > 0;
265
+ }
266
+ return false;
267
+ }
268
+
269
+ setDescribedByIds(ids: string[]): void {
270
+ this.userAriaDescribedBy = ids.join(' ');
271
+ }
272
+
273
+ onChange: (value: string) => void;
274
+ onTouch: () => void;
275
+
276
+ writeValue(phoneNumber: string): void {
277
+ if (phoneNumber) {
278
+ this.value = phoneNumber;
279
+ }
280
+ }
281
+
282
+ registerOnChange(fn: (value: string) => void): void {
283
+ this.onChange = fn;
284
+ }
285
+
286
+ registerOnTouched(fn: () => void): void {
287
+ this.onTouch = fn;
288
+ }
289
+
290
+ setDisabledState(isDisabled: boolean): void {
291
+ if (isDisabled) {
292
+ this.form.disable();
293
+ } else {
294
+ this.form.enable();
295
+ }
296
+ this.disabled = isDisabled;
297
+ this.stateChanges.next();
298
+ this.ref.markForCheck();
299
+ }
300
+
301
+ ngOnDestroy(): void {
302
+ this.focusMonitor.stopMonitoring(this.input);
303
+ this.focusMonitor.stopMonitoring(this.select);
304
+ this.stateChanges.complete();
305
+ this.unsubscribeAll$.next();
306
+ this.unsubscribeAll$.complete();
307
+ }
308
+
309
+ onOptionsSelected(value: UICountry) {
310
+ this.setCountry(value);
311
+ }
312
+
313
+ onInput(value: string) {
314
+ this.value = (this.selectedCountry?.callingCode ?? '') + value;
315
+ this.onChange(this.value);
316
+ }
317
+
318
+ filteredCountryTrackByMethod(index: number, el: UICountry): string {
319
+ return el.alpha2Code;
320
+ }
321
+
322
+ private getNumberWithCountryCode() {
323
+ const nationalNumber = this.form.value?.phone_number as string;
324
+ return nationalNumber ? (this.selectedCountry?.callingCode ?? '') + nationalNumber : '';
325
+ }
326
+
327
+ private subscribeToFocusEvents() {
328
+ const selectAndInputFocus$ = combineLatest([
329
+ this.focusMonitor.monitor(this.select),
330
+ this.focusMonitor.monitor(this.input),
331
+ ]).pipe(takeUntil(this.unsubscribeAll$), debounceTime(10));
332
+
333
+ selectAndInputFocus$.subscribe(([selectFocus, inputFocus]) => {
334
+ this.focused = !!(selectFocus || inputFocus);
335
+ this.stateChanges.next();
336
+ });
337
+
338
+ selectAndInputFocus$.pipe(take(1)).subscribe(() => {
339
+ this.onTouch();
340
+ });
341
+ }
342
+
343
+ private preSelectCountry() {
344
+ this.setDisabledState(true);
345
+ combineLatest([
346
+ this.countries$.pipe(
347
+ filter(countries => countries.length > 0),
348
+ first()
349
+ ),
350
+ this.countryCode,
351
+ ])
352
+ .pipe(
353
+ map(([countries, selectedCountry]) => {
354
+ if (!this.initialValue) {
355
+ const country =
356
+ this.getCountryByAlpha2Code(selectedCountry) || this.getCountryByAlpha2Code(this.DEFAULT_COUNTRY_CODE);
357
+ this.setCountry(country as UICountry);
358
+ } else {
359
+ this.value = this.initialValue;
360
+ }
361
+
362
+ this.setDisabledState(false);
363
+ this.ref.markForCheck();
364
+ })
365
+ )
366
+ .subscribe();
367
+ }
368
+
369
+ private setCountry(country: UICountry | null): void {
370
+ if (country) {
371
+ this.selectedCountry = country;
372
+ }
373
+ this.value = this.getNumberWithCountryCode();
374
+ }
375
+
376
+ private getCountryByAlpha2Code(alpha2Code: string) {
377
+ return this.countries.value.find(country => country.alpha2Code === alpha2Code);
378
+ }
379
+
380
+ private getCountryByCallingCode(callingCode: string) {
381
+ return this.countries.value.find(country => country.callingCode === callingCode);
382
+ }
383
+
384
+ private loadCountries(): void {
385
+ const searchText$: Observable<string> = this.selectFilterCtrl.valueChanges.pipe(debounceTime(100), startWith(''));
386
+
387
+ combineLatest([this.loadCountries$, searchText$])
388
+ .pipe(
389
+ takeUntil(this.unsubscribeAll$),
390
+ tap(([countries, searchText]) => {
391
+ const searchTextLowerCase = searchText.toLowerCase();
392
+ const filteredCountries = countries
393
+ .filter(
394
+ option =>
395
+ option.name.toLowerCase().includes(searchTextLowerCase) ||
396
+ option.alpha2Code.toLowerCase().includes(searchTextLowerCase) ||
397
+ option.callingCode.toLowerCase().includes(searchTextLowerCase)
398
+ )
399
+ .sort((optionA, optionB) => (optionB.name.startsWith(searchText) ? 1 : -1));
400
+ this.countries.next(filteredCountries);
401
+ }),
402
+ delay(1),
403
+ tap(() => {
404
+ const countryFound = this.getCountryByAlpha2Code(this.selectedCountry?.alpha2Code);
405
+ this.selectedCountry = countryFound || this.selectedCountry;
406
+ this.ref.markForCheck();
407
+ })
408
+ )
409
+ .subscribe();
410
+ }
411
+
412
+ disableClick(ev: Event) {
413
+ ev.preventDefault();
414
+ ev.stopPropagation();
415
+ }
416
+
417
+ trackByFn = (index: number, value: any) => value.changingThisBreaksApplicationSecurity;
418
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Country interface ISO 3166 (minus numeric code and alpha3Code)
3
+ */
4
+ export interface UICountry {
5
+ name: string;
6
+ alpha2Code: string;
7
+ callingCode: string;
8
+ }
@@ -0,0 +1,22 @@
1
+ @if (showPercentage) {
2
+ <div class="percentage">{{ progress }}%</div>
3
+ }
4
+
5
+ <mat-progress-bar
6
+ [mode]="mode"
7
+ [value]="progress"
8
+ [bufferValue]="buffer"
9
+ title="progress-bar"
10
+ class="progress-bar"
11
+ [attr.theme]="applicationTheme"
12
+ [attr.aria-label]="ariaLabel"
13
+ [attr.aria-live]="'polite'"
14
+ [attr.aria-describedby]="'describedBy'"
15
+ >
16
+ </mat-progress-bar>
17
+ <div style="position: absolute; left: -9999px" role="alert" *ngIf="mode === 'indeterminate'">
18
+ {{ 'COMMON.LOADING' | uiTranslate | async }}
19
+ </div>
20
+ <div style="display: none" id="describedBy">
21
+ {{ ariaDescribedBy }}
22
+ </div>
@@ -0,0 +1,13 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { NgModule } from '@angular/core';
3
+ import { MatProgressBarModule } from '@angular/material/progress-bar';
4
+ import { ProgressBarComponent } from './progress-bar.component';
5
+ import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
6
+
7
+ @NgModule({
8
+ declarations: [ProgressBarComponent],
9
+ imports: [CommonModule, MatProgressBarModule, UiTranslatePipe],
10
+ exports: [ProgressBarComponent],
11
+ providers: [],
12
+ })
13
+ export class ProgressBarComponentModule {}
@@ -0,0 +1,164 @@
1
+ @use '../../theme/variables' as *;
2
+
3
+ :host {
4
+ display: flex;
5
+ flex-direction: row;
6
+ gap: 8px;
7
+ align-items: center;
8
+
9
+ .percentage {
10
+ color: $grayscale-50;
11
+ font-size: 14px;
12
+ }
13
+ }
14
+
15
+ .mat-mdc-progress-bar.progress-bar {
16
+ --mdc-linear-progress-active-indicator-color: var(--color);
17
+ --mdc-linear-progress-track-color: var(--color);
18
+ --mdc-linear-progress-active-indicator-height: 8px;
19
+ --mdc-linear-progress-track-height: 8px;
20
+ height: 8px;
21
+ border-radius: 8px;
22
+
23
+ &[aria-valuenow="1"] {
24
+ ::ng-deep .mdc-linear-progress__bar-inner {
25
+ border-top-right-radius: 60% 8px !important;
26
+ border-bottom-right-radius: 60% 8px !important;
27
+ }
28
+ }
29
+
30
+ &[aria-valuenow="2"] {
31
+ ::ng-deep .mdc-linear-progress__bar-inner {
32
+ border-top-right-radius: 35% 8px !important;
33
+ border-bottom-right-radius: 35% 8px !important;
34
+ }
35
+ }
36
+
37
+ &[aria-valuenow="3"] {
38
+ ::ng-deep .mdc-linear-progress__bar-inner {
39
+ border-top-right-radius: 30% 8px !important;
40
+ border-bottom-right-radius: 30% 8px !important;
41
+ }
42
+ }
43
+
44
+ &[aria-valuenow="4"] {
45
+ ::ng-deep .mdc-linear-progress__bar-inner {
46
+ border-top-right-radius: 20% 8px !important;
47
+ border-bottom-right-radius: 20% 8px !important;
48
+ }
49
+ }
50
+
51
+ &[aria-valuenow="5"] {
52
+ ::ng-deep .mdc-linear-progress__bar-inner {
53
+ border-top-right-radius: 15% 8px !important;
54
+ border-bottom-right-radius: 15% 8px !important;
55
+ }
56
+ }
57
+
58
+ &[aria-valuenow="6"], &[aria-valuenow="7"], &[aria-valuenow="8"], &[aria-valuenow="9"], &[aria-valuenow="10"], &[aria-valuenow="11"] {
59
+ ::ng-deep .mdc-linear-progress__bar-inner {
60
+ border-top-right-radius: 10% 8px !important;
61
+ border-bottom-right-radius: 10% 8px !important;
62
+ }
63
+ }
64
+
65
+ &[aria-valuenow="12"], &[aria-valuenow="13"] {
66
+ ::ng-deep .mdc-linear-progress__bar-inner {
67
+ border-top-right-radius: 7% 8px !important;
68
+ border-bottom-right-radius: 7% 8px !important;
69
+ }
70
+ }
71
+
72
+ &[aria-valuenow="14"], &[aria-valuenow="15"] {
73
+ ::ng-deep .mdc-linear-progress__bar-inner {
74
+ border-top-right-radius: 6% 8px !important;
75
+ border-bottom-right-radius: 6% 8px !important;
76
+ }
77
+ }
78
+
79
+ &[aria-valuenow="16"] {
80
+ ::ng-deep .mdc-linear-progress__bar-inner {
81
+ border-top-right-radius: 5% 8px !important;
82
+ border-bottom-right-radius: 5% 8px !important;
83
+ }
84
+ }
85
+
86
+ &[aria-valuenow="17"], &[aria-valuenow="18"], &[aria-valuenow="19"], &[aria-valuenow="20"], &[aria-valuenow="21"], &[aria-valuenow="22"], &[aria-valuenow="23"] {
87
+ ::ng-deep .mdc-linear-progress__bar-inner {
88
+ border-top-right-radius: 4% 8px !important;
89
+ border-bottom-right-radius: 4% 8px !important;
90
+ }
91
+ }
92
+
93
+ &[aria-valuenow="24"], &[aria-valuenow="25"], &[aria-valuenow="26"], &[aria-valuenow="27"] {
94
+ ::ng-deep .mdc-linear-progress__bar-inner {
95
+ border-top-right-radius: 3% 8px !important;
96
+ border-bottom-right-radius: 3% 8px !important;
97
+ }
98
+ }
99
+
100
+ &[aria-valuenow="28"], &[aria-valuenow="29"], &[aria-valuenow="30"], &[aria-valuenow="31"], &[aria-valuenow="32"],
101
+ &[aria-valuenow="33"] {
102
+ ::ng-deep .mdc-linear-progress__bar-inner {
103
+ border-top-right-radius: 2.5% 8px !important;
104
+ border-bottom-right-radius: 2.5% 8px !important;
105
+ }
106
+ }
107
+
108
+ &[aria-valuenow="34"], &[aria-valuenow="35"], &[aria-valuenow="36"], &[aria-valuenow="37"], &[aria-valuenow="38"],
109
+ &[aria-valuenow="39"], &[aria-valuenow="40"], &[aria-valuenow="41"] {
110
+ ::ng-deep .mdc-linear-progress__bar-inner {
111
+ border-top-right-radius: 2.2% 8px !important;
112
+ border-bottom-right-radius: 2.2% 8px !important;
113
+ }
114
+ }
115
+
116
+ &[aria-valuenow="42"], &[aria-valuenow="43"], &[aria-valuenow="44"], &[aria-valuenow="45"], &[aria-valuenow="46"],
117
+ &[aria-valuenow="47"], &[aria-valuenow="48"], &[aria-valuenow="49"], &[aria-valuenow="50"], &[aria-valuenow="51"],
118
+ &[aria-valuenow="52"], &[aria-valuenow="53"]{
119
+ ::ng-deep .mdc-linear-progress__bar-inner {
120
+ border-top-right-radius: 2% 8px !important;
121
+ border-bottom-right-radius: 2% 8px !important;
122
+ }
123
+ }
124
+
125
+ &[aria-valuenow="54"], &[aria-valuenow="55"], &[aria-valuenow="56"], &[aria-valuenow="57"], &[aria-valuenow="58"],
126
+ &[aria-valuenow="59"], &[aria-valuenow="60"], &[aria-valuenow="61"], &[aria-valuenow="62"], &[aria-valuenow="63"],
127
+ &[aria-valuenow="64"] {
128
+ ::ng-deep .mdc-linear-progress__bar-inner {
129
+ border-top-right-radius: 1.5% 8px !important;
130
+ border-bottom-right-radius: 1.5% 8px !important;
131
+ }
132
+ }
133
+
134
+ &[aria-valuenow="65"], &[aria-valuenow="66"], &[aria-valuenow="67"], &[aria-valuenow="68"], &[aria-valuenow="69"] {
135
+ ::ng-deep .mdc-linear-progress__bar-inner {
136
+ border-top-right-radius: 1.4% 8px !important;
137
+ border-bottom-right-radius: 1.4% 8px !important;
138
+ }
139
+ }
140
+
141
+ &[aria-valuenow="70"], &[aria-valuenow="71"], &[aria-valuenow="72"], &[aria-valuenow="73"], &[aria-valuenow="74"] {
142
+ ::ng-deep .mdc-linear-progress__bar-inner {
143
+ border-top-right-radius: 1.2% 8px !important;
144
+ border-bottom-right-radius: 1.2% 8px !important;
145
+ }
146
+ }
147
+
148
+ ::ng-deep .mdc-linear-progress__buffer-bar {
149
+ background-color: $tgo-medium;
150
+ height: 8px;
151
+ }
152
+
153
+ ::ng-deep .mdc-linear-progress__bar-inner {
154
+ border-top-width: 8px;
155
+ border-top-right-radius: 1% 8px !important;
156
+ border-bottom-right-radius: 1% 8px !important;
157
+ }
158
+
159
+ &[theme="dark"], &[theme="light"] {
160
+ ::ng-deep .mdc-linear-progress__buffer-bar {
161
+ background-color: $grayscale-20;
162
+ }
163
+ }
164
+ }
@@ -0,0 +1,76 @@
1
+ import { ComponentFixture, TestBed } from '@angular/core/testing';
2
+ import { MatProgressBarModule } from '@angular/material/progress-bar';
3
+ import { ProgressBarComponent } from './progress-bar.component';
4
+ import { SimpleChanges } from "@angular/core";
5
+
6
+ describe('ProgressBarComponent', () => {
7
+ let component: ProgressBarComponent;
8
+ let fixture: any;
9
+ beforeEach(async () => {
10
+ TestBed.initTestEnvironment;
11
+ await TestBed.configureTestingModule({
12
+ declarations: [ProgressBarComponent],
13
+ imports: [MatProgressBarModule],
14
+ }).compileComponents();
15
+
16
+ fixture = TestBed.createComponent(ProgressBarComponent);
17
+ fixture.detectChanges();
18
+
19
+ component = fixture.componentInstance;
20
+ });
21
+
22
+ it('should create', () => {
23
+ expect(component).toBeTruthy();
24
+ });
25
+
26
+ it('should apply a mode of "determinate" by default', () => {
27
+ expect(component.mode).toBe('determinate');
28
+ });
29
+
30
+ it('should define default values for progress and buffer attributes', () => {
31
+ expect(component.progress).toBe(0);
32
+ expect(component.buffer).toBe(0);
33
+ });
34
+
35
+
36
+ it('should have default values for progress, mode, and buffer', () => {
37
+ expect(component.progress).toBe(0); // Default progress value
38
+ expect(component.mode).toBe('determinate'); // Default mode
39
+ expect(component.buffer).toBe(0); // Default buffer
40
+ });
41
+
42
+ it('should set the correct color based on companyColor input', () => {
43
+ component.companyColor = '#123456'; // Set a specific color
44
+
45
+ fixture.detectChanges(); // Trigger change detection
46
+
47
+ const hostElement = fixture.nativeElement as HTMLElement;
48
+ expect(hostElement.style.getPropertyValue('--color')).toBe('#123456'); // Check the bound style property
49
+ });
50
+
51
+ it('should use default companyColor when not provided', () => {
52
+ component.applicationTheme = 'classic'; // Set theme to classic
53
+
54
+ //@ts-ignore
55
+ const changes = { companyColor: { currentValue: null } } as SimpleChanges;
56
+ component.ngOnChanges(changes); // Trigger OnChanges with no companyColor
57
+
58
+ fixture.detectChanges(); // Trigger change detection
59
+
60
+ const hostElement = fixture.nativeElement as HTMLElement;
61
+ expect(hostElement.style.getPropertyValue('--color')).toBe(''); // Default color for classic theme
62
+ });
63
+
64
+ it('should update companyColor when theme changes', () => {
65
+ component.applicationTheme = 'light'; // Set theme to light
66
+
67
+ //@ts-ignore
68
+ const changes = { companyColor: { currentValue: null } } as SimpleChanges;
69
+ component.ngOnChanges(changes); // Trigger OnChanges with no companyColor
70
+
71
+ fixture.detectChanges(); // Trigger change detection
72
+
73
+ const hostElement = fixture.nativeElement as HTMLElement;
74
+ expect(hostElement.style.getPropertyValue('--color')).toBe(''); // Default color for light theme
75
+ });
76
+ });