@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
@@ -1,181 +1,181 @@
1
- {
2
- "SNACKBAR": {
3
- "DISMISS": "Avfärda"
4
- },
5
- "AUTOCOMPLETE": {
6
- "SELECTED_AMOUNT": "Valda: {{numberSelected}}",
7
- "SELECTED": "Valda",
8
- "SUGGESTED": "Föreslaget",
9
- "ALL_ITEMS": "Alla föremål",
10
- "NO_RESULTS_FOUND": "Inga resultat hittades.",
11
- "MAX_SELECTED_ERROR": "Du har nått det maximala antalet ({{max}}) taggar. Ta bort en tagg för att lägga till en annan."
12
- },
13
- "STEPPER": {
14
- "FINAL_STEP": "Sista steget"
15
- },
16
- "SLIDER": {
17
- "MAX_LESS_THAN_MIN": "Maxvärde ({{max}}) kan inte vara mindre än aktuellt minvärde ({{min}})",
18
- "MIN_MORE_THAN_MAX": "Minvärde ({{min}}) kan inte vara mer än aktuellt maxvärde ({{max}})"
19
- },
20
- "DATEPICKER": {
21
- "START_DATE": "Startdatum",
22
- "END_DATE": "Slutdatum"
23
- },
24
- "COMMON": {
25
- "APPLY": "Tillämpa",
26
- "VALIDATE": "Validera",
27
- "YES": "Ja",
28
- "NO": "Nej",
29
- "CONTINUE": "Fortsätt",
30
- "NEXT": "Nästa",
31
- "CLOSE": "Stäng",
32
- "THANK_YOU": "Tack",
33
- "CANCEL": "Avbryt",
34
- "CONFIRM": "Bekräfta",
35
- "SUBMIT": "Skicka",
36
- "EMAIL": "E-post",
37
- "OK": "OK",
38
- "REMOVE": "Ta bort",
39
- "TEST": "test",
40
- "MAYBE": "Kanske",
41
- "BACK": "Tillbaka",
42
- "SAVE": "Spara",
43
- "SAVING": "Sparar",
44
- "DELETE": "Ta bort",
45
- "SELECT": "Välj",
46
- "SEND": "Skicka",
47
- "N\/A": "Ej tillgänglig",
48
- "EDIT": "Redigera",
49
- "SKIP": "Hoppa över",
50
- "SEARCH": "Sök",
51
- "ROLE": "Roll",
52
- "ALL": "Alla",
53
- "OR_DIVIDER": "eller",
54
- "ADD": "Lägg till",
55
- "NO_RESULTS": "Inga resultat",
56
- "MAX": "Max",
57
- "MIN": "Min",
58
- "CLEAR": "Rensa",
59
- "PHONE_NUMBER": "Telefonnummer",
60
- "ON": "På",
61
- "OFF": "Av",
62
- "LOADING": "Laddar …",
63
- "PROGRESS": "Framsteg är {{progress}}"
64
- },
65
- "DIALOG": {
66
- "CLOSE_LABEL": "Stäng dialogrutan",
67
- "CLOSED": "Dialog stängd"
68
- },
69
- "FIELD": {
70
- "VIEW_PASSWORD": "Visa lösenord"
71
- },
72
- "FILE_UPLOAD": {
73
- "DRAG_AND_DROP": "Dra och släpp filen här eller klicka för att ladda upp",
74
- "DRAG_AND_DROP_OR": "Dra och släpp eller",
75
- "BROWSE": "Bläddra",
76
- "YOUR_FILES": "dina filer",
77
- "MAX_SIZE": "Maximal filstorlek MB",
78
- "MIN_SIZE": "MB minimum filstorlek",
79
- "MIN_SIZE_ERROR": "Ladda upp en fil som är större än ({{min}} MB)",
80
- "UPLOADING": "Laddar upp",
81
- "SUPPORTED_FILE_TYPES": "Filtyper som stöds:",
82
- "CHANGE": "Ändra",
83
- "FILE_UPLOADING_SUCCESS": "Filen har laddats upp",
84
- "CHOOSE_FILE": "Välj fil: Ingen fil har valts"
85
- },
86
- "NAVBAR": {
87
- "LOG_OUT": "Logga ut"
88
- },
89
- "PASSWORD": {
90
- "LOWERCASE": "Innehåller minst en gemen bokstav",
91
- "UPPERCASE": "Innehåller minst en versal",
92
- "NUMBER": "Innehåller minst ett nummer",
93
- "SPECIAL_CHARACTER": "Innehåller minst ett specialtecken",
94
- "CHARACTERS": "Innehåller minst 12 tecken",
95
- "PASSWORD_PLACEHOLDER": "Lösenord"
96
- },
97
- "ERRORS": {
98
- "REQUIRED": "Detta fält är obligatoriskt",
99
- "REQUIRED_FIELD": "Detta fält är obligatoriskt - ({{label}})",
100
- "MAX_LENGTH": "Ange ett värde med en maximal längd på ({{maxlength}}) tecken",
101
- "MIN_LENGTH": "Ange ett värde med en minsta längd på ({{maxlength}}) tecken",
102
- "MAX": "Ange ett värde med ett maximalt värde på ({{max}})",
103
- "MIN": "Vänligen ange ett värde med ett minimivärde på ({{min}})",
104
- "EMAIL_INCORRECT": "Ange giltig e-postadress"
105
- },
106
- "SCALE_TABLE": {
107
- "HIGHEST": "Mycket viktigt",
108
- "LOWEST": "Inte alls viktigt"
109
- },
110
- "BUTTON": {
111
- "PREMIUM_FEATURE": "Premium-funktion"
112
- },
113
- "MENU": {
114
- "MENUITEM_DISABLED": "Det här menyalternativet är inaktiverat"
115
- },
116
- "ALERT_BANNER": {
117
- "INFO": "Information:",
118
- "WARNING": "Varning:",
119
- "ERROR": "Fel:",
120
- "SUCCESS": "Framgång:"
121
- },
122
- "CHARTS": {
123
- "SPIDER": {
124
- "DATASET_HIDDEN": "{{dataset}} dold. Tryck på enter för att visa",
125
- "DATASET_VISIBLE": "{{dataset}} synlig. Tryck på Enter för att dölja"
126
- },
127
- "GAUSSIAN_CHART": {
128
- "PERCENTAGE_BUCKETS_GRAPH": {
129
- "LOWEST": "Långt under",
130
- "LOWER": "Under",
131
- "AVERAGE": "Medelvärde",
132
- "HIGHER": "Över",
133
- "HIGHEST": "Långt över",
134
- "LOWEST_TOOLTIP": "1 - 19 percentilen\nIndikerar ett behov av betydande förbättringar.",
135
- "LOWER_TOOLTIP": "20 - 39 percentilen\nVisar på grundläggande förståelse men under genomsnittet.",
136
- "AVERAGE_TOOLTIP": "40 - 59 percentilen\nIndikerar typiska eller genomsnittliga kompetensnivåer.",
137
- "HIGHER_TOOLTIP": "60 - 79 percentilen\nIndikerar bättre förståelse och färdighetsnivå.",
138
- "HIGHEST_TOOLTIP": "80 - 99 percentilen\nIndikerar exceptionella färdighetsnivåer."
139
- },
140
- "CANDIDATE_SCORE": "Kandidaternas poäng",
141
- "HIGHEST_SCORE": "Högsta poäng i din bedömning",
142
- "ARIA_LABEL": "Kandidatpoäng: {{score}} percentil, faller inom kategorin {{activeBucket}}. Den högsta kandidatpoängen i utvärderingen är {{bestCandidateScore}} percentil, vilket faller inom kategorin {{activeBucketBestScore}}."
143
- }
144
- },
145
- "TAG": {
146
- "REMOVE": "Ta bort tagg"
147
- },
148
- "UNIVERSAL_SKILLS_REPORT": {
149
- "PERCENTILE": "percentil",
150
- "SKILL_AREA_GROUP_TYPES": {
151
- "FOCUSING_ON_OBJECTIVES": {
152
- "TITLE": "Fokusering på mål",
153
- "DESCRIPTION": "Färdighetsklustret Fokusera på mål bedömer en individs förmåga att uppnå mål."
154
- },
155
- "WORKING_WITH_PEOPLE": {
156
- "TITLE": "Arbeta med människor",
157
- "DESCRIPTION": "Färdighetsklustret Arbeta med människor bedömer en individs förmåga att främja interpersonella kontakter och samarbeten."
158
- },
159
- "MANAGING_ONES_SELF": {
160
- "TITLE": "Hantera sig själv",
161
- "DESCRIPTION": "Färdighetsklustret Hantera sig själv bedömer en individs förmåga att använda inre resurser för att anpassa sig, övervinna, lära sig och utforska nya möjligheter."
162
- }
163
- }
164
- },
165
- "PERCENTILE_SUFFIXES": {
166
- "ST": "a",
167
- "ND": "a",
168
- "RD": "e",
169
- "TH": "e"
170
- },
171
- "PERCENTILE_LABEL_TYPES": {
172
- "WELL_BELOW_AVERAGE": "Långt under genomsnittet",
173
- "BELLOW_AVERAGE": "Under genomsnittet",
174
- "AVERAGE": "Medelvärde",
175
- "ABOVE_AVERAGE": "Över genomsnittet",
176
- "WELL_ABOVE_AVERAGE": "Långt över genomsnittet"
177
- },
178
- "TOOLTIP": {
179
- "DETAILS": "Detaljer"
180
- }
1
+ {
2
+ "SNACKBAR": {
3
+ "DISMISS": "Avfärda"
4
+ },
5
+ "AUTOCOMPLETE": {
6
+ "SELECTED_AMOUNT": "Valda: {{numberSelected}}",
7
+ "SELECTED": "Valda",
8
+ "SUGGESTED": "Föreslaget",
9
+ "ALL_ITEMS": "Alla föremål",
10
+ "NO_RESULTS_FOUND": "Inga resultat hittades.",
11
+ "MAX_SELECTED_ERROR": "Du har nått det maximala antalet ({{max}}) taggar. Ta bort en tagg för att lägga till en annan."
12
+ },
13
+ "STEPPER": {
14
+ "FINAL_STEP": "Sista steget"
15
+ },
16
+ "SLIDER": {
17
+ "MAX_LESS_THAN_MIN": "Maxvärde ({{max}}) kan inte vara mindre än aktuellt minvärde ({{min}})",
18
+ "MIN_MORE_THAN_MAX": "Minvärde ({{min}}) kan inte vara mer än aktuellt maxvärde ({{max}})"
19
+ },
20
+ "DATEPICKER": {
21
+ "START_DATE": "Startdatum",
22
+ "END_DATE": "Slutdatum"
23
+ },
24
+ "COMMON": {
25
+ "APPLY": "Tillämpa",
26
+ "VALIDATE": "Validera",
27
+ "YES": "Ja",
28
+ "NO": "Nej",
29
+ "CONTINUE": "Fortsätt",
30
+ "NEXT": "Nästa",
31
+ "CLOSE": "Stäng",
32
+ "THANK_YOU": "Tack",
33
+ "CANCEL": "Avbryt",
34
+ "CONFIRM": "Bekräfta",
35
+ "SUBMIT": "Skicka",
36
+ "EMAIL": "E-post",
37
+ "OK": "OK",
38
+ "REMOVE": "Ta bort",
39
+ "TEST": "test",
40
+ "MAYBE": "Kanske",
41
+ "BACK": "Tillbaka",
42
+ "SAVE": "Spara",
43
+ "SAVING": "Sparar",
44
+ "DELETE": "Ta bort",
45
+ "SELECT": "Välj",
46
+ "SEND": "Skicka",
47
+ "N\/A": "Ej tillgänglig",
48
+ "EDIT": "Redigera",
49
+ "SKIP": "Hoppa över",
50
+ "SEARCH": "Sök",
51
+ "ROLE": "Roll",
52
+ "ALL": "Alla",
53
+ "OR_DIVIDER": "eller",
54
+ "ADD": "Lägg till",
55
+ "NO_RESULTS": "Inga resultat",
56
+ "MAX": "Max",
57
+ "MIN": "Min",
58
+ "CLEAR": "Rensa",
59
+ "PHONE_NUMBER": "Telefonnummer",
60
+ "ON": "På",
61
+ "OFF": "Av",
62
+ "LOADING": "Laddar …",
63
+ "PROGRESS": "Framsteg är {{progress}}"
64
+ },
65
+ "DIALOG": {
66
+ "CLOSE_LABEL": "Stäng dialogrutan",
67
+ "CLOSED": "Dialog stängd"
68
+ },
69
+ "FIELD": {
70
+ "VIEW_PASSWORD": "Visa lösenord"
71
+ },
72
+ "FILE_UPLOAD": {
73
+ "DRAG_AND_DROP": "Dra och släpp filen här eller klicka för att ladda upp",
74
+ "DRAG_AND_DROP_OR": "Dra och släpp eller",
75
+ "BROWSE": "Bläddra",
76
+ "YOUR_FILES": "dina filer",
77
+ "MAX_SIZE": "Maximal filstorlek MB",
78
+ "MIN_SIZE": "MB minimum filstorlek",
79
+ "MIN_SIZE_ERROR": "Ladda upp en fil som är större än ({{min}} MB)",
80
+ "UPLOADING": "Laddar upp",
81
+ "SUPPORTED_FILE_TYPES": "Filtyper som stöds:",
82
+ "CHANGE": "Ändra",
83
+ "FILE_UPLOADING_SUCCESS": "Filen har laddats upp",
84
+ "CHOOSE_FILE": "Välj fil: Ingen fil har valts"
85
+ },
86
+ "NAVBAR": {
87
+ "LOG_OUT": "Logga ut"
88
+ },
89
+ "PASSWORD": {
90
+ "LOWERCASE": "Innehåller minst en gemen bokstav",
91
+ "UPPERCASE": "Innehåller minst en versal",
92
+ "NUMBER": "Innehåller minst ett nummer",
93
+ "SPECIAL_CHARACTER": "Innehåller minst ett specialtecken",
94
+ "CHARACTERS": "Innehåller minst 12 tecken",
95
+ "PASSWORD_PLACEHOLDER": "Lösenord"
96
+ },
97
+ "ERRORS": {
98
+ "REQUIRED": "Detta fält är obligatoriskt",
99
+ "REQUIRED_FIELD": "Detta fält är obligatoriskt - ({{label}})",
100
+ "MAX_LENGTH": "Ange ett värde med en maximal längd på ({{maxlength}}) tecken",
101
+ "MIN_LENGTH": "Ange ett värde med en minsta längd på ({{maxlength}}) tecken",
102
+ "MAX": "Ange ett värde med ett maximalt värde på ({{max}})",
103
+ "MIN": "Vänligen ange ett värde med ett minimivärde på ({{min}})",
104
+ "EMAIL_INCORRECT": "Ange giltig e-postadress"
105
+ },
106
+ "SCALE_TABLE": {
107
+ "HIGHEST": "Mycket viktigt",
108
+ "LOWEST": "Inte alls viktigt"
109
+ },
110
+ "BUTTON": {
111
+ "PREMIUM_FEATURE": "Premium-funktion"
112
+ },
113
+ "MENU": {
114
+ "MENUITEM_DISABLED": "Det här menyalternativet är inaktiverat"
115
+ },
116
+ "ALERT_BANNER": {
117
+ "INFO": "Information:",
118
+ "WARNING": "Varning:",
119
+ "ERROR": "Fel:",
120
+ "SUCCESS": "Framgång:"
121
+ },
122
+ "CHARTS": {
123
+ "SPIDER": {
124
+ "DATASET_HIDDEN": "{{dataset}} dold. Tryck på enter för att visa",
125
+ "DATASET_VISIBLE": "{{dataset}} synlig. Tryck på Enter för att dölja"
126
+ },
127
+ "GAUSSIAN_CHART": {
128
+ "PERCENTAGE_BUCKETS_GRAPH": {
129
+ "LOWEST": "Långt under",
130
+ "LOWER": "Under",
131
+ "AVERAGE": "Medelvärde",
132
+ "HIGHER": "Över",
133
+ "HIGHEST": "Långt över",
134
+ "LOWEST_TOOLTIP": "1 - 19 percentilen\nIndikerar ett behov av betydande förbättringar.",
135
+ "LOWER_TOOLTIP": "20 - 39 percentilen\nVisar på grundläggande förståelse men under genomsnittet.",
136
+ "AVERAGE_TOOLTIP": "40 - 59 percentilen\nIndikerar typiska eller genomsnittliga kompetensnivåer.",
137
+ "HIGHER_TOOLTIP": "60 - 79 percentilen\nIndikerar bättre förståelse och färdighetsnivå.",
138
+ "HIGHEST_TOOLTIP": "80 - 99 percentilen\nIndikerar exceptionella färdighetsnivåer."
139
+ },
140
+ "CANDIDATE_SCORE": "Kandidaternas poäng",
141
+ "HIGHEST_SCORE": "Högsta poäng i din bedömning",
142
+ "ARIA_LABEL": "Kandidatpoäng: {{score}} percentil, faller inom kategorin {{activeBucket}}. Den högsta kandidatpoängen i utvärderingen är {{bestCandidateScore}} percentil, vilket faller inom kategorin {{activeBucketBestScore}}."
143
+ }
144
+ },
145
+ "TAG": {
146
+ "REMOVE": "Ta bort tagg"
147
+ },
148
+ "UNIVERSAL_SKILLS_REPORT": {
149
+ "PERCENTILE": "percentil",
150
+ "SKILL_AREA_GROUP_TYPES": {
151
+ "FOCUSING_ON_OBJECTIVES": {
152
+ "TITLE": "Fokusering på mål",
153
+ "DESCRIPTION": "Färdighetsklustret Fokusera på mål bedömer en individs förmåga att uppnå mål."
154
+ },
155
+ "WORKING_WITH_PEOPLE": {
156
+ "TITLE": "Arbeta med människor",
157
+ "DESCRIPTION": "Färdighetsklustret Arbeta med människor bedömer en individs förmåga att främja interpersonella kontakter och samarbeten."
158
+ },
159
+ "MANAGING_ONES_SELF": {
160
+ "TITLE": "Hantera sig själv",
161
+ "DESCRIPTION": "Färdighetsklustret Hantera sig själv bedömer en individs förmåga att använda inre resurser för att anpassa sig, övervinna, lära sig och utforska nya möjligheter."
162
+ }
163
+ }
164
+ },
165
+ "PERCENTILE_SUFFIXES": {
166
+ "ST": "a",
167
+ "ND": "a",
168
+ "RD": "e",
169
+ "TH": "e"
170
+ },
171
+ "PERCENTILE_LABEL_TYPES": {
172
+ "WELL_BELOW_AVERAGE": "Långt under genomsnittet",
173
+ "BELLOW_AVERAGE": "Under genomsnittet",
174
+ "AVERAGE": "Medelvärde",
175
+ "ABOVE_AVERAGE": "Över genomsnittet",
176
+ "WELL_ABOVE_AVERAGE": "Långt över genomsnittet"
177
+ },
178
+ "TOOLTIP": {
179
+ "DETAILS": "Detaljer"
180
+ }
181
181
  }
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C2.5 4.96214 4.96214 2.5 8 2.5C11.0379 2.5 13.5 4.96214 13.5 8C13.5 11.0379 11.0379 13.5 8 13.5C4.96214 13.5 2.5 11.0379 2.5 8ZM8 1.5C4.40986 1.5 1.5 4.40986 1.5 8C1.5 11.5901 4.40986 14.5 8 14.5C11.5901 14.5 14.5 11.5901 14.5 8C14.5 4.40986 11.5901 1.5 8 1.5ZM8 4.83333C8.27614 4.83333 8.5 5.05719 8.5 5.33333V7.5H10.6667C10.9428 7.5 11.1667 7.72386 11.1667 8C11.1667 8.27614 10.9428 8.5 10.6667 8.5H8.5V10.6667C8.5 10.9428 8.27614 11.1667 8 11.1667C7.72386 11.1667 7.5 10.9428 7.5 10.6667V8.5H5.33333C5.05719 8.5 4.83333 8.27614 4.83333 8C4.83333 7.72386 5.05719 7.5 5.33333 7.5H7.5V5.33333C7.5 5.05719 7.72386 4.83333 8 4.83333Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 8C2.5 4.96214 4.96214 2.5 8 2.5C11.0379 2.5 13.5 4.96214 13.5 8C13.5 11.0379 11.0379 13.5 8 13.5C4.96214 13.5 2.5 11.0379 2.5 8ZM8 1.5C4.40986 1.5 1.5 4.40986 1.5 8C1.5 11.5901 4.40986 14.5 8 14.5C11.5901 14.5 14.5 11.5901 14.5 8C14.5 4.40986 11.5901 1.5 8 1.5ZM8 4.83333C8.27614 4.83333 8.5 5.05719 8.5 5.33333V7.5H10.6667C10.9428 7.5 11.1667 7.72386 11.1667 8C11.1667 8.27614 10.9428 8.5 10.6667 8.5H8.5V10.6667C8.5 10.9428 8.27614 11.1667 8 11.1667C7.72386 11.1667 7.5 10.9428 7.5 10.6667V8.5H5.33333C5.05719 8.5 4.83333 8.27614 4.83333 8C4.83333 7.72386 5.05719 7.5 5.33333 7.5H7.5V5.33333C7.5 5.05719 7.72386 4.83333 8 4.83333Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00016 2.5C1.90831 2.5 1.8335 2.57481 1.8335 2.66667V4C1.8335 4.09186 1.90831 4.16667 2.00016 4.16667H2.22167C2.22184 4.16667 2.222 4.16667 2.22217 4.16667C2.22233 4.16667 2.2225 4.16667 2.22266 4.16667H13.7777C13.7778 4.16667 13.778 4.16667 13.7782 4.16667C13.7783 4.16667 13.7785 4.16667 13.7787 4.16667H14.0002C14.092 4.16667 14.1668 4.09186 14.1668 4V2.66667C14.1668 2.57481 14.092 2.5 14.0002 2.5H2.00016ZM14.2782 5.13331C14.7882 5.00856 15.1668 4.54834 15.1668 4V2.66667C15.1668 2.02252 14.6443 1.5 14.0002 1.5H2.00016C1.35602 1.5 0.833496 2.02252 0.833496 2.66667V4C0.833496 4.54835 1.21216 5.00856 1.72217 5.13332V12.6667C1.72217 13.6795 2.54269 14.5 3.5555 14.5H12.4448C13.4576 14.5 14.2782 13.6795 14.2782 12.6667V5.13331ZM13.2782 5.16667H2.72217V12.6667C2.72217 13.1272 3.09498 13.5 3.5555 13.5H12.4448C12.9054 13.5 13.2782 13.1272 13.2782 12.6667V5.16667ZM5.50016 7.33333C5.50016 7.05719 5.72402 6.83333 6.00016 6.83333H10.0002C10.2763 6.83333 10.5002 7.05719 10.5002 7.33333C10.5002 7.60948 10.2763 7.83333 10.0002 7.83333H6.00016C5.72402 7.83333 5.50016 7.60948 5.50016 7.33333Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00016 2.5C1.90831 2.5 1.8335 2.57481 1.8335 2.66667V4C1.8335 4.09186 1.90831 4.16667 2.00016 4.16667H2.22167C2.22184 4.16667 2.222 4.16667 2.22217 4.16667C2.22233 4.16667 2.2225 4.16667 2.22266 4.16667H13.7777C13.7778 4.16667 13.778 4.16667 13.7782 4.16667C13.7783 4.16667 13.7785 4.16667 13.7787 4.16667H14.0002C14.092 4.16667 14.1668 4.09186 14.1668 4V2.66667C14.1668 2.57481 14.092 2.5 14.0002 2.5H2.00016ZM14.2782 5.13331C14.7882 5.00856 15.1668 4.54834 15.1668 4V2.66667C15.1668 2.02252 14.6443 1.5 14.0002 1.5H2.00016C1.35602 1.5 0.833496 2.02252 0.833496 2.66667V4C0.833496 4.54835 1.21216 5.00856 1.72217 5.13332V12.6667C1.72217 13.6795 2.54269 14.5 3.5555 14.5H12.4448C13.4576 14.5 14.2782 13.6795 14.2782 12.6667V5.13331ZM13.2782 5.16667H2.72217V12.6667C2.72217 13.1272 3.09498 13.5 3.5555 13.5H12.4448C12.9054 13.5 13.2782 13.1272 13.2782 12.6667V5.16667ZM5.50016 7.33333C5.50016 7.05719 5.72402 6.83333 6.00016 6.83333H10.0002C10.2763 6.83333 10.5002 7.05719 10.5002 7.33333C10.5002 7.60948 10.2763 7.83333 10.0002 7.83333H6.00016C5.72402 7.83333 5.50016 7.60948 5.50016 7.33333Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.35388 9.68688C8.15862 9.88214 7.84203 9.88214 7.64677 9.68688L4.98011 7.02021C4.78484 6.82495 4.78484 6.50837 4.98011 6.31311C5.17537 6.11785 5.49195 6.11785 5.68721 6.31311L8.00033 8.62622L10.3134 6.31311C10.5087 6.11785 10.8253 6.11785 11.0205 6.31311C11.2158 6.50837 11.2158 6.82495 11.0205 7.02022L8.35388 9.68688Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.35388 9.68688C8.15862 9.88214 7.84203 9.88214 7.64677 9.68688L4.98011 7.02021C4.78484 6.82495 4.78484 6.50837 4.98011 6.31311C5.17537 6.11785 5.49195 6.11785 5.68721 6.31311L8.00033 8.62622L10.3134 6.31311C10.5087 6.11785 10.8253 6.11785 11.0205 6.31311C11.2158 6.50837 11.2158 6.82495 11.0205 7.02022L8.35388 9.68688Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.31344 8.35356C6.11818 8.1583 6.11818 7.84171 6.31344 7.64645L8.98011 4.97978C9.17537 4.78452 9.49195 4.78452 9.68721 4.97978C9.88247 5.17505 9.88247 5.49163 9.68721 5.68689L7.3741 8L9.68721 10.3131C9.88247 10.5084 9.88247 10.825 9.68721 11.0202C9.49195 11.2155 9.17537 11.2155 8.98011 11.0202L6.31344 8.35356Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.31344 8.35356C6.11818 8.1583 6.11818 7.84171 6.31344 7.64645L8.98011 4.97978C9.17537 4.78452 9.49195 4.78452 9.68721 4.97978C9.88247 5.17505 9.88247 5.49163 9.68721 5.68689L7.3741 8L9.68721 10.3131C9.88247 10.5084 9.88247 10.825 9.68721 11.0202C9.49195 11.2155 9.17537 11.2155 8.98011 11.0202L6.31344 8.35356Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.68705 7.64646C9.88231 7.84172 9.88231 8.1583 9.68705 8.35356L7.02038 11.0202C6.82512 11.2155 6.50854 11.2155 6.31328 11.0202C6.11801 10.825 6.11801 10.5084 6.31328 10.3131L8.62639 8.00001L6.31328 5.6869C6.11801 5.49163 6.11801 5.17505 6.31328 4.97979C6.50854 4.78453 6.82512 4.78453 7.02038 4.97979L9.68705 7.64646Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.68705 7.64646C9.88231 7.84172 9.88231 8.1583 9.68705 8.35356L7.02038 11.0202C6.82512 11.2155 6.50854 11.2155 6.31328 11.0202C6.11801 10.825 6.11801 10.5084 6.31328 10.3131L8.62639 8.00001L6.31328 5.6869C6.11801 5.49163 6.11801 5.17505 6.31328 4.97979C6.50854 4.78453 6.82512 4.78453 7.02038 4.97979L9.68705 7.64646Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.64661 6.31311C7.84187 6.11785 8.15845 6.11785 8.35372 6.31311L11.0204 8.97978C11.2156 9.17504 11.2156 9.49162 11.0204 9.68689C10.8251 9.88215 10.5085 9.88215 10.3133 9.68689L8.00016 7.37377L5.68705 9.68689C5.49179 9.88215 5.1752 9.88215 4.97994 9.68689C4.78468 9.49162 4.78468 9.17504 4.97994 8.97978L7.64661 6.31311Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.64661 6.31311C7.84187 6.11785 8.15845 6.11785 8.35372 6.31311L11.0204 8.97978C11.2156 9.17504 11.2156 9.49162 11.0204 9.68689C10.8251 9.88215 10.5085 9.88215 10.3133 9.68689L8.00016 7.37377L5.68705 9.68689C5.49179 9.88215 5.1752 9.88215 4.97994 9.68689C4.78468 9.49162 4.78468 9.17504 4.97994 8.97978L7.64661 6.31311Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.5C3.61929 1.5 2.5 2.61929 2.5 4V12C2.5 13.3807 3.61929 14.5 5 14.5H11C12.3807 14.5 13.5 13.3807 13.5 12V4C13.5 2.61929 12.3807 1.5 11 1.5H5ZM3.5 4C3.5 3.17157 4.17157 2.5 5 2.5H11C11.8284 2.5 12.5 3.17157 12.5 4V12C12.5 12.8284 11.8284 13.5 11 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12V4ZM7.50004 7.70711L10.3536 4.85356L9.64648 4.14645L7.50004 6.2929L6.35359 5.14645L5.64648 5.85356L7.50004 7.70711ZM11 10H5V9H11V10ZM5 12H11V11H5V12Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 1.5C3.61929 1.5 2.5 2.61929 2.5 4V12C2.5 13.3807 3.61929 14.5 5 14.5H11C12.3807 14.5 13.5 13.3807 13.5 12V4C13.5 2.61929 12.3807 1.5 11 1.5H5ZM3.5 4C3.5 3.17157 4.17157 2.5 5 2.5H11C11.8284 2.5 12.5 3.17157 12.5 4V12C12.5 12.8284 11.8284 13.5 11 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12V4ZM7.50004 7.70711L10.3536 4.85356L9.64648 4.14645L7.50004 6.2929L6.35359 5.14645L5.64648 5.85356L7.50004 7.70711ZM11 10H5V9H11V10ZM5 12H11V11H5V12Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0464 1.47646C11.9745 1.33269 11.8379 1.23222 11.6792 1.20647C11.5206 1.18071 11.3592 1.23279 11.2456 1.34645L8.5789 4.01312C8.48513 4.10688 8.43245 4.23406 8.43245 4.36667V6.82608L6.93209 8.32645C6.73683 8.52171 6.73683 8.83829 6.93209 9.03356C7.12735 9.22882 7.44394 9.22882 7.6392 9.03356L9.13942 7.53334H11.5991C11.7317 7.53334 11.8589 7.48066 11.9527 7.38689L14.6193 4.72022C14.733 4.60657 14.7851 4.4452 14.7593 4.28654C14.7336 4.12788 14.6331 3.99128 14.4893 3.91942L12.8605 3.10531L12.0464 1.47646ZM9.43246 6.53334V4.57378L11.4621 2.54416L12.0405 3.70154C12.0889 3.79836 12.1674 3.87686 12.2642 3.92525L13.4216 4.50372L11.392 6.53334H9.43246ZM1.11191 9.06459C0.902818 5.65788 3.49499 2.7267 6.90171 2.51761L6.96297 3.51573C4.1075 3.69099 1.93477 6.14787 2.11003 9.00333C2.28529 11.8588 4.74217 14.0315 7.59763 13.8563C10.2088 13.696 12.2906 11.6139 12.4506 9.00276C12.4675 8.72714 12.7046 8.51739 12.9802 8.53427C13.2559 8.55116 13.4656 8.78828 13.4487 9.06391C13.2579 12.1792 10.7741 14.6632 7.65889 14.8544C4.25218 15.0635 1.321 12.4713 1.11191 9.06459ZM6.9865 6.05705C7.26101 6.02707 7.45924 5.78024 7.42927 5.50573C7.39929 5.23122 7.15246 5.03298 6.87795 5.06296C5.17577 5.24884 3.83162 6.59299 3.64574 8.29516C3.42691 10.2991 4.87402 12.101 6.87794 12.3198C8.88187 12.5386 10.6838 11.0915 10.9026 9.08762L9.90851 8.97906C9.74963 10.434 8.4414 11.4846 6.9865 11.3257C5.5316 11.1669 4.48096 9.85862 4.63983 8.40372C4.77479 7.16789 5.75068 6.192 6.9865 6.05705Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0464 1.47646C11.9745 1.33269 11.8379 1.23222 11.6792 1.20647C11.5206 1.18071 11.3592 1.23279 11.2456 1.34645L8.5789 4.01312C8.48513 4.10688 8.43245 4.23406 8.43245 4.36667V6.82608L6.93209 8.32645C6.73683 8.52171 6.73683 8.83829 6.93209 9.03356C7.12735 9.22882 7.44394 9.22882 7.6392 9.03356L9.13942 7.53334H11.5991C11.7317 7.53334 11.8589 7.48066 11.9527 7.38689L14.6193 4.72022C14.733 4.60657 14.7851 4.4452 14.7593 4.28654C14.7336 4.12788 14.6331 3.99128 14.4893 3.91942L12.8605 3.10531L12.0464 1.47646ZM9.43246 6.53334V4.57378L11.4621 2.54416L12.0405 3.70154C12.0889 3.79836 12.1674 3.87686 12.2642 3.92525L13.4216 4.50372L11.392 6.53334H9.43246ZM1.11191 9.06459C0.902818 5.65788 3.49499 2.7267 6.90171 2.51761L6.96297 3.51573C4.1075 3.69099 1.93477 6.14787 2.11003 9.00333C2.28529 11.8588 4.74217 14.0315 7.59763 13.8563C10.2088 13.696 12.2906 11.6139 12.4506 9.00276C12.4675 8.72714 12.7046 8.51739 12.9802 8.53427C13.2559 8.55116 13.4656 8.78828 13.4487 9.06391C13.2579 12.1792 10.7741 14.6632 7.65889 14.8544C4.25218 15.0635 1.321 12.4713 1.11191 9.06459ZM6.9865 6.05705C7.26101 6.02707 7.45924 5.78024 7.42927 5.50573C7.39929 5.23122 7.15246 5.03298 6.87795 5.06296C5.17577 5.24884 3.83162 6.59299 3.64574 8.29516C3.42691 10.2991 4.87402 12.101 6.87794 12.3198C8.88187 12.5386 10.6838 11.0915 10.9026 9.08762L9.90851 8.97906C9.74963 10.434 8.4414 11.4846 6.9865 11.3257C5.5316 11.1669 4.48096 9.85862 4.63983 8.40372C4.77479 7.16789 5.75068 6.192 6.9865 6.05705Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.65963C9.6592 1.30131 12.0232 1.23776 13.7488 2.46809C14.235 2.81448 14.5 3.37929 14.5 3.95333V12.5907C14.5 13.5212 13.5143 14.008 12.759 13.6043C11.3431 12.8499 9.54558 13.0703 8.35364 14.2628C8.25987 14.3566 8.13265 14.4093 8 14.4093C7.86735 14.4093 7.74013 14.3566 7.64636 14.2628C6.45429 13.0701 4.65648 12.8498 3.24052 13.6046C2.48626 14.0065 1.5 13.522 1.5 12.5907V3.95333C1.5 3.37937 1.76491 2.81463 2.25104 2.46823M8 2.65963C6.3408 1.30131 3.97661 1.2379 2.25104 2.46823ZM7.5 3.548C6.18697 2.36746 4.23934 2.27862 2.83163 3.28243C2.62722 3.42804 2.5 3.67937 2.5 3.95333V12.5907C2.5 12.6564 2.52964 12.6991 2.57643 12.7254C2.62669 12.7535 2.69725 12.7609 2.77017 12.7221C4.25102 11.9328 6.06241 11.9841 7.5 12.8776V3.548ZM8.5 12.8776C9.9376 11.9841 11.749 11.9328 13.2299 12.7221C13.3025 12.7609 13.3733 12.7538 13.4234 12.7257C13.4702 12.6994 13.5 12.6565 13.5 12.5907V3.95333C13.5 3.67937 13.373 3.42818 13.1686 3.28257C11.7609 2.27876 9.81303 2.36746 8.5 3.548V12.8776Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 2.65963C9.6592 1.30131 12.0232 1.23776 13.7488 2.46809C14.235 2.81448 14.5 3.37929 14.5 3.95333V12.5907C14.5 13.5212 13.5143 14.008 12.759 13.6043C11.3431 12.8499 9.54558 13.0703 8.35364 14.2628C8.25987 14.3566 8.13265 14.4093 8 14.4093C7.86735 14.4093 7.74013 14.3566 7.64636 14.2628C6.45429 13.0701 4.65648 12.8498 3.24052 13.6046C2.48626 14.0065 1.5 13.522 1.5 12.5907V3.95333C1.5 3.37937 1.76491 2.81463 2.25104 2.46823M8 2.65963C6.3408 1.30131 3.97661 1.2379 2.25104 2.46823ZM7.5 3.548C6.18697 2.36746 4.23934 2.27862 2.83163 3.28243C2.62722 3.42804 2.5 3.67937 2.5 3.95333V12.5907C2.5 12.6564 2.52964 12.6991 2.57643 12.7254C2.62669 12.7535 2.69725 12.7609 2.77017 12.7221C4.25102 11.9328 6.06241 11.9841 7.5 12.8776V3.548ZM8.5 12.8776C9.9376 11.9841 11.749 11.9328 13.2299 12.7221C13.3025 12.7609 13.3733 12.7538 13.4234 12.7257C13.4702 12.6994 13.5 12.6565 13.5 12.5907V3.95333C13.5 3.67937 13.373 3.42818 13.1686 3.28257C11.7609 2.27876 9.81303 2.36746 8.5 3.548V12.8776Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 0.833252C5.60948 0.833252 5.83333 1.05711 5.83333 1.33325V2.16659H10.1667V1.33325C10.1667 1.05711 10.3905 0.833252 10.6667 0.833252C10.9428 0.833252 11.1667 1.05711 11.1667 1.33325V2.16659H12.6667C13.6795 2.16659 14.5 2.98711 14.5 3.99992V5.99992V12.6666C14.5 13.6794 13.6795 14.4999 12.6667 14.4999H3.33333C2.32052 14.4999 1.5 13.6794 1.5 12.6666V5.99992V3.99992C1.5 2.98711 2.32052 2.16659 3.33333 2.16659H4.83333V1.33325C4.83333 1.05711 5.05719 0.833252 5.33333 0.833252ZM4.83333 3.99992V3.16659H3.33333C2.87281 3.16659 2.5 3.53939 2.5 3.99992V5.49992H13.5V3.99992C13.5 3.53939 13.1272 3.16659 12.6667 3.16659H11.1667V3.99992C11.1667 4.27606 10.9428 4.49992 10.6667 4.49992C10.3905 4.49992 10.1667 4.27606 10.1667 3.99992V3.16659H5.83333V3.99992C5.83333 4.27606 5.60948 4.49992 5.33333 4.49992C5.05719 4.49992 4.83333 4.27606 4.83333 3.99992ZM2.5 12.6666V6.49992H13.5V12.6666C13.5 13.1271 13.1272 13.4999 12.6667 13.4999H3.33333C2.87281 13.4999 2.5 13.1271 2.5 12.6666ZM8.54004 8.33897C8.54146 8.21748 8.49886 8.09516 8.41096 7.99793C8.36105 7.94273 8.30163 7.90125 8.23743 7.87372C8.17688 7.84768 8.11014 7.83325 8.04004 7.83325C7.96506 7.83325 7.89394 7.84976 7.83011 7.87933C7.80957 7.88884 7.78952 7.89982 7.77012 7.9123C7.74551 7.92812 7.72237 7.94603 7.70096 7.96579L6.73141 8.84237C6.52658 9.02756 6.51065 9.34374 6.69585 9.54858C6.88104 9.75342 7.19722 9.76934 7.40206 9.58414L7.54004 9.4594V11.1666H7.14681C6.87067 11.1666 6.64681 11.3904 6.64681 11.6666C6.64681 11.9427 6.87067 12.1666 7.14681 12.1666H8.04004H8.93348C9.20962 12.1666 9.43348 11.9427 9.43348 11.6666C9.43348 11.3904 9.20962 11.1666 8.93348 11.1666H8.54004V8.33897Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.33333 0.833252C5.60948 0.833252 5.83333 1.05711 5.83333 1.33325V2.16659H10.1667V1.33325C10.1667 1.05711 10.3905 0.833252 10.6667 0.833252C10.9428 0.833252 11.1667 1.05711 11.1667 1.33325V2.16659H12.6667C13.6795 2.16659 14.5 2.98711 14.5 3.99992V5.99992V12.6666C14.5 13.6794 13.6795 14.4999 12.6667 14.4999H3.33333C2.32052 14.4999 1.5 13.6794 1.5 12.6666V5.99992V3.99992C1.5 2.98711 2.32052 2.16659 3.33333 2.16659H4.83333V1.33325C4.83333 1.05711 5.05719 0.833252 5.33333 0.833252ZM4.83333 3.99992V3.16659H3.33333C2.87281 3.16659 2.5 3.53939 2.5 3.99992V5.49992H13.5V3.99992C13.5 3.53939 13.1272 3.16659 12.6667 3.16659H11.1667V3.99992C11.1667 4.27606 10.9428 4.49992 10.6667 4.49992C10.3905 4.49992 10.1667 4.27606 10.1667 3.99992V3.16659H5.83333V3.99992C5.83333 4.27606 5.60948 4.49992 5.33333 4.49992C5.05719 4.49992 4.83333 4.27606 4.83333 3.99992ZM2.5 12.6666V6.49992H13.5V12.6666C13.5 13.1271 13.1272 13.4999 12.6667 13.4999H3.33333C2.87281 13.4999 2.5 13.1271 2.5 12.6666ZM8.54004 8.33897C8.54146 8.21748 8.49886 8.09516 8.41096 7.99793C8.36105 7.94273 8.30163 7.90125 8.23743 7.87372C8.17688 7.84768 8.11014 7.83325 8.04004 7.83325C7.96506 7.83325 7.89394 7.84976 7.83011 7.87933C7.80957 7.88884 7.78952 7.89982 7.77012 7.9123C7.74551 7.92812 7.72237 7.94603 7.70096 7.96579L6.73141 8.84237C6.52658 9.02756 6.51065 9.34374 6.69585 9.54858C6.88104 9.75342 7.19722 9.76934 7.40206 9.58414L7.54004 9.4594V11.1666H7.14681C6.87067 11.1666 6.64681 11.3904 6.64681 11.6666C6.64681 11.9427 6.87067 12.1666 7.14681 12.1666H8.04004H8.93348C9.20962 12.1666 9.43348 11.9427 9.43348 11.6666C9.43348 11.3904 9.20962 11.1666 8.93348 11.1666H8.54004V8.33897Z" fill="currentColor"/>
3
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5078 6.70267C13.1764 6.37125 12.6391 6.37125 12.3077 6.70267L11.9541 6.34912L12.3077 6.70267C11.9762 7.03409 11.9762 7.57144 12.3077 7.90286L11.9541 8.25642L12.3077 7.90286C12.6391 8.23429 13.1764 8.23429 13.5078 7.90286C13.8393 7.57144 13.8393 7.0341 13.5078 6.70267ZM11.6005 5.99556C12.3225 5.27361 13.493 5.27361 14.215 5.99556C14.9369 6.71751 14.9369 7.88802 14.215 8.60997C13.493 9.33192 12.3225 9.33192 11.6005 8.60997C10.8786 7.88802 10.8786 6.71751 11.6005 5.99556Z" fill="currentcolor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.11488 4.29529C8.49915 3.67956 7.50086 3.67957 6.88513 4.29529C6.26941 4.91102 6.26941 5.90931 6.88513 6.52504C7.50086 7.14076 8.49916 7.14076 9.11488 6.52504C9.73061 5.90931 9.7306 4.91101 9.11488 4.29529ZM9.82198 3.58818L9.46843 3.94174L9.82199 3.58818C10.8282 4.59443 10.8282 6.22589 9.82199 7.23214L9.46843 6.87859L9.82199 7.23214C8.81574 8.23839 7.18428 8.23839 6.17803 7.23214L6.52775 6.88242L6.17803 7.23214C5.17178 6.22589 5.17178 4.59444 6.17803 3.58818L6.17803 3.58818C7.18428 2.58193 8.81573 2.58194 9.82198 3.58818Z" fill="currentcolor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.69193 6.70267C3.3605 6.37125 2.82316 6.37125 2.49173 6.70267L2.13818 6.34912L2.49173 6.70267C2.16031 7.03409 2.16031 7.57144 2.49173 7.90286L2.13818 8.25642L2.49173 7.90286C2.82316 8.23429 3.3605 8.23429 3.69193 7.90286C4.02335 7.57144 4.02335 7.0341 3.69193 6.70267ZM1.78463 5.99556C2.50658 5.27361 3.67708 5.27361 4.39903 5.99556C5.12098 6.71751 5.12098 7.88802 4.39903 8.60997C3.67708 9.33192 2.50658 9.33192 1.78463 8.60997C1.06268 7.88802 1.06268 6.71751 1.78463 5.99556Z" fill="currentcolor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6323 10.2695C12.6323 9.99339 12.8562 9.76953 13.1323 9.76953H13.6663C14.8631 9.76953 15.833 10.7394 15.833 11.9362V12.6669C15.833 12.943 15.6091 13.1669 15.333 13.1669C15.0568 13.1669 14.833 12.943 14.833 12.6669V11.9362C14.833 11.2917 14.3108 10.7695 13.6663 10.7695H13.1323C12.8562 10.7695 12.6323 10.5457 12.6323 10.2695Z" fill="currentcolor"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.33317 10.7695C1.68865 10.7695 1.1665 11.2917 1.1665 11.9362V12.6669C1.1665 12.943 0.942646 13.1669 0.666504 13.1669C0.390362 13.1669 0.166504 12.943 0.166504 12.6669V11.9362C0.166504 10.7394 1.13636 9.76953 2.33317 9.76953H2.86717C3.14331 9.76953 3.36717 9.99339 3.36717 10.2695C3.36717 10.5457 3.14331 10.7695 2.86717 10.7695H2.33317Z" fill="currentcolor"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.93994 11.5994C3.93994 10.0346 5.20847 8.76611 6.77327 8.76611H9.22594C10.7908 8.76611 12.0593 10.0346 12.0593 11.5994V12.6668C12.0593 12.9429 11.8354 13.1668 11.5593 13.1668C11.2831 13.1668 11.0593 12.9429 11.0593 12.6668V11.5994C11.0593 10.5869 10.2385 9.76611 9.22594 9.76611H6.77327C5.76075 9.76611 4.93994 10.5869 4.93994 11.5994V12.6668C4.93994 12.9429 4.71608 13.1668 4.43994 13.1668C4.1638 13.1668 3.93994 12.9429 3.93994 12.6668V11.5994Z" fill="currentcolor"/>
8
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5078 6.70267C13.1764 6.37125 12.6391 6.37125 12.3077 6.70267L11.9541 6.34912L12.3077 6.70267C11.9762 7.03409 11.9762 7.57144 12.3077 7.90286L11.9541 8.25642L12.3077 7.90286C12.6391 8.23429 13.1764 8.23429 13.5078 7.90286C13.8393 7.57144 13.8393 7.0341 13.5078 6.70267ZM11.6005 5.99556C12.3225 5.27361 13.493 5.27361 14.215 5.99556C14.9369 6.71751 14.9369 7.88802 14.215 8.60997C13.493 9.33192 12.3225 9.33192 11.6005 8.60997C10.8786 7.88802 10.8786 6.71751 11.6005 5.99556Z" fill="currentcolor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.11488 4.29529C8.49915 3.67956 7.50086 3.67957 6.88513 4.29529C6.26941 4.91102 6.26941 5.90931 6.88513 6.52504C7.50086 7.14076 8.49916 7.14076 9.11488 6.52504C9.73061 5.90931 9.7306 4.91101 9.11488 4.29529ZM9.82198 3.58818L9.46843 3.94174L9.82199 3.58818C10.8282 4.59443 10.8282 6.22589 9.82199 7.23214L9.46843 6.87859L9.82199 7.23214C8.81574 8.23839 7.18428 8.23839 6.17803 7.23214L6.52775 6.88242L6.17803 7.23214C5.17178 6.22589 5.17178 4.59444 6.17803 3.58818L6.17803 3.58818C7.18428 2.58193 8.81573 2.58194 9.82198 3.58818Z" fill="currentcolor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.69193 6.70267C3.3605 6.37125 2.82316 6.37125 2.49173 6.70267L2.13818 6.34912L2.49173 6.70267C2.16031 7.03409 2.16031 7.57144 2.49173 7.90286L2.13818 8.25642L2.49173 7.90286C2.82316 8.23429 3.3605 8.23429 3.69193 7.90286C4.02335 7.57144 4.02335 7.0341 3.69193 6.70267ZM1.78463 5.99556C2.50658 5.27361 3.67708 5.27361 4.39903 5.99556C5.12098 6.71751 5.12098 7.88802 4.39903 8.60997C3.67708 9.33192 2.50658 9.33192 1.78463 8.60997C1.06268 7.88802 1.06268 6.71751 1.78463 5.99556Z" fill="currentcolor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6323 10.2695C12.6323 9.99339 12.8562 9.76953 13.1323 9.76953H13.6663C14.8631 9.76953 15.833 10.7394 15.833 11.9362V12.6669C15.833 12.943 15.6091 13.1669 15.333 13.1669C15.0568 13.1669 14.833 12.943 14.833 12.6669V11.9362C14.833 11.2917 14.3108 10.7695 13.6663 10.7695H13.1323C12.8562 10.7695 12.6323 10.5457 12.6323 10.2695Z" fill="currentcolor"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.33317 10.7695C1.68865 10.7695 1.1665 11.2917 1.1665 11.9362V12.6669C1.1665 12.943 0.942646 13.1669 0.666504 13.1669C0.390362 13.1669 0.166504 12.943 0.166504 12.6669V11.9362C0.166504 10.7394 1.13636 9.76953 2.33317 9.76953H2.86717C3.14331 9.76953 3.36717 9.99339 3.36717 10.2695C3.36717 10.5457 3.14331 10.7695 2.86717 10.7695H2.33317Z" fill="currentcolor"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.93994 11.5994C3.93994 10.0346 5.20847 8.76611 6.77327 8.76611H9.22594C10.7908 8.76611 12.0593 10.0346 12.0593 11.5994V12.6668C12.0593 12.9429 11.8354 13.1668 11.5593 13.1668C11.2831 13.1668 11.0593 12.9429 11.0593 12.6668V11.5994C11.0593 10.5869 10.2385 9.76611 9.22594 9.76611H6.77327C5.76075 9.76611 4.93994 10.5869 4.93994 11.5994V12.6668C4.93994 12.9429 4.71608 13.1668 4.43994 13.1668C4.1638 13.1668 3.93994 12.9429 3.93994 12.6668V11.5994Z" fill="currentcolor"/>
8
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.9425 2.05795C13.199 1.31383 11.9931 1.31421 11.2494 2.05795C10.5054 2.80188 10.5054 4.00712 11.2494 4.75105C11.9933 5.49498 13.1985 5.49498 13.9425 4.75105C14.6863 4.0072 14.6862 2.80189 13.9425 2.05795Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.88867 3.16684C3.12148 3.16684 2.5 3.78832 2.5 4.55551V9.59284C2.5 10.36 3.12148 10.9815 3.88867 10.9815H5.14867C5.42481 10.9815 5.64867 11.2054 5.64867 11.4815V12.9598L7.9843 11.0911C8.07296 11.0202 8.18312 10.9815 8.29667 10.9815H11.4447C12.2119 10.9815 12.8333 10.36 12.8333 9.59284V7.71617C12.8333 7.44003 13.0572 7.21617 13.3333 7.21617C13.6095 7.21617 13.8333 7.44003 13.8333 7.71617V9.59284C13.8333 10.9123 12.7641 11.9815 11.4447 11.9815H8.47207L5.46103 14.3906C5.31095 14.5107 5.10532 14.5341 4.93208 14.4508C4.75884 14.3676 4.64867 14.1924 4.64867 14.0002V11.9815H3.88867C2.56919 11.9815 1.5 10.9123 1.5 9.59284V4.55551C1.5 3.23603 2.56919 2.16684 3.88867 2.16684H8.37333C8.64948 2.16684 8.87333 2.3907 8.87333 2.66684C8.87333 2.94298 8.64948 3.16684 8.37333 3.16684H3.88867Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.9425 2.05795C13.199 1.31383 11.9931 1.31421 11.2494 2.05795C10.5054 2.80188 10.5054 4.00712 11.2494 4.75105C11.9933 5.49498 13.1985 5.49498 13.9425 4.75105C14.6863 4.0072 14.6862 2.80189 13.9425 2.05795Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.88867 3.16684C3.12148 3.16684 2.5 3.78832 2.5 4.55551V9.59284C2.5 10.36 3.12148 10.9815 3.88867 10.9815H5.14867C5.42481 10.9815 5.64867 11.2054 5.64867 11.4815V12.9598L7.9843 11.0911C8.07296 11.0202 8.18312 10.9815 8.29667 10.9815H11.4447C12.2119 10.9815 12.8333 10.36 12.8333 9.59284V7.71617C12.8333 7.44003 13.0572 7.21617 13.3333 7.21617C13.6095 7.21617 13.8333 7.44003 13.8333 7.71617V9.59284C13.8333 10.9123 12.7641 11.9815 11.4447 11.9815H8.47207L5.46103 14.3906C5.31095 14.5107 5.10532 14.5341 4.93208 14.4508C4.75884 14.3676 4.64867 14.1924 4.64867 14.0002V11.9815H3.88867C2.56919 11.9815 1.5 10.9123 1.5 9.59284V4.55551C1.5 3.23603 2.56919 2.16684 3.88867 2.16684H8.37333C8.64948 2.16684 8.87333 2.3907 8.87333 2.66684C8.87333 2.94298 8.64948 3.16684 8.37333 3.16684H3.88867Z" fill="currentColor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 4C1.5 2.61919 2.61919 1.5 4 1.5H12C13.3808 1.5 14.5 2.61919 14.5 4V9.33333C14.5 10.7141 13.3808 11.8333 12 11.8333H8.84206L5.64568 14.3904C5.4956 14.5105 5.28997 14.5339 5.11674 14.4507C4.94351 14.3674 4.83333 14.1922 4.83333 14V11.8333H4C2.61919 11.8333 1.5 10.7141 1.5 9.33333V4ZM4 2.5C3.17148 2.5 2.5 3.17148 2.5 4V9.33333C2.5 10.1619 3.17148 10.8333 4 10.8333H5.33333C5.60948 10.8333 5.83333 11.0572 5.83333 11.3333V12.9597L8.35432 10.9429C8.44298 10.872 8.55313 10.8333 8.66667 10.8333H12C12.8285 10.8333 13.5 10.1619 13.5 9.33333V4C13.5 3.17148 12.8285 2.5 12 2.5H4Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 4C1.5 2.61919 2.61919 1.5 4 1.5H12C13.3808 1.5 14.5 2.61919 14.5 4V9.33333C14.5 10.7141 13.3808 11.8333 12 11.8333H8.84206L5.64568 14.3904C5.4956 14.5105 5.28997 14.5339 5.11674 14.4507C4.94351 14.3674 4.83333 14.1922 4.83333 14V11.8333H4C2.61919 11.8333 1.5 10.7141 1.5 9.33333V4ZM4 2.5C3.17148 2.5 2.5 3.17148 2.5 4V9.33333C2.5 10.1619 3.17148 10.8333 4 10.8333H5.33333C5.60948 10.8333 5.83333 11.0572 5.83333 11.3333V12.9597L8.35432 10.9429C8.44298 10.872 8.55313 10.8333 8.66667 10.8333H12C12.8285 10.8333 13.5 10.1619 13.5 9.33333V4C13.5 3.17148 12.8285 2.5 12 2.5H4Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6867 3.97982C13.882 4.17508 13.882 4.49167 13.6867 4.68693L6.35339 12.0203C6.15813 12.2155 5.84155 12.2155 5.64628 12.0203L2.31295 8.68693C2.11769 8.49166 2.11769 8.17508 2.31295 7.97982C2.50821 7.78456 2.8248 7.78456 3.02006 7.97982L5.99984 10.9596L12.9796 3.97982C13.1749 3.78456 13.4915 3.78456 13.6867 3.97982Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.6867 3.97982C13.882 4.17508 13.882 4.49167 13.6867 4.68693L6.35339 12.0203C6.15813 12.2155 5.84155 12.2155 5.64628 12.0203L2.31295 8.68693C2.11769 8.49166 2.11769 8.17508 2.31295 7.97982C2.50821 7.78456 2.8248 7.78456 3.02006 7.97982L5.99984 10.9596L12.9796 3.97982C13.1749 3.78456 13.4915 3.78456 13.6867 3.97982Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3.33333C2.5 2.87281 2.87281 2.5 3.33333 2.5H8.66667C9.12719 2.5 9.5 2.87281 9.5 3.33333V5.5H7.33333C6.32052 5.5 5.5 6.32052 5.5 7.33333V9.5H3.33333C2.87281 9.5 2.5 9.12719 2.5 8.66667V3.33333ZM10.5 3.33333V5.5H12.6667C13.6795 5.5 14.5 6.32052 14.5 7.33333V12.6667C14.5 13.6795 13.6795 14.5 12.6667 14.5H7.33333C6.32052 14.5 5.5 13.6795 5.5 12.6667V10.5H3.33333C2.32052 10.5 1.5 9.67948 1.5 8.66667V3.33333C1.5 2.32052 2.32052 1.5 3.33333 1.5H8.66667C9.67948 1.5 10.5 2.32052 10.5 3.33333ZM6.5 7.33333C6.5 6.87281 6.87281 6.5 7.33333 6.5H10H12.6667C13.1272 6.5 13.5 6.87281 13.5 7.33333V12.6667C13.5 13.1272 13.1272 13.5 12.6667 13.5H7.33333C6.87281 13.5 6.5 13.1272 6.5 12.6667V10.5H10.1274L8.97966 11.6485C8.78447 11.8438 8.78457 12.1604 8.9799 12.3556C9.17523 12.5508 9.49181 12.5507 9.68701 12.3554L11.687 10.3541C11.7846 10.2564 11.8334 10.1284 11.8333 10.0004C11.8333 10.0002 11.8333 10.0001 11.8333 10C11.8333 9.85449 11.7712 9.7235 11.672 9.63213L9.69112 7.64864C9.49599 7.45324 9.17941 7.45303 8.98402 7.64816C8.78862 7.8433 8.78841 8.15988 8.98354 8.35527L10.1267 9.5H6.5V7.33333Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3.33333C2.5 2.87281 2.87281 2.5 3.33333 2.5H8.66667C9.12719 2.5 9.5 2.87281 9.5 3.33333V5.5H7.33333C6.32052 5.5 5.5 6.32052 5.5 7.33333V9.5H3.33333C2.87281 9.5 2.5 9.12719 2.5 8.66667V3.33333ZM10.5 3.33333V5.5H12.6667C13.6795 5.5 14.5 6.32052 14.5 7.33333V12.6667C14.5 13.6795 13.6795 14.5 12.6667 14.5H7.33333C6.32052 14.5 5.5 13.6795 5.5 12.6667V10.5H3.33333C2.32052 10.5 1.5 9.67948 1.5 8.66667V3.33333C1.5 2.32052 2.32052 1.5 3.33333 1.5H8.66667C9.67948 1.5 10.5 2.32052 10.5 3.33333ZM6.5 7.33333C6.5 6.87281 6.87281 6.5 7.33333 6.5H10H12.6667C13.1272 6.5 13.5 6.87281 13.5 7.33333V12.6667C13.5 13.1272 13.1272 13.5 12.6667 13.5H7.33333C6.87281 13.5 6.5 13.1272 6.5 12.6667V10.5H10.1274L8.97966 11.6485C8.78447 11.8438 8.78457 12.1604 8.9799 12.3556C9.17523 12.5508 9.49181 12.5507 9.68701 12.3554L11.687 10.3541C11.7846 10.2564 11.8334 10.1284 11.8333 10.0004C11.8333 10.0002 11.8333 10.0001 11.8333 10C11.8333 9.85449 11.7712 9.7235 11.672 9.63213L9.69112 7.64864C9.49599 7.45324 9.17941 7.45303 8.98402 7.64816C8.78862 7.8433 8.78841 8.15988 8.98354 8.35527L10.1267 9.5H6.5V7.33333Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.68754 4.97994C5.49228 4.78468 5.17569 4.78468 4.98043 4.97994C4.78517 5.1752 4.78517 5.49179 4.98043 5.68705L7.29354 8.00016L4.98043 10.3133C4.78517 10.5085 4.78517 10.8251 4.98043 11.0204C5.17569 11.2156 5.49228 11.2156 5.68754 11.0204L8.00065 8.70727L10.3138 11.0204C10.509 11.2156 10.8256 11.2156 11.0209 11.0204C11.2161 10.8251 11.2161 10.5085 11.0209 10.3133L8.70776 8.00016L11.0209 5.68705C11.2161 5.49179 11.2161 5.1752 11.0209 4.97994C10.8256 4.78468 10.509 4.78468 10.3138 4.97994L8.00065 7.29306L5.68754 4.97994Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.68754 4.97994C5.49228 4.78468 5.17569 4.78468 4.98043 4.97994C4.78517 5.1752 4.78517 5.49179 4.98043 5.68705L7.29354 8.00016L4.98043 10.3133C4.78517 10.5085 4.78517 10.8251 4.98043 11.0204C5.17569 11.2156 5.49228 11.2156 5.68754 11.0204L8.00065 8.70727L10.3138 11.0204C10.509 11.2156 10.8256 11.2156 11.0209 11.0204C11.2161 10.8251 11.2161 10.5085 11.0209 10.3133L8.70776 8.00016L11.0209 5.68705C11.2161 5.49179 11.2161 5.1752 11.0209 4.97994C10.8256 4.78468 10.509 4.78468 10.3138 4.97994L8.00065 7.29306L5.68754 4.97994Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.29535 2.17855C9.5649 2.23852 9.73479 2.50565 9.67482 2.77521L7.30149 13.4419C7.24151 13.7114 6.97438 13.8813 6.70483 13.8213C6.43528 13.7614 6.26538 13.4942 6.32536 13.2247L8.69869 2.55802C8.75866 2.28847 9.0258 2.11857 9.29535 2.17855ZM11.6466 4.97978C11.8419 4.78452 12.1585 4.78452 12.3537 4.97978L15.0204 7.64645C15.2156 7.84171 15.2156 8.15829 15.0204 8.35355L12.3537 11.0202C12.1585 11.2155 11.8419 11.2155 11.6466 11.0202C11.4513 10.825 11.4513 10.5084 11.6466 10.3131L13.9597 8L11.6466 5.68689C11.4513 5.49162 11.4513 5.17504 11.6466 4.97978ZM4.35372 5.68689C4.54898 5.49162 4.54898 5.17504 4.35372 4.97978C4.15845 4.78452 3.84187 4.78452 3.64661 4.97978L0.979943 7.64645C0.784681 7.84171 0.784681 8.15829 0.979943 8.35355L3.64661 11.0202C3.84187 11.2155 4.15845 11.2155 4.35372 11.0202C4.54898 10.825 4.54898 10.5084 4.35372 10.3131L2.0406 8L4.35372 5.68689Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.29535 2.17855C9.5649 2.23852 9.73479 2.50565 9.67482 2.77521L7.30149 13.4419C7.24151 13.7114 6.97438 13.8813 6.70483 13.8213C6.43528 13.7614 6.26538 13.4942 6.32536 13.2247L8.69869 2.55802C8.75866 2.28847 9.0258 2.11857 9.29535 2.17855ZM11.6466 4.97978C11.8419 4.78452 12.1585 4.78452 12.3537 4.97978L15.0204 7.64645C15.2156 7.84171 15.2156 8.15829 15.0204 8.35355L12.3537 11.0202C12.1585 11.2155 11.8419 11.2155 11.6466 11.0202C11.4513 10.825 11.4513 10.5084 11.6466 10.3131L13.9597 8L11.6466 5.68689C11.4513 5.49162 11.4513 5.17504 11.6466 4.97978ZM4.35372 5.68689C4.54898 5.49162 4.54898 5.17504 4.35372 4.97978C4.15845 4.78452 3.84187 4.78452 3.64661 4.97978L0.979943 7.64645C0.784681 7.84171 0.784681 8.15829 0.979943 8.35355L3.64661 11.0202C3.84187 11.2155 4.15845 11.2155 4.35372 11.0202C4.54898 10.825 4.54898 10.5084 4.35372 10.3131L2.0406 8L4.35372 5.68689Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.20307 1.54309C8.07379 1.48564 7.92621 1.48564 7.79693 1.54309L1.79693 4.20976C1.61637 4.29001 1.5 4.46907 1.5 4.66667V6C1.5 6.27614 1.72386 6.5 2 6.5H14C14.2761 6.5 14.5 6.27614 14.5 6V4.66667C14.5 4.46907 14.3836 4.29001 14.2031 4.20976L8.20307 1.54309ZM2.5 5.5V4.9916L8 2.54716L13.5 4.9916V5.5H2.5ZM3.5 7.66667C3.5 7.39052 3.27614 7.16667 3 7.16667C2.72386 7.16667 2.5 7.39052 2.5 7.66667V10.3333C2.5 10.6095 2.72386 10.8333 3 10.8333C3.27614 10.8333 3.5 10.6095 3.5 10.3333V7.66667ZM13 7.16667C13.2761 7.16667 13.5 7.39052 13.5 7.66667V10.3333C13.5 10.6095 13.2761 10.8333 13 10.8333C12.7239 10.8333 12.5 10.6095 12.5 10.3333V7.66667C12.5 7.39052 12.7239 7.16667 13 7.16667ZM6.83333 7.66667C6.83333 7.39052 6.60948 7.16667 6.33333 7.16667C6.05719 7.16667 5.83333 7.39052 5.83333 7.66667V10.3333C5.83333 10.6095 6.05719 10.8333 6.33333 10.8333C6.60948 10.8333 6.83333 10.6095 6.83333 10.3333V7.66667ZM9.66667 7.16667C9.94281 7.16667 10.1667 7.39052 10.1667 7.66667V10.3333C10.1667 10.6095 9.94281 10.8333 9.66667 10.8333C9.39052 10.8333 9.16667 10.6095 9.16667 10.3333V7.66667C9.16667 7.39052 9.39052 7.16667 9.66667 7.16667ZM2 11.5C1.72386 11.5 1.5 11.7239 1.5 12V14C1.5 14.2761 1.72386 14.5 2 14.5H14C14.2761 14.5 14.5 14.2761 14.5 14V12C14.5 11.7239 14.2761 11.5 14 11.5H2ZM2.5 13.5V12.5H13.5V13.5H2.5Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.20307 1.54309C8.07379 1.48564 7.92621 1.48564 7.79693 1.54309L1.79693 4.20976C1.61637 4.29001 1.5 4.46907 1.5 4.66667V6C1.5 6.27614 1.72386 6.5 2 6.5H14C14.2761 6.5 14.5 6.27614 14.5 6V4.66667C14.5 4.46907 14.3836 4.29001 14.2031 4.20976L8.20307 1.54309ZM2.5 5.5V4.9916L8 2.54716L13.5 4.9916V5.5H2.5ZM3.5 7.66667C3.5 7.39052 3.27614 7.16667 3 7.16667C2.72386 7.16667 2.5 7.39052 2.5 7.66667V10.3333C2.5 10.6095 2.72386 10.8333 3 10.8333C3.27614 10.8333 3.5 10.6095 3.5 10.3333V7.66667ZM13 7.16667C13.2761 7.16667 13.5 7.39052 13.5 7.66667V10.3333C13.5 10.6095 13.2761 10.8333 13 10.8333C12.7239 10.8333 12.5 10.6095 12.5 10.3333V7.66667C12.5 7.39052 12.7239 7.16667 13 7.16667ZM6.83333 7.66667C6.83333 7.39052 6.60948 7.16667 6.33333 7.16667C6.05719 7.16667 5.83333 7.39052 5.83333 7.66667V10.3333C5.83333 10.6095 6.05719 10.8333 6.33333 10.8333C6.60948 10.8333 6.83333 10.6095 6.83333 10.3333V7.66667ZM9.66667 7.16667C9.94281 7.16667 10.1667 7.39052 10.1667 7.66667V10.3333C10.1667 10.6095 9.94281 10.8333 9.66667 10.8333C9.39052 10.8333 9.16667 10.6095 9.16667 10.3333V7.66667C9.16667 7.39052 9.39052 7.16667 9.66667 7.16667ZM2 11.5C1.72386 11.5 1.5 11.7239 1.5 12V14C1.5 14.2761 1.72386 14.5 2 14.5H14C14.2761 14.5 14.5 14.2761 14.5 14V12C14.5 11.7239 14.2761 11.5 14 11.5H2ZM2.5 13.5V12.5H13.5V13.5H2.5Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 18.5V16.5H5V18.5H3ZM3 15V13H5V15H3ZM3 11.5V9.5H5V11.5H3ZM6.5 22V20H8.5V22H6.5ZM7 18V2H20V18H7ZM9 16H18V4H9V16ZM10 22V20H12V22H10ZM3 22V20H5V22H3ZM13.5 22V20H15.5V22H13.5ZM3 8V6H5V8H3Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 18.5V16.5H5V18.5H3ZM3 15V13H5V15H3ZM3 11.5V9.5H5V11.5H3ZM6.5 22V20H8.5V22H6.5ZM7 18V2H20V18H7ZM9 16H18V4H9V16ZM10 22V20H12V22H10ZM3 22V20H5V22H3ZM13.5 22V20H15.5V22H13.5ZM3 8V6H5V8H3Z" fill="currentColor"/>
3
+ </svg>