@tenphi/tasty 0.0.0-snapshot.afbb186 → 0.0.0-snapshot.b218ef0

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 (354) hide show
  1. package/README.md +62 -31
  2. package/dist/{ssr/async-storage.js → async-storage-DKK-wTD4.js} +2 -2
  3. package/dist/async-storage-DKK-wTD4.js.map +1 -0
  4. package/dist/babel-R2qT7yLN.d.ts +83 -0
  5. package/dist/{ssr/collector.d.ts → collector-D8o4Wdq-.d.ts} +58 -7
  6. package/dist/{ssr/collector.js → collector-DpPuPflC.js} +111 -38
  7. package/dist/collector-DpPuPflC.js.map +1 -0
  8. package/dist/config-BEOEu4DV.js +12235 -0
  9. package/dist/config-BEOEu4DV.js.map +1 -0
  10. package/dist/config-De8L9NWM.d.ts +1172 -0
  11. package/dist/{ssr/context.js → context-CA8YKeMn.js} +11 -3
  12. package/dist/context-CA8YKeMn.js.map +1 -0
  13. package/dist/core/index.d.ts +5 -34
  14. package/dist/core/index.js +6 -27
  15. package/dist/core-Cc8YR-G8.js +1550 -0
  16. package/dist/core-Cc8YR-G8.js.map +1 -0
  17. package/dist/{zero/extractor.js → css-writer-CV8rFYqf.js} +148 -24
  18. package/dist/css-writer-CV8rFYqf.js.map +1 -0
  19. package/dist/{ssr/format-global-rules.js → format-global-rules-DklyaXv-.js} +2 -2
  20. package/dist/format-global-rules-DklyaXv-.js.map +1 -0
  21. package/dist/format-rules-Bab8dxyj.js +143 -0
  22. package/dist/format-rules-Bab8dxyj.js.map +1 -0
  23. package/dist/{ssr/hydrate.js → hydrate-WqdPY7NI.js} +3 -11
  24. package/dist/hydrate-WqdPY7NI.js.map +1 -0
  25. package/dist/index-DzGxoeyN.d.ts +1853 -0
  26. package/dist/index-KUYya3x7.d.ts +1416 -0
  27. package/dist/index.d.ts +5 -51
  28. package/dist/index.js +867 -36
  29. package/dist/index.js.map +1 -0
  30. package/dist/keyframes-BfRuWeLm.js +424 -0
  31. package/dist/keyframes-BfRuWeLm.js.map +1 -0
  32. package/dist/{utils/merge-styles.d.ts → merge-styles-DLm4wdnb.d.ts} +3 -3
  33. package/dist/{utils/merge-styles.js → merge-styles-DwxcEyvd.js} +3 -4
  34. package/dist/merge-styles-DwxcEyvd.js.map +1 -0
  35. package/dist/{utils/resolve-recipes.js → resolve-recipes-Cpa4AORB.js} +4 -6
  36. package/dist/resolve-recipes-Cpa4AORB.js.map +1 -0
  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 +2 -17
  46. package/dist/ssr/astro.js +29 -21
  47. package/dist/ssr/astro.js.map +1 -1
  48. package/dist/ssr/index.d.ts +37 -4
  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 +7 -8
  53. package/dist/ssr/next.js.map +1 -1
  54. package/dist/static/index.d.ts +91 -5
  55. package/dist/static/index.js +49 -3
  56. package/dist/static/index.js.map +1 -0
  57. package/dist/static/inject.js.map +1 -1
  58. package/dist/zero/babel.d.ts +2 -81
  59. package/dist/zero/babel.js +45 -29
  60. package/dist/zero/babel.js.map +1 -1
  61. package/dist/zero/index.d.ts +81 -3
  62. package/dist/zero/index.js +2 -3
  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 +6 -3
  67. package/docs/ai-agents.md +220 -0
  68. package/docs/configuration.md +263 -29
  69. package/docs/debug.md +18 -16
  70. package/docs/design-system.md +2 -2
  71. package/docs/dsl.md +192 -21
  72. package/docs/injector.md +48 -6
  73. package/docs/methodology.md +27 -1
  74. package/docs/migration-v3.md +285 -0
  75. package/docs/pipeline.md +744 -0
  76. package/docs/plugins.md +349 -0
  77. package/docs/react-api.md +106 -3
  78. package/docs/ssr.md +45 -35
  79. package/docs/styles.md +54 -14
  80. package/docs/tasty-static.md +23 -6
  81. package/package.json +43 -16
  82. package/tasty.config.ts +6 -0
  83. package/dist/_virtual/_rolldown/runtime.js +0 -7
  84. package/dist/chunks/cacheKey.d.ts +0 -1
  85. package/dist/chunks/cacheKey.js +0 -77
  86. package/dist/chunks/cacheKey.js.map +0 -1
  87. package/dist/chunks/definitions.d.ts +0 -37
  88. package/dist/chunks/definitions.js +0 -258
  89. package/dist/chunks/definitions.js.map +0 -1
  90. package/dist/chunks/index.d.ts +0 -1
  91. package/dist/chunks/renderChunk.d.ts +0 -1
  92. package/dist/chunks/renderChunk.js +0 -59
  93. package/dist/chunks/renderChunk.js.map +0 -1
  94. package/dist/compute-styles.d.ts +0 -31
  95. package/dist/compute-styles.js +0 -335
  96. package/dist/compute-styles.js.map +0 -1
  97. package/dist/config.d.ts +0 -407
  98. package/dist/config.js +0 -591
  99. package/dist/config.js.map +0 -1
  100. package/dist/counter-style/index.js +0 -51
  101. package/dist/counter-style/index.js.map +0 -1
  102. package/dist/debug.d.ts +0 -89
  103. package/dist/debug.js +0 -453
  104. package/dist/debug.js.map +0 -1
  105. package/dist/font-face/index.js +0 -63
  106. package/dist/font-face/index.js.map +0 -1
  107. package/dist/hooks/index.d.ts +0 -7
  108. package/dist/hooks/useCounterStyle.d.ts +0 -36
  109. package/dist/hooks/useCounterStyle.js +0 -65
  110. package/dist/hooks/useCounterStyle.js.map +0 -1
  111. package/dist/hooks/useFontFace.d.ts +0 -45
  112. package/dist/hooks/useFontFace.js +0 -66
  113. package/dist/hooks/useFontFace.js.map +0 -1
  114. package/dist/hooks/useGlobalStyles.d.ts +0 -46
  115. package/dist/hooks/useGlobalStyles.js +0 -88
  116. package/dist/hooks/useGlobalStyles.js.map +0 -1
  117. package/dist/hooks/useKeyframes.d.ts +0 -58
  118. package/dist/hooks/useKeyframes.js +0 -55
  119. package/dist/hooks/useKeyframes.js.map +0 -1
  120. package/dist/hooks/useProperty.d.ts +0 -81
  121. package/dist/hooks/useProperty.js +0 -96
  122. package/dist/hooks/useProperty.js.map +0 -1
  123. package/dist/hooks/useRawCSS.d.ts +0 -22
  124. package/dist/hooks/useRawCSS.js +0 -103
  125. package/dist/hooks/useRawCSS.js.map +0 -1
  126. package/dist/hooks/useStyles.d.ts +0 -40
  127. package/dist/hooks/useStyles.js +0 -31
  128. package/dist/hooks/useStyles.js.map +0 -1
  129. package/dist/injector/index.d.ts +0 -182
  130. package/dist/injector/index.js +0 -185
  131. package/dist/injector/index.js.map +0 -1
  132. package/dist/injector/injector.d.ts +0 -198
  133. package/dist/injector/injector.js +0 -651
  134. package/dist/injector/injector.js.map +0 -1
  135. package/dist/injector/sheet-manager.d.ts +0 -132
  136. package/dist/injector/sheet-manager.js +0 -699
  137. package/dist/injector/sheet-manager.js.map +0 -1
  138. package/dist/injector/types.d.ts +0 -235
  139. package/dist/keyframes/index.js +0 -206
  140. package/dist/keyframes/index.js.map +0 -1
  141. package/dist/parser/classify.js +0 -319
  142. package/dist/parser/classify.js.map +0 -1
  143. package/dist/parser/const.js +0 -60
  144. package/dist/parser/const.js.map +0 -1
  145. package/dist/parser/lru.js +0 -109
  146. package/dist/parser/lru.js.map +0 -1
  147. package/dist/parser/parser.d.ts +0 -25
  148. package/dist/parser/parser.js +0 -115
  149. package/dist/parser/parser.js.map +0 -1
  150. package/dist/parser/tokenizer.js +0 -69
  151. package/dist/parser/tokenizer.js.map +0 -1
  152. package/dist/parser/types.d.ts +0 -51
  153. package/dist/parser/types.js +0 -46
  154. package/dist/parser/types.js.map +0 -1
  155. package/dist/pipeline/conditions.d.ts +0 -134
  156. package/dist/pipeline/conditions.js +0 -406
  157. package/dist/pipeline/conditions.js.map +0 -1
  158. package/dist/pipeline/exclusive.js +0 -230
  159. package/dist/pipeline/exclusive.js.map +0 -1
  160. package/dist/pipeline/index.d.ts +0 -55
  161. package/dist/pipeline/index.js +0 -708
  162. package/dist/pipeline/index.js.map +0 -1
  163. package/dist/pipeline/materialize.js +0 -1103
  164. package/dist/pipeline/materialize.js.map +0 -1
  165. package/dist/pipeline/parseStateKey.d.ts +0 -15
  166. package/dist/pipeline/parseStateKey.js +0 -446
  167. package/dist/pipeline/parseStateKey.js.map +0 -1
  168. package/dist/pipeline/simplify.js +0 -515
  169. package/dist/pipeline/simplify.js.map +0 -1
  170. package/dist/pipeline/warnings.js +0 -18
  171. package/dist/pipeline/warnings.js.map +0 -1
  172. package/dist/plugins/index.d.ts +0 -2
  173. package/dist/plugins/okhsl-plugin.d.ts +0 -35
  174. package/dist/plugins/okhsl-plugin.js +0 -97
  175. package/dist/plugins/okhsl-plugin.js.map +0 -1
  176. package/dist/plugins/types.d.ts +0 -87
  177. package/dist/properties/index.js +0 -222
  178. package/dist/properties/index.js.map +0 -1
  179. package/dist/properties/property-type-resolver.d.ts +0 -24
  180. package/dist/properties/property-type-resolver.js +0 -90
  181. package/dist/properties/property-type-resolver.js.map +0 -1
  182. package/dist/rsc-cache.js +0 -79
  183. package/dist/rsc-cache.js.map +0 -1
  184. package/dist/ssr/async-storage.d.ts +0 -17
  185. package/dist/ssr/async-storage.js.map +0 -1
  186. package/dist/ssr/collect-auto-properties.js +0 -58
  187. package/dist/ssr/collect-auto-properties.js.map +0 -1
  188. package/dist/ssr/collector.js.map +0 -1
  189. package/dist/ssr/context.js.map +0 -1
  190. package/dist/ssr/format-global-rules.js.map +0 -1
  191. package/dist/ssr/format-keyframes.js +0 -69
  192. package/dist/ssr/format-keyframes.js.map +0 -1
  193. package/dist/ssr/format-property.js +0 -49
  194. package/dist/ssr/format-property.js.map +0 -1
  195. package/dist/ssr/format-rules.js +0 -73
  196. package/dist/ssr/format-rules.js.map +0 -1
  197. package/dist/ssr/hydrate.d.ts +0 -29
  198. package/dist/ssr/hydrate.js.map +0 -1
  199. package/dist/ssr/ssr-collector-ref.js +0 -29
  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 -170
  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 -30
  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/border.d.ts +0 -25
  211. package/dist/styles/border.js +0 -120
  212. package/dist/styles/border.js.map +0 -1
  213. package/dist/styles/color.d.ts +0 -14
  214. package/dist/styles/color.js +0 -26
  215. package/dist/styles/color.js.map +0 -1
  216. package/dist/styles/const.js +0 -17
  217. package/dist/styles/const.js.map +0 -1
  218. package/dist/styles/createStyle.js +0 -79
  219. package/dist/styles/createStyle.js.map +0 -1
  220. package/dist/styles/dimension.js +0 -109
  221. package/dist/styles/dimension.js.map +0 -1
  222. package/dist/styles/directional.js +0 -133
  223. package/dist/styles/directional.js.map +0 -1
  224. package/dist/styles/display.d.ts +0 -30
  225. package/dist/styles/display.js +0 -73
  226. package/dist/styles/display.js.map +0 -1
  227. package/dist/styles/fade.d.ts +0 -15
  228. package/dist/styles/fade.js +0 -62
  229. package/dist/styles/fade.js.map +0 -1
  230. package/dist/styles/fill.d.ts +0 -42
  231. package/dist/styles/fill.js +0 -51
  232. package/dist/styles/fill.js.map +0 -1
  233. package/dist/styles/flow.d.ts +0 -16
  234. package/dist/styles/flow.js +0 -12
  235. package/dist/styles/flow.js.map +0 -1
  236. package/dist/styles/gap.d.ts +0 -31
  237. package/dist/styles/gap.js +0 -38
  238. package/dist/styles/gap.js.map +0 -1
  239. package/dist/styles/height.d.ts +0 -17
  240. package/dist/styles/height.js +0 -19
  241. package/dist/styles/height.js.map +0 -1
  242. package/dist/styles/index.d.ts +0 -1
  243. package/dist/styles/index.js +0 -8
  244. package/dist/styles/index.js.map +0 -1
  245. package/dist/styles/inset.d.ts +0 -24
  246. package/dist/styles/inset.js +0 -34
  247. package/dist/styles/inset.js.map +0 -1
  248. package/dist/styles/list.d.ts +0 -16
  249. package/dist/styles/list.js +0 -100
  250. package/dist/styles/list.js.map +0 -1
  251. package/dist/styles/margin.d.ts +0 -24
  252. package/dist/styles/margin.js +0 -32
  253. package/dist/styles/margin.js.map +0 -1
  254. package/dist/styles/outline.d.ts +0 -29
  255. package/dist/styles/outline.js +0 -55
  256. package/dist/styles/outline.js.map +0 -1
  257. package/dist/styles/padding.d.ts +0 -24
  258. package/dist/styles/padding.js +0 -32
  259. package/dist/styles/padding.js.map +0 -1
  260. package/dist/styles/placement.d.ts +0 -37
  261. package/dist/styles/placement.js +0 -74
  262. package/dist/styles/placement.js.map +0 -1
  263. package/dist/styles/predefined.d.ts +0 -71
  264. package/dist/styles/predefined.js +0 -237
  265. package/dist/styles/predefined.js.map +0 -1
  266. package/dist/styles/preset.d.ts +0 -52
  267. package/dist/styles/preset.js +0 -127
  268. package/dist/styles/preset.js.map +0 -1
  269. package/dist/styles/radius.d.ts +0 -12
  270. package/dist/styles/radius.js +0 -83
  271. package/dist/styles/radius.js.map +0 -1
  272. package/dist/styles/scrollMargin.d.ts +0 -24
  273. package/dist/styles/scrollMargin.js +0 -32
  274. package/dist/styles/scrollMargin.js.map +0 -1
  275. package/dist/styles/scrollbar.d.ts +0 -25
  276. package/dist/styles/scrollbar.js +0 -51
  277. package/dist/styles/scrollbar.js.map +0 -1
  278. package/dist/styles/shadow.d.ts +0 -14
  279. package/dist/styles/shadow.js +0 -25
  280. package/dist/styles/shadow.js.map +0 -1
  281. package/dist/styles/shared.js +0 -17
  282. package/dist/styles/shared.js.map +0 -1
  283. package/dist/styles/transition.d.ts +0 -14
  284. package/dist/styles/transition.js +0 -159
  285. package/dist/styles/transition.js.map +0 -1
  286. package/dist/styles/types.d.ts +0 -564
  287. package/dist/styles/width.d.ts +0 -17
  288. package/dist/styles/width.js +0 -19
  289. package/dist/styles/width.js.map +0 -1
  290. package/dist/tasty.d.ts +0 -134
  291. package/dist/tasty.js +0 -248
  292. package/dist/tasty.js.map +0 -1
  293. package/dist/types.d.ts +0 -184
  294. package/dist/utils/cache-wrapper.js +0 -21
  295. package/dist/utils/cache-wrapper.js.map +0 -1
  296. package/dist/utils/case-converter.js +0 -8
  297. package/dist/utils/case-converter.js.map +0 -1
  298. package/dist/utils/color-math.d.ts +0 -46
  299. package/dist/utils/color-math.js +0 -749
  300. package/dist/utils/color-math.js.map +0 -1
  301. package/dist/utils/color-space.d.ts +0 -5
  302. package/dist/utils/color-space.js +0 -228
  303. package/dist/utils/color-space.js.map +0 -1
  304. package/dist/utils/colors.d.ts +0 -5
  305. package/dist/utils/colors.js +0 -10
  306. package/dist/utils/colors.js.map +0 -1
  307. package/dist/utils/css-types.d.ts +0 -7
  308. package/dist/utils/deps-equal.js +0 -15
  309. package/dist/utils/deps-equal.js.map +0 -1
  310. package/dist/utils/dotize.d.ts +0 -26
  311. package/dist/utils/dotize.js +0 -122
  312. package/dist/utils/dotize.js.map +0 -1
  313. package/dist/utils/filter-base-props.d.ts +0 -15
  314. package/dist/utils/filter-base-props.js +0 -45
  315. package/dist/utils/filter-base-props.js.map +0 -1
  316. package/dist/utils/get-display-name.d.ts +0 -7
  317. package/dist/utils/get-display-name.js +0 -10
  318. package/dist/utils/get-display-name.js.map +0 -1
  319. package/dist/utils/has-keys.js +0 -13
  320. package/dist/utils/has-keys.js.map +0 -1
  321. package/dist/utils/hash.js +0 -14
  322. package/dist/utils/hash.js.map +0 -1
  323. package/dist/utils/is-dev-env.js +0 -19
  324. package/dist/utils/is-dev-env.js.map +0 -1
  325. package/dist/utils/is-valid-element-type.js +0 -15
  326. package/dist/utils/is-valid-element-type.js.map +0 -1
  327. package/dist/utils/merge-styles.js.map +0 -1
  328. package/dist/utils/mod-attrs.d.ts +0 -6
  329. package/dist/utils/mod-attrs.js +0 -20
  330. package/dist/utils/mod-attrs.js.map +0 -1
  331. package/dist/utils/process-tokens.d.ts +0 -17
  332. package/dist/utils/process-tokens.js +0 -83
  333. package/dist/utils/process-tokens.js.map +0 -1
  334. package/dist/utils/resolve-recipes.d.ts +0 -17
  335. package/dist/utils/resolve-recipes.js.map +0 -1
  336. package/dist/utils/selector-transform.js +0 -32
  337. package/dist/utils/selector-transform.js.map +0 -1
  338. package/dist/utils/string.js +0 -8
  339. package/dist/utils/string.js.map +0 -1
  340. package/dist/utils/styles.d.ts +0 -99
  341. package/dist/utils/styles.js +0 -220
  342. package/dist/utils/styles.js.map +0 -1
  343. package/dist/utils/typography.d.ts +0 -58
  344. package/dist/utils/typography.js +0 -51
  345. package/dist/utils/typography.js.map +0 -1
  346. package/dist/utils/warnings.d.ts +0 -16
  347. package/dist/utils/warnings.js +0 -16
  348. package/dist/utils/warnings.js.map +0 -1
  349. package/dist/zero/css-writer.d.ts +0 -45
  350. package/dist/zero/css-writer.js +0 -73
  351. package/dist/zero/css-writer.js.map +0 -1
  352. package/dist/zero/extractor.d.ts +0 -24
  353. package/dist/zero/extractor.js.map +0 -1
  354. 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.
@@ -43,7 +46,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
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
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.
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.
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
 
@@ -206,7 +209,7 @@ All `tasty()` components are hook-free and work as React Server Components. In s
206
209
 
207
210
  This is the core idea that makes everything else possible.
208
211
 
209
- 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)**.
210
213
 
211
214
  ### The structural problem with normal CSS
212
215
 
@@ -422,15 +425,34 @@ If you prefer explicit control, disable inference with `configure({ autoProperty
422
425
 
423
426
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
424
427
 
425
- ### Explicit `@properties`
428
+ ### Explicit `@property`
426
429
 
427
- 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`.
428
431
 
429
432
  See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
430
433
 
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`.
437
+
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
+ ```
448
+
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
+
431
453
  ### Style Functions
432
454
 
433
- When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, and `useCounterStyle` for animation, custom-property, font, and counter-style primitives. All style functions are hook-free and work in React Server Components.
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.
434
456
 
435
457
  See [React API - Style Functions](docs/react-api.md#style-functions).
436
458
 
@@ -464,10 +486,11 @@ See the [full SSR guide](docs/ssr.md).
464
486
  |--------|-------------|----------|
465
487
  | `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
466
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 |
467
490
  | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
468
491
  | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
469
492
  | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
470
- | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
493
+ | `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
471
494
  | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
472
495
  | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
473
496
  | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
@@ -489,39 +512,41 @@ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minif
489
512
 
490
513
  | Entry point | Size |
491
514
  |-------------|------|
492
- | `@tenphi/tasty` (runtime + SSR) | ~44 kB |
493
- | `@tenphi/tasty/core` (runtime, no SSR) | ~41 kB |
494
- | `@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 |
495
520
 
496
- Run `pnpm size` for exact up-to-date numbers.
521
+ Run `pnpm size` to reproduce (outputs may shift slightly with releases).
497
522
 
498
523
  ### Runtime Benchmarks
499
524
 
500
- 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).
525
+ 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 `pnpm bench` on an Apple M1 Max (Node 22).
501
526
 
502
527
  | Operation | ops/sec | Latency (mean) |
503
528
  |-----------|--------:|---------------:|
504
- | `renderStyles` — 5 flat properties (cold) | ~72,000 | ~14 us |
505
- | `renderStyles` — state map with media/hover/modifier (cold) | ~22,000 | ~46 us |
506
- | `renderStyles` — same styles (cached) | ~7,200,000 | ~0.14 us |
507
- | `parseStateKey` — simple key like `:hover` (cold) | ~1,200,000 | ~0.9 us |
508
- | `parseStateKey` — complex OR/AND/NOT key (cold) | ~190,000 | ~5 us |
509
- | `parseStateKey` — any key (cached) | ~3,300,000–8,900,000 | ~0.1–0.3 us |
510
- | `parseStyle` — value tokens like `2x 4x` (cold) | ~345,000 | ~3 us |
511
- | `parseStyle` — color tokens (cold) | ~525,000 | ~1.9 us |
512
- | `parseStyle` — any value (cached) | ~15,500,000 | ~0.06 us |
529
+ | `renderStyles` — 5 flat properties (cold) | ~60,000 | ~17 us |
530
+ | `renderStyles` — state map with media/hover/modifier (cold) | ~18,500 | ~54 us |
531
+ | `renderStyles` — same styles (cached) | ~5,800,000 | ~0.17 us |
532
+ | `parseStateKey` — simple key like `:hover` (cold) | ~790,000 | ~1.3 us |
533
+ | `parseStateKey` — complex OR/AND/NOT key (cold) | ~140,000 | ~7 us |
534
+ | `parseStateKey` — any key (cached) | ~3,400,000–8,300,000 | ~0.1–0.3 us |
535
+ | `parseStyle` — value tokens like `2x 4x` (cold) | ~344,000 | ~2.9 us |
536
+ | `parseStyle` — color tokens (cold) | ~567,000 | ~1.8 us |
537
+ | `parseStyle` — any value (cached) | ~15,250,000 | ~0.07 us |
513
538
 
514
- "Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path.
539
+ "Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path. Expect roughly ±10% between runs on an otherwise idle machine.
515
540
 
516
- Run `pnpm bench` to reproduce.
541
+ Run `pnpm bench` to reproduce. `pnpm bench:browser` runs the component-render benchmarks separately, in headless Chromium — those are useful for comparing variants against each other (a plain element vs. one with sub-elements), but the browser's 0.1 ms timer resolution makes their absolute values too coarse to quote. The two suites are deliberately separate commands: running them together lets the browser compete with Node for CPU and depresses both.
517
542
 
518
543
  #### What This Means in Practice
519
544
 
520
545
  - **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.
521
- - **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.
522
- - **Cache multipliers are 30x–100x.** This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
523
- - **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).
524
- - **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.
546
+ - **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~54 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.
547
+ - **Cache multipliers are 10x–300x.** The parser sees ~30x, state-key parsing ~10x–25x, and the full pipeline ~100x on flat styles and ~300x on complex state maps — the deeper the work, the more the cache saves. This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
548
+ - **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~17 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
549
+ - **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 250 us and 100 unique components under 25 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
525
550
 
526
551
  ### How It Stays Fast
527
552
 
@@ -610,10 +635,16 @@ Start from the docs hub if you want the shortest path to the right guide for you
610
635
 
611
636
  ### Reference
612
637
 
613
- - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
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`
614
639
  - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
615
- - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
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
616
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
617
648
 
618
649
  ### Rendering modes
619
650
 
@@ -622,7 +653,7 @@ Start from the docs hub if you want the shortest path to the right guide for you
622
653
 
623
654
  ### Internals
624
655
 
625
- - **[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/`)
626
657
  - **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
627
658
  - **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
628
659
 
@@ -39,6 +39,6 @@ function getSSRCollector() {
39
39
  return storage.getStore() ?? null;
40
40
  }
41
41
  //#endregion
42
- export { getSSRCollector, runWithCollector };
42
+ export { runWithCollector as n, getSSRCollector as t };
43
43
 
44
- //# sourceMappingURL=async-storage.js.map
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-De8L9NWM.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-R2qT7yLN.d.ts.map
@@ -1,4 +1,4 @@
1
- import { StyleResult } from "../pipeline/index.js";
1
+ import { n as StyleResult } from "./index-KUYya3x7.js";
2
2
 
3
3
  //#region src/ssr/collector.d.ts
4
4
  declare class ServerStyleCollector {
@@ -17,13 +17,29 @@ declare class ServerStyleCollector {
17
17
  private flushedFontFaceKeys;
18
18
  private counterStyleRules;
19
19
  private flushedCounterStyleKeys;
20
+ private functionRules;
21
+ private flushedFunctionKeys;
20
22
  private keyframesCounter;
21
23
  private counterStyleCounter;
22
24
  private internalsCollected;
25
+ private namePrefix;
26
+ /**
27
+ * @param namePrefix - Optional override for the configured prefix.
28
+ * Defaults to the value from `configure({ namePrefix })` (or `'t'`).
29
+ * Pass an explicit prefix when constructing a collector outside the
30
+ * normal configure() lifecycle (e.g. in tests). Validated eagerly
31
+ * so misconfiguration fails before any CSS is collected.
32
+ */
33
+ constructor(namePrefix?: string);
34
+ private generateClassName;
23
35
  /**
24
36
  * Collect internal @property rules and :root token defaults.
25
37
  * Mirrors markStylesGenerated() from the client-side injector.
26
38
  * Called automatically on first chunk collection; idempotent.
39
+ *
40
+ * Internals are always emitted here — the RSC path deliberately
41
+ * defers to SSR so that tokens appear exactly once per page in
42
+ * <style data-tasty-ssr> (avoiding duplication of large token sets).
27
43
  */
28
44
  collectInternals(): void;
29
45
  /**
@@ -56,21 +72,39 @@ declare class ServerStyleCollector {
56
72
  */
57
73
  collectFontFace(key: string, css: string): void;
58
74
  /**
59
- * Record a @counter-style rule. Deduplicated by name.
75
+ * Record a @counter-style rule. Deduplicated by name and overrides an
76
+ * existing rule by default. Pass `weak: true` for global `configure()`
77
+ * definitions, which never clobber an existing rule.
78
+ */
79
+ collectCounterStyle(name: string, css: string, options?: {
80
+ weak?: boolean;
81
+ }): void;
82
+ /**
83
+ * Record a @function rule. Deduplicated by CSS function name and overrides an
84
+ * existing rule by default. Pass `weak: true` for global `configure()`
85
+ * definitions, which never clobber an existing rule.
60
86
  */
61
- collectCounterStyle(name: string, css: string): void;
87
+ collectFunction(name: string, css: string, options?: {
88
+ weak?: boolean;
89
+ }): void;
62
90
  /**
63
91
  * Allocate a counter-style name for SSR. Uses provided name or generates one.
64
92
  */
65
93
  allocateCounterStyleName(providedName?: string): string;
66
94
  /**
67
95
  * Record global styles (from useGlobalStyles). Deduplicated by key.
96
+ *
97
+ * Pass `replace` for slot-keyed entries (an explicit `id`), where the last
98
+ * write must win to match the client's update-tracking behavior.
68
99
  */
69
- collectGlobalStyles(key: string, css: string): void;
100
+ collectGlobalStyles(key: string, css: string, replace?: boolean): void;
70
101
  /**
71
102
  * Record raw CSS text (from useRawCSS). Deduplicated by key.
103
+ *
104
+ * Pass `replace` for slot-keyed entries (an explicit `id`), where the last
105
+ * write must win to match the client's update-tracking behavior.
72
106
  */
73
- collectRawCSS(key: string, css: string): void;
107
+ collectRawCSS(key: string, css: string, replace?: boolean): void;
74
108
  /**
75
109
  * Extract all CSS collected so far as a single string.
76
110
  * Includes @property and @keyframes rules.
@@ -89,6 +123,23 @@ declare class ServerStyleCollector {
89
123
  */
90
124
  getRenderedClassNames(): string[];
91
125
  }
126
+ /**
127
+ * Factory for creating a {@link ServerStyleCollector} instance.
128
+ *
129
+ * Canonical functional entry point; the `ServerStyleCollector` class remains
130
+ * exported for advanced/internal use.
131
+ *
132
+ * @param namePrefix - Optional override for the configured class-name prefix.
133
+ * Defaults to the value from `configure({ namePrefix })` (or `'t'`).
134
+ *
135
+ * @example
136
+ * ```ts
137
+ * import { createServerStyleCollector } from '@tenphi/tasty/ssr';
138
+ *
139
+ * const collector = createServerStyleCollector();
140
+ * ```
141
+ */
142
+ declare function createServerStyleCollector(namePrefix?: string): ServerStyleCollector;
92
143
  //#endregion
93
- export { ServerStyleCollector };
94
- //# sourceMappingURL=collector.d.ts.map
144
+ export { createServerStyleCollector as n, ServerStyleCollector as t };
145
+ //# sourceMappingURL=collector-D8o4Wdq-.d.ts.map
@@ -1,26 +1,19 @@
1
- import { hashString } from "../utils/hash.js";
2
- import { fontFaceContentHash, formatFontFaceRule } from "../font-face/index.js";
3
- import { formatCounterStyleRule } from "../counter-style/index.js";
4
- import { renderStyles } from "../pipeline/index.js";
5
- import { getEffectiveProperties, getGlobalConfigTokens, getGlobalCounterStyle, getGlobalFontFace, getGlobalStyles } from "../config.js";
6
- import { formatPropertyCSS } from "./format-property.js";
7
- import { formatGlobalRules } from "./format-global-rules.js";
8
- import { formatRules } from "./format-rules.js";
1
+ import { Dt as formatFunctionRule, L as renderStyles, X as fontFaceContentHash, Z as formatFontFaceRule, a as getGlobalCounterStyles, ct as makeCounterStyleName, d as getGlobalStyles, dt as validateNamePrefix, f as getNamePrefix, ft as hashString, i as getGlobalConfigTokens, kt as parseFunctionName, lt as makeKeyframeName, o as getGlobalFontFaces, q as formatCounterStyleRule, r as getEffectiveProperties, s as getGlobalFunctions, st as makeClassName } from "./config-BEOEu4DV.js";
2
+ import { n as formatPropertyCSS, t as formatRules } from "./format-rules-Bab8dxyj.js";
3
+ import { t as formatGlobalRules } from "./format-global-rules-DklyaXv-.js";
9
4
  //#region src/ssr/collector.ts
10
5
  /**
11
6
  * ServerStyleCollector — server-safe style collector for SSR.
12
7
  *
13
8
  * Accumulates CSS rules and cache metadata during server rendering.
14
9
  * This is the server-side counterpart to StyleInjector: it allocates
15
- * hash-based class names (`t${hash}`), formats CSS rules into text,
16
- * and tracks rendered class names for lightweight client transfer.
10
+ * hash-based class names using the configured `namePrefix` (defaults
11
+ * to `'t'`), formats CSS rules into text, and tracks rendered class
12
+ * names for lightweight client transfer.
17
13
  *
18
14
  * One instance is created per HTTP request. Concurrent requests
19
15
  * each get their own collector (via AsyncLocalStorage or React context).
20
16
  */
21
- function generateClassName(cacheKey) {
22
- return `t${hashString(cacheKey)}`;
23
- }
24
17
  var ServerStyleCollector = class {
25
18
  chunks = /* @__PURE__ */ new Map();
26
19
  cacheKeyToClassName = /* @__PURE__ */ new Map();
@@ -37,13 +30,34 @@ var ServerStyleCollector = class {
37
30
  flushedFontFaceKeys = /* @__PURE__ */ new Set();
38
31
  counterStyleRules = /* @__PURE__ */ new Map();
39
32
  flushedCounterStyleKeys = /* @__PURE__ */ new Set();
33
+ functionRules = /* @__PURE__ */ new Map();
34
+ flushedFunctionKeys = /* @__PURE__ */ new Set();
40
35
  keyframesCounter = 0;
41
36
  counterStyleCounter = 0;
42
37
  internalsCollected = false;
38
+ namePrefix;
39
+ /**
40
+ * @param namePrefix - Optional override for the configured prefix.
41
+ * Defaults to the value from `configure({ namePrefix })` (or `'t'`).
42
+ * Pass an explicit prefix when constructing a collector outside the
43
+ * normal configure() lifecycle (e.g. in tests). Validated eagerly
44
+ * so misconfiguration fails before any CSS is collected.
45
+ */
46
+ constructor(namePrefix) {
47
+ if (namePrefix !== void 0) validateNamePrefix(namePrefix);
48
+ this.namePrefix = namePrefix ?? getNamePrefix();
49
+ }
50
+ generateClassName(cacheKey) {
51
+ return makeClassName(this.namePrefix, hashString(cacheKey));
52
+ }
43
53
  /**
44
54
  * Collect internal @property rules and :root token defaults.
45
55
  * Mirrors markStylesGenerated() from the client-side injector.
46
56
  * Called automatically on first chunk collection; idempotent.
57
+ *
58
+ * Internals are always emitted here — the RSC path deliberately
59
+ * defers to SSR so that tokens appear exactly once per page in
60
+ * <style data-tasty-ssr> (avoiding duplication of large token sets).
47
61
  */
48
62
  collectInternals() {
49
63
  if (this.internalsCollected) return;
@@ -60,17 +74,7 @@ var ServerStyleCollector = class {
60
74
  if (css) this.collectGlobalStyles("__global:tokens", css);
61
75
  }
62
76
  }
63
- const globalStyles = getGlobalStyles();
64
- if (globalStyles) {
65
- for (const [selector, styles] of Object.entries(globalStyles)) if (Object.keys(styles).length > 0) {
66
- const rules = renderStyles(styles, selector);
67
- if (rules.length > 0) {
68
- const css = formatGlobalRules(rules);
69
- if (css) this.collectGlobalStyles(`__global:styles:${selector}`, css);
70
- }
71
- }
72
- }
73
- const globalFF = getGlobalFontFace();
77
+ const globalFF = getGlobalFontFaces();
74
78
  if (globalFF) for (const [family, input] of Object.entries(globalFF)) {
75
79
  const descriptors = Array.isArray(input) ? input : [input];
76
80
  for (const desc of descriptors) {
@@ -79,10 +83,25 @@ var ServerStyleCollector = class {
79
83
  this.collectFontFace(hash, css);
80
84
  }
81
85
  }
82
- const globalCS = getGlobalCounterStyle();
86
+ const globalCS = getGlobalCounterStyles();
83
87
  if (globalCS) for (const [name, descriptors] of Object.entries(globalCS)) {
84
88
  const css = formatCounterStyleRule(name, descriptors);
85
- this.collectCounterStyle(name, css);
89
+ this.collectCounterStyle(name, css, { weak: true });
90
+ }
91
+ const globalFn = getGlobalFunctions();
92
+ if (globalFn) for (const [name, definition] of Object.entries(globalFn)) {
93
+ const css = formatFunctionRule(name, definition);
94
+ this.collectFunction(parseFunctionName(name), css, { weak: true });
95
+ }
96
+ const globalStyles = getGlobalStyles();
97
+ if (globalStyles) {
98
+ for (const [selector, styles] of Object.entries(globalStyles)) if (Object.keys(styles).length > 0) {
99
+ const rules = renderStyles(styles, selector);
100
+ if (rules.length > 0) {
101
+ const css = formatGlobalRules(rules);
102
+ if (css) this.collectGlobalStyles(`__global:styles:${selector}`, css);
103
+ }
104
+ }
86
105
  }
87
106
  }
88
107
  /**
@@ -95,7 +114,7 @@ var ServerStyleCollector = class {
95
114
  className: existing,
96
115
  isNewAllocation: false
97
116
  };
98
- const className = generateClassName(cacheKey);
117
+ const className = this.generateClassName(cacheKey);
99
118
  this.cacheKeyToClassName.set(cacheKey, className);
100
119
  return {
101
120
  className,
@@ -127,7 +146,7 @@ var ServerStyleCollector = class {
127
146
  * Allocate a keyframe name for SSR. Uses provided name or generates one.
128
147
  */
129
148
  allocateKeyframeName(providedName) {
130
- return providedName ?? `k${this.keyframesCounter++}`;
149
+ return providedName ?? makeKeyframeName(this.namePrefix, String(this.keyframesCounter++));
131
150
  }
132
151
  /**
133
152
  * Record a @font-face rule. Deduplicated by key (content hash).
@@ -136,28 +155,58 @@ var ServerStyleCollector = class {
136
155
  if (!this.fontFaceRules.has(key)) this.fontFaceRules.set(key, css);
137
156
  }
138
157
  /**
139
- * Record a @counter-style rule. Deduplicated by name.
158
+ * Record a @counter-style rule. Deduplicated by name and overrides an
159
+ * existing rule by default. Pass `weak: true` for global `configure()`
160
+ * definitions, which never clobber an existing rule.
161
+ */
162
+ collectCounterStyle(name, css, options) {
163
+ const existing = this.counterStyleRules.get(name);
164
+ if (existing === void 0) {
165
+ this.counterStyleRules.set(name, css);
166
+ return;
167
+ }
168
+ if (options?.weak || existing === css) return;
169
+ this.counterStyleRules.set(name, css);
170
+ this.flushedCounterStyleKeys.delete(name);
171
+ }
172
+ /**
173
+ * Record a @function rule. Deduplicated by CSS function name and overrides an
174
+ * existing rule by default. Pass `weak: true` for global `configure()`
175
+ * definitions, which never clobber an existing rule.
140
176
  */
141
- collectCounterStyle(name, css) {
142
- if (!this.counterStyleRules.has(name)) this.counterStyleRules.set(name, css);
177
+ collectFunction(name, css, options) {
178
+ const existing = this.functionRules.get(name);
179
+ if (existing === void 0) {
180
+ this.functionRules.set(name, css);
181
+ return;
182
+ }
183
+ if (options?.weak || existing === css) return;
184
+ this.functionRules.set(name, css);
185
+ this.flushedFunctionKeys.delete(name);
143
186
  }
144
187
  /**
145
188
  * Allocate a counter-style name for SSR. Uses provided name or generates one.
146
189
  */
147
190
  allocateCounterStyleName(providedName) {
148
- return providedName ?? `cs${this.counterStyleCounter++}`;
191
+ return providedName ?? makeCounterStyleName(this.namePrefix, String(this.counterStyleCounter++));
149
192
  }
150
193
  /**
151
194
  * Record global styles (from useGlobalStyles). Deduplicated by key.
195
+ *
196
+ * Pass `replace` for slot-keyed entries (an explicit `id`), where the last
197
+ * write must win to match the client's update-tracking behavior.
152
198
  */
153
- collectGlobalStyles(key, css) {
154
- if (!this.globalStyles.has(key)) this.globalStyles.set(key, css);
199
+ collectGlobalStyles(key, css, replace) {
200
+ if (replace || !this.globalStyles.has(key)) this.globalStyles.set(key, css);
155
201
  }
156
202
  /**
157
203
  * Record raw CSS text (from useRawCSS). Deduplicated by key.
204
+ *
205
+ * Pass `replace` for slot-keyed entries (an explicit `id`), where the last
206
+ * write must win to match the client's update-tracking behavior.
158
207
  */
159
- collectRawCSS(key, css) {
160
- if (!this.rawCSS.has(key)) this.rawCSS.set(key, css);
208
+ collectRawCSS(key, css, replace) {
209
+ if (replace || !this.rawCSS.has(key)) this.rawCSS.set(key, css);
161
210
  }
162
211
  /**
163
212
  * Extract all CSS collected so far as a single string.
@@ -169,6 +218,7 @@ var ServerStyleCollector = class {
169
218
  for (const css of this.propertyRules.values()) parts.push(css);
170
219
  for (const css of this.fontFaceRules.values()) parts.push(css);
171
220
  for (const css of this.counterStyleRules.values()) parts.push(css);
221
+ for (const css of this.functionRules.values()) parts.push(css);
172
222
  for (const css of this.rawCSS.values()) parts.push(css);
173
223
  for (const css of this.globalStyles.values()) parts.push(css);
174
224
  for (const css of this.chunks.values()) parts.push(css);
@@ -193,6 +243,10 @@ var ServerStyleCollector = class {
193
243
  parts.push(css);
194
244
  this.flushedCounterStyleKeys.add(key);
195
245
  }
246
+ for (const [key, css] of this.functionRules) if (!this.flushedFunctionKeys.has(key)) {
247
+ parts.push(css);
248
+ this.flushedFunctionKeys.add(key);
249
+ }
196
250
  for (const [key, css] of this.rawCSS) if (!this.flushedRawKeys.has(key)) {
197
251
  parts.push(css);
198
252
  this.flushedRawKeys.add(key);
@@ -225,7 +279,26 @@ var ServerStyleCollector = class {
225
279
  return names;
226
280
  }
227
281
  };
282
+ /**
283
+ * Factory for creating a {@link ServerStyleCollector} instance.
284
+ *
285
+ * Canonical functional entry point; the `ServerStyleCollector` class remains
286
+ * exported for advanced/internal use.
287
+ *
288
+ * @param namePrefix - Optional override for the configured class-name prefix.
289
+ * Defaults to the value from `configure({ namePrefix })` (or `'t'`).
290
+ *
291
+ * @example
292
+ * ```ts
293
+ * import { createServerStyleCollector } from '@tenphi/tasty/ssr';
294
+ *
295
+ * const collector = createServerStyleCollector();
296
+ * ```
297
+ */
298
+ function createServerStyleCollector(namePrefix) {
299
+ return new ServerStyleCollector(namePrefix);
300
+ }
228
301
  //#endregion
229
- export { ServerStyleCollector };
302
+ export { createServerStyleCollector as n, ServerStyleCollector as t };
230
303
 
231
- //# sourceMappingURL=collector.js.map
304
+ //# sourceMappingURL=collector-DpPuPflC.js.map