@@ -235,7 +235,6 @@ const SHIMMER_UTILITIES: { className: string; styles: string }[] = [
235235 } ,
236236] ;
237237
238-
239238/* ── Squircle utilities (custom Care UI, requires corner-shape support) ── */
240239
241240const SQUIRCLE : { className : string ; based_on : string ; note : string } [ ] = [
@@ -661,8 +660,8 @@ export function FoundationsPage() {
661660 < InlineCode > src/index.css</ InlineCode > ) animates a highlight sweep
662661 across text via < InlineCode > background-clip: text</ InlineCode > . It is
663662 built on < InlineCode > currentColor</ InlineCode > , so it adapts to any
664- text color with no configuration, and brightens automatically in
665- dark mode. Use it for streaming/generating states —{ " " }
663+ text color with no configuration, and brightens automatically in dark
664+ mode. Use it for streaming/generating states —{ " " }
666665 < InlineCode > Generating response…</ InlineCode > — instead of a plain
667666 pulse or opacity animation.
668667 </ DocumentationParagraph >
@@ -705,8 +704,8 @@ export function FoundationsPage() {
705704 </ div >
706705 < p className = "text-muted-foreground mt-2 text-sm leading-6" >
707706 When the user prefers reduced motion, the animation is disabled
708- automatically and the text renders normally — nothing to
709- configure. The sweep also follows reading direction automatically
707+ automatically and the text renders normally — nothing to configure.
708+ The sweep also follows reading direction automatically
710709 (left-to-right in LTR, right-to-left in RTL); use{ " " }
711710 < InlineCode > shimmer-reverse</ InlineCode > to flip it manually.
712711 </ p >
0 commit comments