@telus-uds/palette-koodo 3.7.0 → 3.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 (55) hide show
  1. package/CHANGELOG.json +30 -0
  2. package/CHANGELOG.md +17 -1
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +1 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +1 -1
  13. package/build/rn/icons/Profile.js +3 -1
  14. package/build/rn/icons/Profile.native.js +3 -1
  15. package/build/rn/icons/ProfileFilled.js +48 -0
  16. package/build/rn/icons/ProfileFilled.native.js +47 -0
  17. package/build/rn/icons/UserFilled.js +48 -0
  18. package/build/rn/icons/UserFilled.native.js +47 -0
  19. package/build/rn/icons/index.js +2 -0
  20. package/build/rn/icons/profile-filled.icon.svg +4 -0
  21. package/build/rn/icons/profile.icon.svg +2 -1
  22. package/build/rn/icons/user-filled.icon.svg +4 -0
  23. package/build/rn/palette.js +15 -5
  24. package/build/web/fonts/fonts-cdn-family.css +15 -15
  25. package/build/web/fonts/fonts-cdn.css +15 -15
  26. package/build/web/fonts/fonts-local-family.css +15 -15
  27. package/build/web/fonts/fonts-local.css +15 -15
  28. package/build/web/icons/Profile.js +3 -1
  29. package/build/web/icons/ProfileFilled.js +48 -0
  30. package/build/web/icons/UserFilled.js +48 -0
  31. package/build/web/icons/index.js +2 -0
  32. package/build/web/icons/profile-filled.icon.svg +4 -0
  33. package/build/web/icons/profile.icon.svg +2 -1
  34. package/build/web/icons/user-filled.icon.svg +4 -0
  35. package/build/web/palette.js +20 -17
  36. package/icon/profile-filled.svg +4 -0
  37. package/icon/profile.svg +2 -1
  38. package/icon/user-filled.svg +4 -0
  39. package/package.json +1 -1
  40. package/palette.json +25 -6
  41. /package/build/web/fonts/{StagSans-Bold-v3_7_0.otf → StagSans-Bold-v3_9_0.otf} +0 -0
  42. /package/build/web/fonts/{StagSans-Bold-v3_7_0.woff → StagSans-Bold-v3_9_0.woff} +0 -0
  43. /package/build/web/fonts/{StagSans-Bold2-v3_7_0.woff2 → StagSans-Bold2-v3_9_0.woff2} +0 -0
  44. /package/build/web/fonts/{StagSans-Light-v3_7_0.otf → StagSans-Light-v3_9_0.otf} +0 -0
  45. /package/build/web/fonts/{StagSans-Light-v3_7_0.woff → StagSans-Light-v3_9_0.woff} +0 -0
  46. /package/build/web/fonts/{StagSans-Light2-v3_7_0.woff2 → StagSans-Light2-v3_9_0.woff2} +0 -0
  47. /package/build/web/fonts/{StagSans-Medium-v3_7_0.otf → StagSans-Medium-v3_9_0.otf} +0 -0
  48. /package/build/web/fonts/{StagSans-Medium-v3_7_0.woff → StagSans-Medium-v3_9_0.woff} +0 -0
  49. /package/build/web/fonts/{StagSans-Medium2-v3_7_0.woff2 → StagSans-Medium2-v3_9_0.woff2} +0 -0
  50. /package/build/web/fonts/{StagSans-Regular-v3_7_0.otf → StagSans-Regular-v3_9_0.otf} +0 -0
  51. /package/build/web/fonts/{StagSans-Regular-v3_7_0.woff → StagSans-Regular-v3_9_0.woff} +0 -0
  52. /package/build/web/fonts/{StagSans-Regular2-v3_7_0.woff2 → StagSans-Regular2-v3_9_0.woff2} +0 -0
  53. /package/build/web/fonts/{StagSans-Semibold-v3_7_0.otf → StagSans-Semibold-v3_9_0.otf} +0 -0
  54. /package/build/web/fonts/{StagSans-Semibold-v3_7_0.woff → StagSans-Semibold-v3_9_0.woff} +0 -0
  55. /package/build/web/fonts/{StagSans-Semibold2-v3_7_0.woff2 → StagSans-Semibold2-v3_9_0.woff2} +0 -0