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.
- package/lib/commonjs/Components/Themed.js +6 -0
- package/lib/commonjs/Components/Themed.js.map +1 -1
- package/lib/commonjs/Components/Toggle.js +0 -1
- package/lib/commonjs/Components/Toggle.js.map +1 -1
- package/lib/commonjs/SocialComponents/ArticleCard.js +31 -22
- package/lib/commonjs/SocialComponents/ArticleCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/CompanyProfile/index.js +300 -267
- package/lib/commonjs/SocialComponents/CompanyProfile/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerCard.js +31 -41
- package/lib/commonjs/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerList.js +9 -8
- package/lib/commonjs/SocialComponents/PlayerList.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +36 -43
- package/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerProfile/index.js +384 -356
- package/lib/commonjs/SocialComponents/PlayerProfile/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PodcastCard.js +14 -12
- package/lib/commonjs/SocialComponents/PodcastCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/PodcastModule/index.js +0 -1
- package/lib/commonjs/SocialComponents/PodcastModule/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/SocialOrdersList.js +5 -1
- package/lib/commonjs/SocialComponents/SocialOrdersList.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +2 -0
- package/lib/commonjs/constants/useColors.js.map +1 -1
- package/lib/module/Components/Themed.js +6 -0
- package/lib/module/Components/Themed.js.map +1 -1
- package/lib/module/Components/Toggle.js +0 -1
- package/lib/module/Components/Toggle.js.map +1 -1
- package/lib/module/SocialComponents/ArticleCard.js +27 -18
- package/lib/module/SocialComponents/ArticleCard.js.map +1 -1
- package/lib/module/SocialComponents/CompanyProfile/index.js +297 -264
- package/lib/module/SocialComponents/CompanyProfile/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerCard.js +25 -35
- package/lib/module/SocialComponents/PlayerCard.js.map +1 -1
- package/lib/module/SocialComponents/PlayerList.js +8 -7
- package/lib/module/SocialComponents/PlayerList.js.map +1 -1
- package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js +28 -35
- package/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.js.map +1 -1
- package/lib/module/SocialComponents/PlayerProfile/index.js +382 -355
- package/lib/module/SocialComponents/PlayerProfile/index.js.map +1 -1
- package/lib/module/SocialComponents/PodcastCard.js +11 -9
- package/lib/module/SocialComponents/PodcastCard.js.map +1 -1
- package/lib/module/SocialComponents/PodcastModule/index.js +0 -1
- package/lib/module/SocialComponents/PodcastModule/index.js.map +1 -1
- package/lib/module/SocialComponents/SocialOrdersList.js +5 -1
- package/lib/module/SocialComponents/SocialOrdersList.js.map +1 -1
- package/lib/module/constants/useColors.js +2 -0
- package/lib/module/constants/useColors.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Toggle.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/ArticleCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts +1 -3
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts +1 -2
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -2
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts +1 -2
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PodcastModule/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Toggle.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts +1 -2
- package/lib/typescript/lib/module/SocialComponents/ArticleCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts +1 -2
- package/lib/typescript/lib/module/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts +2 -5
- package/lib/typescript/lib/module/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts +2 -4
- package/lib/typescript/lib/module/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +3 -4
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts +2 -5
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts +1 -2
- package/lib/typescript/lib/module/SocialComponents/PodcastCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PodcastModule/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +1 -1
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/ArticleCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/CompanyProfile/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts +2 -4
- package/lib/typescript/src/SocialComponents/PlayerCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts +2 -2
- package/lib/typescript/src/SocialComponents/PlayerList.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts +3 -4
- package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PodcastCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PodcastModule/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +1 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Components/Themed.tsx +7 -1
- package/src/Components/Toggle.tsx +1 -1
- package/src/SocialComponents/ArticleCard.tsx +15 -20
- package/src/SocialComponents/CompanyProfile/index.tsx +186 -160
- package/src/SocialComponents/PlayerCard.tsx +18 -24
- package/src/SocialComponents/PlayerList.tsx +6 -7
- package/src/SocialComponents/PlayerProfile/components/PlayerFollowersList.tsx +25 -33
- package/src/SocialComponents/PlayerProfile/index.tsx +228 -221
- package/src/SocialComponents/PodcastCard.tsx +8 -9
- package/src/SocialComponents/PodcastModule/index.tsx +0 -1
- package/src/SocialComponents/SocialOrdersList.tsx +1 -1
- 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,
|