@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,40 @@
1
+ import { Meta, moduleMetadata, StoryFn } from '@storybook/angular';
2
+ import { IconComponentModule } from '../icon/icon.component.module';
3
+ import { FieldComponentModule } from '../field/field.component.module';
4
+ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
5
+ import { ReactiveFormsModule } from '@angular/forms';
6
+ import { ProgressBarComponentModule } from '../progress-bar/progress-bar.component.module';
7
+ import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
8
+ import { PasswordStrengthDemoComponent } from './password-strength-demo.component';
9
+ import { transformTheme } from '../../utils/transform-theme';
10
+
11
+ export default {
12
+ title: 'Password Strength Demo',
13
+ component: PasswordStrengthDemoComponent,
14
+ decorators: [
15
+ moduleMetadata({
16
+ imports: [
17
+ IconComponentModule,
18
+ FieldComponentModule,
19
+ BrowserAnimationsModule,
20
+ ReactiveFormsModule,
21
+ ProgressBarComponentModule,
22
+ UiTranslatePipe,
23
+ PasswordStrengthDemoComponent,
24
+ ],
25
+ }),
26
+ ],
27
+ } as Meta;
28
+
29
+ const Template: StoryFn = (args, { globals: { theme } }) => {
30
+ const _theme = transformTheme(theme);
31
+ return {
32
+ props: {
33
+ applicationTheme: _theme,
34
+ ...args,
35
+ },
36
+ };
37
+ };
38
+
39
+ export const Default = Template.bind({});
40
+ Default.args = {};
@@ -0,0 +1,20 @@
1
+ import { Component } from '@angular/core';
2
+ import { FormBuilder, ReactiveFormsModule } from '@angular/forms';
3
+ import { FieldComponentModule } from '../field/field.component.module';
4
+ import { PasswordStrengthComponentModule } from '../password-strength/password-strength.component.module';
5
+
6
+ @Component({
7
+ selector: 'ui-password-strength-demo',
8
+ templateUrl: './password-strength-demo.component.html',
9
+ styleUrls: ['./password-strength-demo.component.scss'],
10
+ standalone: true,
11
+ imports: [
12
+ FieldComponentModule,
13
+ PasswordStrengthComponentModule,
14
+ ReactiveFormsModule,
15
+ ],
16
+ })
17
+ export class PasswordStrengthDemoComponent {
18
+ password = this.fb.control('');
19
+ constructor(private readonly fb: FormBuilder) {}
20
+ }
@@ -0,0 +1,9 @@
1
+ import { JoinStringsPipe } from './join-strings.pipe';
2
+
3
+ describe('JoinStringsPipe', () => {
4
+ const pipe = new JoinStringsPipe();
5
+
6
+ it("Transforms ['test','gorilla'] into \"test - gorilla\"", () => {
7
+ expect(pipe.transform(['test', 'gorilla'])).toBe('test - gorilla');
8
+ });
9
+ });
@@ -0,0 +1,8 @@
1
+ import { Pipe, PipeTransform } from '@angular/core';
2
+
3
+ @Pipe({ name: 'joinStrings' })
4
+ export class JoinStringsPipe implements PipeTransform {
5
+ transform(value: string[], separator?: string): string {
6
+ return value.filter(Boolean).join(separator ? separator : ' - ');
7
+ }
8
+ }
@@ -0,0 +1,64 @@
1
+ <mat-form-field
2
+ [formGroup]="form"
3
+ appearance="outline"
4
+ [color]="(errorsLength || (ngControl?.errors && ngControl?.touched )) ? 'warn' : 'accent'"
5
+ [ngClass]="{ disabled: form.disabled || disabled, 'full-width': fullWidth }"
6
+ >
7
+ <mat-label>{{ 'COMMON.PHONE_NUMBER' | uiTranslate | async }} <span *ngIf="required">*</span></mat-label>
8
+
9
+ <div matPrefix class="country">
10
+ <button class="selected-flag" matPrefix *ngIf="selectedCountry">
11
+ <img [height]="20" [width]="24" [attr.src]="countryFlagSrc + selectedCountry?.alpha2Code?.toLowerCase() + '.svg'"
12
+ [alt]="'Country flag ' + selectedCountry?.alpha2Code?.toLowerCase()">
13
+ </button>
14
+ <mat-select
15
+ #select
16
+ (selectionChange)="onOptionsSelected($event.value)"
17
+ [value]="selectedCountry"
18
+ [disableOptionCentering]="true"
19
+ [panelClass]="'phone-number-select' + ' ' + applicationTheme"
20
+ [ngClass]="{ opened: select.panelOpen }"
21
+ >
22
+ <mat-select-trigger>{{ selectedCountry?.callingCode }}</mat-select-trigger>
23
+ <mat-option>
24
+ <ngx-mat-select-search
25
+ [formControl]="selectFilterCtrl"
26
+ ngDefaultControl
27
+ placeholderLabel=""
28
+ noEntriesFoundLabel=""
29
+ >
30
+ <ui-icon ngxMatSelectSearchClear size="24" [name]="'Close-in-line'"></ui-icon>
31
+ </ngx-mat-select-search>
32
+ </mat-option>
33
+ <mat-option *ngFor="let country of countries$ | async; trackBy: filteredCountryTrackByMethod" [value]="country">
34
+ <div class="country-option">
35
+ <img [height]="20" [width]="24" [attr.src]="countryFlagSrc + country?.alpha2Code?.toLowerCase()! + '.svg'"
36
+ [alt]="'Country flag ' + country?.alpha2Code?.toLowerCase()!">
37
+ <small>{{ $any([country?.name, '(' + country?.callingCode + ')']) | joinStrings : ' ' }}</small>
38
+ </div>
39
+ </mat-option>
40
+ </mat-select>
41
+ </div>
42
+
43
+ <input
44
+ (input)="onInput(form.get('phone_number')!.value)"
45
+ formControlName="phone_number"
46
+ (click)="disableClick($event)"
47
+ [ngStyle]="{ opacity: disabled ? 0.5 : 1 }"
48
+ [required]="required"
49
+ matInput
50
+ type="text"
51
+ />
52
+
53
+ <mat-hint class="error" *ngIf="errorsLength || (ngControl?.errors | hasValidationError)">
54
+ <ng-container *ngIf="errorsLength">
55
+ <div class="errors" *ngFor="let error of _errors; trackBy: trackByFn">
56
+ <ui-icon [applicationTheme]="applicationTheme" [name]="'Error'"></ui-icon>
57
+ <span [innerHTML]="error"></span>
58
+ </div>
59
+ </ng-container>
60
+
61
+ <ui-validation-error *ngIf="ngControl && !hideBuiltInErrors" [ngControl]="ngControl" [label]="hideLabelInErrors ? null : ('COMMON.PHONE_NUMBER' | uiTranslate | async)"></ui-validation-error>
62
+
63
+ </mat-hint>
64
+ </mat-form-field>
@@ -0,0 +1,35 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { CommonModule } from '@angular/common';
3
+ import { PhoneInputComponent } from './phone-input.component';
4
+ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
5
+ import { ReactiveFormsModule } from '@angular/forms';
6
+ import { MatSelectModule } from '@angular/material/select';
7
+ import { MatIconModule } from '@angular/material/icon';
8
+ import { JoinStringsPipe } from './join-strings.pipe';
9
+ import { MatInputModule } from '@angular/material/input';
10
+ import { NgxMatSelectSearchModule } from 'ngx-mat-select-search';
11
+ import { IconComponentModule } from '../icon/icon.component.module';
12
+ import { SpinnerComponentModule } from '../spinner/spinner.module';
13
+ import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
14
+ import { ValidationErrorModule } from '../validation-error/validation-error.module';
15
+ import { HasValidationErrorPipe } from '../../pipes/has-validation-error.pipe';
16
+
17
+ @NgModule({
18
+ declarations: [PhoneInputComponent, JoinStringsPipe],
19
+ exports: [PhoneInputComponent],
20
+ imports: [
21
+ CommonModule,
22
+ MatProgressSpinnerModule,
23
+ ReactiveFormsModule,
24
+ MatSelectModule,
25
+ MatIconModule,
26
+ MatInputModule,
27
+ NgxMatSelectSearchModule,
28
+ IconComponentModule,
29
+ SpinnerComponentModule,
30
+ UiTranslatePipe,
31
+ ValidationErrorModule,
32
+ HasValidationErrorPipe,
33
+ ],
34
+ })
35
+ export class PhoneInputComponentModule {}
@@ -0,0 +1,133 @@
1
+ @use '../../theme/variables' as *;
2
+
3
+ :host {
4
+ display: flex;
5
+ align-items: center;
6
+
7
+ .selected-flag {
8
+ display: flex;
9
+ position: relative;
10
+ margin-right: 1rem;
11
+ align-items: center;
12
+ }
13
+
14
+ mat-spinner {
15
+ padding: 0 20px;
16
+ }
17
+
18
+ .country {
19
+ cursor: pointer !important;
20
+ display: flex;
21
+ align-items: center;
22
+ margin: -8px 12px 0px 16px;
23
+
24
+ button {
25
+ margin: 0 8px 0 0;
26
+ background: transparent;
27
+ border: unset;
28
+ padding: 0;
29
+ }
30
+ }
31
+
32
+ ::ng-deep .mat-mdc-select-trigger {
33
+ display: flex;
34
+ gap: 8px;
35
+ }
36
+
37
+ mat-select {
38
+ flex: 0;
39
+ }
40
+
41
+ .mat-mdc-form-field {
42
+ &.full-width {
43
+ width: 100%;
44
+ }
45
+
46
+ min-width: 320px;
47
+ &.disabled ::ng-deep * {
48
+ border-color: $grayscale-30;
49
+ color: $grayscale-30;
50
+ pointer-events: none;
51
+
52
+ .mat-mdc-select-arrow {
53
+ opacity: 0.1;
54
+ }
55
+ }
56
+ }
57
+
58
+ &[theme="dark"], &[theme="light"] {
59
+ mat-select {
60
+ ::ng-deep.mat-mdc-select-arrow {
61
+ background: url('../../assets/icons/rebrand/Arrow-chevron-down-filled.svg');
62
+ background-size: cover;
63
+ width: 16px;
64
+ height: 16px;
65
+
66
+ svg {
67
+ display: none;
68
+ }
69
+ }
70
+ &.opened {
71
+ ::ng-deep.mat-mdc-select-arrow {
72
+ background: url('../../assets/icons/rebrand/Arrow-chevron-up-filled.svg');
73
+ background-size: cover;
74
+ width: 16px;
75
+ height: 16px;
76
+ }
77
+ }
78
+ }
79
+ }
80
+ }
81
+
82
+ ::ng-deep {
83
+ .mat-form-field-appearance-outline mat-select .mat-select-arrow-wrapper {
84
+ transform: none;
85
+ }
86
+
87
+ .mat-select-panel.phone-number-select {
88
+ margin-top: 36px;
89
+ margin-left: 45px;
90
+ }
91
+
92
+ .mat-select-search-inner {
93
+ box-shadow: none !important;
94
+ height: 48px;
95
+ background-color: $tgo-white !important;
96
+ border-bottom: none !important;
97
+
98
+ .mat-select-search-inner-row {
99
+ width: 100%;
100
+ }
101
+
102
+ button.mat-select-search-clear {
103
+ right: 35px;
104
+
105
+ mat-icon {
106
+ font-size: 20px;
107
+ }
108
+ }
109
+ }
110
+
111
+ @media screen and (min-width: 599px) {
112
+ .mat-select-panel.phone-number-select {
113
+ margin-left: -33px;
114
+ min-width: 510px;
115
+ }
116
+
117
+ .mat-select-search-inner {
118
+ min-width: calc(100% + 33px) !important;
119
+ }
120
+ }
121
+ }
122
+
123
+ ngx-mat-select-search {
124
+ ::ng-deep button {
125
+ .mat-mdc-button-persistent-ripple, .mat-ripple, .mat-mdc-button-ripple {
126
+ display: none;
127
+ }
128
+ }
129
+ }
130
+
131
+
132
+
133
+
@@ -0,0 +1,264 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { HttpClientModule } from '@angular/common/http';
3
+ import { NO_ERRORS_SCHEMA } from '@angular/core';
4
+ import { ComponentFixture, TestBed } from '@angular/core/testing';
5
+ import { FormsModule, ReactiveFormsModule, Validators } from '@angular/forms';
6
+ import { MatAutocompleteModule } from '@angular/material/autocomplete';
7
+ import { MatButtonModule } from '@angular/material/button';
8
+ import { MatDividerModule } from '@angular/material/divider';
9
+ import { MatIconModule, MatIconRegistry } from '@angular/material/icon';
10
+ import { MatMenuModule } from '@angular/material/menu';
11
+ import { MatProgressBarModule } from '@angular/material/progress-bar';
12
+ import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
13
+ import { MatSelectModule } from '@angular/material/select';
14
+ import { of, first } from 'rxjs';
15
+ import { PhoneInputComponent } from "./phone-input.component";
16
+ import { UiTranslatePipe } from "../../pipes/ui-translate.pipe";
17
+ import { MatInputModule } from '@angular/material/input';
18
+ import { BrowserAnimationsModule, NoopAnimationsModule } from '@angular/platform-browser/animations';
19
+ import { JoinStringsPipe } from "./join-strings.pipe";
20
+ import { HasValidationErrorPipe } from '../../pipes/has-validation-error.pipe';
21
+ import { UICountry } from './phone-input.model';
22
+ import { ApplicationTheme } from "../../models/application-theme.model";
23
+ import { By, DomSanitizer } from "@angular/platform-browser";
24
+ import { FocusMonitor } from "@angular/cdk/a11y";
25
+ import { ErrorStateMatcher } from "@angular/material/core";
26
+
27
+ describe('InternationalPhoneNumberComponent', () => {
28
+ let component: PhoneInputComponent;
29
+ let fixture: ComponentFixture<PhoneInputComponent>;
30
+
31
+ beforeEach(async () => {
32
+ await TestBed.configureTestingModule({
33
+ imports: [
34
+ CommonModule,
35
+ FormsModule,
36
+ ReactiveFormsModule,
37
+ MatAutocompleteModule,
38
+ MatButtonModule,
39
+ MatDividerModule,
40
+ MatIconModule,
41
+ MatInputModule,
42
+ MatMenuModule,
43
+ MatSelectModule,
44
+ MatProgressBarModule,
45
+ MatProgressSpinnerModule,
46
+ HttpClientModule,
47
+ UiTranslatePipe,
48
+ BrowserAnimationsModule,
49
+ HasValidationErrorPipe,
50
+ ReactiveFormsModule,
51
+ MatInputModule,
52
+ MatSelectModule,
53
+ NoopAnimationsModule,
54
+ ],
55
+ declarations: [PhoneInputComponent, JoinStringsPipe],
56
+ schemas: [NO_ERRORS_SCHEMA],
57
+ providers: [
58
+ {
59
+ provide: MatIconRegistry,
60
+ useValue: {
61
+ addSvgIcon: jest.fn(),
62
+ getNamedSvgIcon: () => of(document.createElementNS('http://www.w3.org/2000/svg', 'svg')),
63
+ },
64
+ },
65
+ ],
66
+ }).compileComponents();
67
+ });
68
+
69
+ beforeEach(() => {
70
+ fixture = TestBed.createComponent(PhoneInputComponent);
71
+ component = fixture.componentInstance;
72
+ // @ts-ignore
73
+ component.form.controls.phone_number.setValidators([Validators.required]);
74
+ // @ts-ignore
75
+ component.selectedCountry = { alpha2Code: 'AR' } as any;
76
+ // @ts-ignore
77
+ component.onChange = jest.fn();
78
+ component.countryList = [
79
+ {
80
+ "name": "Bouvet Island",
81
+ "alpha2Code": "BV",
82
+ "callingCode": "+0"
83
+ },
84
+ {
85
+ "name": "Brazil",
86
+ "alpha2Code": "BR",
87
+ "callingCode": "+55"
88
+ },
89
+ {
90
+ "name": "British Indian Ocean Territory",
91
+ "alpha2Code": "IO",
92
+ "callingCode": "+246"
93
+ },
94
+ {
95
+ "name": "Brunei Darussalam",
96
+ "alpha2Code": "BN",
97
+ "callingCode": "+673"
98
+ },
99
+ ]
100
+
101
+ fixture.detectChanges();
102
+ });
103
+
104
+ it('should create', () => {
105
+ expect(component).toBeTruthy()
106
+ });
107
+
108
+ describe('when it is initialized with initial value', () => {
109
+ beforeEach(() => {
110
+ component.value = '+03413458669';
111
+ component.ngOnInit();
112
+ });
113
+
114
+ it('should format the value as international phone number', () => {
115
+ expect(component.value).toBe('+03413458669');
116
+ });
117
+
118
+ it('should have argentina as the selected country', () => {
119
+ // @ts-ignore
120
+ expect(component.selectedCountry.alpha2Code).toBe('AR');
121
+ });
122
+
123
+ it('should mark the form as valid', () => {
124
+ component.form.enable();
125
+ fixture.detectChanges();
126
+ expect(component.form.valid).toBe(true);
127
+ });
128
+ });
129
+
130
+ describe('when it is initialized with no initial value', () => {
131
+ let countriesPromise: any;
132
+
133
+ beforeEach(() => {
134
+ // @ts-ignore
135
+ component.value = undefined;
136
+ component.ngOnInit();
137
+ // @ts-ignore
138
+ countriesPromise = component.countries$.pipe(first()).toPromise();
139
+ });
140
+
141
+ it('should resolve the ip to US', () => {
142
+ // @ts-ignore
143
+ expect(component.selectedCountry.alpha2Code).toBe('AR');
144
+ });
145
+
146
+ it('should return empty string value', () => {
147
+ // @ts-ignore
148
+ expect(component.initialValue).toBe('');
149
+ });
150
+
151
+ it('should load a 2 item array', async () => {
152
+ await expect(countriesPromise).resolves.toHaveLength(4);
153
+ });
154
+
155
+ it('should load US first and Argentina second', async () => {
156
+ await expect(countriesPromise).resolves.toStrictEqual([
157
+ {
158
+ "name": "Bouvet Island",
159
+ "alpha2Code": "BV",
160
+ "callingCode": "+0"
161
+ },
162
+ {
163
+ "name": "Brazil",
164
+ "alpha2Code": "BR",
165
+ "callingCode": "+55"
166
+ },
167
+ {
168
+ "name": "British Indian Ocean Territory",
169
+ "alpha2Code": "IO",
170
+ "callingCode": "+246"
171
+ },
172
+ {
173
+ "name": "Brunei Darussalam",
174
+ "alpha2Code": "BN",
175
+ "callingCode": "+673"
176
+ },
177
+ ]);
178
+ });
179
+ });
180
+
181
+ describe('when the value is empty', () => {
182
+ beforeEach(() => {
183
+ component.value = '';
184
+ fixture.detectChanges();
185
+ });
186
+
187
+ it('should mark the form as invalid', () => {
188
+ expect(component.form.invalid).toBe(true);
189
+ });
190
+ });
191
+
192
+ it('should return true if errors length', () => {
193
+ component._errors = ['1', '2', '3'];
194
+ const errorLengthResult = component.setErrorsLength();
195
+ expect(errorLengthResult).toEqual(true);
196
+ });
197
+
198
+ it('should return false if errors length', () => {
199
+ component._errors = [];
200
+ const errorLengthResult = component.setErrorsLength();
201
+ expect(errorLengthResult).toEqual(false);
202
+ });
203
+
204
+ it('should select country', () => {
205
+ //@ts-expect-error
206
+ const setCountrySpy = jest.spyOn(component, 'setCountry');
207
+ component.onOptionsSelected({} as UICountry);
208
+ expect(setCountrySpy).toHaveBeenCalled();
209
+ });
210
+
211
+ it('should update value on input', () => {
212
+ const testValue = 'test';
213
+ //@ts-expect-error
214
+ component.selectedCountry = {}
215
+ const onChangeSpy = jest.spyOn(component, 'onChange');
216
+ component.onInput(testValue);
217
+ expect(component.value).toEqual(testValue);
218
+ expect(onChangeSpy).toHaveBeenCalledWith(testValue);
219
+ });
220
+
221
+ it('should set the initial phone number', () => {
222
+ const testNumber = '+1 23456789';
223
+ component.value = testNumber;
224
+ expect(component.value).toBe(testNumber);
225
+ });
226
+
227
+ it('should set the country list', () => {
228
+ const testCountryList: UICountry[] = [
229
+ { alpha2Code: 'US', callingCode: '1', name: 'United States' },
230
+ { alpha2Code: 'CA', callingCode: '1', name: 'Canada' },
231
+ ];
232
+ component.countryList = testCountryList;
233
+ fixture.detectChanges();
234
+ expect(component['countries'].value).toEqual(testCountryList);
235
+ });
236
+
237
+ it('should set the placeholder', () => {
238
+ const testPlaceholder = 'Enter phone number';
239
+ component.placeholder = testPlaceholder;
240
+ fixture.detectChanges();
241
+ expect(component.placeholder).toBe(testPlaceholder);
242
+ });
243
+
244
+ it('should disable the component', () => {
245
+ component.setDisabledState(true);
246
+ fixture.detectChanges();
247
+ const inputElement = fixture.debugElement.query(By.css('input')).nativeElement;
248
+ expect(inputElement.disabled).toBeTruthy();
249
+ });
250
+
251
+ it('should enable the component', () => {
252
+ component.setDisabledState(false);
253
+ fixture.detectChanges();
254
+ const inputElement = fixture.debugElement.query(By.css('input')).nativeElement;
255
+ expect(inputElement.disabled).toBeFalsy();
256
+ });
257
+
258
+ it('should set the application theme', () => {
259
+ const testTheme: ApplicationTheme = 'dark';
260
+ component.applicationTheme = testTheme;
261
+ fixture.detectChanges();
262
+ expect(component.applicationTheme).toBe(testTheme);
263
+ });
264
+ });
@@ -0,0 +1,89 @@
1
+ import { Meta, moduleMetadata, StoryFn } from '@storybook/angular';
2
+ import { CommonModule } from '@angular/common';
3
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4
+ import { MatInputModule } from '@angular/material/input';
5
+ import { MatTooltipModule } from '@angular/material/tooltip';
6
+ import { IconComponentModule } from '../icon/icon.component.module';
7
+ import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
8
+ import { transformTheme } from "../../utils/transform-theme";
9
+ import { PhoneInputComponent } from "./phone-input.component";
10
+ import { MatProgressSpinnerModule } from "@angular/material/progress-spinner";
11
+ import { MatSelectModule } from "@angular/material/select";
12
+ import { MatIconModule } from "@angular/material/icon";
13
+ import { NgxMatSelectSearchModule } from "ngx-mat-select-search";
14
+ import { SpinnerComponentModule } from "../spinner/spinner.module";
15
+ import { JoinStringsPipe } from "./join-strings.pipe";
16
+ import { HasValidationErrorPipe } from '../../pipes/has-validation-error.pipe';
17
+
18
+ export default {
19
+ title: 'Phone Input',
20
+ component: PhoneInputComponent,
21
+ decorators: [
22
+ moduleMetadata({
23
+ declarations: [PhoneInputComponent, JoinStringsPipe],
24
+ imports: [
25
+ CommonModule,
26
+ FormsModule,
27
+ MatInputModule,
28
+ MatTooltipModule,
29
+ IconComponentModule,
30
+ ReactiveFormsModule,
31
+ UiTranslatePipe,
32
+ MatProgressSpinnerModule,
33
+ MatSelectModule,
34
+ MatIconModule,
35
+ NgxMatSelectSearchModule,
36
+ IconComponentModule,
37
+ SpinnerComponentModule,
38
+ HasValidationErrorPipe,
39
+ ],
40
+ }),
41
+ ],
42
+ } as Meta;
43
+
44
+ const countryList = [
45
+ {
46
+ "name": "Bouvet Island",
47
+ "alpha2Code": "BV",
48
+ "callingCode": "+0"
49
+ },
50
+ {
51
+ "name": "Brazil",
52
+ "alpha2Code": "BR",
53
+ "callingCode": "+55"
54
+ },
55
+ {
56
+ "name": "British Indian Ocean Territory",
57
+ "alpha2Code": "IO",
58
+ "callingCode": "+246"
59
+ },
60
+ {
61
+ "name": "Brunei Darussalam",
62
+ "alpha2Code": "BN",
63
+ "callingCode": "+673"
64
+ },
65
+ ]
66
+
67
+ const Template: StoryFn = (args, { globals: { theme } }) => {
68
+ const _theme = transformTheme(theme);
69
+ return {
70
+ props: {
71
+ applicationTheme: _theme,
72
+ ...args,
73
+ },
74
+ };
75
+ };
76
+
77
+ export const Default = Template.bind({});
78
+ Default.args = {
79
+ countryList: countryList,
80
+ value: '3413458669'
81
+ };
82
+
83
+ Default.parameters = {
84
+ design: {
85
+ name: 'Figma design',
86
+ type: 'figma',
87
+ url: 'https://www.figma.com/file/FwPmwOHXkG8SqzPCqxiK23/%F0%9F%8C%B3-Canopy-UI?type=design&node-id=3220-16616&mode=design&t=VvKE2fcfONSEoJrE-4',
88
+ },
89
+ };