be-components 3.8.5 → 3.8.7

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 (122) hide show
  1. package/lib/commonjs/Checkout/index.js +88 -74
  2. package/lib/commonjs/Checkout/index.js.map +1 -1
  3. package/lib/commonjs/Components/Themed.js +6 -0
  4. package/lib/commonjs/Components/Themed.js.map +1 -1
  5. package/lib/commonjs/Components/Toggle.js +0 -1
  6. package/lib/commonjs/Components/Toggle.js.map +1 -1
  7. package/lib/commonjs/SocialComponents/ArticleCard.js +31 -22
  8. package/lib/commonjs/SocialComponents/ArticleCard.js.map +1 -1
  9. package/lib/commonjs/SocialComponents/CompanyProfile/index.js +300 -267
  10. package/lib/commonjs/SocialComponents/CompanyProfile/index.js.map +1 -1
  11. package/lib/commonjs/SocialComponents/PlayerCard.js +28 -41
  12. package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
  13. package/lib/commonjs/SocialComponents/PlayerList.js +9 -8
  14. package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
  15. package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +36 -43
  16. package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
  17. package/lib/commonjs/SocialComponents/PlayerProfile/index.js +384 -356
  18. package/lib/commonjs/SocialComponents/PlayerProfile/index.js.map +1 -1
  19. package/lib/commonjs/SocialComponents/PodcastCard.js +14 -12
  20. package/lib/commonjs/SocialComponents/PodcastCard.js.map +1 -1
  21. package/lib/commonjs/SocialComponents/PodcastModule/index.js +0 -1
  22. package/lib/commonjs/SocialComponents/PodcastModule/index.js.map +1 -1
  23. package/lib/commonjs/SocialComponents/SocialOrdersList.js +5 -1
  24. package/lib/commonjs/SocialComponents/SocialOrdersList.js.map +1 -1
  25. package/lib/commonjs/constants/useColors.js +2 -0
  26. package/lib/commonjs/constants/useColors.js.map +1 -1
  27. package/lib/module/Checkout/index.js +89 -74
  28. package/lib/module/Checkout/index.js.map +1 -1
  29. package/lib/module/Components/Themed.js +6 -0
  30. package/lib/module/Components/Themed.js.map +1 -1
  31. package/lib/module/Components/Toggle.js +0 -1
  32. package/lib/module/Components/Toggle.js.map +1 -1
  33. package/lib/module/SocialComponents/ArticleCard.js +27 -18
  34. package/lib/module/SocialComponents/ArticleCard.js.map +1 -1
  35. package/lib/module/SocialComponents/CompanyProfile/index.js +297 -264
  36. package/lib/module/SocialComponents/CompanyProfile/index.js.map +1 -1
  37. package/lib/module/SocialComponents/PlayerCard.js +22 -35
  38. package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
  39. package/lib/module/SocialComponents/PlayerList.js +8 -7
  40. package/lib/module/SocialComponents/PlayerList.js.map +1 -1
  41. package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +28 -35
  42. package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
  43. package/lib/module/SocialComponents/PlayerProfile/index.js +382 -355
  44. package/lib/module/SocialComponents/PlayerProfile/index.js.map +1 -1
  45. package/lib/module/SocialComponents/PodcastCard.js +11 -9
  46. package/lib/module/SocialComponents/PodcastCard.js.map +1 -1
  47. package/lib/module/SocialComponents/PodcastModule/index.js +0 -1
  48. package/lib/module/SocialComponents/PodcastModule/index.js.map +1 -1
  49. package/lib/module/SocialComponents/SocialOrdersList.js +5 -1
  50. package/lib/module/SocialComponents/SocialOrdersList.js.map +1 -1
  51. package/lib/module/constants/useColors.js +2 -0
  52. package/lib/module/constants/useColors.js.map +1 -1
  53. package/lib/typescript/lib/commonjs/Checkout/index.d.ts.map +1 -1
  54. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
  55. package/lib/typescript/lib/commonjs/Components/Toggle.d.ts.map +1 -1
  56. package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -1
  57. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  58. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +1 -3
  59. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -1
  60. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +1 -2
  61. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -1
  62. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -2
  63. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  64. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +1 -2
  65. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  66. package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -1
  67. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  68. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  69. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
  70. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
  71. package/lib/typescript/lib/module/Checkout/index.d.ts.map +1 -1
  72. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
  73. package/lib/typescript/lib/module/Components/Toggle.d.ts.map +1 -1
  74. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +1 -2
  75. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -1
  76. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +1 -2
  77. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  78. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +2 -5
  79. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -1
  80. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +2 -4
  81. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -1
  82. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +3 -4
  83. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  84. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +2 -5
  85. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  86. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +1 -2
  87. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -1
  88. package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  89. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  90. package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
  91. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
  92. package/lib/typescript/src/Checkout/index.d.ts.map +1 -1
  93. package/lib/typescript/src/Components/Themed.d.ts +1 -1
  94. package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
  95. package/lib/typescript/src/SocialComponents/ArticleCard.d.ts.map +1 -1
  96. package/lib/typescript/src/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  97. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -4
  98. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
  99. package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -2
  100. package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
  101. package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -1
  102. package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  103. package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts +3 -4
  104. package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  105. package/lib/typescript/src/SocialComponents/PodcastCard.d.ts.map +1 -1
  106. package/lib/typescript/src/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  107. package/lib/typescript/src/constants/useColors.d.ts +1 -0
  108. package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
  109. package/package.json +1 -1
  110. package/src/Checkout/index.tsx +60 -54
  111. package/src/Components/Themed.tsx +7 -1
  112. package/src/Components/Toggle.tsx +1 -1
  113. package/src/SocialComponents/ArticleCard.tsx +15 -20
  114. package/src/SocialComponents/CompanyProfile/index.tsx +186 -160
  115. package/src/SocialComponents/PlayerCard.tsx +16 -24
  116. package/src/SocialComponents/PlayerList.tsx +6 -7
  117. package/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.tsx +25 -33
  118. package/src/SocialComponents/PlayerProfile/index.tsx +228 -221
  119. package/src/SocialComponents/PodcastCard.tsx +8 -9
  120. package/src/SocialComponents/PodcastModule/index.tsx +0 -1
  121. package/src/SocialComponents/SocialOrdersList.tsx +1 -1
  122. package/src/constants/useColors.tsx +2 -0
@@ -40,6 +40,7 @@ export const useColors = () => {
40
40
  },
41
41
  background: {
42
42
  success: Colors.utility.success,
43
+ action: Colors.brand.electric,
43
44
  error: Colors.utility.error,
44
45
  close: Colors.shades.white,
45
46
  info: Colors.shades.white,
@@ -119,6 +120,7 @@ export const useColors = () => {
119
120
  },
120
121
  background: {
121
122
  success: Colors.brand.successDark, // **(NEW)** #395B4A
123
+ action: Colors.brand.electricLight,
122
124
  error: Colors.brand.errorDark, // **(NEW)** #5A2A2A
123
125
  close: Colors.shades.black, // #111111
124
126
  info: Colors.shades.black, // #111111,