@tenphi/tasty 0.0.0-snapshot.c632ee2 → 0.0.0-snapshot.c85c2f3

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 (112) hide show
  1. package/README.md +26 -20
  2. package/dist/compute-styles.d.ts +31 -0
  3. package/dist/compute-styles.js +335 -0
  4. package/dist/compute-styles.js.map +1 -0
  5. package/dist/config.d.ts +61 -20
  6. package/dist/config.js +114 -30
  7. package/dist/config.js.map +1 -1
  8. package/dist/core/index.d.ts +6 -5
  9. package/dist/core/index.js +7 -6
  10. package/dist/hooks/useCounterStyle.d.ts +3 -17
  11. package/dist/hooks/useCounterStyle.js +54 -36
  12. package/dist/hooks/useCounterStyle.js.map +1 -1
  13. package/dist/hooks/useFontFace.d.ts +3 -1
  14. package/dist/hooks/useFontFace.js +21 -25
  15. package/dist/hooks/useFontFace.js.map +1 -1
  16. package/dist/hooks/useGlobalStyles.d.ts +18 -2
  17. package/dist/hooks/useGlobalStyles.js +52 -42
  18. package/dist/hooks/useGlobalStyles.js.map +1 -1
  19. package/dist/hooks/useKeyframes.d.ts +4 -2
  20. package/dist/hooks/useKeyframes.js +41 -51
  21. package/dist/hooks/useKeyframes.js.map +1 -1
  22. package/dist/hooks/useProperty.d.ts +4 -2
  23. package/dist/hooks/useProperty.js +29 -42
  24. package/dist/hooks/useProperty.js.map +1 -1
  25. package/dist/hooks/useRawCSS.d.ts +13 -44
  26. package/dist/hooks/useRawCSS.js +90 -22
  27. package/dist/hooks/useRawCSS.js.map +1 -1
  28. package/dist/hooks/useStyles.d.ts +3 -8
  29. package/dist/hooks/useStyles.js +6 -212
  30. package/dist/hooks/useStyles.js.map +1 -1
  31. package/dist/index.d.ts +7 -6
  32. package/dist/index.js +8 -7
  33. package/dist/injector/index.d.ts +18 -19
  34. package/dist/injector/index.js +22 -16
  35. package/dist/injector/index.js.map +1 -1
  36. package/dist/injector/injector.d.ts +30 -3
  37. package/dist/injector/injector.js +107 -7
  38. package/dist/injector/injector.js.map +1 -1
  39. package/dist/injector/sheet-manager.d.ts +9 -13
  40. package/dist/injector/sheet-manager.js +31 -66
  41. package/dist/injector/sheet-manager.js.map +1 -1
  42. package/dist/injector/types.d.ts +43 -19
  43. package/dist/pipeline/parseStateKey.js +4 -4
  44. package/dist/pipeline/parseStateKey.js.map +1 -1
  45. package/dist/plugins/types.d.ts +12 -1
  46. package/dist/rsc-cache.js +81 -0
  47. package/dist/rsc-cache.js.map +1 -0
  48. package/dist/ssr/astro-client.d.ts +1 -0
  49. package/dist/ssr/astro-client.js +24 -0
  50. package/dist/ssr/astro-client.js.map +1 -0
  51. package/dist/ssr/astro-middleware.d.ts +15 -0
  52. package/dist/ssr/astro-middleware.js +19 -0
  53. package/dist/ssr/astro-middleware.js.map +1 -0
  54. package/dist/ssr/astro.d.ts +85 -8
  55. package/dist/ssr/astro.js +110 -25
  56. package/dist/ssr/astro.js.map +1 -1
  57. package/dist/ssr/async-storage.js +14 -4
  58. package/dist/ssr/async-storage.js.map +1 -1
  59. package/dist/ssr/collect-auto-properties.js +28 -9
  60. package/dist/ssr/collect-auto-properties.js.map +1 -1
  61. package/dist/ssr/collector.js +13 -10
  62. package/dist/ssr/collector.js.map +1 -1
  63. package/dist/ssr/context.js +3 -0
  64. package/dist/ssr/context.js.map +1 -1
  65. package/dist/ssr/index.d.ts +2 -3
  66. package/dist/ssr/index.js +3 -4
  67. package/dist/ssr/index.js.map +1 -1
  68. package/dist/ssr/next.js +7 -1
  69. package/dist/ssr/next.js.map +1 -1
  70. package/dist/ssr/ssr-collector-ref.js +19 -2
  71. package/dist/ssr/ssr-collector-ref.js.map +1 -1
  72. package/dist/styles/border.js +20 -5
  73. package/dist/styles/border.js.map +1 -1
  74. package/dist/styles/directional.js +8 -0
  75. package/dist/styles/directional.js.map +1 -1
  76. package/dist/styles/radius.js +11 -1
  77. package/dist/styles/radius.js.map +1 -1
  78. package/dist/tasty.d.ts +28 -13
  79. package/dist/tasty.js +72 -60
  80. package/dist/tasty.js.map +1 -1
  81. package/dist/utils/deps-equal.js +15 -0
  82. package/dist/utils/deps-equal.js.map +1 -0
  83. package/dist/utils/filter-base-props.d.ts +1 -1
  84. package/dist/utils/filter-base-props.js.map +1 -1
  85. package/dist/utils/hash.js +14 -0
  86. package/dist/utils/hash.js.map +1 -0
  87. package/dist/utils/process-tokens.d.ts +1 -5
  88. package/dist/utils/process-tokens.js +1 -8
  89. package/dist/utils/process-tokens.js.map +1 -1
  90. package/dist/utils/typography.d.ts +21 -10
  91. package/dist/utils/typography.js +1 -1
  92. package/dist/utils/typography.js.map +1 -1
  93. package/dist/zero/babel.d.ts +7 -108
  94. package/dist/zero/babel.js +36 -12
  95. package/dist/zero/babel.js.map +1 -1
  96. package/docs/README.md +2 -2
  97. package/docs/adoption.md +5 -3
  98. package/docs/comparison.md +24 -25
  99. package/docs/configuration.md +69 -1
  100. package/docs/design-system.md +22 -10
  101. package/docs/dsl.md +23 -8
  102. package/docs/getting-started.md +10 -10
  103. package/docs/injector.md +41 -25
  104. package/docs/methodology.md +52 -3
  105. package/docs/{runtime.md → react-api.md} +104 -32
  106. package/docs/ssr.md +136 -80
  107. package/docs/styles.md +14 -0
  108. package/docs/tasty-static.md +14 -2
  109. package/package.json +11 -5
  110. package/dist/hooks/resolve-ssr-collector.js +0 -14
  111. package/dist/hooks/resolve-ssr-collector.js.map +0 -1
  112. package/dist/ssr/context.d.ts +0 -8
package/README.md CHANGED
@@ -42,7 +42,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
42
42
  ### Supporting capabilities
43
43
 
44
44
  - **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
45
- - **Runtime, SSR, and zero-runtime options** — Use `tasty()` for runtime React components, add SSR integrations when your framework renders that runtime on the server, or use `tastyStatic()` when you specifically want build-time extraction instead of runtime styling.
45
+ - **Server-compatible by default, zero client JS in server-only contexts** — All `tasty()` components and style functions are hook-free. In server-only rendering (Next.js RSC, Astro without islands, SSG), they produce zero client JavaScript with the full feature set. Add SSR integration only when your app also has client-side hydration. Use `tastyStatic()` only when you need build-time extraction without React.
46
46
  - **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
47
47
  - **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
48
48
  - **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
@@ -188,7 +188,7 @@ Use `configure()` once when your app or design system needs shared aliases, toke
188
188
  </Space>
189
189
  ```
190
190
 
191
- See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [Runtime API](docs/runtime.md#style-props).
191
+ See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [React API](docs/react-api.md#style-props).
192
192
 
193
193
  ## Choose a Styling Approach
194
194
 
@@ -196,10 +196,11 @@ Once you understand the component model, pick the rendering mode that matches yo
196
196
 
197
197
  | Approach | Entry point | Best for | Trade-off |
198
198
  |----------|-------------|----------|-----------|
199
- | **Runtime** | `@tenphi/tasty` | Interactive apps with reusable stateful components and design systems | Full feature set; CSS is generated on demand at runtime |
200
- | **Zero-runtime** | `@tenphi/tasty/static` | Static sites, SSG, landing pages | Requires the Babel plugin; no component-level `styleProps` or runtime-only APIs |
199
+ | **Runtime (default)** | `tasty()` from `@tenphi/tasty` | All React apps server-rendered by default, zero client JS until you need interactivity | Full feature set; CSS computed during React rendering (server or client) |
200
+ | **Runtime + SSR integration** | Add `@tenphi/tasty/ssr/*` | Apps with client-side hydration (Next.js client components, Astro islands) | Adds CSS deduplication, FOUC prevention, and client cache hydration |
201
+ | **Zero-runtime** | `tastyStatic()` from `@tenphi/tasty/static` | Non-React frameworks or when you need build-time extraction without React | Requires the Babel plugin; no component-level `styleProps` or runtime-only APIs |
201
202
 
202
- If your framework can execute runtime React code on the server, you can also add **SSR on top of runtime** with `@tenphi/tasty/ssr/*`. This uses the same `tasty()` pipeline, but collects CSS during server rendering and hydrates the cache on the client. That is the model for Next.js, generic React SSR, and Astro islands. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Zero Runtime](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
203
+ All `tasty()` components are hook-free and work as React Server Components. In server-only contexts Next.js RSC without `'use client'`, Astro without `client:*` directives, and other SSG setups — they produce the same end result as `tastyStatic()` (static HTML + CSS, zero client JavaScript) but with the full feature set including `styleProps`, sub-elements, and variants. SSR integration is only needed when your app also has client-side rendering. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Zero Runtime](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
203
204
 
204
205
  ## How It Actually Works
205
206
 
@@ -347,7 +348,7 @@ Every style property accepts a state mapping object. Keys can be combined with b
347
348
  | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
348
349
  | Entry animation | `@starting` | `@starting-style` |
349
350
 
350
- Combine with `&` (AND), `|` (OR), `!` (NOT):
351
+ Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
351
352
 
352
353
  ```tsx
353
354
  fill: {
@@ -363,7 +364,7 @@ Compound components can style inner parts from the parent definition with capita
363
364
 
364
365
  Sub-elements share the root state context by default, so keys like `:hover`, modifiers, root states, and media queries resolve as one coordinated styling block. Use `@own(...)` when a sub-element should react to its own state, and use the `$` selector affix when you need precise descendant targeting.
365
366
 
366
- See [Runtime API - Sub-element Styling](docs/runtime.md#sub-element-styling), [Style DSL - Advanced States](docs/dsl.md#advanced-states--prefix), and [Methodology](docs/methodology.md#component-architecture-root--sub-elements).
367
+ See [React API - Sub-element Styling](docs/react-api.md#sub-element-styling), [Style DSL - Advanced States](docs/dsl.md#advanced-states--prefix), and [Methodology](docs/methodology.md#component-architecture-root--sub-elements).
367
368
 
368
369
  ### Style Props
369
370
 
@@ -378,7 +379,7 @@ const Space = tasty({
378
379
  <Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
379
380
  ```
380
381
 
381
- See [Runtime API - Style Props](docs/runtime.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
382
+ See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
382
383
 
383
384
  ### Mod Props
384
385
 
@@ -397,13 +398,13 @@ const Button = tasty({
397
398
  <Button isLoading size="lg">Submit</Button>
398
399
  ```
399
400
 
400
- See [Runtime API - Mod Props](docs/runtime.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
401
+ See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
401
402
 
402
403
  ### Variants
403
404
 
404
405
  Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. In runtime mode, Tasty emits only the variant CSS that is actually used.
405
406
 
406
- See [Runtime API - Variants](docs/runtime.md#variants).
407
+ See [React API - Variants](docs/react-api.md#variants).
407
408
 
408
409
  ### Recipes
409
410
 
@@ -427,11 +428,11 @@ Use explicit `@properties` only when you need to override defaults such as `inhe
427
428
 
428
429
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
429
430
 
430
- ### React Hooks
431
+ ### Style Functions
431
432
 
432
- When you do not need a full component wrapper, use the hooks directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes` and `useProperty` for animation and custom-property primitives.
433
+ When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, and `useCounterStyle` for animation, custom-property, font, and counter-style primitives. All style functions are hook-free and work in React Server Components.
433
434
 
434
- See [Runtime API - Hooks](docs/runtime.md#hooks).
435
+ See [React API - Style Functions](docs/react-api.md#style-functions).
435
436
 
436
437
  ### Zero-Runtime Mode
437
438
 
@@ -441,15 +442,19 @@ See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Ch
441
442
 
442
443
  ### `tasty` vs `tastyStatic`
443
444
 
444
- `tasty()` returns React components and injects CSS on demand at runtime. `tastyStatic()` returns class names and extracts CSS during the build. Both share the same DSL, tokens, units, state mappings, and recipes, so the main choice is runtime flexibility versus build-time extraction.
445
+ `tasty()` returns React components that compute CSS during rendering. In server-only contexts, this produces static HTML + CSS with zero client JavaScript — the same end result as `tastyStatic()` but with the full feature set. `tastyStatic()` returns class names and extracts CSS during the build via a Babel plugin, with no React dependency at runtime. Both share the same DSL, tokens, units, state mappings, and recipes. Use `tasty()` as the default for any React-based setup; use `tastyStatic()` when you need build-time extraction without React.
445
446
 
446
- See [Zero Runtime (tastyStatic)](docs/tasty-static.md), [Runtime API](docs/runtime.md), and [Comparison - Build-time vs runtime](docs/comparison.md#build-time-vs-runtime).
447
+ See [Zero Runtime (tastyStatic)](docs/tasty-static.md), [React API](docs/react-api.md), and [Comparison - Build-time vs runtime](docs/comparison.md#build-time-vs-runtime).
447
448
 
448
449
  ### Server-Side Rendering
449
450
 
450
- SSR layers on top of runtime `tasty()` rather than introducing a separate styling model. Existing components stay unchanged while Tasty collects CSS during server rendering and hydrates the cache on the client.
451
+ `tasty()` components already work on the server without any SSR integration they are hook-free and render as React Server Components by default. In server-only contexts (Next.js RSC, Astro without islands), they produce zero client JavaScript with the full feature set.
451
452
 
452
- Use `@tenphi/tasty/ssr/next` for Next.js App Router, `@tenphi/tasty/ssr/astro` for Astro, or the core SSR API for other React SSR setups.
453
+ SSR integration (`TastyRegistry`, `tastyIntegration`) adds CSS batching, deduplication across component trees, FOUC prevention, and client cache hydration. Use it when your app also has client-side rendering:
454
+
455
+ - `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
456
+ - `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
457
+ - The core SSR API for other React SSR setups
453
458
 
454
459
  See the [full SSR guide](docs/ssr.md).
455
460
 
@@ -457,7 +462,7 @@ See the [full SSR guide](docs/ssr.md).
457
462
 
458
463
  | Import | Description | Platform |
459
464
  |--------|-------------|----------|
460
- | `@tenphi/tasty` | Runtime style engine (`tasty`, hooks, `configure`) | Browser |
465
+ | `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
461
466
  | `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
462
467
  | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
463
468
  | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
@@ -465,7 +470,8 @@ See the [full SSR guide](docs/ssr.md).
465
470
  | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
466
471
  | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
467
472
  | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
468
- | `@tenphi/tasty/ssr/astro` | Astro middleware + auto-hydration | Node / Browser |
473
+ | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
474
+ | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
469
475
 
470
476
  ## Browser Requirements
471
477
 
@@ -605,7 +611,7 @@ Start from the docs hub if you want the shortest path to the right guide for you
605
611
  ### Reference
606
612
 
607
613
  - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
608
- - **[Runtime API](docs/runtime.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and hooks
614
+ - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
609
615
  - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
610
616
  - **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
611
617
 
@@ -0,0 +1,31 @@
1
+ import { Styles } from "./styles/types.js";
2
+ import { ServerStyleCollector } from "./ssr/collector.js";
3
+
4
+ //#region src/compute-styles.d.ts
5
+ interface ComputeStylesResult {
6
+ className: string;
7
+ /** CSS text to emit as an inline <style> tag (RSC mode only). */
8
+ css?: string;
9
+ }
10
+ interface ComputeStylesOptions {
11
+ ssrCollector?: ServerStyleCollector | null;
12
+ }
13
+ /**
14
+ * Synchronous, hook-free style computation.
15
+ *
16
+ * Resolves recipes, categorizes style keys into chunks, renders CSS rules,
17
+ * allocates class names, and injects / collects / returns the CSS.
18
+ *
19
+ * Three code paths:
20
+ * 1. SSR collector — discovered via ALS or passed explicitly; CSS collected
21
+ * 2. RSC inline — no collector and no `document`; CSS returned as `result.css`
22
+ * for the caller to emit as an inline `<style>` tag
23
+ * 3. Client inject — CSS injected synchronously into the DOM (idempotent)
24
+ *
25
+ * @param styles - Tasty styles object (or undefined for no styles)
26
+ * @param options - Optional SSR collector override
27
+ */
28
+ declare function computeStyles(styles: Styles | undefined, options?: ComputeStylesOptions): ComputeStylesResult;
29
+ //#endregion
30
+ export { ComputeStylesOptions, ComputeStylesResult, computeStyles };
31
+ //# sourceMappingURL=compute-styles.d.ts.map
@@ -0,0 +1,335 @@
1
+ import { extractLocalProperties, hasLocalProperties } from "./properties/index.js";
2
+ import { extractLocalFontFace, fontFaceContentHash, formatFontFaceRule, hasLocalFontFace } from "./font-face/index.js";
3
+ import { extractLocalCounterStyle, formatCounterStyleRule, hasLocalCounterStyle } from "./counter-style/index.js";
4
+ import { renderStyles } from "./pipeline/index.js";
5
+ import { getConfig, getEffectiveProperties, getGlobalConfigTokens, getGlobalCounterStyle, getGlobalFontFace, getGlobalKeyframes, hasGlobalKeyframes } from "./config.js";
6
+ import { categorizeStyleKeys } from "./chunks/definitions.js";
7
+ import { generateChunkCacheKey } from "./chunks/cacheKey.js";
8
+ import { renderStylesForChunk } from "./chunks/renderChunk.js";
9
+ import { counterStyle, fontFace, inject, keyframes, property, touch } from "./injector/index.js";
10
+ import { extractAnimationNamesFromStyles, extractLocalKeyframes, filterUsedKeyframes, hasLocalKeyframes, mergeKeyframes, replaceAnimationNames } from "./keyframes/index.js";
11
+ import { getRegisteredSSRCollector } from "./ssr/ssr-collector-ref.js";
12
+ import { flushPendingCSS, getRSCCache, rscAllocateClassName } from "./rsc-cache.js";
13
+ import { formatPropertyCSS } from "./ssr/format-property.js";
14
+ import { collectAutoInferredProperties } from "./ssr/collect-auto-properties.js";
15
+ import { formatGlobalRules } from "./ssr/format-global-rules.js";
16
+ import { formatKeyframesCSS } from "./ssr/format-keyframes.js";
17
+ import { formatRules } from "./ssr/format-rules.js";
18
+ import { hasKeys } from "./utils/has-keys.js";
19
+ import { resolveRecipes } from "./utils/resolve-recipes.js";
20
+ //#region src/compute-styles.ts
21
+ /**
22
+ * Hook-free, synchronous style computation.
23
+ *
24
+ * Extracts the core logic from useStyles() into a plain function that can
25
+ * be called during React render without any hooks. Three code paths:
26
+ *
27
+ * 1. SSR collector — styles collected via ServerStyleCollector
28
+ * 2. Client inject — styles injected synchronously into the DOM
29
+ * 3. RSC inline — styles returned as CSS strings for inline <style> emission
30
+ *
31
+ * This enables tasty() components to work as React Server Components.
32
+ */
33
+ const EMPTY_RESULT = { className: "" };
34
+ /**
35
+ * Collect internals CSS for RSC — mirrors ServerStyleCollector.collectInternals().
36
+ * Emitted once per request (tracked via rscCache.internalsEmitted).
37
+ */
38
+ function collectInternalsRSC(rscCache) {
39
+ if (rscCache.internalsEmitted) return "";
40
+ rscCache.internalsEmitted = true;
41
+ const parts = [];
42
+ for (const [token, definition] of Object.entries(getEffectiveProperties())) {
43
+ const css = formatPropertyCSS(token, definition);
44
+ if (css) parts.push(css);
45
+ }
46
+ const tokenStyles = getGlobalConfigTokens();
47
+ if (tokenStyles && Object.keys(tokenStyles).length > 0) {
48
+ const tokenRules = renderStyles(tokenStyles, ":root");
49
+ if (tokenRules.length > 0) {
50
+ const css = formatGlobalRules(tokenRules);
51
+ if (css) parts.push(css);
52
+ }
53
+ }
54
+ const globalFF = getGlobalFontFace();
55
+ if (globalFF) for (const [family, input] of Object.entries(globalFF)) {
56
+ const descriptors = Array.isArray(input) ? input : [input];
57
+ for (const desc of descriptors) parts.push(formatFontFaceRule(family, desc));
58
+ }
59
+ const globalCS = getGlobalCounterStyle();
60
+ if (globalCS) for (const [name, descriptors] of Object.entries(globalCS)) parts.push(formatCounterStyleRule(name, descriptors));
61
+ return parts.join("\n");
62
+ }
63
+ /**
64
+ * Collect per-component ancillary CSS (keyframes, @property, font-face,
65
+ * counter-style) for RSC mode.
66
+ */
67
+ function collectAncillaryRSC(rscCache, styles) {
68
+ const parts = [];
69
+ const usedKf = getUsedKeyframes(styles);
70
+ if (usedKf) for (const [name, steps] of Object.entries(usedKf)) {
71
+ const key = `__kf:${name}:${JSON.stringify(steps)}`;
72
+ if (!rscCache.emittedKeys.has(key)) {
73
+ rscCache.emittedKeys.add(key);
74
+ parts.push(formatKeyframesCSS(name, steps));
75
+ }
76
+ }
77
+ if (hasLocalProperties(styles)) {
78
+ const localProperties = extractLocalProperties(styles);
79
+ if (localProperties) for (const [token, definition] of Object.entries(localProperties)) {
80
+ const key = `__prop:${token}`;
81
+ if (!rscCache.emittedKeys.has(key)) {
82
+ rscCache.emittedKeys.add(key);
83
+ const css = formatPropertyCSS(token, definition);
84
+ if (css) parts.push(css);
85
+ }
86
+ }
87
+ }
88
+ if (hasLocalFontFace(styles)) {
89
+ const localFontFace = extractLocalFontFace(styles);
90
+ if (localFontFace) for (const [family, input] of Object.entries(localFontFace)) {
91
+ const descriptors = Array.isArray(input) ? input : [input];
92
+ for (const desc of descriptors) {
93
+ const key = `__ff:${fontFaceContentHash(family, desc)}`;
94
+ if (!rscCache.emittedKeys.has(key)) {
95
+ rscCache.emittedKeys.add(key);
96
+ parts.push(formatFontFaceRule(family, desc));
97
+ }
98
+ }
99
+ }
100
+ }
101
+ if (hasLocalCounterStyle(styles)) {
102
+ const localCounterStyle = extractLocalCounterStyle(styles);
103
+ if (localCounterStyle) for (const [name, descriptors] of Object.entries(localCounterStyle)) {
104
+ const key = `__cs:${name}:${JSON.stringify(descriptors)}`;
105
+ if (!rscCache.emittedKeys.has(key)) {
106
+ rscCache.emittedKeys.add(key);
107
+ parts.push(formatCounterStyleRule(name, descriptors));
108
+ }
109
+ }
110
+ }
111
+ return parts.join("\n");
112
+ }
113
+ /**
114
+ * Process all chunks in RSC mode: render CSS to strings, allocate classNames,
115
+ * and return combined { className, css }.
116
+ */
117
+ function computeStylesRSC(styles, chunkMap) {
118
+ const rscCache = getRSCCache();
119
+ const cssParts = [];
120
+ const classNames = [];
121
+ const pendingCSS = flushPendingCSS(rscCache);
122
+ if (pendingCSS) cssParts.push(pendingCSS);
123
+ const internalsCSS = collectInternalsRSC(rscCache);
124
+ if (internalsCSS) cssParts.push(internalsCSS);
125
+ for (const [chunkName, chunkStyleKeys] of chunkMap) {
126
+ if (chunkStyleKeys.length === 0) continue;
127
+ const { className, isNew } = rscAllocateClassName(rscCache, generateChunkCacheKey(styles, chunkName, chunkStyleKeys));
128
+ classNames.push(className);
129
+ if (isNew) {
130
+ const renderResult = renderStylesForChunk(styles, chunkName, chunkStyleKeys);
131
+ if (renderResult.rules.length > 0) {
132
+ const css = formatRules(renderResult.rules, className);
133
+ if (css) cssParts.push(css);
134
+ }
135
+ }
136
+ }
137
+ const ancillaryCSS = collectAncillaryRSC(rscCache, styles);
138
+ if (ancillaryCSS) cssParts.push(ancillaryCSS);
139
+ if (classNames.length === 0) return EMPTY_RESULT;
140
+ const css = cssParts.join("\n");
141
+ return {
142
+ className: classNames.join(" "),
143
+ css: css || void 0
144
+ };
145
+ }
146
+ /**
147
+ * Get keyframes that are actually used in styles.
148
+ * Returns null if no keyframes are used (fast path for zero overhead).
149
+ */
150
+ function getUsedKeyframes(styles) {
151
+ const hasLocal = hasLocalKeyframes(styles);
152
+ const hasGlobal = hasGlobalKeyframes();
153
+ if (!hasLocal && !hasGlobal) return null;
154
+ const usedNames = extractAnimationNamesFromStyles(styles);
155
+ if (usedNames.size === 0) return null;
156
+ return filterUsedKeyframes(mergeKeyframes(hasLocal ? extractLocalKeyframes(styles) : null, hasGlobal ? getGlobalKeyframes() : null), usedNames);
157
+ }
158
+ /**
159
+ * Process a chunk on the SSR path: allocate via collector, render, collect CSS.
160
+ */
161
+ function processChunkSSR(collector, styles, chunkName, styleKeys) {
162
+ if (styleKeys.length === 0) return null;
163
+ const cacheKey = generateChunkCacheKey(styles, chunkName, styleKeys);
164
+ const { className, isNewAllocation } = collector.allocateClassName(cacheKey);
165
+ if (isNewAllocation) {
166
+ const renderResult = renderStylesForChunk(styles, chunkName, styleKeys);
167
+ if (renderResult.rules.length > 0) {
168
+ collector.collectChunk(cacheKey, className, renderResult.rules);
169
+ return {
170
+ name: chunkName,
171
+ styleKeys,
172
+ cacheKey,
173
+ renderResult,
174
+ className
175
+ };
176
+ }
177
+ return null;
178
+ }
179
+ return {
180
+ name: chunkName,
181
+ styleKeys,
182
+ cacheKey,
183
+ renderResult: { rules: [] },
184
+ className
185
+ };
186
+ }
187
+ /**
188
+ * Process a chunk on the client: render, allocate className, and inject
189
+ * CSS synchronously. The injector's cache makes this idempotent.
190
+ */
191
+ function processChunkSync(styles, chunkName, styleKeys) {
192
+ if (styleKeys.length === 0) return null;
193
+ const cacheKey = generateChunkCacheKey(styles, chunkName, styleKeys);
194
+ const renderResult = renderStylesForChunk(styles, chunkName, styleKeys, cacheKey);
195
+ if (renderResult.rules.length === 0) return null;
196
+ const { className } = inject(renderResult.rules, { cacheKey });
197
+ return {
198
+ name: chunkName,
199
+ styleKeys,
200
+ cacheKey,
201
+ renderResult,
202
+ className
203
+ };
204
+ }
205
+ /**
206
+ * Inject keyframes synchronously and return a name replacement map.
207
+ * On the client, keyframes are injected into the DOM.
208
+ */
209
+ function injectKeyframesSync(usedKeyframes) {
210
+ let nameMap = null;
211
+ for (const [name, steps] of Object.entries(usedKeyframes)) {
212
+ const injectedName = keyframes(steps, { name }).toString();
213
+ if (injectedName !== name) {
214
+ if (!nameMap) nameMap = /* @__PURE__ */ new Map();
215
+ nameMap.set(name, injectedName);
216
+ }
217
+ }
218
+ return nameMap;
219
+ }
220
+ /**
221
+ * Inject chunk rules synchronously, replacing animation names if needed.
222
+ */
223
+ function injectChunkRulesSync(chunks, nameMap) {
224
+ for (const chunk of chunks) if (chunk.renderResult.rules.length > 0) inject(nameMap ? chunk.renderResult.rules.map((rule) => ({
225
+ ...rule,
226
+ declarations: replaceAnimationNames(rule.declarations, nameMap)
227
+ })) : chunk.renderResult.rules, { cacheKey: chunk.cacheKey });
228
+ }
229
+ /**
230
+ * Inject all ancillary rules (properties, font-faces, counter-styles) synchronously.
231
+ */
232
+ function injectAncillarySync(styles) {
233
+ if (hasLocalProperties(styles)) {
234
+ const localProperties = extractLocalProperties(styles);
235
+ if (localProperties) for (const [token, definition] of Object.entries(localProperties)) property(token, definition);
236
+ }
237
+ if (hasLocalFontFace(styles)) {
238
+ const localFontFace = extractLocalFontFace(styles);
239
+ if (localFontFace) for (const [family, input] of Object.entries(localFontFace)) {
240
+ const descriptors = Array.isArray(input) ? input : [input];
241
+ for (const desc of descriptors) fontFace(family, desc);
242
+ }
243
+ }
244
+ if (hasLocalCounterStyle(styles)) {
245
+ const localCounterStyle = extractLocalCounterStyle(styles);
246
+ if (localCounterStyle) for (const [name, descriptors] of Object.entries(localCounterStyle)) counterStyle(name, descriptors);
247
+ }
248
+ }
249
+ /**
250
+ * Collect all ancillary rules into the SSR collector.
251
+ */
252
+ function collectAncillarySSR(collector, styles, chunks) {
253
+ const usedKf = getUsedKeyframes(styles);
254
+ if (usedKf) for (const [name, steps] of Object.entries(usedKf)) {
255
+ const css = formatKeyframesCSS(name, steps);
256
+ collector.collectKeyframes(name, css);
257
+ }
258
+ if (hasLocalProperties(styles)) {
259
+ const localProperties = extractLocalProperties(styles);
260
+ if (localProperties) for (const [token, definition] of Object.entries(localProperties)) {
261
+ const css = formatPropertyCSS(token, definition);
262
+ if (css) collector.collectProperty(token, css);
263
+ }
264
+ }
265
+ if (hasLocalFontFace(styles)) {
266
+ const localFontFace = extractLocalFontFace(styles);
267
+ if (localFontFace) for (const [family, input] of Object.entries(localFontFace)) {
268
+ const descriptors = Array.isArray(input) ? input : [input];
269
+ for (const desc of descriptors) {
270
+ const hash = fontFaceContentHash(family, desc);
271
+ const css = formatFontFaceRule(family, desc);
272
+ collector.collectFontFace(hash, css);
273
+ }
274
+ }
275
+ }
276
+ if (hasLocalCounterStyle(styles)) {
277
+ const localCounterStyle = extractLocalCounterStyle(styles);
278
+ if (localCounterStyle) for (const [name, descriptors] of Object.entries(localCounterStyle)) {
279
+ const css = formatCounterStyleRule(name, descriptors);
280
+ collector.collectCounterStyle(name, css);
281
+ }
282
+ }
283
+ if (getConfig().autoPropertyTypes !== false) {
284
+ const allRules = chunks.flatMap((c) => c.renderResult.rules);
285
+ if (allRules.length > 0) collectAutoInferredProperties(allRules, collector, styles);
286
+ }
287
+ }
288
+ /**
289
+ * Synchronous, hook-free style computation.
290
+ *
291
+ * Resolves recipes, categorizes style keys into chunks, renders CSS rules,
292
+ * allocates class names, and injects / collects / returns the CSS.
293
+ *
294
+ * Three code paths:
295
+ * 1. SSR collector — discovered via ALS or passed explicitly; CSS collected
296
+ * 2. RSC inline — no collector and no `document`; CSS returned as `result.css`
297
+ * for the caller to emit as an inline `<style>` tag
298
+ * 3. Client inject — CSS injected synchronously into the DOM (idempotent)
299
+ *
300
+ * @param styles - Tasty styles object (or undefined for no styles)
301
+ * @param options - Optional SSR collector override
302
+ */
303
+ function computeStyles(styles, options) {
304
+ if (!styles || !hasKeys(styles)) return EMPTY_RESULT;
305
+ const resolved = resolveRecipes(styles);
306
+ const chunkMap = categorizeStyleKeys(resolved);
307
+ const collector = options?.ssrCollector !== void 0 ? options.ssrCollector : getRegisteredSSRCollector();
308
+ const chunks = [];
309
+ if (collector) {
310
+ collector.collectInternals();
311
+ for (const [chunkName, chunkStyleKeys] of chunkMap) {
312
+ const chunk = processChunkSSR(collector, resolved, chunkName, chunkStyleKeys);
313
+ if (chunk) chunks.push(chunk);
314
+ }
315
+ collectAncillarySSR(collector, resolved, chunks);
316
+ } else if (typeof document === "undefined") return computeStylesRSC(resolved, chunkMap);
317
+ else {
318
+ injectAncillarySync(resolved);
319
+ const usedKf = getUsedKeyframes(resolved);
320
+ const nameMap = usedKf ? injectKeyframesSync(usedKf) : null;
321
+ for (const [chunkName, chunkStyleKeys] of chunkMap) {
322
+ const chunk = processChunkSync(resolved, chunkName, chunkStyleKeys);
323
+ if (chunk) chunks.push(chunk);
324
+ }
325
+ if (nameMap) injectChunkRulesSync(chunks, nameMap);
326
+ for (const chunk of chunks) touch(chunk.className);
327
+ }
328
+ if (chunks.length === 0) return EMPTY_RESULT;
329
+ if (chunks.length === 1) return { className: chunks[0].className };
330
+ return { className: chunks.map((c) => c.className).join(" ") };
331
+ }
332
+ //#endregion
333
+ export { computeStyles };
334
+
335
+ //# sourceMappingURL=compute-styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-styles.js","names":[],"sources":["../src/compute-styles.ts"],"sourcesContent":["/**\n * Hook-free, synchronous style computation.\n *\n * Extracts the core logic from useStyles() into a plain function that can\n * be called during React render without any hooks. Three code paths:\n *\n * 1. SSR collector — styles collected via ServerStyleCollector\n * 2. Client inject — styles injected synchronously into the DOM\n * 3. RSC inline — styles returned as CSS strings for inline <style> emission\n *\n * This enables tasty() components to work as React Server Components.\n */\n\nimport {\n categorizeStyleKeys,\n generateChunkCacheKey,\n renderStylesForChunk,\n} from './chunks';\nimport {\n getConfig,\n getGlobalConfigTokens,\n getGlobalCounterStyle,\n getEffectiveProperties,\n getGlobalFontFace,\n getGlobalKeyframes,\n hasGlobalKeyframes,\n} from './config';\nimport {\n counterStyle,\n fontFace,\n inject,\n keyframes,\n property,\n touch,\n} from './injector';\nimport type { FontFaceDescriptors, KeyframesSteps } from './injector/types';\nimport {\n extractLocalCounterStyle,\n formatCounterStyleRule,\n hasLocalCounterStyle,\n} from './counter-style';\nimport {\n extractLocalFontFace,\n fontFaceContentHash,\n formatFontFaceRule,\n hasLocalFontFace,\n} from './font-face';\nimport {\n extractAnimationNamesFromStyles,\n extractLocalKeyframes,\n filterUsedKeyframes,\n hasLocalKeyframes,\n mergeKeyframes,\n replaceAnimationNames,\n} from './keyframes';\nimport type { RenderResult, StyleResult } from './pipeline';\nimport { renderStyles } from './pipeline';\nimport {\n flushPendingCSS,\n getRSCCache,\n rscAllocateClassName,\n} from './rsc-cache';\nimport type { RSCStyleCache } from './rsc-cache';\nimport { extractLocalProperties, hasLocalProperties } from './properties';\nimport { collectAutoInferredProperties } from './ssr/collect-auto-properties';\nimport type { ServerStyleCollector } from './ssr/collector';\nimport { formatGlobalRules } from './ssr/format-global-rules';\nimport { formatKeyframesCSS } from './ssr/format-keyframes';\nimport { formatPropertyCSS } from './ssr/format-property';\nimport { formatRules } from './ssr/format-rules';\nimport { getRegisteredSSRCollector } from './ssr/ssr-collector-ref';\nimport type { Styles } from './styles/types';\nimport { hasKeys } from './utils/has-keys';\nimport { resolveRecipes } from './utils/resolve-recipes';\n\nexport interface ComputeStylesResult {\n className: string;\n /** CSS text to emit as an inline <style> tag (RSC mode only). */\n css?: string;\n}\n\nexport interface ComputeStylesOptions {\n ssrCollector?: ServerStyleCollector | null;\n}\n\ninterface ProcessedChunk {\n name: string;\n styleKeys: string[];\n cacheKey: string;\n renderResult: RenderResult;\n className: string;\n}\n\nconst EMPTY_RESULT: ComputeStylesResult = { className: '' };\n\n// ---------------------------------------------------------------------------\n// RSC (React Server Components) inline style support\n// ---------------------------------------------------------------------------\n\n/**\n * Collect internals CSS for RSC — mirrors ServerStyleCollector.collectInternals().\n * Emitted once per request (tracked via rscCache.internalsEmitted).\n */\nfunction collectInternalsRSC(rscCache: RSCStyleCache): string {\n if (rscCache.internalsEmitted) return '';\n rscCache.internalsEmitted = true;\n\n const parts: string[] = [];\n\n for (const [token, definition] of Object.entries(getEffectiveProperties())) {\n const css = formatPropertyCSS(token, definition);\n if (css) parts.push(css);\n }\n\n const tokenStyles = getGlobalConfigTokens();\n if (tokenStyles && Object.keys(tokenStyles).length > 0) {\n const tokenRules = renderStyles(tokenStyles, ':root') as StyleResult[];\n if (tokenRules.length > 0) {\n const css = formatGlobalRules(tokenRules);\n if (css) parts.push(css);\n }\n }\n\n const globalFF = getGlobalFontFace();\n if (globalFF) {\n for (const [family, input] of Object.entries(globalFF)) {\n const descriptors: FontFaceDescriptors[] = Array.isArray(input)\n ? input\n : [input];\n for (const desc of descriptors) {\n parts.push(formatFontFaceRule(family, desc));\n }\n }\n }\n\n const globalCS = getGlobalCounterStyle();\n if (globalCS) {\n for (const [name, descriptors] of Object.entries(globalCS)) {\n parts.push(formatCounterStyleRule(name, descriptors));\n }\n }\n\n return parts.join('\\n');\n}\n\n/**\n * Collect per-component ancillary CSS (keyframes, @property, font-face,\n * counter-style) for RSC mode.\n */\nfunction collectAncillaryRSC(rscCache: RSCStyleCache, styles: Styles): string {\n const parts: string[] = [];\n\n const usedKf = getUsedKeyframes(styles);\n if (usedKf) {\n for (const [name, steps] of Object.entries(usedKf)) {\n const key = `__kf:${name}:${JSON.stringify(steps)}`;\n if (!rscCache.emittedKeys.has(key)) {\n rscCache.emittedKeys.add(key);\n parts.push(formatKeyframesCSS(name, steps));\n }\n }\n }\n\n if (hasLocalProperties(styles)) {\n const localProperties = extractLocalProperties(styles);\n if (localProperties) {\n for (const [token, definition] of Object.entries(localProperties)) {\n const key = `__prop:${token}`;\n if (!rscCache.emittedKeys.has(key)) {\n rscCache.emittedKeys.add(key);\n const css = formatPropertyCSS(token, definition);\n if (css) parts.push(css);\n }\n }\n }\n }\n\n if (hasLocalFontFace(styles)) {\n const localFontFace = extractLocalFontFace(styles);\n if (localFontFace) {\n for (const [family, input] of Object.entries(localFontFace)) {\n const descriptors: FontFaceDescriptors[] = Array.isArray(input)\n ? input\n : [input];\n for (const desc of descriptors) {\n const hash = fontFaceContentHash(family, desc);\n const key = `__ff:${hash}`;\n if (!rscCache.emittedKeys.has(key)) {\n rscCache.emittedKeys.add(key);\n parts.push(formatFontFaceRule(family, desc));\n }\n }\n }\n }\n }\n\n if (hasLocalCounterStyle(styles)) {\n const localCounterStyle = extractLocalCounterStyle(styles);\n if (localCounterStyle) {\n for (const [name, descriptors] of Object.entries(localCounterStyle)) {\n const key = `__cs:${name}:${JSON.stringify(descriptors)}`;\n if (!rscCache.emittedKeys.has(key)) {\n rscCache.emittedKeys.add(key);\n parts.push(formatCounterStyleRule(name, descriptors));\n }\n }\n }\n }\n\n return parts.join('\\n');\n}\n\n/**\n * Process all chunks in RSC mode: render CSS to strings, allocate classNames,\n * and return combined { className, css }.\n */\nfunction computeStylesRSC(\n styles: Styles,\n chunkMap: Map<string, string[]>,\n): ComputeStylesResult {\n const rscCache = getRSCCache();\n const cssParts: string[] = [];\n const classNames: string[] = [];\n\n // Flush CSS accumulated by standalone style functions\n const pendingCSS = flushPendingCSS(rscCache);\n if (pendingCSS) cssParts.push(pendingCSS);\n\n const internalsCSS = collectInternalsRSC(rscCache);\n if (internalsCSS) cssParts.push(internalsCSS);\n\n for (const [chunkName, chunkStyleKeys] of chunkMap) {\n if (chunkStyleKeys.length === 0) continue;\n\n const cacheKey = generateChunkCacheKey(styles, chunkName, chunkStyleKeys);\n const { className, isNew } = rscAllocateClassName(rscCache, cacheKey);\n classNames.push(className);\n\n if (isNew) {\n const renderResult = renderStylesForChunk(\n styles,\n chunkName,\n chunkStyleKeys,\n );\n if (renderResult.rules.length > 0) {\n const css = formatRules(renderResult.rules, className);\n if (css) cssParts.push(css);\n }\n }\n }\n\n const ancillaryCSS = collectAncillaryRSC(rscCache, styles);\n if (ancillaryCSS) cssParts.push(ancillaryCSS);\n\n if (classNames.length === 0) return EMPTY_RESULT;\n\n const css = cssParts.join('\\n');\n\n return {\n className: classNames.join(' '),\n css: css || undefined,\n };\n}\n\n/**\n * Get keyframes that are actually used in styles.\n * Returns null if no keyframes are used (fast path for zero overhead).\n */\nfunction getUsedKeyframes(\n styles: Styles,\n): Record<string, KeyframesSteps> | null {\n const hasLocal = hasLocalKeyframes(styles);\n const hasGlobal = hasGlobalKeyframes();\n if (!hasLocal && !hasGlobal) return null;\n\n const usedNames = extractAnimationNamesFromStyles(styles);\n if (usedNames.size === 0) return null;\n\n const local = hasLocal ? extractLocalKeyframes(styles) : null;\n const global = hasGlobal ? getGlobalKeyframes() : null;\n const allKeyframes = mergeKeyframes(local, global);\n\n return filterUsedKeyframes(allKeyframes, usedNames);\n}\n\n/**\n * Process a chunk on the SSR path: allocate via collector, render, collect CSS.\n */\nfunction processChunkSSR(\n collector: ServerStyleCollector,\n styles: Styles,\n chunkName: string,\n styleKeys: string[],\n): ProcessedChunk | null {\n if (styleKeys.length === 0) return null;\n\n const cacheKey = generateChunkCacheKey(styles, chunkName, styleKeys);\n const { className, isNewAllocation } = collector.allocateClassName(cacheKey);\n\n if (isNewAllocation) {\n const renderResult = renderStylesForChunk(styles, chunkName, styleKeys);\n if (renderResult.rules.length > 0) {\n collector.collectChunk(cacheKey, className, renderResult.rules);\n return { name: chunkName, styleKeys, cacheKey, renderResult, className };\n }\n return null;\n }\n\n return {\n name: chunkName,\n styleKeys,\n cacheKey,\n renderResult: { rules: [] },\n className,\n };\n}\n\n/**\n * Process a chunk on the client: render, allocate className, and inject\n * CSS synchronously. The injector's cache makes this idempotent.\n */\nfunction processChunkSync(\n styles: Styles,\n chunkName: string,\n styleKeys: string[],\n): ProcessedChunk | null {\n if (styleKeys.length === 0) return null;\n\n const cacheKey = generateChunkCacheKey(styles, chunkName, styleKeys);\n const renderResult = renderStylesForChunk(\n styles,\n chunkName,\n styleKeys,\n cacheKey,\n );\n if (renderResult.rules.length === 0) return null;\n\n const { className } = inject(renderResult.rules, { cacheKey });\n\n return { name: chunkName, styleKeys, cacheKey, renderResult, className };\n}\n\n/**\n * Inject keyframes synchronously and return a name replacement map.\n * On the client, keyframes are injected into the DOM.\n */\nfunction injectKeyframesSync(\n usedKeyframes: Record<string, KeyframesSteps>,\n): Map<string, string> | null {\n let nameMap: Map<string, string> | null = null;\n\n for (const [name, steps] of Object.entries(usedKeyframes)) {\n const result = keyframes(steps, { name });\n const injectedName = result.toString();\n if (injectedName !== name) {\n if (!nameMap) nameMap = new Map();\n nameMap.set(name, injectedName);\n }\n }\n\n return nameMap;\n}\n\n/**\n * Inject chunk rules synchronously, replacing animation names if needed.\n */\nfunction injectChunkRulesSync(\n chunks: ProcessedChunk[],\n nameMap: Map<string, string> | null,\n): void {\n for (const chunk of chunks) {\n if (chunk.renderResult.rules.length > 0) {\n const rulesToInject: StyleResult[] = nameMap\n ? chunk.renderResult.rules.map((rule) => ({\n ...rule,\n declarations: replaceAnimationNames(rule.declarations, nameMap!),\n }))\n : chunk.renderResult.rules;\n\n inject(rulesToInject, { cacheKey: chunk.cacheKey });\n }\n }\n}\n\n/**\n * Inject all ancillary rules (properties, font-faces, counter-styles) synchronously.\n */\nfunction injectAncillarySync(styles: Styles): void {\n if (hasLocalProperties(styles)) {\n const localProperties = extractLocalProperties(styles);\n if (localProperties) {\n for (const [token, definition] of Object.entries(localProperties)) {\n property(token, definition);\n }\n }\n }\n\n if (hasLocalFontFace(styles)) {\n const localFontFace = extractLocalFontFace(styles);\n if (localFontFace) {\n for (const [family, input] of Object.entries(localFontFace)) {\n const descriptors: FontFaceDescriptors[] = Array.isArray(input)\n ? input\n : [input];\n for (const desc of descriptors) {\n fontFace(family, desc);\n }\n }\n }\n }\n\n if (hasLocalCounterStyle(styles)) {\n const localCounterStyle = extractLocalCounterStyle(styles);\n if (localCounterStyle) {\n for (const [name, descriptors] of Object.entries(localCounterStyle)) {\n counterStyle(name, descriptors);\n }\n }\n }\n}\n\n/**\n * Collect all ancillary rules into the SSR collector.\n */\nfunction collectAncillarySSR(\n collector: ServerStyleCollector,\n styles: Styles,\n chunks: ProcessedChunk[],\n): void {\n const usedKf = getUsedKeyframes(styles);\n if (usedKf) {\n for (const [name, steps] of Object.entries(usedKf)) {\n const css = formatKeyframesCSS(name, steps);\n collector.collectKeyframes(name, css);\n }\n }\n\n if (hasLocalProperties(styles)) {\n const localProperties = extractLocalProperties(styles);\n if (localProperties) {\n for (const [token, definition] of Object.entries(localProperties)) {\n const css = formatPropertyCSS(token, definition);\n if (css) {\n collector.collectProperty(token, css);\n }\n }\n }\n }\n\n if (hasLocalFontFace(styles)) {\n const localFontFace = extractLocalFontFace(styles);\n if (localFontFace) {\n for (const [family, input] of Object.entries(localFontFace)) {\n const descriptors: FontFaceDescriptors[] = Array.isArray(input)\n ? input\n : [input];\n for (const desc of descriptors) {\n const hash = fontFaceContentHash(family, desc);\n const css = formatFontFaceRule(family, desc);\n collector.collectFontFace(hash, css);\n }\n }\n }\n }\n\n if (hasLocalCounterStyle(styles)) {\n const localCounterStyle = extractLocalCounterStyle(styles);\n if (localCounterStyle) {\n for (const [name, descriptors] of Object.entries(localCounterStyle)) {\n const css = formatCounterStyleRule(name, descriptors);\n collector.collectCounterStyle(name, css);\n }\n }\n }\n\n if (getConfig().autoPropertyTypes !== false) {\n const allRules = chunks.flatMap((c) => c.renderResult.rules);\n if (allRules.length > 0) {\n collectAutoInferredProperties(allRules, collector, styles);\n }\n }\n}\n\n/**\n * Synchronous, hook-free style computation.\n *\n * Resolves recipes, categorizes style keys into chunks, renders CSS rules,\n * allocates class names, and injects / collects / returns the CSS.\n *\n * Three code paths:\n * 1. SSR collector — discovered via ALS or passed explicitly; CSS collected\n * 2. RSC inline — no collector and no `document`; CSS returned as `result.css`\n * for the caller to emit as an inline `<style>` tag\n * 3. Client inject — CSS injected synchronously into the DOM (idempotent)\n *\n * @param styles - Tasty styles object (or undefined for no styles)\n * @param options - Optional SSR collector override\n */\nexport function computeStyles(\n styles: Styles | undefined,\n options?: ComputeStylesOptions,\n): ComputeStylesResult {\n if (!styles || !hasKeys(styles as Record<string, unknown>)) {\n return EMPTY_RESULT;\n }\n\n const resolved = resolveRecipes(styles);\n const chunkMap = categorizeStyleKeys(resolved as Record<string, unknown>);\n\n const collector =\n options?.ssrCollector !== undefined\n ? options.ssrCollector\n : getRegisteredSSRCollector();\n\n const chunks: ProcessedChunk[] = [];\n\n if (collector) {\n collector.collectInternals();\n\n for (const [chunkName, chunkStyleKeys] of chunkMap) {\n const chunk = processChunkSSR(\n collector,\n resolved,\n chunkName,\n chunkStyleKeys,\n );\n if (chunk) chunks.push(chunk);\n }\n\n collectAncillarySSR(collector, resolved, chunks);\n } else if (typeof document === 'undefined') {\n // RSC path: render CSS to strings for inline <style> emission\n return computeStylesRSC(resolved, chunkMap);\n } else {\n injectAncillarySync(resolved);\n\n const usedKf = getUsedKeyframes(resolved);\n const nameMap = usedKf ? injectKeyframesSync(usedKf) : null;\n\n for (const [chunkName, chunkStyleKeys] of chunkMap) {\n const chunk = processChunkSync(resolved, chunkName, chunkStyleKeys);\n if (chunk) chunks.push(chunk);\n }\n\n if (nameMap) {\n injectChunkRulesSync(chunks, nameMap);\n }\n\n for (const chunk of chunks) {\n touch(chunk.className);\n }\n }\n\n if (chunks.length === 0) return EMPTY_RESULT;\n if (chunks.length === 1) return { className: chunks[0].className };\n\n return { className: chunks.map((c) => c.className).join(' ') };\n}\n"],"mappings":"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"}