@flamingo-stack/openframe-frontend-core 0.0.205 → 0.0.206
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/dist/{chunk-O55ZUAX7.js → chunk-OLTGB32E.js} +2 -2
- package/dist/{chunk-O55ZUAX7.js.map → chunk-OLTGB32E.js.map} +1 -1
- package/dist/{chunk-FDCFI7YT.cjs → chunk-YGOJIDL5.cjs} +2 -2
- package/dist/{chunk-FDCFI7YT.cjs.map → chunk-YGOJIDL5.cjs.map} +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/ui/organization-card.tsx +1 -1
|
@@ -29683,7 +29683,7 @@ function OrganizationCard({
|
|
|
29683
29683
|
className: cn(
|
|
29684
29684
|
"flex flex-col bg-ods-card rounded-[6px] border border-ods-border overflow-clip p-4 gap-3 w-full relative",
|
|
29685
29685
|
"transition-colors",
|
|
29686
|
-
href && "cursor-pointer hover:border-ods-
|
|
29686
|
+
href && "cursor-pointer hover:border-ods-border-hover hover:bg-ods-card-hover",
|
|
29687
29687
|
className
|
|
29688
29688
|
),
|
|
29689
29689
|
children: [
|
|
@@ -43690,4 +43690,4 @@ export {
|
|
|
43690
43690
|
TMCG_SOCIAL_PLATFORMS,
|
|
43691
43691
|
assets
|
|
43692
43692
|
};
|
|
43693
|
-
//# sourceMappingURL=chunk-
|
|
43693
|
+
//# sourceMappingURL=chunk-OLTGB32E.js.map
|