@tenphi/tasty 0.0.0-snapshot.320e44e → 0.0.0-snapshot.33e181d

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 (344) hide show
  1. package/README.md +71 -34
  2. package/dist/astro-B45xgYub.js +156 -0
  3. package/dist/astro-B45xgYub.js.map +1 -0
  4. package/dist/{ssr/async-storage.js → async-storage-DKK-wTD4.js} +17 -8
  5. package/dist/async-storage-DKK-wTD4.js.map +1 -0
  6. package/dist/babel-B8OSPYCy.d.ts +83 -0
  7. package/dist/{ssr/collector.d.ts → collector-C6ZwPZN-.d.ts} +54 -17
  8. package/dist/{ssr/collector.js → collector-CXa-awfD.js} +114 -43
  9. package/dist/collector-CXa-awfD.js.map +1 -0
  10. package/dist/config-B4Ztz3Ku.d.ts +1159 -0
  11. package/dist/config-Cpo57jRp.js +12109 -0
  12. package/dist/config-Cpo57jRp.js.map +1 -0
  13. package/dist/context-CA8YKeMn.js +24 -0
  14. package/dist/context-CA8YKeMn.js.map +1 -0
  15. package/dist/core/index.d.ts +5 -34
  16. package/dist/core/index.js +6 -27
  17. package/dist/core-pdaVRMA5.js +1536 -0
  18. package/dist/core-pdaVRMA5.js.map +1 -0
  19. package/dist/{zero/extractor.js → css-writer-ChXW71Qo.js} +149 -26
  20. package/dist/css-writer-ChXW71Qo.js.map +1 -0
  21. package/dist/{ssr/format-global-rules.js → format-global-rules-DklyaXv-.js} +3 -3
  22. package/dist/format-global-rules-DklyaXv-.js.map +1 -0
  23. package/dist/format-rules-DBsJt_0Q.js +143 -0
  24. package/dist/format-rules-DBsJt_0Q.js.map +1 -0
  25. package/dist/hydrate-Dfp9qDli.js +37 -0
  26. package/dist/hydrate-Dfp9qDli.js.map +1 -0
  27. package/dist/index-BXbb5YRH.d.ts +1845 -0
  28. package/dist/index-C0Bcr46L.d.ts +1394 -0
  29. package/dist/index.d.ts +5 -51
  30. package/dist/index.js +795 -35
  31. package/dist/index.js.map +1 -0
  32. package/dist/keyframes-C39x7ZwW.js +424 -0
  33. package/dist/keyframes-C39x7ZwW.js.map +1 -0
  34. package/dist/{utils/merge-styles.js → merge-styles-C1OoP07n.js} +4 -6
  35. package/dist/merge-styles-C1OoP07n.js.map +1 -0
  36. package/dist/{utils/merge-styles.d.ts → merge-styles-DhbGbIcu.d.ts} +3 -3
  37. package/dist/{utils/resolve-recipes.js → resolve-recipes-Q8BpxVp8.js} +5 -8
  38. package/dist/resolve-recipes-Q8BpxVp8.js.map +1 -0
  39. package/dist/ssr/astro-client.d.ts +1 -0
  40. package/dist/ssr/astro-client.js +19 -0
  41. package/dist/ssr/astro-client.js.map +1 -0
  42. package/dist/ssr/astro-middleware.d.ts +15 -0
  43. package/dist/ssr/astro-middleware.js +19 -0
  44. package/dist/ssr/astro-middleware.js.map +1 -0
  45. package/dist/ssr/astro.d.ts +74 -10
  46. package/dist/ssr/astro.js +2 -65
  47. package/dist/ssr/index.d.ts +37 -5
  48. package/dist/ssr/index.js +7 -9
  49. package/dist/ssr/index.js.map +1 -1
  50. package/dist/ssr/next.d.ts +6 -6
  51. package/dist/ssr/next.js +19 -16
  52. package/dist/ssr/next.js.map +1 -1
  53. package/dist/static/index.d.ts +91 -5
  54. package/dist/static/index.js +49 -4
  55. package/dist/static/index.js.map +1 -0
  56. package/dist/static/inject.d.ts +5 -0
  57. package/dist/static/inject.js +17 -0
  58. package/dist/static/inject.js.map +1 -0
  59. package/dist/zero/babel.d.ts +2 -167
  60. package/dist/zero/babel.js +161 -57
  61. package/dist/zero/babel.js.map +1 -1
  62. package/dist/zero/index.d.ts +81 -3
  63. package/dist/zero/index.js +2 -4
  64. package/dist/zero/next.d.ts +13 -1
  65. package/dist/zero/next.js +6 -5
  66. package/dist/zero/next.js.map +1 -1
  67. package/docs/README.md +8 -5
  68. package/docs/adoption.md +5 -3
  69. package/docs/ai-agents.md +220 -0
  70. package/docs/comparison.md +24 -25
  71. package/docs/configuration.md +332 -30
  72. package/docs/debug.md +18 -16
  73. package/docs/design-system.md +24 -12
  74. package/docs/dsl.md +214 -28
  75. package/docs/getting-started.md +10 -10
  76. package/docs/injector.md +74 -31
  77. package/docs/methodology.md +78 -3
  78. package/docs/migration-v3.md +285 -0
  79. package/docs/pipeline.md +744 -0
  80. package/docs/plugins.md +349 -0
  81. package/docs/{runtime.md → react-api.md} +186 -30
  82. package/docs/ssr.md +171 -104
  83. package/docs/styles.md +71 -14
  84. package/docs/tasty-static.md +122 -6
  85. package/package.json +36 -14
  86. package/tasty.config.ts +6 -0
  87. package/dist/_virtual/_rolldown/runtime.js +0 -8
  88. package/dist/chunks/cacheKey.js +0 -78
  89. package/dist/chunks/cacheKey.js.map +0 -1
  90. package/dist/chunks/definitions.d.ts +0 -37
  91. package/dist/chunks/definitions.js +0 -259
  92. package/dist/chunks/definitions.js.map +0 -1
  93. package/dist/chunks/renderChunk.js +0 -60
  94. package/dist/chunks/renderChunk.js.map +0 -1
  95. package/dist/config.d.ts +0 -366
  96. package/dist/config.js +0 -504
  97. package/dist/config.js.map +0 -1
  98. package/dist/counter-style/index.js +0 -51
  99. package/dist/counter-style/index.js.map +0 -1
  100. package/dist/debug.d.ts +0 -89
  101. package/dist/debug.js +0 -454
  102. package/dist/debug.js.map +0 -1
  103. package/dist/font-face/index.js +0 -63
  104. package/dist/font-face/index.js.map +0 -1
  105. package/dist/hooks/resolve-ssr-collector.js +0 -15
  106. package/dist/hooks/resolve-ssr-collector.js.map +0 -1
  107. package/dist/hooks/useCounterStyle.d.ts +0 -50
  108. package/dist/hooks/useCounterStyle.js +0 -47
  109. package/dist/hooks/useCounterStyle.js.map +0 -1
  110. package/dist/hooks/useFontFace.d.ts +0 -43
  111. package/dist/hooks/useFontFace.js +0 -71
  112. package/dist/hooks/useFontFace.js.map +0 -1
  113. package/dist/hooks/useGlobalStyles.d.ts +0 -30
  114. package/dist/hooks/useGlobalStyles.js +0 -79
  115. package/dist/hooks/useGlobalStyles.js.map +0 -1
  116. package/dist/hooks/useKeyframes.d.ts +0 -56
  117. package/dist/hooks/useKeyframes.js +0 -65
  118. package/dist/hooks/useKeyframes.js.map +0 -1
  119. package/dist/hooks/useProperty.d.ts +0 -79
  120. package/dist/hooks/useProperty.js +0 -110
  121. package/dist/hooks/useProperty.js.map +0 -1
  122. package/dist/hooks/useRawCSS.d.ts +0 -53
  123. package/dist/hooks/useRawCSS.js +0 -36
  124. package/dist/hooks/useRawCSS.js.map +0 -1
  125. package/dist/hooks/useStyles.d.ts +0 -45
  126. package/dist/hooks/useStyles.js +0 -238
  127. package/dist/hooks/useStyles.js.map +0 -1
  128. package/dist/injector/index.d.ts +0 -183
  129. package/dist/injector/index.js +0 -180
  130. package/dist/injector/index.js.map +0 -1
  131. package/dist/injector/injector.d.ts +0 -166
  132. package/dist/injector/injector.js +0 -465
  133. package/dist/injector/injector.js.map +0 -1
  134. package/dist/injector/sheet-manager.d.ts +0 -136
  135. package/dist/injector/sheet-manager.js +0 -734
  136. package/dist/injector/sheet-manager.js.map +0 -1
  137. package/dist/injector/types.d.ts +0 -204
  138. package/dist/keyframes/index.js +0 -206
  139. package/dist/keyframes/index.js.map +0 -1
  140. package/dist/parser/classify.js +0 -320
  141. package/dist/parser/classify.js.map +0 -1
  142. package/dist/parser/const.js +0 -49
  143. package/dist/parser/const.js.map +0 -1
  144. package/dist/parser/lru.js +0 -109
  145. package/dist/parser/lru.js.map +0 -1
  146. package/dist/parser/parser.d.ts +0 -25
  147. package/dist/parser/parser.js +0 -116
  148. package/dist/parser/parser.js.map +0 -1
  149. package/dist/parser/tokenizer.js +0 -69
  150. package/dist/parser/tokenizer.js.map +0 -1
  151. package/dist/parser/types.d.ts +0 -51
  152. package/dist/parser/types.js +0 -46
  153. package/dist/parser/types.js.map +0 -1
  154. package/dist/pipeline/conditions.d.ts +0 -134
  155. package/dist/pipeline/conditions.js +0 -406
  156. package/dist/pipeline/conditions.js.map +0 -1
  157. package/dist/pipeline/exclusive.js +0 -231
  158. package/dist/pipeline/exclusive.js.map +0 -1
  159. package/dist/pipeline/index.d.ts +0 -55
  160. package/dist/pipeline/index.js +0 -709
  161. package/dist/pipeline/index.js.map +0 -1
  162. package/dist/pipeline/materialize.js +0 -1104
  163. package/dist/pipeline/materialize.js.map +0 -1
  164. package/dist/pipeline/parseStateKey.d.ts +0 -15
  165. package/dist/pipeline/parseStateKey.js +0 -447
  166. package/dist/pipeline/parseStateKey.js.map +0 -1
  167. package/dist/pipeline/simplify.js +0 -516
  168. package/dist/pipeline/simplify.js.map +0 -1
  169. package/dist/pipeline/warnings.js +0 -18
  170. package/dist/pipeline/warnings.js.map +0 -1
  171. package/dist/plugins/okhsl-plugin.d.ts +0 -35
  172. package/dist/plugins/okhsl-plugin.js +0 -98
  173. package/dist/plugins/okhsl-plugin.js.map +0 -1
  174. package/dist/plugins/types.d.ts +0 -76
  175. package/dist/properties/index.js +0 -223
  176. package/dist/properties/index.js.map +0 -1
  177. package/dist/properties/property-type-resolver.d.ts +0 -24
  178. package/dist/properties/property-type-resolver.js +0 -91
  179. package/dist/properties/property-type-resolver.js.map +0 -1
  180. package/dist/ssr/astro.js.map +0 -1
  181. package/dist/ssr/async-storage.d.ts +0 -17
  182. package/dist/ssr/async-storage.js.map +0 -1
  183. package/dist/ssr/collect-auto-properties.js +0 -40
  184. package/dist/ssr/collect-auto-properties.js.map +0 -1
  185. package/dist/ssr/collector.js.map +0 -1
  186. package/dist/ssr/context.d.ts +0 -8
  187. package/dist/ssr/context.js +0 -14
  188. package/dist/ssr/context.js.map +0 -1
  189. package/dist/ssr/format-global-rules.js.map +0 -1
  190. package/dist/ssr/format-keyframes.js +0 -70
  191. package/dist/ssr/format-keyframes.js.map +0 -1
  192. package/dist/ssr/format-property.js +0 -50
  193. package/dist/ssr/format-property.js.map +0 -1
  194. package/dist/ssr/format-rules.js +0 -73
  195. package/dist/ssr/format-rules.js.map +0 -1
  196. package/dist/ssr/hydrate.d.ts +0 -22
  197. package/dist/ssr/hydrate.js +0 -50
  198. package/dist/ssr/hydrate.js.map +0 -1
  199. package/dist/ssr/ssr-collector-ref.js +0 -12
  200. package/dist/ssr/ssr-collector-ref.js.map +0 -1
  201. package/dist/states/index.d.ts +0 -49
  202. package/dist/states/index.js +0 -171
  203. package/dist/states/index.js.map +0 -1
  204. package/dist/static/tastyStatic.d.ts +0 -46
  205. package/dist/static/tastyStatic.js +0 -31
  206. package/dist/static/tastyStatic.js.map +0 -1
  207. package/dist/static/types.d.ts +0 -49
  208. package/dist/static/types.js +0 -24
  209. package/dist/static/types.js.map +0 -1
  210. package/dist/styles/align.d.ts +0 -15
  211. package/dist/styles/align.js +0 -14
  212. package/dist/styles/align.js.map +0 -1
  213. package/dist/styles/border.d.ts +0 -25
  214. package/dist/styles/border.js +0 -114
  215. package/dist/styles/border.js.map +0 -1
  216. package/dist/styles/color.d.ts +0 -14
  217. package/dist/styles/color.js +0 -27
  218. package/dist/styles/color.js.map +0 -1
  219. package/dist/styles/createStyle.js +0 -80
  220. package/dist/styles/createStyle.js.map +0 -1
  221. package/dist/styles/dimension.js +0 -97
  222. package/dist/styles/dimension.js.map +0 -1
  223. package/dist/styles/display.d.ts +0 -37
  224. package/dist/styles/display.js +0 -67
  225. package/dist/styles/display.js.map +0 -1
  226. package/dist/styles/fade.d.ts +0 -15
  227. package/dist/styles/fade.js +0 -58
  228. package/dist/styles/fade.js.map +0 -1
  229. package/dist/styles/fill.d.ts +0 -42
  230. package/dist/styles/fill.js +0 -52
  231. package/dist/styles/fill.js.map +0 -1
  232. package/dist/styles/flow.d.ts +0 -16
  233. package/dist/styles/flow.js +0 -12
  234. package/dist/styles/flow.js.map +0 -1
  235. package/dist/styles/gap.d.ts +0 -31
  236. package/dist/styles/gap.js +0 -37
  237. package/dist/styles/gap.js.map +0 -1
  238. package/dist/styles/height.d.ts +0 -17
  239. package/dist/styles/height.js +0 -20
  240. package/dist/styles/height.js.map +0 -1
  241. package/dist/styles/index.d.ts +0 -2
  242. package/dist/styles/index.js +0 -9
  243. package/dist/styles/index.js.map +0 -1
  244. package/dist/styles/inset.d.ts +0 -52
  245. package/dist/styles/inset.js +0 -150
  246. package/dist/styles/inset.js.map +0 -1
  247. package/dist/styles/justify.d.ts +0 -15
  248. package/dist/styles/justify.js +0 -14
  249. package/dist/styles/justify.js.map +0 -1
  250. package/dist/styles/list.d.ts +0 -16
  251. package/dist/styles/list.js +0 -98
  252. package/dist/styles/list.js.map +0 -1
  253. package/dist/styles/margin.d.ts +0 -24
  254. package/dist/styles/margin.js +0 -104
  255. package/dist/styles/margin.js.map +0 -1
  256. package/dist/styles/outline.d.ts +0 -29
  257. package/dist/styles/outline.js +0 -65
  258. package/dist/styles/outline.js.map +0 -1
  259. package/dist/styles/padding.d.ts +0 -24
  260. package/dist/styles/padding.js +0 -104
  261. package/dist/styles/padding.js.map +0 -1
  262. package/dist/styles/predefined.d.ts +0 -71
  263. package/dist/styles/predefined.js +0 -238
  264. package/dist/styles/predefined.js.map +0 -1
  265. package/dist/styles/preset.d.ts +0 -52
  266. package/dist/styles/preset.js +0 -127
  267. package/dist/styles/preset.js.map +0 -1
  268. package/dist/styles/radius.d.ts +0 -14
  269. package/dist/styles/radius.js +0 -51
  270. package/dist/styles/radius.js.map +0 -1
  271. package/dist/styles/scrollbar.d.ts +0 -25
  272. package/dist/styles/scrollbar.js +0 -48
  273. package/dist/styles/scrollbar.js.map +0 -1
  274. package/dist/styles/shadow.d.ts +0 -14
  275. package/dist/styles/shadow.js +0 -24
  276. package/dist/styles/shadow.js.map +0 -1
  277. package/dist/styles/transition.d.ts +0 -14
  278. package/dist/styles/transition.js +0 -158
  279. package/dist/styles/transition.js.map +0 -1
  280. package/dist/styles/types.d.ts +0 -547
  281. package/dist/styles/width.d.ts +0 -17
  282. package/dist/styles/width.js +0 -20
  283. package/dist/styles/width.js.map +0 -1
  284. package/dist/tasty.d.ts +0 -119
  285. package/dist/tasty.js +0 -232
  286. package/dist/tasty.js.map +0 -1
  287. package/dist/types.d.ts +0 -184
  288. package/dist/utils/cache-wrapper.js +0 -22
  289. package/dist/utils/cache-wrapper.js.map +0 -1
  290. package/dist/utils/case-converter.js +0 -8
  291. package/dist/utils/case-converter.js.map +0 -1
  292. package/dist/utils/color-math.d.ts +0 -46
  293. package/dist/utils/color-math.js +0 -749
  294. package/dist/utils/color-math.js.map +0 -1
  295. package/dist/utils/color-space.d.ts +0 -5
  296. package/dist/utils/color-space.js +0 -229
  297. package/dist/utils/color-space.js.map +0 -1
  298. package/dist/utils/colors.d.ts +0 -5
  299. package/dist/utils/colors.js +0 -11
  300. package/dist/utils/colors.js.map +0 -1
  301. package/dist/utils/css-types.d.ts +0 -7
  302. package/dist/utils/dotize.d.ts +0 -26
  303. package/dist/utils/dotize.js +0 -122
  304. package/dist/utils/dotize.js.map +0 -1
  305. package/dist/utils/filter-base-props.d.ts +0 -15
  306. package/dist/utils/filter-base-props.js +0 -45
  307. package/dist/utils/filter-base-props.js.map +0 -1
  308. package/dist/utils/get-display-name.d.ts +0 -7
  309. package/dist/utils/get-display-name.js +0 -10
  310. package/dist/utils/get-display-name.js.map +0 -1
  311. package/dist/utils/has-keys.js +0 -13
  312. package/dist/utils/has-keys.js.map +0 -1
  313. package/dist/utils/is-dev-env.js +0 -19
  314. package/dist/utils/is-dev-env.js.map +0 -1
  315. package/dist/utils/is-valid-element-type.js +0 -15
  316. package/dist/utils/is-valid-element-type.js.map +0 -1
  317. package/dist/utils/merge-styles.js.map +0 -1
  318. package/dist/utils/mod-attrs.d.ts +0 -8
  319. package/dist/utils/mod-attrs.js +0 -21
  320. package/dist/utils/mod-attrs.js.map +0 -1
  321. package/dist/utils/process-tokens.d.ts +0 -21
  322. package/dist/utils/process-tokens.js +0 -91
  323. package/dist/utils/process-tokens.js.map +0 -1
  324. package/dist/utils/resolve-recipes.d.ts +0 -17
  325. package/dist/utils/resolve-recipes.js.map +0 -1
  326. package/dist/utils/selector-transform.js +0 -32
  327. package/dist/utils/selector-transform.js.map +0 -1
  328. package/dist/utils/string.js +0 -8
  329. package/dist/utils/string.js.map +0 -1
  330. package/dist/utils/styles.d.ts +0 -99
  331. package/dist/utils/styles.js +0 -221
  332. package/dist/utils/styles.js.map +0 -1
  333. package/dist/utils/typography.d.ts +0 -47
  334. package/dist/utils/typography.js +0 -51
  335. package/dist/utils/typography.js.map +0 -1
  336. package/dist/utils/warnings.d.ts +0 -16
  337. package/dist/utils/warnings.js +0 -16
  338. package/dist/utils/warnings.js.map +0 -1
  339. package/dist/zero/css-writer.d.ts +0 -45
  340. package/dist/zero/css-writer.js +0 -74
  341. package/dist/zero/css-writer.js.map +0 -1
  342. package/dist/zero/extractor.d.ts +0 -24
  343. package/dist/zero/extractor.js.map +0 -1
  344. package/docs/PIPELINE.md +0 -519
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <p align="center">
8
8
  <strong>Deterministic styling for stateful component systems.</strong><br>
9
- A design-system styling engine that compiles component states into mutually exclusive selectors.
9
+ A design-system styling engine that compiles component states into mutually exclusive selectors, so complex components stay predictable as they evolve.
10
10
  </p>
11
11
 
12
12
  <p align="center">
@@ -23,6 +23,8 @@ It compiles state maps into **mutually exclusive selectors**, so for a given pro
23
23
 
24
24
  That is the core guarantee: component styling resolves from declared state logic, not from source-order accidents or specificity fights.
25
25
 
26
+ The practical payoff shows up later: adding states, variants, and overrides stays inside the state map instead of reopening selector logic by hand.
27
+
26
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.
27
29
 
28
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.
@@ -35,6 +37,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
35
37
  ## Why Tasty
36
38
 
37
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.
38
41
  - **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
39
42
  - **A governed styling model, not just syntax sugar** — Design-system authors define the styling language product teams consume.
40
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.
@@ -42,8 +45,8 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
42
45
  ### Supporting capabilities
43
46
 
44
47
  - **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.
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.
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`, `@font-face`, `@counter-style`, `@function`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
47
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.
48
51
  - **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.
49
52
 
@@ -79,7 +82,7 @@ For the fuller docs map beyond the quick routes above, start here:
79
82
  - **[Comparison](docs/comparison.md)** — read this first if you are evaluating whether Tasty fits your team's styling model
80
83
  - **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
81
84
  - **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
82
- - **[Style rendering pipeline](docs/PIPELINE.md)** — see the selector model behind deterministic style resolution
85
+ - **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
83
86
  - **[Docs Hub](docs/README.md)** — choose docs by role and task: runtime, zero-runtime, runtime SSR integration, design-system authoring, internals, and debugging
84
87
  - **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
85
88
 
@@ -188,7 +191,7 @@ Use `configure()` once when your app or design system needs shared aliases, toke
188
191
  </Space>
189
192
  ```
190
193
 
191
- See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [Runtime API](docs/runtime.md#style-props).
194
+ 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
195
 
193
196
  ## Choose a Styling Approach
194
197
 
@@ -196,16 +199,17 @@ Once you understand the component model, pick the rendering mode that matches yo
196
199
 
197
200
  | Approach | Entry point | Best for | Trade-off |
198
201
  |----------|-------------|----------|-----------|
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 |
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 |
201
205
 
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).
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).
203
207
 
204
208
  ## How It Actually Works
205
209
 
206
210
  This is the core idea that makes everything else possible.
207
211
 
208
- For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/PIPELINE.md)**.
212
+ For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/pipeline.md)**.
209
213
 
210
214
  ### The structural problem with normal CSS
211
215
 
@@ -347,7 +351,7 @@ Every style property accepts a state mapping object. Keys can be combined with b
347
351
  | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
348
352
  | Entry animation | `@starting` | `@starting-style` |
349
353
 
350
- Combine with `&` (AND), `|` (OR), `!` (NOT):
354
+ Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
351
355
 
352
356
  ```tsx
353
357
  fill: {
@@ -363,7 +367,7 @@ Compound components can style inner parts from the parent definition with capita
363
367
 
364
368
  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
369
 
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).
370
+ 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
371
 
368
372
  ### Style Props
369
373
 
@@ -378,7 +382,7 @@ const Space = tasty({
378
382
  <Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
379
383
  ```
380
384
 
381
- See [Runtime API - Style Props](docs/runtime.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
385
+ See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
382
386
 
383
387
  ### Mod Props
384
388
 
@@ -397,13 +401,13 @@ const Button = tasty({
397
401
  <Button isLoading size="lg">Submit</Button>
398
402
  ```
399
403
 
400
- See [Runtime API - Mod Props](docs/runtime.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
404
+ See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
401
405
 
402
406
  ### Variants
403
407
 
404
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.
405
409
 
406
- See [Runtime API - Variants](docs/runtime.md#variants).
410
+ See [React API - Variants](docs/react-api.md#variants).
407
411
 
408
412
  ### Recipes
409
413
 
@@ -421,17 +425,36 @@ If you prefer explicit control, disable inference with `configure({ autoProperty
421
425
 
422
426
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
423
427
 
424
- ### Explicit `@properties`
428
+ ### Explicit `@property`
425
429
 
426
- Use explicit `@properties` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
430
+ Use explicit `@property` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
427
431
 
428
432
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
429
433
 
430
- ### React Hooks
434
+ ### CSS Functions (`@function`)
435
+
436
+ 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`.
431
437
 
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.
438
+ ```jsx
439
+ const Card = tasty({
440
+ styles: {
441
+ '@function': {
442
+ $$negative: { args: ['$value'], result: '(-1 * $value)' },
443
+ },
444
+ marginTop: '$$negative(2x)',
445
+ },
446
+ });
447
+ ```
433
448
 
434
- See [Runtime API - Hooks](docs/runtime.md#hooks).
449
+ Definitions can also come from `configure({ functions })` or the `useFunction` style function, and work across client, SSR/RSC, and zero-runtime modes. `@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.
450
+
451
+ See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
452
+
453
+ ### Style Functions
454
+
455
+ 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.
456
+
457
+ See [React API - Style Functions](docs/react-api.md#style-functions).
435
458
 
436
459
  ### Zero-Runtime Mode
437
460
 
@@ -441,15 +464,19 @@ See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Ch
441
464
 
442
465
  ### `tasty` vs `tastyStatic`
443
466
 
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.
467
+ `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
468
 
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).
469
+ 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
470
 
448
471
  ### Server-Side Rendering
449
472
 
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.
473
+ `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
474
 
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.
475
+ 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:
476
+
477
+ - `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
478
+ - `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
479
+ - The core SSR API for other React SSR setups
453
480
 
454
481
  See the [full SSR guide](docs/ssr.md).
455
482
 
@@ -457,15 +484,17 @@ See the [full SSR guide](docs/ssr.md).
457
484
 
458
485
  | Import | Description | Platform |
459
486
  |--------|-------------|----------|
460
- | `@tenphi/tasty` | Runtime style engine (`tasty`, hooks, `configure`) | Browser |
487
+ | `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
461
488
  | `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
489
+ | `@tenphi/tasty/static/inject` | Runtime helper the Babel plugin rewrites `tastyStatic` imports to in inject mode | Browser |
462
490
  | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
463
491
  | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
464
492
  | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
465
- | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
493
+ | `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
466
494
  | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
467
495
  | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
468
- | `@tenphi/tasty/ssr/astro` | Astro middleware + auto-hydration | Node / Browser |
496
+ | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
497
+ | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
469
498
 
470
499
  ## Browser Requirements
471
500
 
@@ -483,11 +512,13 @@ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minif
483
512
 
484
513
  | Entry point | Size |
485
514
  |-------------|------|
486
- | `@tenphi/tasty` (runtime + SSR) | ~44 kB |
487
- | `@tenphi/tasty/core` (runtime, no SSR) | ~41 kB |
488
- | `@tenphi/tasty/static` (zero-runtime) | ~1.5 kB |
515
+ | `@tenphi/tasty` (runtime + SSR) | 50.19 kB |
516
+ | `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
517
+ | `@tenphi/tasty/static` (zero-runtime) | 16.43 kB |
518
+ | `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
519
+ | `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
489
520
 
490
- Run `pnpm size` for exact up-to-date numbers.
521
+ Run `pnpm size` to reproduce (outputs may shift slightly with releases).
491
522
 
492
523
  ### Runtime Benchmarks
493
524
 
@@ -604,10 +635,16 @@ Start from the docs hub if you want the shortest path to the right guide for you
604
635
 
605
636
  ### Reference
606
637
 
607
- - **[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
609
- - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
638
+ - **[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`
639
+ - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
640
+ - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, functions, polyfills, style handlers, props middleware, and TypeScript extensions
641
+ - **[Plugins & Extension Points](docs/plugins.md)** — Extending Tasty: choosing an extension point, authoring style handlers and props middleware, and packaging it as a plugin
610
642
  - **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
643
+ - **[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
644
+
645
+ ### Upgrading
646
+
647
+ - **[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
611
648
 
612
649
  ### Rendering modes
613
650
 
@@ -616,7 +653,7 @@ Start from the docs hub if you want the shortest path to the right guide for you
616
653
 
617
654
  ### Internals
618
655
 
619
- - **[Style rendering pipeline](docs/PIPELINE.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
656
+ - **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
620
657
  - **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
621
658
  - **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
622
659
 
@@ -0,0 +1,156 @@
1
+ import { n as getConfig } from "./config-Cpo57jRp.js";
2
+ import { a as registerSSRCollectorGetterGlobal } from "./format-rules-DBsJt_0Q.js";
3
+ import { t as ServerStyleCollector } from "./collector-CXa-awfD.js";
4
+ import { n as runWithCollector, t as getSSRCollector } from "./async-storage-DKK-wTD4.js";
5
+ //#region src/ssr/astro-transfer-cache.ts
6
+ /**
7
+ * Internal module-level state for the Astro middleware transfer-cache flag.
8
+ *
9
+ * Set by `tastyIntegration` and read by `astro-middleware.ts`. Kept in a
10
+ * separate non-exported module so it does not appear on the public API
11
+ * surface of `@tenphi/tasty/ssr/astro`.
12
+ */
13
+ let _middlewareTransferCache = true;
14
+ /** @internal */
15
+ function setMiddlewareTransferCache(value) {
16
+ _middlewareTransferCache = value;
17
+ }
18
+ /** @internal */
19
+ function getMiddlewareTransferCache() {
20
+ return _middlewareTransferCache;
21
+ }
22
+ //#endregion
23
+ //#region src/ssr/astro.ts
24
+ /**
25
+ * Astro integration for Tasty SSR.
26
+ *
27
+ * Provides:
28
+ * - tastyIntegration() — Astro Integration API (recommended)
29
+ * - tastyMiddleware() — manual middleware for advanced composition
30
+ *
31
+ * Import from '@tenphi/tasty/ssr/astro'.
32
+ */
33
+ registerSSRCollectorGetterGlobal(getSSRCollector);
34
+ /**
35
+ * Create an Astro middleware that collects Tasty styles during SSR.
36
+ *
37
+ * All React components rendered during the request will have their
38
+ * computeStyles() calls captured by the collector via AsyncLocalStorage.
39
+ * After rendering, the middleware injects the collected CSS into </head>.
40
+ *
41
+ * @example Manual middleware setup
42
+ * ```ts
43
+ * // src/middleware.ts
44
+ * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';
45
+ * export const onRequest = tastyMiddleware();
46
+ * ```
47
+ *
48
+ * @example Composing with other middleware
49
+ * ```ts
50
+ * // src/middleware.ts
51
+ * import { sequence } from 'astro:middleware';
52
+ * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';
53
+ *
54
+ * export const onRequest = sequence(
55
+ * tastyMiddleware(),
56
+ * myOtherMiddleware,
57
+ * );
58
+ * ```
59
+ */
60
+ function tastyMiddleware(options) {
61
+ return async (_context, next) => {
62
+ const transferCache = options?.transferCache ?? true;
63
+ const collector = new ServerStyleCollector();
64
+ const rendered = await runWithCollector(collector, async () => {
65
+ const response = await next();
66
+ const body = response.body;
67
+ const contentType = response.headers.get("content-type") ?? "";
68
+ if (!body || !contentType.includes("text/html")) return { response };
69
+ const reader = body.pipeThrough(new TextDecoderStream()).getReader();
70
+ const parts = [];
71
+ for (;;) {
72
+ const { done, value } = await reader.read();
73
+ if (done) break;
74
+ parts.push(value);
75
+ }
76
+ return {
77
+ html: parts.join(""),
78
+ status: response.status,
79
+ headers: response.headers
80
+ };
81
+ });
82
+ if ("response" in rendered) return rendered.response;
83
+ if (!rendered.html) return new Response(null, {
84
+ status: rendered.status,
85
+ headers: rendered.headers
86
+ });
87
+ let { html } = rendered;
88
+ const css = collector.getCSS();
89
+ if (!css) return new Response(html, {
90
+ status: rendered.status,
91
+ headers: rendered.headers
92
+ });
93
+ const nonce = getConfig().nonce;
94
+ const nonceAttr = nonce ? ` nonce="${nonce}"` : "";
95
+ const styleTag = `<style data-tasty-ssr${nonceAttr}>${css}</style>`;
96
+ let cacheTag = "";
97
+ if (transferCache) {
98
+ const classNames = collector.getRenderedClassNames();
99
+ if (classNames.length > 0) cacheTag = `<script${nonceAttr}>(window.__TASTY__=window.__TASTY__||[]).push(${classNames.map((n) => `"${n}"`).join(",")})<\/script>`;
100
+ }
101
+ const injection = styleTag + cacheTag;
102
+ const idx = html.indexOf("</head>");
103
+ if (idx !== -1) html = html.slice(0, idx) + injection + html.slice(idx);
104
+ else html = injection + html;
105
+ const headers = new Headers(rendered.headers);
106
+ headers.delete("content-length");
107
+ return new Response(html, {
108
+ status: rendered.status,
109
+ headers
110
+ });
111
+ };
112
+ }
113
+ /**
114
+ * Astro integration that automatically sets up Tasty SSR.
115
+ *
116
+ * Registers middleware for cross-component CSS deduplication and
117
+ * optionally injects a client hydration script for island support.
118
+ *
119
+ * @example Basic setup (with islands)
120
+ * ```ts
121
+ * // astro.config.mjs
122
+ * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';
123
+ *
124
+ * export default defineConfig({
125
+ * integrations: [tastyIntegration()],
126
+ * });
127
+ * ```
128
+ *
129
+ * @example Static-only (no client JS)
130
+ * ```ts
131
+ * // astro.config.mjs
132
+ * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';
133
+ *
134
+ * export default defineConfig({
135
+ * integrations: [tastyIntegration({ islands: false })],
136
+ * });
137
+ * ```
138
+ */
139
+ function tastyIntegration(options) {
140
+ const { islands = true } = options ?? {};
141
+ setMiddlewareTransferCache(islands);
142
+ return {
143
+ name: "@tenphi/tasty",
144
+ hooks: { "astro:config:setup": ({ addMiddleware, injectScript }) => {
145
+ addMiddleware({
146
+ entrypoint: new URL("./astro-middleware.js", import.meta.url),
147
+ order: "pre"
148
+ });
149
+ if (islands) injectScript("before-hydration", `import "@tenphi/tasty/ssr/astro-client";`);
150
+ } }
151
+ };
152
+ }
153
+ //#endregion
154
+ export { tastyMiddleware as n, getMiddlewareTransferCache as r, tastyIntegration as t };
155
+
156
+ //# sourceMappingURL=astro-B45xgYub.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"astro-B45xgYub.js","names":[],"sources":["../src/ssr/astro-transfer-cache.ts","../src/ssr/astro.ts"],"sourcesContent":["/**\n * Internal module-level state for the Astro middleware transfer-cache flag.\n *\n * Set by `tastyIntegration` and read by `astro-middleware.ts`. Kept in a\n * separate non-exported module so it does not appear on the public API\n * surface of `@tenphi/tasty/ssr/astro`.\n */\n\nlet _middlewareTransferCache = true;\n\n/** @internal */\nexport function setMiddlewareTransferCache(value: boolean): void {\n _middlewareTransferCache = value;\n}\n\n/** @internal */\nexport function getMiddlewareTransferCache(): boolean {\n return _middlewareTransferCache;\n}\n","/**\n * Astro integration for Tasty SSR.\n *\n * Provides:\n * - tastyIntegration() — Astro Integration API (recommended)\n * - tastyMiddleware() — manual middleware for advanced composition\n *\n * Import from '@tenphi/tasty/ssr/astro'.\n */\n\nimport { getConfig } from '../config';\nimport { getSSRCollector, runWithCollector } from './async-storage';\nimport { ServerStyleCollector } from './collector';\nimport { registerSSRCollectorGetterGlobal } from './ssr-collector-ref';\nimport { setMiddlewareTransferCache } from './astro-transfer-cache';\n\n// Wire up ALS-based collector discovery so computeStyles() can find\n// the collector set by tastyMiddleware's runWithCollector().\n// Uses globalThis so the getter is visible across Astro's separate\n// module graphs (middleware vs page components).\nregisterSSRCollectorGetterGlobal(getSSRCollector);\n\nexport interface TastyMiddlewareOptions {\n /**\n * Whether to embed the class-list script for client hydration.\n * Set to false to skip class transfer (e.g. for CSP restrictions).\n * Without it, client components may re-inject CSS that already exists\n * in server-rendered `<style>` tags. Default: true.\n */\n transferCache?: boolean;\n}\n\n/**\n * Create an Astro middleware that collects Tasty styles during SSR.\n *\n * All React components rendered during the request will have their\n * computeStyles() calls captured by the collector via AsyncLocalStorage.\n * After rendering, the middleware injects the collected CSS into </head>.\n *\n * @example Manual middleware setup\n * ```ts\n * // src/middleware.ts\n * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';\n * export const onRequest = tastyMiddleware();\n * ```\n *\n * @example Composing with other middleware\n * ```ts\n * // src/middleware.ts\n * import { sequence } from 'astro:middleware';\n * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';\n *\n * export const onRequest = sequence(\n * tastyMiddleware(),\n * myOtherMiddleware,\n * );\n * ```\n */\nexport function tastyMiddleware(options?: TastyMiddlewareOptions) {\n return async (\n _context: unknown,\n next: () => Promise<Response>,\n ): Promise<Response> => {\n const transferCache = options?.transferCache ?? true;\n const collector = new ServerStyleCollector();\n\n // Run the entire request — including body stream consumption — inside\n // the ALS context so that components rendering lazily during stream\n // reads can still find the collector via getSSRCollector().\n type Rendered =\n | { response: Response }\n | { html: string | null; status: number; headers: Headers };\n\n const rendered = await runWithCollector<Promise<Rendered>>(\n collector,\n async (): Promise<Rendered> => {\n const response = await next();\n const body = response.body;\n\n // Only process HTML responses. Reading a non-HTML body (e.g. an\n // image, font, or JSON endpoint) as UTF-8 text corrupts binary\n // payloads: every byte >= 0x80 is decoded to U+FFFD and re-encoded\n // as EF BF BD. Pass anything that isn't HTML straight through.\n const contentType = response.headers.get('content-type') ?? '';\n if (!body || !contentType.includes('text/html')) {\n return { response };\n }\n\n const reader = body.pipeThrough(new TextDecoderStream()).getReader();\n const parts: string[] = [];\n for (;;) {\n const { done, value } = await reader.read();\n if (done) break;\n parts.push(value);\n }\n return {\n html: parts.join(''),\n status: response.status,\n headers: response.headers,\n };\n },\n );\n\n // Non-HTML responses are returned untouched to avoid corrupting\n // binary payloads.\n if ('response' in rendered) {\n return rendered.response;\n }\n\n if (!rendered.html) {\n return new Response(null, {\n status: rendered.status,\n headers: rendered.headers,\n });\n }\n\n let { html } = rendered;\n\n const css = collector.getCSS();\n if (!css) {\n return new Response(html, {\n status: rendered.status,\n headers: rendered.headers,\n });\n }\n\n const nonce = getConfig().nonce;\n const nonceAttr = nonce ? ` nonce=\"${nonce}\"` : '';\n const styleTag = `<style data-tasty-ssr${nonceAttr}>${css}</style>`;\n\n let cacheTag = '';\n if (transferCache) {\n const classNames = collector.getRenderedClassNames();\n if (classNames.length > 0) {\n const classListJSON = classNames.map((n) => `\"${n}\"`).join(',');\n cacheTag = `<script${nonceAttr}>(window.__TASTY__=window.__TASTY__||[]).push(${classListJSON})</script>`;\n }\n }\n\n const injection = styleTag + cacheTag;\n const idx = html.indexOf('</head>');\n if (idx !== -1) {\n html = html.slice(0, idx) + injection + html.slice(idx);\n } else {\n html = injection + html;\n }\n\n const headers = new Headers(rendered.headers);\n headers.delete('content-length');\n\n return new Response(html, {\n status: rendered.status,\n headers,\n });\n };\n}\n\n// ============================================================================\n// Astro Integration API\n// ============================================================================\n\nexport interface TastyIntegrationOptions {\n /**\n * Enable island hydration support.\n *\n * When `true` (default): injects a client hydration script via\n * `injectScript('before-hydration')` and sets `transferCache: true`\n * on the middleware. Islands skip the style pipeline during hydration.\n *\n * When `false`: no client JS is shipped and `transferCache` is set\n * to `false`. Use this for fully static sites without `client:*`\n * directives.\n */\n islands?: boolean;\n}\n\n/**\n * Astro integration that automatically sets up Tasty SSR.\n *\n * Registers middleware for cross-component CSS deduplication and\n * optionally injects a client hydration script for island support.\n *\n * @example Basic setup (with islands)\n * ```ts\n * // astro.config.mjs\n * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';\n *\n * export default defineConfig({\n * integrations: [tastyIntegration()],\n * });\n * ```\n *\n * @example Static-only (no client JS)\n * ```ts\n * // astro.config.mjs\n * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';\n *\n * export default defineConfig({\n * integrations: [tastyIntegration({ islands: false })],\n * });\n * ```\n */\nexport function tastyIntegration(options?: TastyIntegrationOptions): {\n name: string;\n hooks: Record<string, (...args: never[]) => void>;\n} {\n const { islands = true } = options ?? {};\n\n setMiddlewareTransferCache(islands);\n\n return {\n name: '@tenphi/tasty',\n hooks: {\n 'astro:config:setup': ({\n addMiddleware,\n injectScript,\n }: {\n addMiddleware: (middleware: {\n entrypoint: string | URL;\n order: 'pre' | 'post';\n }) => void;\n injectScript: (\n stage: 'head-inline' | 'before-hydration' | 'page' | 'page-ssr',\n content: string,\n ) => void;\n }) => {\n addMiddleware({\n entrypoint: new URL('./astro-middleware.js', import.meta.url),\n order: 'pre',\n });\n\n if (islands) {\n injectScript(\n 'before-hydration',\n `import \"@tenphi/tasty/ssr/astro-client\";`,\n );\n }\n },\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;AAQA,IAAI,2BAA2B;;AAG/B,SAAgB,2BAA2B,OAAsB;CAC/D,2BAA2B;AAC7B;;AAGA,SAAgB,6BAAsC;CACpD,OAAO;AACT;;;;;;;;;;;;ACEA,iCAAiC,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsChD,SAAgB,gBAAgB,SAAkC;CAChE,OAAO,OACL,UACA,SACsB;EACtB,MAAM,gBAAgB,SAAS,iBAAiB;EAChD,MAAM,YAAY,IAAI,qBAAqB;EAS3C,MAAM,WAAW,MAAM,iBACrB,WACA,YAA+B;GAC7B,MAAM,WAAW,MAAM,KAAK;GAC5B,MAAM,OAAO,SAAS;GAMtB,MAAM,cAAc,SAAS,QAAQ,IAAI,cAAc,KAAK;GAC5D,IAAI,CAAC,QAAQ,CAAC,YAAY,SAAS,WAAW,GAC5C,OAAO,EAAE,SAAS;GAGpB,MAAM,SAAS,KAAK,YAAY,IAAI,kBAAkB,CAAC,CAAC,CAAC,UAAU;GACnE,MAAM,QAAkB,CAAC;GACzB,SAAS;IACP,MAAM,EAAE,MAAM,UAAU,MAAM,OAAO,KAAK;IAC1C,IAAI,MAAM;IACV,MAAM,KAAK,KAAK;GAClB;GACA,OAAO;IACL,MAAM,MAAM,KAAK,EAAE;IACnB,QAAQ,SAAS;IACjB,SAAS,SAAS;GACpB;EACF,CACF;EAIA,IAAI,cAAc,UAChB,OAAO,SAAS;EAGlB,IAAI,CAAC,SAAS,MACZ,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB,SAAS,SAAS;EACpB,CAAC;EAGH,IAAI,EAAE,SAAS;EAEf,MAAM,MAAM,UAAU,OAAO;EAC7B,IAAI,CAAC,KACH,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB,SAAS,SAAS;EACpB,CAAC;EAGH,MAAM,QAAQ,UAAU,CAAC,CAAC;EAC1B,MAAM,YAAY,QAAQ,WAAW,MAAM,KAAK;EAChD,MAAM,WAAW,wBAAwB,UAAU,GAAG,IAAI;EAE1D,IAAI,WAAW;EACf,IAAI,eAAe;GACjB,MAAM,aAAa,UAAU,sBAAsB;GACnD,IAAI,WAAW,SAAS,GAEtB,WAAW,UAAU,UAAU,gDADT,WAAW,KAAK,MAAM,IAAI,EAAE,EAAE,CAAC,CAAC,KAAK,GACgC,EAAE;EAEjG;EAEA,MAAM,YAAY,WAAW;EAC7B,MAAM,MAAM,KAAK,QAAQ,SAAS;EAClC,IAAI,QAAQ,IACV,OAAO,KAAK,MAAM,GAAG,GAAG,IAAI,YAAY,KAAK,MAAM,GAAG;OAEtD,OAAO,YAAY;EAGrB,MAAM,UAAU,IAAI,QAAQ,SAAS,OAAO;EAC5C,QAAQ,OAAO,gBAAgB;EAE/B,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB;EACF,CAAC;CACH;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+CA,SAAgB,iBAAiB,SAG/B;CACA,MAAM,EAAE,UAAU,SAAS,WAAW,CAAC;CAEvC,2BAA2B,OAAO;CAElC,OAAO;EACL,MAAM;EACN,OAAO,EACL,uBAAuB,EACrB,eACA,mBAUI;GACJ,cAAc;IACZ,YAAY,IAAI,IAAI,yBAAyB,OAAO,KAAK,GAAG;IAC5D,OAAO;GACT,CAAC;GAED,IAAI,SACF,aACE,oBACA,0CACF;EAEJ,EACF;CACF;AACF"}
@@ -1,5 +1,4 @@
1
1
  import { AsyncLocalStorage } from "node:async_hooks";
2
-
3
2
  //#region src/ssr/async-storage.ts
4
3
  /**
5
4
  * AsyncLocalStorage integration for SSR collector discovery.
@@ -9,27 +8,37 @@ import { AsyncLocalStorage } from "node:async_hooks";
9
8
  * The middleware calls runWithCollector() around the render, and
10
9
  * useStyles() calls getSSRCollector() to find it.
11
10
  *
11
+ * Uses globalThis to ensure the AsyncLocalStorage instance is shared
12
+ * across module instances — frameworks like Astro may load middleware
13
+ * and page components from separate module graphs.
14
+ *
12
15
  * This module imports from 'node:async_hooks' — it must be excluded
13
16
  * from client bundles via the build configuration.
14
17
  */
15
- const tastySSRStorage = new AsyncLocalStorage();
18
+ const ALS_KEY = "__tasty_ssr_als__";
19
+ function getSharedStorage() {
20
+ const g = globalThis;
21
+ if (!g[ALS_KEY]) g[ALS_KEY] = new AsyncLocalStorage();
22
+ return g[ALS_KEY];
23
+ }
16
24
  /**
17
25
  * Run a function with a ServerStyleCollector bound to the current
18
26
  * async context. All useStyles() calls within `fn` (and any async
19
27
  * continuations) will find this collector via getSSRCollector().
20
28
  */
21
29
  function runWithCollector(collector, fn) {
22
- return tastySSRStorage.run(collector, fn);
30
+ return getSharedStorage().run(collector, fn);
23
31
  }
24
32
  /**
25
33
  * Retrieve the ServerStyleCollector bound to the current async context.
26
34
  * Returns null when called outside of runWithCollector() or on the client.
27
35
  */
28
36
  function getSSRCollector() {
29
- if (typeof tastySSRStorage?.getStore !== "function") return null;
30
- return tastySSRStorage.getStore() ?? null;
37
+ const storage = getSharedStorage();
38
+ if (typeof storage?.getStore !== "function") return null;
39
+ return storage.getStore() ?? null;
31
40
  }
32
-
33
41
  //#endregion
34
- export { getSSRCollector, runWithCollector };
35
- //# sourceMappingURL=async-storage.js.map
42
+ export { runWithCollector as n, getSSRCollector as t };
43
+
44
+ //# sourceMappingURL=async-storage-DKK-wTD4.js.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,83 @@
1
+ import { t as TastyConfig } from "./config-B4Ztz3Ku.js";
2
+ import { PluginPass } from "@babel/core";
3
+
4
+ //#region src/zero/babel-types.d.ts
5
+ /**
6
+ * Build-time configuration for zero-runtime mode.
7
+ * Subset of TastyConfig excluding runtime-only DOM options
8
+ * (`nonce`, `maxRulesPerSheet`, `forceTextInjection`, `gc`)
9
+ * and overriding `devMode` default to `false`.
10
+ */
11
+ type TastyZeroConfig = Omit<TastyConfig, 'nonce' | 'maxRulesPerSheet' | 'forceTextInjection' | 'gc' | 'devMode'> & {
12
+ /**
13
+ * Enable development mode features: source comments in generated CSS.
14
+ * @default false
15
+ */
16
+ devMode?: boolean;
17
+ };
18
+ //#endregion
19
+ //#region src/zero/babel.d.ts
20
+ /**
21
+ * Options for the `@tenphi/tasty/babel-plugin` Babel plugin.
22
+ */
23
+ interface TastyZeroBabelOptions {
24
+ /** Output path for generated CSS (default: 'tasty.css') */
25
+ output?: string;
26
+ /**
27
+ * Tasty configuration for build-time processing.
28
+ * Can be a static object or a factory function that returns fresh config.
29
+ * A factory is called on each plugin invocation, enabling hot reload
30
+ * of config values that depend on external files (e.g. theme tokens).
31
+ */
32
+ config?: TastyZeroConfig | (() => TastyZeroConfig);
33
+ /**
34
+ * Absolute path to a TypeScript/JavaScript module that default-exports
35
+ * a `TastyZeroConfig` object. The module is loaded via jiti on each
36
+ * plugin invocation, enabling hot reload when the file changes.
37
+ *
38
+ * This option is JSON-serializable and is the primary way Turbopack
39
+ * passes config to the Babel plugin (since Turbopack loader options
40
+ * must be plain primitives/objects/arrays).
41
+ *
42
+ * When both `config` and `configFile` are set, `config` takes precedence.
43
+ *
44
+ * @example '/absolute/path/to/tasty-zero.config.ts'
45
+ */
46
+ configFile?: string;
47
+ /**
48
+ * Absolute file paths whose content affects the generated CSS.
49
+ * When any of these files change, babel-loader invalidates its cache
50
+ * and re-runs the plugin with fresh config values.
51
+ *
52
+ * Typically includes theme files that define Glaze palettes or token values.
53
+ * Paths must be absolute (resolved by the Next.js wrapper).
54
+ */
55
+ configDeps?: string[];
56
+ /**
57
+ * Automatically replace `@tenphi/tasty/static` imports with an import
58
+ * of the generated CSS file. This eliminates the need for users to
59
+ * manually import the CSS in their app entry point.
60
+ *
61
+ * @default true
62
+ */
63
+ injectImport?: boolean;
64
+ /**
65
+ * Output mode for extracted CSS.
66
+ *
67
+ * - `'file'` (default): CSS is written to a single output file and
68
+ * the `@tenphi/tasty/static` import is rewritten to import that file.
69
+ * - `'inject'`: CSS is embedded inline in the JS output and injected
70
+ * at runtime via a tiny injector from `@tenphi/tasty/static/inject`.
71
+ * No CSS file is written. Each `tastyStatic` call becomes
72
+ * self-contained. Best for reusable components and extensions.
73
+ *
74
+ * When `mode` is `'inject'`, `output` and `injectImport` are ignored.
75
+ *
76
+ * @default 'file'
77
+ */
78
+ mode?: 'file' | 'inject';
79
+ }
80
+ declare const _default: (api: object, options: TastyZeroBabelOptions | null | undefined, dirname: string) => import("@babel/core").PluginObj<PluginPass>;
81
+ //#endregion
82
+ export { _default as n, TastyZeroConfig as r, TastyZeroBabelOptions as t };
83
+ //# sourceMappingURL=babel-B8OSPYCy.d.ts.map