@rizom/site-rizom-ai 0.2.0-alpha.197 → 0.2.0-alpha.199

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 (2) hide show
  1. package/package.json +4 -4
  2. package/src/shared.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rizom/site-rizom-ai",
3
- "version": "0.2.0-alpha.197",
3
+ "version": "0.2.0-alpha.199",
4
4
  "description": "Rizom AI site package for hosted Rover deployments",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,9 +18,9 @@
18
18
  "prepack": "publish-manifest prepare"
19
19
  },
20
20
  "dependencies": {
21
- "@rizom/site": "0.2.0-alpha.197",
22
- "@rizom/site-rizom": "0.2.0-alpha.197",
23
- "@rizom/site-sections": "0.2.0-alpha.197",
21
+ "@rizom/site": "0.2.0-alpha.199",
22
+ "@rizom/site-rizom": "0.2.0-alpha.199",
23
+ "@rizom/site-sections": "0.2.0-alpha.199",
24
24
  "preact": "^10.27.2"
25
25
  },
26
26
  "publishConfig": {
package/src/shared.tsx CHANGED
@@ -53,7 +53,7 @@ export function SectCap({
53
53
  <span className="flex items-baseline gap-3.5">
54
54
  <span
55
55
  aria-hidden="true"
56
- className={`h-px w-[26px] self-center opacity-80 ${cold ? "bg-theme-light" : "bg-accent"}`}
56
+ className={`h-px w-[26px] self-center opacity-80 ${cold ? "bg-[color:var(--color-text-light)]" : "bg-accent"}`}
57
57
  />
58
58
  <span
59
59
  className={`font-medium ${cold ? "text-theme-light" : "text-accent"}`}