@transferwise/components 45.1.0 → 45.2.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 (68) hide show
  1. package/build/es/no-polyfill/actionButton/ActionButton.story.js +1 -1
  2. package/build/es/no-polyfill/actionOption/ActionOption.story.js +1 -1
  3. package/build/es/no-polyfill/alert/Alert.story.js +1 -0
  4. package/build/es/no-polyfill/avatar/Avatar.story.js +1 -0
  5. package/build/es/no-polyfill/avatarWrapper/AvatarWrapper.story.js +1 -0
  6. package/build/es/no-polyfill/chevron/Chevron.story.js +1 -0
  7. package/build/es/no-polyfill/dimmer/Dimmer.story.js +2 -1
  8. package/build/es/no-polyfill/index.js +1 -1
  9. package/build/es/no-polyfill/listItem/ListItem.js +1 -0
  10. package/build/es/no-polyfill/listItem/ListItem.spec.js +1 -0
  11. package/build/es/no-polyfill/listItem/ListItem.story.js +1 -0
  12. package/build/es/no-polyfill/listItem/index.js +1 -0
  13. package/build/es/no-polyfill/loader/Loader.story.js +1 -0
  14. package/build/es/no-polyfill/logo/Logo.story.js +1 -0
  15. package/build/es/no-polyfill/money/Money.story.js +1 -0
  16. package/build/es/no-polyfill/moneyInput/MoneyInput.story.js +1 -0
  17. package/build/es/no-polyfill/progress/Progress.story.js +1 -0
  18. package/build/es/no-polyfill/progressBar/ProgressBar.story.js +1 -1
  19. package/build/es/no-polyfill/provider/Provider.story.js +1 -1
  20. package/build/es/no-polyfill/statusIcon/StatusIcon.story.js +1 -0
  21. package/build/es/no-polyfill/tabs/Tabs.js +1 -1
  22. package/build/es/polyfill/actionButton/ActionButton.story.js +1 -1
  23. package/build/es/polyfill/actionOption/ActionOption.story.js +1 -1
  24. package/build/es/polyfill/alert/Alert.story.js +1 -0
  25. package/build/es/polyfill/avatar/Avatar.story.js +1 -0
  26. package/build/es/polyfill/avatarWrapper/AvatarWrapper.story.js +1 -0
  27. package/build/es/polyfill/chevron/Chevron.story.js +1 -0
  28. package/build/es/polyfill/dimmer/Dimmer.story.js +2 -1
  29. package/build/es/polyfill/index.js +1 -1
  30. package/build/es/polyfill/listItem/ListItem.js +1 -0
  31. package/build/es/polyfill/listItem/ListItem.spec.js +1 -0
  32. package/build/es/polyfill/listItem/ListItem.story.js +1 -0
  33. package/build/es/polyfill/listItem/index.js +1 -0
  34. package/build/es/polyfill/loader/Loader.story.js +1 -0
  35. package/build/es/polyfill/logo/Logo.story.js +1 -0
  36. package/build/es/polyfill/money/Money.story.js +1 -0
  37. package/build/es/polyfill/moneyInput/MoneyInput.story.js +1 -0
  38. package/build/es/polyfill/progress/Progress.story.js +1 -0
  39. package/build/es/polyfill/progressBar/ProgressBar.story.js +1 -1
  40. package/build/es/polyfill/provider/Provider.story.js +1 -1
  41. package/build/es/polyfill/statusIcon/StatusIcon.story.js +1 -0
  42. package/build/es/polyfill/tabs/Tabs.js +1 -1
  43. package/build/main.css +1 -1
  44. package/build/styles/listItem/ListItem.css +1 -0
  45. package/build/styles/main.css +1 -1
  46. package/build/types/actionButton/ActionButton.story.d.ts +6 -2
  47. package/build/types/actionOption/ActionOption.story.d.ts +28 -6
  48. package/build/types/alert/Alert.story.d.ts +56 -0
  49. package/build/types/avatar/Avatar.story.d.ts +42 -0
  50. package/build/types/avatarWrapper/AvatarWrapper.story.d.ts +59 -0
  51. package/build/types/chevron/Chevron.story.d.ts +44 -0
  52. package/build/types/dimmer/Dimmer.story.d.ts +9 -1
  53. package/build/types/index.d.ts +1 -0
  54. package/build/types/listItem/ListItem.d.ts +12 -0
  55. package/build/types/listItem/ListItem.spec.d.ts +1 -0
  56. package/build/types/listItem/ListItem.story.d.ts +17 -0
  57. package/build/types/listItem/index.d.ts +1 -0
  58. package/build/types/loader/Loader.story.d.ts +28 -0
  59. package/build/types/logo/Logo.story.d.ts +32 -0
  60. package/build/types/money/Money.story.d.ts +19 -0
  61. package/build/types/moneyInput/MoneyInput.story.d.ts +35 -0
  62. package/build/types/progress/Progress.story.d.ts +17 -0
  63. package/build/types/progressBar/ProgressBar.story.d.ts +8 -3
  64. package/build/types/provider/Provider.story.d.ts +4 -1
  65. package/build/types/statusIcon/StatusIcon.story.d.ts +15 -0
  66. package/build/umd/no-polyfill/main.js +1 -1
  67. package/build/umd/polyfill/main.js +1 -1
  68. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ .np-list-item{width:100%}.np-list-item__action{flex-shrink:0}