superdesk-ui-framework 3.0.17 → 3.0.19

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 (59) hide show
  1. package/app/styles/_avatar.scss +175 -25
  2. package/app/styles/design-tokens/_new-colors.scss +35 -2
  3. package/app-typescript/components/Icon.tsx +7 -1
  4. package/app-typescript/components/ShowPopup.tsx +173 -0
  5. package/app-typescript/components/Spacer.tsx +0 -8
  6. package/app-typescript/components/WithPagination.tsx +4 -4
  7. package/app-typescript/components/WithPopover.tsx +43 -0
  8. package/app-typescript/components/avatar/avatar-action-add.tsx +27 -0
  9. package/app-typescript/components/avatar/avatar-group.tsx +86 -0
  10. package/app-typescript/components/avatar/avatar-image.tsx +26 -0
  11. package/app-typescript/components/avatar/avatar-number.tsx +16 -0
  12. package/app-typescript/components/avatar/avatar-placeholder.tsx +35 -0
  13. package/app-typescript/components/avatar/avatar-text.tsx +19 -0
  14. package/app-typescript/components/avatar/avatar-wrapper.tsx +72 -0
  15. package/app-typescript/components/avatar/avatar.tsx +48 -0
  16. package/app-typescript/components/avatar/interfaces.ts +3 -0
  17. package/app-typescript/index.ts +8 -4
  18. package/dist/avatar_dummy.svg +4 -0
  19. package/dist/examples.bundle.js +3271 -2470
  20. package/dist/react/Avatar.tsx +628 -307
  21. package/dist/superdesk-ui.bundle.css +139 -27
  22. package/dist/superdesk-ui.bundle.js +2689 -1846
  23. package/dist/vendor.bundle.js +22 -22
  24. package/examples/pages/react/Avatar.tsx +628 -307
  25. package/images/avatar_dummy.svg +4 -0
  26. package/package.json +2 -1
  27. package/react/components/Icon.d.ts +1 -0
  28. package/react/components/Icon.js +1 -1
  29. package/react/components/ShowPopup.d.ts +10 -0
  30. package/react/components/ShowPopup.js +158 -0
  31. package/react/components/Spacer.d.ts +30 -0
  32. package/react/components/Spacer.js +86 -0
  33. package/react/components/WithPagination.d.ts +1 -1
  34. package/react/components/WithPagination.js +3 -3
  35. package/react/components/WithPopover.d.ts +18 -0
  36. package/react/components/WithPopover.js +65 -0
  37. package/react/components/avatar/avatar-action-add.d.ts +9 -0
  38. package/react/components/avatar/avatar-action-add.js +59 -0
  39. package/react/components/avatar/avatar-group.d.ts +18 -0
  40. package/react/components/avatar/avatar-group.js +104 -0
  41. package/react/components/avatar/avatar-image.d.ts +9 -0
  42. package/react/components/avatar/avatar-image.js +62 -0
  43. package/react/components/avatar/avatar-number.d.ts +9 -0
  44. package/react/components/avatar/avatar-number.js +56 -0
  45. package/react/components/avatar/avatar-placeholder.d.ts +14 -0
  46. package/react/components/avatar/avatar-placeholder.js +57 -0
  47. package/react/components/avatar/avatar-text.d.ts +9 -0
  48. package/react/components/avatar/avatar-text.js +54 -0
  49. package/react/components/avatar/avatar-wrapper.d.ts +26 -0
  50. package/react/components/{Avatar.js → avatar/avatar-wrapper.js} +16 -57
  51. package/react/components/avatar/avatar.d.ts +17 -0
  52. package/react/components/avatar/avatar.js +59 -0
  53. package/react/components/avatar/interfaces.d.ts +3 -0
  54. package/react/components/avatar/interfaces.js +2 -0
  55. package/react/index.d.ts +8 -4
  56. package/react/index.js +20 -11
  57. package/app-typescript/components/Avatar.tsx +0 -122
  58. package/dist/avatar_64.png +0 -0
  59. package/react/components/Avatar.d.ts +0 -42

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.