@testgorilla/tgo-ui 2.8.4 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/components/icon/icon.config.d.ts +2 -2
  2. package/components/password-strength/password-strength.component.d.ts +52 -0
  3. package/components/password-strength/password-strength.component.module.d.ts +11 -0
  4. package/components/radial-progress/radial-progress.component.d.ts +33 -3
  5. package/components/radial-progress/radial-progress.component.module.d.ts +2 -1
  6. package/components/radial-progress/radial-progress.model.d.ts +1 -0
  7. package/components/toggle/toggle.component.d.ts +9 -1
  8. package/components/toggle/toggle.component.module.d.ts +2 -1
  9. package/esm2022/assets/i18n/en.json +3 -1
  10. package/esm2022/components/autocomplete/autocomplete.component.mjs +3 -3
  11. package/esm2022/components/dialog/dialog.component.mjs +3 -3
  12. package/esm2022/components/icon/icon.config.mjs +23 -3
  13. package/esm2022/components/password-strength/password-strength.component.mjs +103 -0
  14. package/esm2022/components/password-strength/password-strength.component.module.mjs +21 -0
  15. package/esm2022/components/radial-progress/radial-progress.component.mjs +44 -4
  16. package/esm2022/components/radial-progress/radial-progress.component.module.mjs +5 -4
  17. package/esm2022/components/radial-progress/radial-progress.model.mjs +1 -1
  18. package/esm2022/components/stepper/stepper.component.mjs +1 -1
  19. package/esm2022/components/toggle/toggle.component.mjs +16 -4
  20. package/esm2022/components/toggle/toggle.component.module.mjs +4 -3
  21. package/esm2022/public-api.mjs +4 -1
  22. package/fesm2022/testgorilla-tgo-ui.mjs +200 -19
  23. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  24. package/package.json +1 -1
  25. package/projects/tgo-canopy-ui/assets/i18n/en.json +3 -1
  26. package/projects/tgo-canopy-ui/assets/icons/Fast-forward.svg +4 -0
  27. package/projects/tgo-canopy-ui/assets/icons/Fast-rewind.svg +4 -0
  28. package/projects/tgo-canopy-ui/assets/icons/Skip-next.svg +4 -0
  29. package/projects/tgo-canopy-ui/assets/icons/Skip-previous.svg +4 -0
  30. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-filled.svg +3 -0
  31. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-forward-in-line.svg +3 -0
  32. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-filled.svg +3 -0
  33. package/projects/tgo-canopy-ui/assets/icons/rebrand/Fast-rewind-in-line.svg +3 -0
  34. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-filled.svg +3 -0
  35. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-next-in-line.svg +3 -0
  36. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-filled.svg +3 -0
  37. package/projects/tgo-canopy-ui/assets/icons/rebrand/Skip-previous-in-line.svg +3 -0
  38. package/public-api.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "2.8.4",
3
+ "version": "2.9.0",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -55,7 +55,9 @@
55
55
  "MAX": "Max",
56
56
  "MIN": "Min",
57
57
  "CLEAR": "Clear",
58
- "PHONE_NUMBER": "Phone number"
58
+ "PHONE_NUMBER": "Phone number",
59
+ "ON": "On",
60
+ "OFF": "Off"
59
61
  },
60
62
  "DIALOG": {
61
63
  "CLOSE_LABEL": "Close dialog"
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.27952 6.54702L11.5925 11.194C12.1355 11.594 12.1355 12.405 11.5925 12.805L5.27952 17.453C4.61952 17.939 3.68652 17.468 3.68652 16.648V7.35302C3.68652 6.53302 4.61852 6.06102 5.27952 6.54702Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M13.5925 6.54702L19.9055 11.194C20.4485 11.594 20.4485 12.405 19.9055 12.805L13.5925 17.452C12.9325 17.939 11.9995 17.467 11.9995 16.647V7.35302C11.9995 6.53302 12.9325 6.06102 13.5925 6.54702Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.7205 6.54702L12.4075 11.194C11.8645 11.594 11.8645 12.405 12.4075 12.805L18.7205 17.453C19.3805 17.939 20.3135 17.468 20.3135 16.648V7.35302C20.3135 6.53302 19.3815 6.06102 18.7205 6.54702Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M10.4075 6.54702L4.09448 11.194C3.55148 11.594 3.55148 12.405 4.09448 12.805L10.4075 17.452C11.0675 17.939 12.0005 17.467 12.0005 16.647V7.35302C12.0005 6.53302 11.0675 6.06102 10.4075 6.54702Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.514 6.284L13.612 11.143C14.259 11.531 14.259 12.47 13.612 12.858L5.514 17.717C4.848 18.116 4 17.636 4 16.859V7.141C4 6.364 4.848 5.884 5.514 6.284Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M18.5 18C17.672 18 17 17.328 17 16.5V7.5C17 6.672 17.672 6 18.5 6C19.328 6 20 6.672 20 7.5V16.5C20 17.328 19.328 18 18.5 18Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.486 6.284L10.388 11.143C9.741 11.531 9.741 12.47 10.388 12.858L18.486 17.717C19.152 18.116 20 17.636 20 16.859V7.141C20 6.364 19.152 5.884 18.486 6.284Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M5.5 18C6.328 18 7 17.328 7 16.5V7.5C7 6.672 6.328 6 5.5 6C4.672 6 4 6.672 4 7.5V16.5C4 17.328 4.672 18 5.5 18Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 18.5465L13 12.5465L4.5 6.54651V18.5465ZM13.5 6.54651V18.5465L22 12.5465L13.5 6.54651Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.5 10.4065L18.53 12.5465L15.5 14.6865V10.4065ZM6.5 10.4065L9.53 12.5465L6.5 14.6865V10.4065ZM13.5 6.54651V18.5465L22 12.5465L13.5 6.54651ZM4.5 6.54651V18.5465L13 12.5465L4.5 6.54651Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 18.5465V6.54651L2.5 12.5465L11 18.5465ZM11.5 12.5465L20 18.5465V6.54651L11.5 12.5465Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 10.4065V14.6865L14.97 12.5465L18 10.4065ZM9 10.4065V14.6865L5.97 12.5465L9 10.4065ZM20 6.54651L11.5 12.5465L20 18.5465V6.54651ZM11 6.54651L2.5 12.5465L11 18.5465V6.54651Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 18.5465L14.5 12.5465L6 6.54651V18.5465ZM16 6.54651V18.5465H18V6.54651H16Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 18.5465L14.5 12.5465L6 6.54651V18.5465ZM8 10.4065L11.03 12.5465L8 14.6865V10.4065ZM16 6.54651H18V18.5465H16V6.54651Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 6.54651H8V18.5465H6V6.54651ZM9.5 12.5465L18 18.5465V6.54651L9.5 12.5465Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 6.54651H8V18.5465H6V6.54651ZM9.5 12.5465L18 18.5465V6.54651L9.5 12.5465ZM16 14.6865L12.97 12.5465L16 10.4065V14.6865Z" fill="currentColor"/>
3
+ </svg>
package/public-api.d.ts CHANGED
@@ -126,3 +126,5 @@ export * from './components/phone-input/phone-input.component';
126
126
  export * from './components/phone-input/phone-input.component.module';
127
127
  export * from './components/phone-input/phone-input.model';
128
128
  export * from './models/colors.model';
129
+ export * from './components/password-strength/password-strength.component';
130
+ export * from './components/password-strength/password-strength.component.module';