@syntrologie/runtime-sdk 2.8.0-canary.48 → 2.8.0-canary.49

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/index.js CHANGED
@@ -103,7 +103,7 @@ import {
103
103
  validateEventName,
104
104
  validateProps,
105
105
  widgetRegistry
106
- } from "./chunk-6U2AHJYW.js";
106
+ } from "./chunk-XMTKLKVB.js";
107
107
  import {
108
108
  AddClassZ,
109
109
  AnchorIdZ,
@@ -2091,7 +2091,8 @@ function FAQItem({ item, isExpanded, isHighlighted, isLast, onToggle, theme, fee
2091
2091
  ...colors.item,
2092
2092
  ...isExpanded ? colors.itemExpanded : {},
2093
2093
  ...isHighlighted ? {
2094
- boxShadow: "0 0 0 2px #6366f1, 0 0 12px rgba(99, 102, 241, 0.4)",
2094
+ // purple[4] = #6a59ce design system primary purple
2095
+ boxShadow: `0 0 0 2px ${purple[4]}, 0 0 12px rgba(106, 89, 206, 0.4)`,
2095
2096
  transition: "box-shadow 0.3s ease"
2096
2097
  } : {},
2097
2098
  ...!isLast ? { borderBottom: "var(--sc-content-item-divider, none)" } : {}
@@ -2571,7 +2572,8 @@ var themeStyles2 = {
2571
2572
  color: "var(--sc-content-text-secondary-color)"
2572
2573
  },
2573
2574
  linkButton: {
2574
- backgroundColor: "var(--sc-color-primary, #6366f1)",
2575
+ // purple[4] = #6a59ce — design system primary purple, used as fallback when --sc-color-primary is not set
2576
+ backgroundColor: `var(--sc-color-primary, ${purple[4]})`,
2575
2577
  color: "#ffffff"
2576
2578
  },
2577
2579
  categoryHeader: {
@@ -2604,7 +2606,8 @@ var themeStyles2 = {
2604
2606
  color: "var(--sc-content-text-secondary-color)"
2605
2607
  },
2606
2608
  linkButton: {
2607
- backgroundColor: "var(--sc-color-primary, #6366f1)",
2609
+ // purple[4] = #6a59ce — design system primary purple, used as fallback when --sc-color-primary is not set
2610
+ backgroundColor: `var(--sc-color-primary, ${purple[4]})`,
2608
2611
  color: "#ffffff"
2609
2612
  },
2610
2613
  categoryHeader: {