be-components 3.8.6 → 3.8.8

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 (114) hide show
  1. package/lib/commonjs/Components/Themed.js +6 -0
  2. package/lib/commonjs/Components/Themed.js.map +1 -1
  3. package/lib/commonjs/Components/Toggle.js +0 -1
  4. package/lib/commonjs/Components/Toggle.js.map +1 -1
  5. package/lib/commonjs/SocialComponents/ArticleCard.js +31 -22
  6. package/lib/commonjs/SocialComponents/ArticleCard.js.map +1 -1
  7. package/lib/commonjs/SocialComponents/CompanyProfile/index.js +300 -267
  8. package/lib/commonjs/SocialComponents/CompanyProfile/index.js.map +1 -1
  9. package/lib/commonjs/SocialComponents/PlayerCard.js +31 -41
  10. package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
  11. package/lib/commonjs/SocialComponents/PlayerList.js +9 -8
  12. package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
  13. package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +36 -43
  14. package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
  15. package/lib/commonjs/SocialComponents/PlayerProfile/index.js +384 -356
  16. package/lib/commonjs/SocialComponents/PlayerProfile/index.js.map +1 -1
  17. package/lib/commonjs/SocialComponents/PodcastCard.js +14 -12
  18. package/lib/commonjs/SocialComponents/PodcastCard.js.map +1 -1
  19. package/lib/commonjs/SocialComponents/PodcastModule/index.js +0 -1
  20. package/lib/commonjs/SocialComponents/PodcastModule/index.js.map +1 -1
  21. package/lib/commonjs/SocialComponents/SocialOrdersList.js +5 -1
  22. package/lib/commonjs/SocialComponents/SocialOrdersList.js.map +1 -1
  23. package/lib/commonjs/constants/useColors.js +2 -0
  24. package/lib/commonjs/constants/useColors.js.map +1 -1
  25. package/lib/module/Components/Themed.js +6 -0
  26. package/lib/module/Components/Themed.js.map +1 -1
  27. package/lib/module/Components/Toggle.js +0 -1
  28. package/lib/module/Components/Toggle.js.map +1 -1
  29. package/lib/module/SocialComponents/ArticleCard.js +27 -18
  30. package/lib/module/SocialComponents/ArticleCard.js.map +1 -1
  31. package/lib/module/SocialComponents/CompanyProfile/index.js +297 -264
  32. package/lib/module/SocialComponents/CompanyProfile/index.js.map +1 -1
  33. package/lib/module/SocialComponents/PlayerCard.js +25 -35
  34. package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
  35. package/lib/module/SocialComponents/PlayerList.js +8 -7
  36. package/lib/module/SocialComponents/PlayerList.js.map +1 -1
  37. package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +28 -35
  38. package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
  39. package/lib/module/SocialComponents/PlayerProfile/index.js +382 -355
  40. package/lib/module/SocialComponents/PlayerProfile/index.js.map +1 -1
  41. package/lib/module/SocialComponents/PodcastCard.js +11 -9
  42. package/lib/module/SocialComponents/PodcastCard.js.map +1 -1
  43. package/lib/module/SocialComponents/PodcastModule/index.js +0 -1
  44. package/lib/module/SocialComponents/PodcastModule/index.js.map +1 -1
  45. package/lib/module/SocialComponents/SocialOrdersList.js +5 -1
  46. package/lib/module/SocialComponents/SocialOrdersList.js.map +1 -1
  47. package/lib/module/constants/useColors.js +2 -0
  48. package/lib/module/constants/useColors.js.map +1 -1
  49. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
  50. package/lib/typescript/lib/commonjs/Components/Toggle.d.ts.map +1 -1
  51. package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -1
  52. package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  53. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +1 -3
  54. package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -1
  55. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +1 -2
  56. package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -1
  57. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -2
  58. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  59. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +1 -2
  60. package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  61. package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -1
  62. package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  63. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  64. package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
  65. package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
  66. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
  67. package/lib/typescript/lib/module/Components/Toggle.d.ts.map +1 -1
  68. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +1 -2
  69. package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -1
  70. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +1 -2
  71. package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  72. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +2 -5
  73. package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -1
  74. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +2 -4
  75. package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -1
  76. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +3 -4
  77. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  78. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +2 -5
  79. package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  80. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +1 -2
  81. package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -1
  82. package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  83. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  84. package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
  85. package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
  86. package/lib/typescript/src/Components/Themed.d.ts +1 -1
  87. package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
  88. package/lib/typescript/src/SocialComponents/ArticleCard.d.ts.map +1 -1
  89. package/lib/typescript/src/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
  90. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -4
  91. package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
  92. package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -2
  93. package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
  94. package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -1
  95. package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
  96. package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts +3 -4
  97. package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
  98. package/lib/typescript/src/SocialComponents/PodcastCard.d.ts.map +1 -1
  99. package/lib/typescript/src/SocialComponents/PodcastModule/index.d.ts.map +1 -1
  100. package/lib/typescript/src/constants/useColors.d.ts +1 -0
  101. package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
  102. package/package.json +1 -1
  103. package/src/Components/Themed.tsx +7 -1
  104. package/src/Components/Toggle.tsx +1 -1
  105. package/src/SocialComponents/ArticleCard.tsx +15 -20
  106. package/src/SocialComponents/CompanyProfile/index.tsx +186 -160
  107. package/src/SocialComponents/PlayerCard.tsx +18 -24
  108. package/src/SocialComponents/PlayerList.tsx +6 -7
  109. package/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.tsx +25 -33
  110. package/src/SocialComponents/PlayerProfile/index.tsx +228 -221
  111. package/src/SocialComponents/PodcastCard.tsx +8 -9
  112. package/src/SocialComponents/PodcastModule/index.tsx +0 -1
  113. package/src/SocialComponents/SocialOrdersList.tsx +1 -1
  114. 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,