@tenphi/tasty 0.0.0-snapshot.cb3b623 → 0.0.0-snapshot.cca2ea6

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 (92) hide show
  1. package/README.md +176 -131
  2. package/dist/{async-storage-B7_o6FKt.js → async-storage-DKK-wTD4.js} +1 -1
  3. package/dist/{async-storage-B7_o6FKt.js.map → async-storage-DKK-wTD4.js.map} +1 -1
  4. package/dist/babel-CHy3n_M7.d.ts +83 -0
  5. package/dist/{collector-osfWTeRd.d.ts → collector-0YO-P1vW.d.ts} +44 -7
  6. package/dist/{collector-BZe0AMUR.js → collector-Eve9-4dP.js} +76 -15
  7. package/dist/collector-Eve9-4dP.js.map +1 -0
  8. package/dist/{config-LDodmgVz.js → config-Bwerr9rW.js} +3914 -2020
  9. package/dist/config-Bwerr9rW.js.map +1 -0
  10. package/dist/{config-BoZDUHW5.d.ts → config-DRp9aYRG.d.ts} +436 -63
  11. package/dist/{context-CkSg-kDT.js → context-CA8YKeMn.js} +1 -1
  12. package/dist/{context-CkSg-kDT.js.map → context-CA8YKeMn.js.map} +1 -1
  13. package/dist/core/index.d.ts +5 -5
  14. package/dist/core/index.js +6 -6
  15. package/dist/{core-CQfmSOQW.js → core-C9nPCkW6.js} +202 -219
  16. package/dist/core-C9nPCkW6.js.map +1 -0
  17. package/dist/{css-writer-BjqQ_6-j.js → css-writer-7SOcy4BM.js} +54 -15
  18. package/dist/css-writer-7SOcy4BM.js.map +1 -0
  19. package/dist/{format-global-rules-Dbc_1tc3.js → format-global-rules-DklyaXv-.js} +1 -1
  20. package/dist/{format-global-rules-Dbc_1tc3.js.map → format-global-rules-DklyaXv-.js.map} +1 -1
  21. package/dist/{format-rules-CkZinBt0.js → format-rules-Cb8LAho6.js} +4 -17
  22. package/dist/format-rules-Cb8LAho6.js.map +1 -0
  23. package/dist/{hydrate-M5WHyrmy.js → hydrate-DfL38fk5.js} +4 -12
  24. package/dist/{hydrate-M5WHyrmy.js.map → hydrate-DfL38fk5.js.map} +1 -1
  25. package/dist/{index-J7y6BV89.d.ts → index-B1A0pcCf.d.ts} +496 -201
  26. package/dist/{index-tcHuMPFt.d.ts → index-BmogEzTo.d.ts} +358 -69
  27. package/dist/index.d.ts +5 -5
  28. package/dist/index.js +250 -60
  29. package/dist/index.js.map +1 -1
  30. package/dist/{keyframes-Bp3MU20J.js → keyframes-CygCEfJG.js} +97 -192
  31. package/dist/keyframes-CygCEfJG.js.map +1 -0
  32. package/dist/{merge-styles-BMWcH6MF.d.ts → merge-styles-BcLl1u_d.d.ts} +2 -2
  33. package/dist/{merge-styles-DQW8Anlk.js → merge-styles-Bh_wsNk_.js} +2 -2
  34. package/dist/{merge-styles-DQW8Anlk.js.map → merge-styles-Bh_wsNk_.js.map} +1 -1
  35. package/dist/{resolve-recipes-BIxxAwSm.js → resolve-recipes-Da6piP7f.js} +3 -3
  36. package/dist/{resolve-recipes-BIxxAwSm.js.map → resolve-recipes-Da6piP7f.js.map} +1 -1
  37. package/dist/ssr/astro-client.js +1 -1
  38. package/dist/ssr/astro-client.js.map +1 -1
  39. package/dist/ssr/astro-middleware-static.d.ts +16 -0
  40. package/dist/ssr/astro-middleware-static.js +18 -0
  41. package/dist/ssr/astro-middleware-static.js.map +1 -0
  42. package/dist/ssr/astro-middleware.d.ts +8 -6
  43. package/dist/ssr/astro-middleware.js +10 -10
  44. package/dist/ssr/astro-middleware.js.map +1 -1
  45. package/dist/ssr/astro.d.ts +1 -5
  46. package/dist/ssr/astro.js +29 -21
  47. package/dist/ssr/astro.js.map +1 -1
  48. package/dist/ssr/index.d.ts +2 -9
  49. package/dist/ssr/index.js +5 -5
  50. package/dist/ssr/index.js.map +1 -1
  51. package/dist/ssr/next.d.ts +2 -3
  52. package/dist/ssr/next.js +6 -7
  53. package/dist/ssr/next.js.map +1 -1
  54. package/dist/static/index.d.ts +2 -2
  55. package/dist/static/index.js +4 -4
  56. package/dist/static/index.js.map +1 -1
  57. package/dist/static/inject.js.map +1 -1
  58. package/dist/zero/babel.d.ts +2 -81
  59. package/dist/zero/babel.js +27 -23
  60. package/dist/zero/babel.js.map +1 -1
  61. package/dist/zero/index.d.ts +16 -2
  62. package/dist/zero/index.js +2 -2
  63. package/dist/zero/next.d.ts +1 -1
  64. package/dist/zero/next.js +1 -1
  65. package/dist/zero/next.js.map +1 -1
  66. package/docs/README.md +17 -9
  67. package/docs/adoption.md +56 -31
  68. package/docs/ai-agents.md +224 -0
  69. package/docs/comparison.md +69 -40
  70. package/docs/configuration.md +470 -85
  71. package/docs/debug.md +11 -9
  72. package/docs/design-system.md +43 -24
  73. package/docs/dsl.md +508 -177
  74. package/docs/getting-started.md +60 -39
  75. package/docs/injector.md +120 -30
  76. package/docs/methodology.md +44 -38
  77. package/docs/migration-v3.md +285 -0
  78. package/docs/pipeline.md +53 -11
  79. package/docs/plugins.md +353 -0
  80. package/docs/react-api.md +142 -42
  81. package/docs/runtime-benchmarks.md +178 -0
  82. package/docs/ssr.md +90 -83
  83. package/docs/styles.md +56 -9
  84. package/docs/tasty-static.md +140 -105
  85. package/package.json +46 -20
  86. package/tasty.config.ts +5 -0
  87. package/dist/collector-BZe0AMUR.js.map +0 -1
  88. package/dist/config-LDodmgVz.js.map +0 -1
  89. package/dist/core-CQfmSOQW.js.map +0 -1
  90. package/dist/css-writer-BjqQ_6-j.js.map +0 -1
  91. package/dist/format-rules-CkZinBt0.js.map +0 -1
  92. package/dist/keyframes-Bp3MU20J.js.map +0 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  <h1 align="center">Tasty</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>Deterministic styling for stateful component systems.</strong><br>
9
- A design-system styling engine that compiles component states into mutually exclusive selectors, so complex components stay predictable as they evolve.
8
+ <strong>CSS-in-JS for React design systems.</strong><br>
9
+ Build components whose styles don’t fight.
10
10
  </p>
11
11
 
12
12
  <p align="center">
@@ -17,44 +17,57 @@
17
17
 
18
18
  ---
19
19
 
20
- Tasty is a styling engine for design systems that generates deterministic CSS for stateful components.
20
+ Describe hover, disabled, variants, themes, and responsive behavior as state maps. Tasty makes one branch win by design—without specificity fights or source-order surprises.
21
21
 
22
- It compiles state maps into **mutually exclusive selectors**, so for a given property and component state, one branch wins by construction instead of competing through cascade and specificity.
22
+ ```tsx
23
+ import { tasty } from '@tenphi/tasty';
23
24
 
24
- That is the core guarantee: component styling resolves from declared state logic, not from source-order accidents or specificity fights.
25
+ const Button = tasty({
26
+ as: 'button',
27
+ styles: {
28
+ fill: {
29
+ '': '#primary',
30
+ ':hover': '#primary-hover',
31
+ ':active': '#primary-pressed',
32
+ '[disabled]': '#surface',
33
+ },
34
+ },
35
+ });
36
+ ```
25
37
 
26
- The practical payoff shows up later: adding states, variants, and overrides stays inside the state map instead of reopening selector logic by hand.
38
+ Later branches have higher priority. If this button is both hovered and disabled, `[disabled]` wins and the hover rule is excluded. Tasty compiles that decision into mutually exclusive selectors, so the result does not depend on CSS source order.
27
39
 
28
- Tasty fits best when you are building a design system or component library with intersecting states, variants, tokens, sub-elements, responsive rules, and extension semantics that need to stay predictable over time.
40
+ That is the core promise: add states, variants, themes, and overrides without reopening selector logic by hand.
29
41
 
30
- On top of that foundation, Tasty gives teams a governed styling model: a CSS-like DSL, tokens, recipes, typed style props, sub-elements, and multiple rendering modes.
42
+ Tasty fits best when you are building a design system or component library whose components need to stay predictable as their state logic grows. Alongside state maps, it provides a CSS-like DSL, typed style props, tokens, recipes, sub-elements, and client-side, server-only, or build-time CSS delivery.
31
43
 
32
- - **New here?** Start with [Comparison](docs/comparison.md) if you are evaluating fit.
33
- - **Adopting Tasty?** Read the [Adoption Guide](docs/adoption.md).
34
- - **Want the mechanism first?** Jump to [How It Actually Works](#how-it-actually-works).
35
- - **Ready to build?** Go to [Getting Started](docs/getting-started.md).
44
+ - **Ready to try it?** Follow [Getting Started](docs/getting-started.md).
45
+ - **Evaluating fit?** Read [Comparison](docs/comparison.md) and the [Adoption Guide](docs/adoption.md).
46
+ - **Want the compiler model?** Jump to [How It Actually Works](#how-it-actually-works).
47
+ - **Building a component library?** See [Methodology](docs/methodology.md) and [Building a Design System](docs/design-system.md).
36
48
 
37
49
  ## Why Tasty
38
50
 
39
- - **Deterministic composition, not cascade fights** — Stateful styles resolve from the state map you declared, not from selector competition. See [How It Actually Works](#how-it-actually-works).
40
- - **Easier to extend over time** — When components gain new states, variants, or overrides, you update declared branches instead of re-deriving selector interactions by hand.
41
- - **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
42
- - **A governed styling model, not just syntax sugar** Design-system authors define the styling language product teams consume.
43
- - **DSL that still feels like CSS** — Familiar property names, less selector boilerplate. Start with the [Style DSL](docs/dsl.md), then use [Style Properties](docs/styles.md) as the handler reference.
51
+ - **States that don’t fight** — Each property’s state map compiles into mutually exclusive selectors, so one branch wins by construction.
52
+ - **Safe to extend** — Add variants, overrides, and new states without re-deriving selector interactions.
53
+ - **Built for component systems** — Model roots and sub-elements together and expose governed, typed component APIs.
54
+ - **Your design system’s language** Define tokens, units, aliases, recipes, style props, and parser rules for your system.
55
+ - **One model for every state** — Pseudo-classes, modifiers, root and parent states, media and container queries, `:has()`, and `@supports` all use state maps.
56
+ - **Client, server, or build time** — Use `tasty()` in client React, React Server Components, SSR, and static server rendering, or use `tastyStatic()` for framework-agnostic build-time extraction.
44
57
 
45
58
  ### Supporting capabilities
46
59
 
47
60
  - **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).
48
- - **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.
49
- - **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.
50
- - **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
61
+ - **Zero client styling runtime with the full React API** — All `tasty()` components and style functions are hook-free. In server-only rendering, they generate CSS on the server and ship no Tasty styling runtime to the browser. Astro without islands is the concrete integration; server-only Next.js RSC follows the same architecture. Use `tastyStatic()` when you specifically need build-time extraction without React.
62
+ - **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, `@font-face`, `@counter-style`, `@function`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
63
+ - **Performance and caching** — When styles are generated in the browser, Tasty injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
51
64
  - **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.
52
65
 
53
- ## Why It Exists
66
+ ## Why State Maps Matter
54
67
 
55
- Modern component styling becomes fragile when multiple selectors can still win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
68
+ Component styling becomes fragile when multiple selectors can win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
56
69
 
57
- Tasty replaces that competition with explicit state-map resolution. Each property compiles into mutually exclusive branches, so component styling stays deterministic as systems grow. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
70
+ Tasty replaces that competition with explicit priority in the state map. Each property compiles into mutually exclusive branches, so only one generated selector can match. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
58
71
 
59
72
  ## Installation
60
73
 
@@ -83,7 +96,7 @@ For the fuller docs map beyond the quick routes above, start here:
83
96
  - **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
84
97
  - **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
85
98
  - **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
86
- - **[Docs Hub](docs/README.md)** — choose docs by role and task: runtime, zero-runtime, runtime SSR integration, design-system authoring, internals, and debugging
99
+ - **[Docs Hub](docs/README.md)** — choose docs by role and task: React rendering, zero-client-runtime delivery, build-time extraction, design-system authoring, internals, and debugging
87
100
  - **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
88
101
 
89
102
  ## Quick Start
@@ -108,7 +121,7 @@ const Card = tasty({
108
121
  });
109
122
 
110
123
  // Just a React component
111
- <Card>Hello World</Card>
124
+ <Card>Hello World</Card>;
112
125
  ```
113
126
 
114
127
  Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
@@ -128,22 +141,22 @@ const Button = tasty({
128
141
  '': '#primary',
129
142
  ':hover': '#primary-hover',
130
143
  ':active': '#primary-pressed',
131
- '[disabled]': '#surface',
144
+ disabled: '#surface',
132
145
  },
133
146
  color: {
134
147
  '': '#on-primary',
135
- '[disabled]': '#text.40',
148
+ disabled: '#text.40',
136
149
  },
137
150
  cursor: {
138
151
  '': 'pointer',
139
- '[disabled]': 'not-allowed',
152
+ disabled: 'not-allowed',
140
153
  },
141
154
  transition: 'theme',
142
155
  },
143
156
  });
144
157
  ```
145
158
 
146
- State keys support pseudo-classes first (`:hover`, `:active`), then modifiers (`theme=danger`), attributes (`[disabled]`), media/container queries, root states, and more. Tasty compiles them into exclusive selectors automatically.
159
+ State keys support pseudo-classes (`:hover`, `:active`), modifiers (`theme=danger`), attributes, media/container queries, root states, and more. The built-in `disabled` and `checked` states automatically track their corresponding native props or attributes; `disabled` is the concise Tasty form of `[disabled]`. Tasty compiles state maps into exclusive selectors automatically.
147
160
 
148
161
  ### Extend any component
149
162
 
@@ -171,7 +184,8 @@ configure({
171
184
  states: {
172
185
  '@mobile': '@media(w < 768px)',
173
186
  '@tablet': '@media(w < 1024px)',
174
- '@dark': '@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
187
+ '@dark':
188
+ '@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
175
189
  },
176
190
  recipes: {
177
191
  card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
@@ -187,7 +201,9 @@ Use `configure()` once when your app or design system needs shared aliases, toke
187
201
 
188
202
  ```tsx
189
203
  <Space flow="row" gap="2x" placeItems="center">
190
- <Button isLoading size="large" placeSelf="end">Submit</Button>
204
+ <Button isLoading size="large" placeSelf="end">
205
+ Submit
206
+ </Button>
191
207
  </Space>
192
208
  ```
193
209
 
@@ -195,15 +211,15 @@ See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full r
195
211
 
196
212
  ## Choose a Styling Approach
197
213
 
198
- Once you understand the component model, pick the rendering mode that matches your app.
214
+ Once you understand the component model, choose where Tasty should generate CSS. Zero-runtime delivery is an outcome, not a synonym for `tastyStatic()`.
199
215
 
200
- | Approach | Entry point | Best for | Trade-off |
201
- |----------|-------------|----------|-----------|
202
- | **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) |
203
- | **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 |
204
- | **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 |
216
+ | Approach | Authoring API | CSS is generated | Tasty runtime in the browser | Best for |
217
+ | ------------------------- | ------------------------------------------- | ----------------------------------- | ---------------------------- | ------------------------------------------------------------------- |
218
+ | **Server-only React** | `tasty()`; optional `@tenphi/tasty/ssr/*` | During server or static rendering | None | Astro without islands, server-only RSC, SSG |
219
+ | **Hydrated React** | `tasty()` plus `@tenphi/tasty/ssr/*` | During SSR, then on demand in React | Only in hydrated components | Interactive React apps, Next.js client components, Astro islands |
220
+ | **Build-time extraction** | `tastyStatic()` from `@tenphi/tasty/static` | During the build | None in file mode | Non-React frameworks or CSS that must be extracted before rendering |
205
221
 
206
- 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).
222
+ The first approach and `tastyStatic()`'s default file mode both ship zero Tasty styling runtime to the browser. The difference is authoring and timing: server-only `tasty()` retains `styleProps`, sub-elements, variants, and the rest of the React API, while `tastyStatic()` extracts build-time-known styles without a React dependency. (`tastyStatic()` inject mode intentionally ships a tiny CSS injector.) Astro supports the server-only path directly with `tastyIntegration({ islands: false })`; the same server-only model applies to Next.js RSC, though you should verify the output for your deployment. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Build-Time Extraction](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
207
223
 
208
224
  ## How It Actually Works
209
225
 
@@ -218,15 +234,19 @@ First, the **cascade** resolves conflicts by specificity and source order: when
218
234
  A small example makes this tangible. Two rules for a button's background:
219
235
 
220
236
  ```css
221
- .btn:hover { background: dodgerblue; }
222
- .btn[disabled] { background: gray; }
237
+ .btn:hover {
238
+ background: dodgerblue;
239
+ }
240
+ .btn[disabled] {
241
+ background: gray;
242
+ }
223
243
  ```
224
244
 
225
- Both selectors have specificity `(0, 1, 1)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
245
+ Both selectors have specificity `(0, 2, 0)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
226
246
 
227
247
  ### Why real state logic is hard to author by hand
228
248
 
229
- Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just *one* property with *one* state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
249
+ Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just _one_ property with _one_ state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
230
250
 
231
251
  ### What Tasty generates instead
232
252
 
@@ -251,10 +271,16 @@ If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-col
251
271
 
252
272
  ```css
253
273
  /* First attempt — the @media branch is too broad */
254
- .t0 { color: var(--text-color); }
255
- :root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
274
+ .t0 {
275
+ color: var(--text-color);
276
+ }
277
+ :root[data-schema='dark'] .t0 {
278
+ color: var(--text-on-dark-color);
279
+ }
256
280
  @media (prefers-color-scheme: dark) {
257
- .t0 { color: var(--text-on-dark-color); }
281
+ .t0 {
282
+ color: var(--text-on-dark-color);
283
+ }
258
284
  }
259
285
  ```
260
286
 
@@ -262,20 +288,26 @@ The `@media` branch fires even when `data-schema="light"` is explicitly set. Fix
262
288
 
263
289
  ```css
264
290
  /* Second attempt — @media is scoped, but the default is still too broad */
265
- .t0 { color: var(--text-color); }
266
- :root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
291
+ .t0 {
292
+ color: var(--text-color);
293
+ }
294
+ :root[data-schema='dark'] .t0 {
295
+ color: var(--text-on-dark-color);
296
+ }
267
297
  @media (prefers-color-scheme: dark) {
268
- :root:not([data-schema]) .t0 { color: var(--text-on-dark-color); }
298
+ :root:not([data-schema]) .t0 {
299
+ color: var(--text-on-dark-color);
300
+ }
269
301
  }
270
302
  ```
271
303
 
272
304
  Better — but the bare `.t0` default still matches unconditionally. It matches in dark mode, it matches when `data-schema="dark"` is set, and it can beat the attribute selector by source order if another rule re-declares it later. There is no selector that says "apply this default only when none of the dark branches win."
273
305
 
274
- This is just *one* property with *one* state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
306
+ This is just _one_ property with _one_ state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
275
307
 
276
308
  ```css
277
309
  /* Branch 1: Explicit dark schema */
278
- :root[data-schema="dark"] .t0.t0 {
310
+ :root[data-schema='dark'] .t0.t0 {
279
311
  color: var(--text-on-dark-color);
280
312
  }
281
313
 
@@ -288,13 +320,13 @@ This is just *one* property with *one* state, and getting it right already takes
288
320
 
289
321
  /* Default: no schema + OS does not prefer dark */
290
322
  @media (not (prefers-color-scheme: dark)) {
291
- :root:not([data-schema="dark"]) .t0.t0 {
323
+ :root:not([data-schema='dark']) .t0.t0 {
292
324
  color: var(--text-color);
293
325
  }
294
326
  }
295
327
 
296
328
  /* Default: schema is set but not dark (any OS preference) */
297
- :root:not([data-schema="dark"])[data-schema] .t0.t0 {
329
+ :root:not([data-schema='dark'])[data-schema] .t0.t0 {
298
330
  color: var(--text-color);
299
331
  }
300
332
  ```
@@ -323,13 +355,13 @@ radius: '1r', // → var(--radius)
323
355
  border: '1bw solid #border',
324
356
  ```
325
357
 
326
- | Unit | Maps to | Example |
327
- |------|---------|---------|
328
- | `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
329
- | `r` | `--radius` multiplier | `1r` → `var(--radius)` |
330
- | `bw` | `--border-width` multiplier | `1bw` → `var(--border-width)` |
358
+ | Unit | Maps to | Example |
359
+ | ---- | ---------------------------- | ------------------------------ |
360
+ | `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
361
+ | `r` | `--radius` multiplier | `1r` → `var(--radius)` |
362
+ | `bw` | `--border-width` multiplier | `1bw` → `var(--border-width)` |
331
363
  | `ow` | `--outline-width` multiplier | `1ow` → `var(--outline-width)` |
332
- | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
364
+ | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
333
365
 
334
366
  Define your own units via `configure({ units: { ... } })`.
335
367
 
@@ -337,19 +369,19 @@ Define your own units via `configure({ units: { ... } })`.
337
369
 
338
370
  Every style property accepts a state mapping object. Keys can be combined with boolean logic:
339
371
 
340
- | State type | Syntax | CSS output |
341
- |------------|--------|------------|
342
- | Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
343
- | Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
344
- | Pseudo-class | `:hover` | `:hover` |
345
- | Attribute selector | `[role="tab"]` | `[role="tab"]` |
346
- | Class selector (supported) | `.is-active` | `.is-active` |
347
- | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
348
- | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
349
- | Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
350
- | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
351
- | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
352
- | Entry animation | `@starting` | `@starting-style` |
372
+ | State type | Syntax | CSS output |
373
+ | --------------------------------- | -------------------------- | ----------------------------------- |
374
+ | Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
375
+ | Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
376
+ | Pseudo-class | `:hover` | `:hover` |
377
+ | Attribute selector | `[role="tab"]` | `[role="tab"]` |
378
+ | Class selector (supported) | `.is-active` | `.is-active` |
379
+ | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
380
+ | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
381
+ | Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
382
+ | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
383
+ | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
384
+ | Entry animation | `@starting` | `@starting-style` |
353
385
 
354
386
  Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
355
387
 
@@ -398,14 +430,16 @@ const Button = tasty({
398
430
  },
399
431
  });
400
432
 
401
- <Button isLoading size="lg">Submit</Button>
433
+ <Button isLoading size="lg">
434
+ Submit
435
+ </Button>;
402
436
  ```
403
437
 
404
438
  See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
405
439
 
406
440
  ### Variants
407
441
 
408
- 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.
442
+ Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. With `tasty()`, Tasty emits only the variant CSS that is actually used, whether rendering happens on the server or in the browser.
409
443
 
410
444
  See [React API - Variants](docs/react-api.md#variants).
411
445
 
@@ -425,33 +459,55 @@ If you prefer explicit control, disable inference with `configure({ autoProperty
425
459
 
426
460
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
427
461
 
428
- ### Explicit `@properties`
462
+ ### Explicit `@property`
429
463
 
430
- Use explicit `@properties` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
464
+ Use explicit `@property` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
431
465
 
432
466
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
433
467
 
468
+ ### CSS Functions (`@function`)
469
+
470
+ Define reusable, parameterized CSS functions and call them anywhere a value is accepted. Declare with `$$name`, invoke with `$$name(...)`; parameters and local variables use `$name`.
471
+
472
+ ```jsx
473
+ const Card = tasty({
474
+ styles: {
475
+ '@function': {
476
+ $$negative: { args: ['$value'], result: '(-1 * $value)' },
477
+ },
478
+ margin: '$$negative(2x) top',
479
+ },
480
+ });
481
+ ```
482
+
483
+ Definitions can also come from `configure({ functions })` or the `useFunction` style function, and work across client rendering, SSR/RSC, and build-time extraction. `@function` is an experimental CSS feature, so for browsers that do not ship it yet enable `configure({ polyfills: { functions: true } })` to inline every call into plain CSS at parse time.
484
+
485
+ See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
486
+
434
487
  ### Style Functions
435
488
 
436
- 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.
489
+ 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`, `useCounterStyle`, and `useFunction` for animation, custom-property, font, counter-style, and CSS-function primitives. All style functions are hook-free and work in React Server Components.
437
490
 
438
491
  See [React API - Style Functions](docs/react-api.md#style-functions).
439
492
 
440
- ### Zero-Runtime Mode
493
+ ### Zero-Runtime Delivery
494
+
495
+ There are two ways to ship no Tasty styling runtime to the browser:
441
496
 
442
- Use `tastyStatic` when you want the same DSL and state model, but with CSS extracted at build time and no styling runtime in the client bundle. It is a strong fit for static sites, landing pages, and other build-time-first setups.
497
+ - Render `tasty()` components only on the server, retaining the full React component API. Astro's `tastyIntegration({ islands: false })` is the clearest example.
498
+ - Use `tastyStatic()` to extract build-time-known CSS without React.
443
499
 
444
- See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
500
+ See [Server-Side Rendering](docs/ssr.md), [Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md), and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
445
501
 
446
502
  ### `tasty` vs `tastyStatic`
447
503
 
448
- `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.
504
+ `tasty()` returns React components that compute CSS during rendering. That render can happen in the browser or only on the server; the server-only path ships no Tasty styling runtime while retaining the full feature set. `tastyStatic()` returns class names and extracts CSS during the build via a Babel plugin, with no React dependency. Both share the same DSL, tokens, units, state mappings, and recipes. Use `tasty()` as the default for React; use `tastyStatic()` when extraction must happen before rendering or the consumer is not React.
449
505
 
450
- 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).
506
+ See [Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md), [React API](docs/react-api.md), and [Comparison - Where styles are computed](docs/comparison.md#where-styles-are-computed).
451
507
 
452
508
  ### Server-Side Rendering
453
509
 
454
- `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.
510
+ `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, they ship no Tasty styling runtime while retaining the full feature set. Astro without islands is the explicit zero-client-JavaScript setup; server-only Next.js RSC follows the same architecture, with output depending on the application deployment.
455
511
 
456
512
  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:
457
513
 
@@ -463,18 +519,19 @@ See the [full SSR guide](docs/ssr.md).
463
519
 
464
520
  ## Entry Points
465
521
 
466
- | Import | Description | Platform |
467
- |--------|-------------|----------|
468
- | `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
469
- | `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
470
- | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
471
- | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
472
- | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
473
- | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
474
- | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
475
- | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
476
- | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
477
- | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
522
+ | Import | Description | Platform |
523
+ | -------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------- |
524
+ | `@tenphi/tasty` | React style engine (`tasty`, style functions, `configure`) | Browser / Node |
525
+ | `@tenphi/tasty/static` | Build-time extraction authoring API (`tastyStatic`) | Build time |
526
+ | `@tenphi/tasty/static/inject` | Runtime helper the Babel plugin rewrites `tastyStatic` imports to in inject mode | Browser |
527
+ | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
528
+ | `@tenphi/tasty/babel-plugin` | Babel plugin for build-time CSS extraction | Node |
529
+ | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
530
+ | `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
531
+ | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
532
+ | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
533
+ | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
534
+ | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
478
535
 
479
536
  ## Browser Requirements
480
537
 
@@ -490,43 +547,24 @@ Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
490
547
 
491
548
  All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
492
549
 
493
- | Entry point | Size |
494
- |-------------|------|
495
- | `@tenphi/tasty` (runtime + SSR) | 50.19 kB |
496
- | `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
497
- | `@tenphi/tasty/static` (zero-runtime) | 16.43 kB |
498
- | `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
499
- | `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
550
+ | Entry point | Size |
551
+ | ------------------------------------------------- | -------- |
552
+ | `@tenphi/tasty` (client + server rendering) | 50.19 kB |
553
+ | `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
554
+ | `@tenphi/tasty/static` (build-time authoring API) | 16.43 kB |
555
+ | `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
556
+ | `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
500
557
 
501
558
  Run `pnpm size` to reproduce (outputs may shift slightly with releases).
502
559
 
503
560
  ### Runtime Benchmarks
504
561
 
505
- If you choose the runtime approach, performance is usually a non-issue in practice. The numbers below show single-call throughput for the core pipeline stages, measured with `vitest bench` on an Apple M1 Max (Node 22).
506
-
507
- | Operation | ops/sec | Latency (mean) |
508
- |-----------|--------:|---------------:|
509
- | `renderStyles` — 5 flat properties (cold) | ~72,000 | ~14 us |
510
- | `renderStyles` — state map with media/hover/modifier (cold) | ~22,000 | ~46 us |
511
- | `renderStyles` — same styles (cached) | ~7,200,000 | ~0.14 us |
512
- | `parseStateKey` — simple key like `:hover` (cold) | ~1,200,000 | ~0.9 us |
513
- | `parseStateKey` — complex OR/AND/NOT key (cold) | ~190,000 | ~5 us |
514
- | `parseStateKey` — any key (cached) | ~3,300,000–8,900,000 | ~0.1–0.3 us |
515
- | `parseStyle` — value tokens like `2x 4x` (cold) | ~345,000 | ~3 us |
516
- | `parseStyle` — color tokens (cold) | ~525,000 | ~1.9 us |
517
- | `parseStyle` — any value (cached) | ~15,500,000 | ~0.06 us |
518
-
519
- "Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path.
520
-
521
- Run `pnpm bench` to reproduce.
522
-
523
- #### What This Means in Practice
524
-
525
- - **Cached path dominates production.** After a component's first render, subsequent renders with stable styles skip the pipeline entirely (React `useMemo` + LRU cache hits at every level). All cached operations are sub-microsecond — effectively free.
526
- - **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~46 us. Even a page with 100 unique styled components adds only ~5 ms of total style computation on first render, negligible next to React reconciliation and DOM work.
527
- - **Cache multipliers are 30x–100x.** This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
528
- - **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~14 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
529
- - **On slower devices.** The benchmarks above are from an M1 Max (Geekbench 6 SC ~2,400). A mid-range consumer laptop (~1,800 SC) is roughly 1.3x slower; a mid-range phone (~1,200 SC) is roughly 2x slower; a budget phone (~700 SC) is roughly 3–4x slower. Even at 4x, the heaviest cold operation stays under 200 us and 100 unique components under 20 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
562
+ Reproducible benchmarks cover the core style pipeline, the React overhead of an
563
+ empty `tasty({})` wrapper, cold browser generation plus rule injection against
564
+ equivalent CSS already present on the page, and a representative 1,000-element
565
+ React update with shared styles. See
566
+ [Runtime Benchmarks](docs/runtime-benchmarks.md) for the methodology, exact
567
+ results, limitations, and commands.
530
568
 
531
569
  ### How It Stays Fast
532
570
 
@@ -536,6 +574,7 @@ Run `pnpm bench` to reproduce.
536
574
  - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
537
575
  - A style garbage collector removes unused styles/chunks over time.
538
576
  - A dedicated style injector minimizes DOM/style-tag overhead.
577
+ - Optional [batched injection](docs/configuration.md#batched-injection) keeps stylesheet writes together before layout reads, allowing the browser to resolve their effects together instead of between individual insertions.
539
578
  - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
540
579
 
541
580
  ## Ecosystem
@@ -583,7 +622,7 @@ Syntax highlighting for Tasty styles in TypeScript, TSX, JavaScript, and JSX. Hi
583
622
 
584
623
  ### [tasty.style](https://tasty.style) ([source](https://github.com/tenphi/tasty.style))
585
624
 
586
- The official Tasty documentation and landing page — itself built entirely with Tasty. A showcase for zero-runtime styling via `tastyStatic`, SSR with Next.js, and OKHSL color theming with Glaze.
625
+ The official Tasty documentation and landing page — itself built entirely with `tasty()`. A showcase for server-rendered Tasty with Next.js and OKHST color theming with Glaze.
587
626
 
588
627
  ### [Cube Cloud](https://cube.dev/)
589
628
 
@@ -601,7 +640,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
601
640
 
602
641
  Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
603
642
 
604
- - **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, runtime, zero-runtime, runtime SSR integration, debugging, and internals
643
+ - **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, client and server rendering, build-time extraction, debugging, and internals
605
644
 
606
645
  ### Start here
607
646
 
@@ -615,14 +654,20 @@ Start from the docs hub if you want the shortest path to the right guide for you
615
654
 
616
655
  ### Reference
617
656
 
618
- - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
657
+ - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, `@property`, `@font-face`, `@counter-style`, and `@function`
619
658
  - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
620
- - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
659
+ - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, functions, polyfills, style handlers, props middleware, and TypeScript extensions
660
+ - **[Plugins & Extension Points](docs/plugins.md)** — Extending Tasty: choosing an extension point, authoring style handlers and props middleware, and packaging it as a plugin
621
661
  - **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
662
+ - **[Style Rules for AI Agents](docs/ai-agents.md)** — Condensed, rule-based brief for AI coding agents: correct value syntax, state maps, and property choices in one short page
663
+
664
+ ### Upgrading
665
+
666
+ - **[Migration Guide (v2 → v3)](docs/migration-v3.md)** — Every breaking change in 3.0 with a search-and-replace cheat sheet: at-rule key renames, the directional-shorthand rule, config keys, renamed and removed exports, and what deliberately did not change
622
667
 
623
668
  ### Rendering modes
624
669
 
625
- - **[Zero Runtime (tastyStatic)](docs/tasty-static.md)** — Build-time static styling: Babel plugin setup, Next.js integration, and static style patterns
670
+ - **[Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md)** — Babel plugin setup, Next.js integration, and static style patterns
626
671
  - **[Server-Side Rendering](docs/ssr.md)** — SSR setup for Next.js, Astro, and generic frameworks: streaming support, cache hydration, and troubleshooting
627
672
 
628
673
  ### Internals
@@ -41,4 +41,4 @@ function getSSRCollector() {
41
41
  //#endregion
42
42
  export { runWithCollector as n, getSSRCollector as t };
43
43
 
44
- //# sourceMappingURL=async-storage-B7_o6FKt.js.map
44
+ //# sourceMappingURL=async-storage-DKK-wTD4.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"async-storage-B7_o6FKt.js","names":[],"sources":["../src/ssr/async-storage.ts"],"sourcesContent":["/**\n * AsyncLocalStorage integration for SSR collector discovery.\n *\n * Used by Astro middleware and generic framework integrations where\n * the library cannot wrap the React tree with a context provider.\n * The middleware calls runWithCollector() around the render, and\n * useStyles() calls getSSRCollector() to find it.\n *\n * Uses globalThis to ensure the AsyncLocalStorage instance is shared\n * across module instances — frameworks like Astro may load middleware\n * and page components from separate module graphs.\n *\n * This module imports from 'node:async_hooks' — it must be excluded\n * from client bundles via the build configuration.\n */\n\nimport { AsyncLocalStorage } from 'node:async_hooks';\n\nimport type { ServerStyleCollector } from './collector';\n\nconst ALS_KEY = '__tasty_ssr_als__';\n\nfunction getSharedStorage(): AsyncLocalStorage<ServerStyleCollector> {\n const g = globalThis as Record<string, unknown>;\n if (!g[ALS_KEY]) {\n g[ALS_KEY] = new AsyncLocalStorage<ServerStyleCollector>();\n }\n return g[ALS_KEY] as AsyncLocalStorage<ServerStyleCollector>;\n}\n\n/**\n * Run a function with a ServerStyleCollector bound to the current\n * async context. All useStyles() calls within `fn` (and any async\n * continuations) will find this collector via getSSRCollector().\n */\nexport function runWithCollector<T>(\n collector: ServerStyleCollector,\n fn: () => T,\n): T {\n return getSharedStorage().run(collector, fn);\n}\n\n/**\n * Retrieve the ServerStyleCollector bound to the current async context.\n * Returns null when called outside of runWithCollector() or on the client.\n */\nexport function getSSRCollector(): ServerStyleCollector | null {\n const storage = getSharedStorage();\n if (typeof storage?.getStore !== 'function') return null;\n return storage.getStore() ?? null;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAoBA,MAAM,UAAU;AAEhB,SAAS,mBAA4D;CACnE,MAAM,IAAI;AACV,KAAI,CAAC,EAAE,SACL,GAAE,WAAW,IAAI,mBAAyC;AAE5D,QAAO,EAAE;;;;;;;AAQX,SAAgB,iBACd,WACA,IACG;AACH,QAAO,kBAAkB,CAAC,IAAI,WAAW,GAAG;;;;;;AAO9C,SAAgB,kBAA+C;CAC7D,MAAM,UAAU,kBAAkB;AAClC,KAAI,OAAO,SAAS,aAAa,WAAY,QAAO;AACpD,QAAO,QAAQ,UAAU,IAAI"}
1
+ {"version":3,"file":"async-storage-DKK-wTD4.js","names":[],"sources":["../src/ssr/async-storage.ts"],"sourcesContent":["/**\n * AsyncLocalStorage integration for SSR collector discovery.\n *\n * Used by Astro middleware and generic framework integrations where\n * the library cannot wrap the React tree with a context provider.\n * The middleware calls runWithCollector() around the render, and\n * useStyles() calls getSSRCollector() to find it.\n *\n * Uses globalThis to ensure the AsyncLocalStorage instance is shared\n * across module instances — frameworks like Astro may load middleware\n * and page components from separate module graphs.\n *\n * This module imports from 'node:async_hooks' — it must be excluded\n * from client bundles via the build configuration.\n */\n\nimport { AsyncLocalStorage } from 'node:async_hooks';\n\nimport type { ServerStyleCollector } from './collector';\n\nconst ALS_KEY = '__tasty_ssr_als__';\n\nfunction getSharedStorage(): AsyncLocalStorage<ServerStyleCollector> {\n const g = globalThis as Record<string, unknown>;\n if (!g[ALS_KEY]) {\n g[ALS_KEY] = new AsyncLocalStorage<ServerStyleCollector>();\n }\n return g[ALS_KEY] as AsyncLocalStorage<ServerStyleCollector>;\n}\n\n/**\n * Run a function with a ServerStyleCollector bound to the current\n * async context. All useStyles() calls within `fn` (and any async\n * continuations) will find this collector via getSSRCollector().\n */\nexport function runWithCollector<T>(\n collector: ServerStyleCollector,\n fn: () => T,\n): T {\n return getSharedStorage().run(collector, fn);\n}\n\n/**\n * Retrieve the ServerStyleCollector bound to the current async context.\n * Returns null when called outside of runWithCollector() or on the client.\n */\nexport function getSSRCollector(): ServerStyleCollector | null {\n const storage = getSharedStorage();\n if (typeof storage?.getStore !== 'function') return null;\n return storage.getStore() ?? null;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAoBA,MAAM,UAAU;AAEhB,SAAS,mBAA4D;CACnE,MAAM,IAAI;CACV,IAAI,CAAC,EAAE,UACL,EAAE,WAAW,IAAI,kBAAwC;CAE3D,OAAO,EAAE;AACX;;;;;;AAOA,SAAgB,iBACd,WACA,IACG;CACH,OAAO,iBAAiB,CAAC,CAAC,IAAI,WAAW,EAAE;AAC7C;;;;;AAMA,SAAgB,kBAA+C;CAC7D,MAAM,UAAU,iBAAiB;CACjC,IAAI,OAAO,SAAS,aAAa,YAAY,OAAO;CACpD,OAAO,QAAQ,SAAS,KAAK;AAC/B"}