@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,172 @@
1
+ import {
2
+ ChangeDetectionStrategy,
3
+ Component,
4
+ Inject,
5
+ Input,
6
+ OnChanges,
7
+ OnInit,
8
+ Optional,
9
+ SimpleChanges,
10
+ } from '@angular/core';
11
+ import { LogoPathEnum, LogoTypeEnum } from './logo.model';
12
+ import { ApplicationTheme } from '../../models/application-theme.model';
13
+
14
+ @Component({
15
+ selector: 'ui-logo',
16
+ templateUrl: './logo.component.html',
17
+ styleUrls: ['./logo.component.scss'],
18
+ changeDetection: ChangeDetectionStrategy.OnPush,
19
+ })
20
+ export class LogoComponent implements OnInit, OnChanges {
21
+ /**
22
+ * Logo type
23
+ *
24
+ * @type {LogoTypeEnum}
25
+ * @memberof LogoComponent
26
+ */
27
+ @Input() type: LogoTypeEnum = LogoTypeEnum.DEFAULT;
28
+
29
+ /**
30
+ *
31
+ * Defines the application theme
32
+ *
33
+ * @type {ApplicationTheme}
34
+ * @memberof LogoComponent
35
+ */
36
+ @Input() applicationTheme: ApplicationTheme = 'light';
37
+
38
+ /**
39
+ *
40
+ * Label. Only for ppoweredby type
41
+ *
42
+ * @type {string}
43
+ * @memberof LogoComponent
44
+ */
45
+ @Input() label = 'POWERED BY';
46
+
47
+ /**
48
+ * Set logo width
49
+ * @default 200
50
+ * @type {number}
51
+ * @memberof LogoComponent
52
+ */
53
+ @Input() width = 200;
54
+
55
+ /**
56
+ *
57
+ * Allow change logo width
58
+ *
59
+ * @type {string}
60
+ * @memberof LogoComponent
61
+ */
62
+ @Input() allowResizing = false;
63
+
64
+ protected readonly LogoTypeEnum = LogoTypeEnum;
65
+
66
+ /**
67
+ * @ignore
68
+ */
69
+ logoURL: String;
70
+
71
+ /**
72
+ * @ignore
73
+ */
74
+ setURL = () => {
75
+ if (this.applicationTheme === 'classic') {
76
+ switch (this.type) {
77
+ case LogoTypeEnum.POWEREDBY: {
78
+ this.logoURL = LogoPathEnum.POWEREDBY;
79
+ break;
80
+ }
81
+ case LogoTypeEnum.REVERSE: {
82
+ this.logoURL = LogoPathEnum.REVERSE;
83
+ break;
84
+ }
85
+ default: {
86
+ this.logoURL = LogoPathEnum.DEFAULT;
87
+ break;
88
+ }
89
+ }
90
+ } else {
91
+ switch (this.type) {
92
+ case LogoTypeEnum.PRIMARY_BRANDMARK_PINK: {
93
+ this.logoURL = LogoPathEnum.PRIMARY_BRANDMARK_PINK;
94
+ break;
95
+ }
96
+ case LogoTypeEnum.PRIMARY_LOCKUP_PINK: {
97
+ this.logoURL = LogoPathEnum.PRIMARY_LOCKUP_PINK;
98
+ break;
99
+ }
100
+ case LogoTypeEnum.PRIMARY_WORDMARK_PINK: {
101
+ this.logoURL = LogoPathEnum.PRIMARY_WORDMARK_PINK;
102
+ break;
103
+ }
104
+ case LogoTypeEnum.SECONDARY_BRANDMARK_BLACK: {
105
+ this.logoURL = LogoPathEnum.SECONDARY_BRANDMARK_BLACK;
106
+ break;
107
+ }
108
+ case LogoTypeEnum.SECONDARY_BRANDMARK_CREAM: {
109
+ this.logoURL = LogoPathEnum.SECONDARY_BRANDMARK_CREAM;
110
+ break;
111
+ }
112
+ case LogoTypeEnum.SECONDARY_LOCKUP_BLACK: {
113
+ this.logoURL = LogoPathEnum.SECONDARY_LOCKUP_BLACK;
114
+ break;
115
+ }
116
+ case LogoTypeEnum.SECONDARY_LOCKUP_CREAM: {
117
+ this.logoURL = LogoPathEnum.SECONDARY_LOCKUP_CREAM;
118
+ break;
119
+ }
120
+ case LogoTypeEnum.SECONDARY_WORDMARK_BLACK: {
121
+ this.logoURL = LogoPathEnum.SECONDARY_WORDMARK_BLACK;
122
+ break;
123
+ }
124
+ case LogoTypeEnum.SECONDARY_WORDMARK_CREAM: {
125
+ this.logoURL = LogoPathEnum.SECONDARY_WORDMARK_CREAM;
126
+ break;
127
+ }
128
+ case LogoTypeEnum.POWEREDBY: {
129
+ this.logoURL = LogoPathEnum.REBRAND_POWEREDBY;
130
+ break;
131
+ }
132
+ default: {
133
+ this.logoURL = LogoPathEnum.PRIMARY_LOCKUP_PINK;
134
+ break;
135
+ }
136
+ }
137
+ }
138
+ };
139
+
140
+ constructor(
141
+ @Optional() @Inject('CANOPYUI_DEFAULT_APPLICATION_THEME') private readonly defaultAppTheme: ApplicationTheme,
142
+ ) {
143
+ if (defaultAppTheme) {
144
+ this.applicationTheme = defaultAppTheme;
145
+ }
146
+ }
147
+
148
+ /**
149
+ * @ignore
150
+ */
151
+ ngOnInit(): void {
152
+ this.setURL();
153
+ }
154
+
155
+ /**
156
+ * @ignore
157
+ */
158
+ ngOnChanges(changes: SimpleChanges): void {
159
+ this.setURL();
160
+ if (changes['width']) {
161
+ this.changeWidth(changes['width'].currentValue);
162
+ }
163
+ }
164
+
165
+ private changeWidth(changedWidth: number): void {
166
+ if (changedWidth >= 200 || this.allowResizing) {
167
+ this.width = changedWidth;
168
+ } else {
169
+ this.width = 200;
170
+ }
171
+ }
172
+ }
@@ -0,0 +1,30 @@
1
+ export enum LogoTypeEnum {
2
+ DEFAULT = 'default',
3
+ POWEREDBY = 'poweredby',
4
+ REVERSE = 'reverse',
5
+ PRIMARY_BRANDMARK_PINK = 'primary-brandmark-pink',
6
+ PRIMARY_LOCKUP_PINK = 'primary-lockup-pink',
7
+ PRIMARY_WORDMARK_PINK = 'primary-wordmark-pink',
8
+ SECONDARY_BRANDMARK_BLACK = 'secondary-brandmark-black',
9
+ SECONDARY_BRANDMARK_CREAM = 'secondary-brandmark-cream',
10
+ SECONDARY_LOCKUP_BLACK = 'secondary-lockup-black',
11
+ SECONDARY_LOCKUP_CREAM = 'secondary-lockup-cream',
12
+ SECONDARY_WORDMARK_BLACK = 'secondary-wordmark-black',
13
+ SECONDARY_WORDMARK_CREAM = 'secondary-wordmark-cream',
14
+ }
15
+
16
+ export enum LogoPathEnum {
17
+ DEFAULT = '/images/testgorilla.svg',
18
+ POWEREDBY = '/images/poweredbyTG.svg',
19
+ REVERSE = '/images/reverseTG.svg',
20
+ PRIMARY_BRANDMARK_PINK = '/images/rebrand-logo/primary_brandmark_pink.svg',
21
+ PRIMARY_LOCKUP_PINK = '/images/rebrand-logo/primary_lockup_pink.svg',
22
+ PRIMARY_WORDMARK_PINK = '/images/rebrand-logo/primary_wordmark_pink.svg',
23
+ SECONDARY_BRANDMARK_BLACK = '/images/rebrand-logo/secondary_brandmark_black.svg',
24
+ SECONDARY_BRANDMARK_CREAM = '/images/rebrand-logo/secondary_brandmark_cream.svg',
25
+ SECONDARY_LOCKUP_BLACK = '/images/rebrand-logo/secondary_lockup_black.svg',
26
+ SECONDARY_LOCKUP_CREAM = '/images/rebrand-logo/secondary_lockup_cream.svg',
27
+ SECONDARY_WORDMARK_BLACK = '/images/rebrand-logo/secondary_wordmark_black.svg',
28
+ SECONDARY_WORDMARK_CREAM = '/images/rebrand-logo/secondary_wordmark_cream.svg',
29
+ REBRAND_POWEREDBY = '/images/rebrand-logo/powered-by.svg',
30
+ }
@@ -0,0 +1,17 @@
1
+ <img [attr.src]="image" alt="card image">
2
+
3
+ <div class="media-card-content">
4
+ <div class="media-card-title" [isMultiline]="true" [matTooltip]="showTitleTooltip ? title : ''" uiEllipseText (onChangeTextState)="showTitleTooltip = $event">
5
+ {{ title }}
6
+ </div>
7
+
8
+ <div class="media-card-description">
9
+ {{ description }}
10
+ </div>
11
+ </div>
12
+
13
+ <ui-divider [size]="'small'"></ui-divider>
14
+
15
+ <div class="media-card-action">
16
+ <ui-button [variant]="'ghost'" [label]="buttonLabel" (buttonClickEvent)="buttonClick.emit()"></ui-button>
17
+ </div>
@@ -0,0 +1,46 @@
1
+ @use "../../theme/variables" as *;
2
+ @import "../../theme/line-clamp";
3
+ @import "../../theme/typography";
4
+
5
+ :host {
6
+ display: flex;
7
+ flex-direction: column;
8
+ border: 1px solid $grayscale-30;
9
+ border-radius: 10px;
10
+ max-width: 568px;
11
+ min-width: 288px;
12
+ background: $tgo-white;
13
+
14
+ img {
15
+ aspect-ratio: 19.5/9;
16
+ width: 100%;
17
+ border-radius: 10px 10px 0 0;
18
+ }
19
+
20
+ .media-card-content {
21
+ display: flex;
22
+ flex-direction: column;
23
+ padding: 24px 24px 24px 16px;
24
+ height: 100%;
25
+
26
+ .media-card-title {
27
+ @include line-clamp(2);
28
+ @extend .h4;
29
+ color: $black;
30
+ margin-bottom: 8px;
31
+ }
32
+
33
+ .media-card-description {
34
+ height: 62px;
35
+ color: $grayscale-50;
36
+ font-size: 14px;
37
+ overflow: auto;
38
+ }
39
+ }
40
+
41
+ .media-card-action {
42
+ display: flex;
43
+ justify-content: flex-end;
44
+ padding: 16px 24px;
45
+ }
46
+ }
@@ -0,0 +1,23 @@
1
+ import { ComponentFixture, TestBed } from '@angular/core/testing';
2
+
3
+ import { MediaCardComponent } from './media-card.component';
4
+
5
+ describe('MediaCardComponent', () => {
6
+ let component: MediaCardComponent;
7
+ let fixture: ComponentFixture<MediaCardComponent>;
8
+
9
+ beforeEach(async () => {
10
+ await TestBed.configureTestingModule({
11
+ imports: [MediaCardComponent]
12
+ })
13
+ .compileComponents();
14
+
15
+ fixture = TestBed.createComponent(MediaCardComponent);
16
+ component = fixture.componentInstance;
17
+ fixture.detectChanges();
18
+ });
19
+
20
+ it('should create', () => {
21
+ expect(component).toBeTruthy();
22
+ });
23
+ });
@@ -0,0 +1,38 @@
1
+ import { Meta, moduleMetadata, StoryFn } from '@storybook/angular';
2
+ import { transformTheme } from "../../utils/transform-theme";
3
+ import { MediaCardComponent } from "./media-card.component";
4
+ import { ButtonComponentModule } from "../button/button.component.module";
5
+ import { EllipseTextDirective } from "../../directives/ellipse-text.directive";
6
+ import { DividerComponentModule } from '../divider/divider.component.module';
7
+
8
+ export default {
9
+ title: 'Media Card',
10
+ component: MediaCardComponent,
11
+ decorators: [
12
+ moduleMetadata({
13
+ declarations: [],
14
+ imports: [MediaCardComponent, ButtonComponentModule, EllipseTextDirective, DividerComponentModule],
15
+ }),
16
+ ],
17
+ } as Meta;
18
+
19
+ const Template: StoryFn = (args, { globals: { theme } }) => {
20
+ const _theme = transformTheme(theme);
21
+ return {
22
+ props: {
23
+ applicationTheme: _theme,
24
+ ...args,
25
+ },
26
+ };
27
+ };
28
+
29
+
30
+ export const Basic = Template.bind({});
31
+ Basic.args = {
32
+ buttonLabel: 'CTA',
33
+ image: '/images/empty-state-default.svg',
34
+ title: 'Lorem ipsum dolor sit amet consectetur. Rhoncus nec integer in ultrices tellus viverra iam pellentesque purus vulputate lorem donec suspendisse quis nascetur',
35
+ description: 'Lorem ipsum dolor sit amet consectetur. Pellentesque senectus convallis nisl enim nunc. Gravida neque facilisis aliquam vitae varius viverra. Lectus tincidunt Lorem ipsum dolor sit amet consectetur. Pellentesque senectus convallis nisl enim nunc. Gravida neque facilisis aliquam vitae varius viverra. Lectus tincidunt Lorem ipsum dolor sit amet consectetur. Pellentesque senectus convallis nisl enim nunc. Gravida neque facilisis aliquam vitae varius viverra. Lectus tincidunt',
36
+ };
37
+
38
+
@@ -0,0 +1,46 @@
1
+ import { Component, EventEmitter, Input, Output } from '@angular/core';
2
+ import { DividerComponentModule } from "../divider/divider.component.module";
3
+ import { EllipseTextDirective } from "../../directives/ellipse-text.directive";
4
+ import { MatTooltipModule } from "@angular/material/tooltip";
5
+ import { ButtonComponentModule } from '../button/button.component.module';
6
+
7
+ @Component({
8
+ selector: 'ui-media-card',
9
+ standalone: true,
10
+ imports: [
11
+ DividerComponentModule,
12
+ ButtonComponentModule,
13
+ EllipseTextDirective,
14
+ MatTooltipModule
15
+ ],
16
+ templateUrl: './media-card.component.html',
17
+ styleUrl: './media-card.component.scss'
18
+ })
19
+ export class MediaCardComponent {
20
+ /**
21
+ * The title of the card
22
+ * @type {string}
23
+ * @memberof MediaCardComponent
24
+ */
25
+ @Input({ required: true }) title: string;
26
+ /**
27
+ * The description of the card
28
+ * @type {string}
29
+ * @memberof MediaCardComponent
30
+ */
31
+ @Input({ required: true }) description: string;
32
+ /**
33
+ * The image of the card
34
+ * @type {string}
35
+ * @memberof MediaCardComponent
36
+ */
37
+ @Input({ required: true }) image: string;
38
+ /**
39
+ * The label of the button
40
+ * @type {string}
41
+ * @memberof MediaCardComponent
42
+ */
43
+ @Input({ required: true }) buttonLabel = '';
44
+ @Output() buttonClick = new EventEmitter<void>();
45
+ protected showTitleTooltip = false;
46
+ }
@@ -0,0 +1,48 @@
1
+ <div [formGroup]="multiInputForm">
2
+ <div class="controls-wrapper">
3
+ <ui-dropdown
4
+ [hasError]="controlHasError"
5
+ [formControlName]="itemValueField"
6
+ [valueList]="itemsList"
7
+ [textField]="itemTextField"
8
+ [valueField]="itemValueField"
9
+ [showBottomContent]="false"
10
+ [allowClear]="false"
11
+ (closed)="markAsTouched(); checkFormErrors()"
12
+ ></ui-dropdown>
13
+
14
+ <ui-field
15
+ [hasError]="controlHasError"
16
+ [formControlName]="'value'"
17
+ [label]="label"
18
+ [placeholder]="placeholder"
19
+ [required]="required"
20
+ [hideBuiltInErrors]="true"
21
+ [showBottomContent]="false"
22
+ [allowOnlyDigits]="true"
23
+ [fullWidth]="fullWidth"
24
+ (focusout)="markAsTouched(); checkFormErrors()"
25
+ ></ui-field>
26
+ </div>
27
+
28
+ <mat-hint class="info" *ngIf="!controlHasError && maxCharacters && !errors?.length">{{ getValueLength() }} / {{ maxCharacters }}</mat-hint>
29
+
30
+ @if (errors?.length || (ngControl?.errors | hasValidationError)) {
31
+ <mat-hint class="error">
32
+ @for (error of errors; track error) {
33
+ <ui-icon
34
+ [applicationTheme]="applicationTheme"
35
+ [name]="applicationTheme === 'classic' ? 'Error' : 'Error-in-line'"
36
+ ></ui-icon>{{ error }}
37
+ }
38
+ @if ((ngControl?.errors | hasValidationError) && !hideBuiltInErrors) {
39
+ <ui-validation-error
40
+ [touchedOn]="!controlHasError"
41
+ [ngControl]="ngControl"
42
+ [label]="hideLabelInErrors ? null : label"
43
+ ></ui-validation-error>
44
+ }
45
+ </mat-hint>
46
+ }
47
+
48
+ </div>
@@ -0,0 +1,34 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { MultiInputComponent } from './multi-input.component';
4
+ import { MatInputModule } from '@angular/material/input';
5
+ import { MatSelectModule } from '@angular/material/select';
6
+ import { DividerComponentModule } from '../divider/divider.component.module';
7
+ import { IconComponentModule } from '../icon/icon.component.module';
8
+ import { DropdownComponentModule } from '../dropdown/dropdown.component.module';
9
+ import { ReactiveFormsModule } from '@angular/forms';
10
+ import { DigitsOnlyDirective } from '../../directives/digits-only.directive';
11
+ import { HasValidationErrorPipe } from '../../pipes/has-validation-error.pipe';
12
+ import { ValidationErrorModule } from '../validation-error/validation-error.module';
13
+ import { FieldComponentModule } from '../field/field.component.module';
14
+
15
+
16
+
17
+ @NgModule({
18
+ declarations: [MultiInputComponent],
19
+ imports: [
20
+ CommonModule,
21
+ MatInputModule,
22
+ MatSelectModule,
23
+ DividerComponentModule,
24
+ IconComponentModule,
25
+ DropdownComponentModule,
26
+ ReactiveFormsModule,
27
+ DigitsOnlyDirective,
28
+ HasValidationErrorPipe,
29
+ ValidationErrorModule,
30
+ FieldComponentModule,
31
+ ],
32
+ exports: [MultiInputComponent],
33
+ })
34
+ export class MultiInputComponentModule { }
@@ -0,0 +1,127 @@
1
+ @use "../../theme/variables" as *;
2
+
3
+ :host {
4
+
5
+ &.ui-multi-input {
6
+ position: relative !important;
7
+
8
+ .ng-untouched, .ng-touched {
9
+ width: fit-content;
10
+ }
11
+
12
+ &.full-width {
13
+ .ng-untouched {
14
+ width: 100%;
15
+ }
16
+ }
17
+
18
+ .controls-wrapper {
19
+ display: flex;
20
+ }
21
+
22
+ ::ng-deep ui-validation-error {
23
+ .errors {
24
+ display: flex;
25
+ }
26
+ }
27
+
28
+ ::ng-deep .ui-dropdown {
29
+ max-width: 120px;
30
+
31
+ .mdc-notched-outline__trailing,
32
+ .mat-mdc-text-field-wrapper,
33
+ .mat-mdc-form-field.mat-form-field-appearance-outline.mat-form-field-disabled .mdc-notched-outline__trailing {
34
+ border-right-color: transparent !important;
35
+ border-top-right-radius: 0 !important;
36
+ border-bottom-right-radius: 0 !important;
37
+
38
+ }
39
+
40
+ &:hover, .mat-mdc-form-field-focused {
41
+ .mdc-notched-outline__trailing {
42
+ border-right-color: $black;
43
+ }
44
+ }
45
+ }
46
+
47
+ ::ng-deep .ui-field {
48
+ .mdc-notched-outline__leading,
49
+ .mat-mdc-text-field-wrapper {
50
+ border-top-left-radius: 0 !important;
51
+ border-bottom-left-radius: 0 !important;
52
+ }
53
+
54
+ .mat-mdc-form-field-subscript-wrapper {
55
+ position: absolute !important;
56
+ left: 0 !important;
57
+ top: 48px !important;
58
+ }
59
+ }
60
+
61
+ ::ng-deep .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
62
+ padding-top: 0 !important;
63
+ padding-bottom: 0 !important;
64
+ min-height: 48px !important;
65
+ align-items: center !important;
66
+ display: flex !important;
67
+ }
68
+
69
+ ::ng-deep .mat-mdc-form-field-hint {
70
+ &.info {
71
+ display: block;
72
+ color: $tgo-dark;
73
+ width: 100%;
74
+ text-align: right;
75
+ }
76
+
77
+ &.error {
78
+ display: flex;
79
+ gap: 4px;
80
+ color: $error-50;
81
+ align-items: center;
82
+ padding: 4px 0 10px;
83
+
84
+ svg {
85
+ color: $error-50;
86
+ }
87
+ }
88
+
89
+ &:before {
90
+ display: none;
91
+ }
92
+
93
+ ui-validation-error {
94
+ color: $error-50;
95
+ font-size: 12px;
96
+ line-height: 16px;
97
+ letter-spacing: 0.4px;
98
+
99
+ .errors {
100
+ display: flex;
101
+ align-items: center;
102
+ padding: 4px 0 10px;
103
+ }
104
+
105
+ svg {
106
+ margin-right: 4px;
107
+ color: $error-50;
108
+ row-gap: 0;
109
+ }
110
+ }
111
+ }
112
+
113
+ .separator-line {
114
+ border-left: 1px solid var(--mdc-outlined-text-field-outline-color);
115
+ height: 40px;
116
+ margin: 0 12px -7px 8px;
117
+ }
118
+
119
+ ::ng-deep .mat-mdc-select .mat-mdc-select-arrow-wrapper {
120
+ display: none;
121
+ }
122
+
123
+ ::ng-deep .mdc-text-field--outlined {
124
+ padding-left: 12px !important;
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,87 @@
1
+ import { ComponentFixture, TestBed } from '@angular/core/testing';
2
+ import { MultiInputComponent } from './multi-input.component';
3
+ import { Component, NO_ERRORS_SCHEMA } from '@angular/core';
4
+ import { MultiInputValue } from './multi-input.model';
5
+ import { HasValidationErrorPipe } from "../../pipes/has-validation-error.pipe";
6
+
7
+ @Component({
8
+ template: `<ui-multi-input
9
+ [itemsList]="currenciesList"
10
+ [itemTextField]="currencyTextField"
11
+ [itemValueField]="currencyValueField"
12
+ [value]="value"
13
+ [disabled]="disabled"
14
+ [required]="required"
15
+ [label]="label"
16
+ [allowDecimal]="allowDecimal"
17
+ [allowNegative]="allowNegative"
18
+ [applicationTheme]="applicationTheme"
19
+ [errors]="errors"
20
+ [hideBuiltInErrors]="hideBuiltInErrors"
21
+ [hideLabelInErrors]="hideLabelInErrors"
22
+ [language]="language"
23
+ [maxCharacters]="maxCharacters"
24
+ (valueChange)="onValueChange($event)">
25
+ </ui-multi-input>`
26
+ })
27
+ class TestHostComponent {
28
+ currenciesList: any = [{ code: 'USD', label: 'US Dollar' }, { code: 'EUR', label: 'Euro' }];
29
+ currencyTextField = 'label';
30
+ currencyValueField = 'code';
31
+ value: MultiInputValue = { currencyCode: 'USD', value: 100 };
32
+ disabled = false;
33
+ required = false;
34
+ label = 'Select Currency';
35
+ allowDecimal = true;
36
+ allowNegative = true;
37
+ applicationTheme: any = 'light';
38
+ errors: string[] = [];
39
+ hideBuiltInErrors = false;
40
+ hideLabelInErrors = false;
41
+ language: any = 'en';
42
+ maxCharacters = 255;
43
+
44
+ onValueChange(value: MultiInputValue) {
45
+ this.value = value;
46
+ }
47
+ }
48
+
49
+ describe('MultiInputComponent (without reactive forms)', () => {
50
+ let component: TestHostComponent;
51
+ let fixture: ComponentFixture<TestHostComponent>;
52
+
53
+ beforeEach(async () => {
54
+ await TestBed.configureTestingModule({
55
+ imports: [HasValidationErrorPipe],
56
+ declarations: [MultiInputComponent, TestHostComponent],
57
+ schemas: [NO_ERRORS_SCHEMA],
58
+ }).compileComponents();
59
+
60
+ fixture = TestBed.createComponent(TestHostComponent);
61
+ component = fixture.componentInstance;
62
+ fixture.detectChanges();
63
+ });
64
+
65
+ it('should create the test host component', () => {
66
+ expect(component).toBeTruthy();
67
+ });
68
+
69
+ it('should pass the currenciesList to the multi input component', () => {
70
+ const multiInputEl: HTMLElement = fixture.nativeElement.querySelector('ui-multi-input');
71
+ expect(multiInputEl).toBeTruthy();
72
+ });
73
+
74
+ it('should update the value when the multi input value changes', () => {
75
+ const newValue: MultiInputValue = { code: null, value: 200 };
76
+ component.value = newValue;
77
+ fixture.detectChanges();
78
+
79
+ const multiInputComponent = fixture.debugElement.children[0].componentInstance as MultiInputComponent;
80
+ multiInputComponent.writeValue(newValue);
81
+
82
+ fixture.detectChanges();
83
+
84
+ expect(component.value).toEqual(newValue);
85
+ });
86
+
87
+ });