@opensite/ui 1.5.6 → 1.5.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.
@@ -913,7 +913,7 @@ function FeatureIntegrationCards({
913
913
  ] })
914
914
  ] });
915
915
  const cardClasses = cn(
916
- "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card card-text-foreground",
916
+ "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card text-card-foreground",
917
917
  "hover:shadow-lg",
918
918
  cardClassName,
919
919
  integration.className
@@ -892,7 +892,7 @@ function FeatureIntegrationCards({
892
892
  ] })
893
893
  ] });
894
894
  const cardClasses = cn(
895
- "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card card-text-foreground",
895
+ "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card text-card-foreground",
896
896
  "hover:shadow-lg",
897
897
  cardClassName,
898
898
  integration.className
package/dist/registry.cjs CHANGED
@@ -27534,7 +27534,7 @@ function FeatureIntegrationCards({
27534
27534
  ] })
27535
27535
  ] });
27536
27536
  const cardClasses = cn(
27537
- "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card card-text-foreground",
27537
+ "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card text-card-foreground",
27538
27538
  "hover:shadow-lg",
27539
27539
  cardClassName,
27540
27540
  integration.className
package/dist/registry.js CHANGED
@@ -27494,7 +27494,7 @@ function FeatureIntegrationCards({
27494
27494
  ] })
27495
27495
  ] });
27496
27496
  const cardClasses = cn(
27497
- "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card card-text-foreground",
27497
+ "flex flex-col gap-5 rounded-xl border p-6 transition-all duration-300 bg-card text-card-foreground",
27498
27498
  "hover:shadow-lg",
27499
27499
  cardClassName,
27500
27500
  integration.className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",