@tenphi/tasty 0.0.0-snapshot.bae20d4 → 0.0.0-snapshot.bbd36bd

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 (351) hide show
  1. package/README.md +309 -293
  2. package/dist/astro-CeYENy2x.js +301 -0
  3. package/dist/astro-CeYENy2x.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-DWCsafYw.d.ts +83 -0
  7. package/dist/collector-B3OsM252.js +327 -0
  8. package/dist/collector-B3OsM252.js.map +1 -0
  9. package/dist/collector-BTVXj2hS.d.ts +163 -0
  10. package/dist/config-B3gPdCqd.js +12421 -0
  11. package/dist/config-B3gPdCqd.js.map +1 -0
  12. package/dist/config-LfIDmVHx.d.ts +1363 -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-DGm0CFHP.js +1732 -0
  18. package/dist/core-DGm0CFHP.js.map +1 -0
  19. package/dist/css-resources-Cyl_axbI.js +149 -0
  20. package/dist/css-resources-Cyl_axbI.js.map +1 -0
  21. package/dist/{zero/extractor.js → css-writer-Bgowobbx.js} +188 -13
  22. package/dist/css-writer-Bgowobbx.js.map +1 -0
  23. package/dist/{ssr/format-global-rules.js → format-global-rules-DklyaXv-.js} +3 -3
  24. package/dist/format-global-rules-DklyaXv-.js.map +1 -0
  25. package/dist/{ssr/format-rules.js → format-rules-XRw9u7d4.js} +41 -7
  26. package/dist/format-rules-XRw9u7d4.js.map +1 -0
  27. package/dist/hydrate-CNOmZprz.js +37 -0
  28. package/dist/hydrate-CNOmZprz.js.map +1 -0
  29. package/dist/index-Bm9ltvdH.d.ts +1933 -0
  30. package/dist/index-BmogEzTo.d.ts +1575 -0
  31. package/dist/index.d.ts +5 -49
  32. package/dist/index.js +921 -33
  33. package/dist/index.js.map +1 -0
  34. package/dist/keyframes-DE-OE76F.js +535 -0
  35. package/dist/keyframes-DE-OE76F.js.map +1 -0
  36. package/dist/{utils/merge-styles.d.ts → merge-styles-BcLl1u_d.d.ts} +3 -3
  37. package/dist/{utils/merge-styles.js → merge-styles-DuoZEsm9.js} +4 -6
  38. package/dist/merge-styles-DuoZEsm9.js.map +1 -0
  39. package/dist/{utils/resolve-recipes.js → resolve-recipes-H9NqOQuP.js} +5 -8
  40. package/dist/resolve-recipes-H9NqOQuP.js.map +1 -0
  41. package/dist/ssr/astro-client.d.ts +1 -0
  42. package/dist/ssr/astro-client.js +19 -0
  43. package/dist/ssr/astro-client.js.map +1 -0
  44. package/dist/ssr/astro-middleware-extract-static.d.ts +11 -0
  45. package/dist/ssr/astro-middleware-extract-static.js +9 -0
  46. package/dist/ssr/astro-middleware-extract-static.js.map +1 -0
  47. package/dist/ssr/astro-middleware-extract.d.ts +11 -0
  48. package/dist/ssr/astro-middleware-extract.js +9 -0
  49. package/dist/ssr/astro-middleware-extract.js.map +1 -0
  50. package/dist/ssr/astro-middleware-static.d.ts +18 -0
  51. package/dist/ssr/astro-middleware-static.js +18 -0
  52. package/dist/ssr/astro-middleware-static.js.map +1 -0
  53. package/dist/ssr/astro-middleware.d.ts +19 -0
  54. package/dist/ssr/astro-middleware.js +19 -0
  55. package/dist/ssr/astro-middleware.js.map +1 -0
  56. package/dist/ssr/astro.d.ts +117 -11
  57. package/dist/ssr/astro.js +2 -65
  58. package/dist/ssr/index.d.ts +37 -5
  59. package/dist/ssr/index.js +7 -9
  60. package/dist/ssr/index.js.map +1 -1
  61. package/dist/ssr/next-config.d.ts +66 -0
  62. package/dist/ssr/next-config.js +115 -0
  63. package/dist/ssr/next-config.js.map +1 -0
  64. package/dist/ssr/next.d.ts +14 -7
  65. package/dist/ssr/next.js +40 -20
  66. package/dist/ssr/next.js.map +1 -1
  67. package/dist/ssr-collector-ref-COs_ioWl.js +29 -0
  68. package/dist/ssr-collector-ref-COs_ioWl.js.map +1 -0
  69. package/dist/static/index.d.ts +91 -5
  70. package/dist/static/index.js +49 -4
  71. package/dist/static/index.js.map +1 -0
  72. package/dist/static/inject.d.ts +5 -0
  73. package/dist/static/inject.js +17 -0
  74. package/dist/static/inject.js.map +1 -0
  75. package/dist/zero/babel.d.ts +2 -155
  76. package/dist/zero/babel.js +183 -51
  77. package/dist/zero/babel.js.map +1 -1
  78. package/dist/zero/index.d.ts +81 -3
  79. package/dist/zero/index.js +2 -4
  80. package/dist/zero/next.d.ts +13 -1
  81. package/dist/zero/next.js +6 -5
  82. package/dist/zero/next.js.map +1 -1
  83. package/docs/README.md +39 -0
  84. package/docs/adoption.md +72 -35
  85. package/docs/ai-agents.md +224 -0
  86. package/docs/comparison.md +88 -53
  87. package/docs/configuration.md +623 -63
  88. package/docs/debug.md +172 -342
  89. package/docs/design-system.md +83 -29
  90. package/docs/dsl.md +614 -133
  91. package/docs/getting-started.md +80 -43
  92. package/docs/injector.md +159 -53
  93. package/docs/methodology.md +178 -31
  94. package/docs/migration-v3.md +285 -0
  95. package/docs/pipeline.md +741 -0
  96. package/docs/plugins.md +353 -0
  97. package/docs/react-api.md +681 -0
  98. package/docs/runtime-benchmarks.md +351 -0
  99. package/docs/ssr.md +356 -128
  100. package/docs/styles.md +103 -32
  101. package/docs/tasty-static.md +227 -65
  102. package/package.json +83 -22
  103. package/tasty.config.ts +6 -0
  104. package/dist/_virtual/_rolldown/runtime.js +0 -8
  105. package/dist/chunks/cacheKey.js +0 -78
  106. package/dist/chunks/cacheKey.js.map +0 -1
  107. package/dist/chunks/definitions.d.ts +0 -37
  108. package/dist/chunks/definitions.js +0 -259
  109. package/dist/chunks/definitions.js.map +0 -1
  110. package/dist/chunks/renderChunk.js +0 -60
  111. package/dist/chunks/renderChunk.js.map +0 -1
  112. package/dist/config.d.ts +0 -323
  113. package/dist/config.js +0 -465
  114. package/dist/config.js.map +0 -1
  115. package/dist/debug.d.ts +0 -204
  116. package/dist/debug.js +0 -733
  117. package/dist/debug.js.map +0 -1
  118. package/dist/hooks/useGlobalStyles.d.ts +0 -30
  119. package/dist/hooks/useGlobalStyles.js +0 -83
  120. package/dist/hooks/useGlobalStyles.js.map +0 -1
  121. package/dist/hooks/useKeyframes.d.ts +0 -56
  122. package/dist/hooks/useKeyframes.js +0 -69
  123. package/dist/hooks/useKeyframes.js.map +0 -1
  124. package/dist/hooks/useProperty.d.ts +0 -79
  125. package/dist/hooks/useProperty.js +0 -114
  126. package/dist/hooks/useProperty.js.map +0 -1
  127. package/dist/hooks/useRawCSS.d.ts +0 -53
  128. package/dist/hooks/useRawCSS.js +0 -40
  129. package/dist/hooks/useRawCSS.js.map +0 -1
  130. package/dist/hooks/useStyles.d.ts +0 -45
  131. package/dist/hooks/useStyles.js +0 -249
  132. package/dist/hooks/useStyles.js.map +0 -1
  133. package/dist/injector/index.d.ts +0 -165
  134. package/dist/injector/index.js +0 -162
  135. package/dist/injector/index.js.map +0 -1
  136. package/dist/injector/injector.d.ts +0 -148
  137. package/dist/injector/injector.js +0 -430
  138. package/dist/injector/injector.js.map +0 -1
  139. package/dist/injector/sheet-manager.d.ts +0 -136
  140. package/dist/injector/sheet-manager.js +0 -729
  141. package/dist/injector/sheet-manager.js.map +0 -1
  142. package/dist/injector/types.d.ts +0 -144
  143. package/dist/keyframes/index.js +0 -206
  144. package/dist/keyframes/index.js.map +0 -1
  145. package/dist/parser/classify.js +0 -320
  146. package/dist/parser/classify.js.map +0 -1
  147. package/dist/parser/const.js +0 -33
  148. package/dist/parser/const.js.map +0 -1
  149. package/dist/parser/lru.js +0 -109
  150. package/dist/parser/lru.js.map +0 -1
  151. package/dist/parser/parser.d.ts +0 -25
  152. package/dist/parser/parser.js +0 -116
  153. package/dist/parser/parser.js.map +0 -1
  154. package/dist/parser/tokenizer.js +0 -69
  155. package/dist/parser/tokenizer.js.map +0 -1
  156. package/dist/parser/types.d.ts +0 -51
  157. package/dist/parser/types.js +0 -46
  158. package/dist/parser/types.js.map +0 -1
  159. package/dist/pipeline/conditions.d.ts +0 -134
  160. package/dist/pipeline/conditions.js +0 -406
  161. package/dist/pipeline/conditions.js.map +0 -1
  162. package/dist/pipeline/exclusive.js +0 -231
  163. package/dist/pipeline/exclusive.js.map +0 -1
  164. package/dist/pipeline/index.d.ts +0 -53
  165. package/dist/pipeline/index.js +0 -670
  166. package/dist/pipeline/index.js.map +0 -1
  167. package/dist/pipeline/materialize.js +0 -1105
  168. package/dist/pipeline/materialize.js.map +0 -1
  169. package/dist/pipeline/parseStateKey.d.ts +0 -15
  170. package/dist/pipeline/parseStateKey.js +0 -447
  171. package/dist/pipeline/parseStateKey.js.map +0 -1
  172. package/dist/pipeline/simplify.js +0 -516
  173. package/dist/pipeline/simplify.js.map +0 -1
  174. package/dist/pipeline/warnings.js +0 -18
  175. package/dist/pipeline/warnings.js.map +0 -1
  176. package/dist/plugins/okhsl-plugin.d.ts +0 -35
  177. package/dist/plugins/okhsl-plugin.js +0 -98
  178. package/dist/plugins/okhsl-plugin.js.map +0 -1
  179. package/dist/plugins/types.d.ts +0 -76
  180. package/dist/properties/index.js +0 -223
  181. package/dist/properties/index.js.map +0 -1
  182. package/dist/properties/property-type-resolver.d.ts +0 -24
  183. package/dist/properties/property-type-resolver.js +0 -91
  184. package/dist/properties/property-type-resolver.js.map +0 -1
  185. package/dist/ssr/astro.js.map +0 -1
  186. package/dist/ssr/async-storage.d.ts +0 -17
  187. package/dist/ssr/async-storage.js.map +0 -1
  188. package/dist/ssr/collect-auto-properties.js +0 -40
  189. package/dist/ssr/collect-auto-properties.js.map +0 -1
  190. package/dist/ssr/collector.d.ts +0 -85
  191. package/dist/ssr/collector.js +0 -183
  192. package/dist/ssr/collector.js.map +0 -1
  193. package/dist/ssr/context.d.ts +0 -8
  194. package/dist/ssr/context.js +0 -14
  195. package/dist/ssr/context.js.map +0 -1
  196. package/dist/ssr/format-global-rules.js.map +0 -1
  197. package/dist/ssr/format-keyframes.js +0 -70
  198. package/dist/ssr/format-keyframes.js.map +0 -1
  199. package/dist/ssr/format-property.js +0 -50
  200. package/dist/ssr/format-property.js.map +0 -1
  201. package/dist/ssr/format-rules.js.map +0 -1
  202. package/dist/ssr/hydrate.d.ts +0 -22
  203. package/dist/ssr/hydrate.js +0 -50
  204. package/dist/ssr/hydrate.js.map +0 -1
  205. package/dist/ssr/ssr-collector-ref.js +0 -12
  206. package/dist/ssr/ssr-collector-ref.js.map +0 -1
  207. package/dist/states/index.d.ts +0 -49
  208. package/dist/states/index.js +0 -169
  209. package/dist/states/index.js.map +0 -1
  210. package/dist/static/tastyStatic.d.ts +0 -46
  211. package/dist/static/tastyStatic.js +0 -31
  212. package/dist/static/tastyStatic.js.map +0 -1
  213. package/dist/static/types.d.ts +0 -49
  214. package/dist/static/types.js +0 -24
  215. package/dist/static/types.js.map +0 -1
  216. package/dist/styles/align.d.ts +0 -15
  217. package/dist/styles/align.js +0 -14
  218. package/dist/styles/align.js.map +0 -1
  219. package/dist/styles/border.d.ts +0 -25
  220. package/dist/styles/border.js +0 -114
  221. package/dist/styles/border.js.map +0 -1
  222. package/dist/styles/color.d.ts +0 -14
  223. package/dist/styles/color.js +0 -27
  224. package/dist/styles/color.js.map +0 -1
  225. package/dist/styles/createStyle.js +0 -80
  226. package/dist/styles/createStyle.js.map +0 -1
  227. package/dist/styles/dimension.js +0 -97
  228. package/dist/styles/dimension.js.map +0 -1
  229. package/dist/styles/display.d.ts +0 -37
  230. package/dist/styles/display.js +0 -67
  231. package/dist/styles/display.js.map +0 -1
  232. package/dist/styles/fade.d.ts +0 -15
  233. package/dist/styles/fade.js +0 -58
  234. package/dist/styles/fade.js.map +0 -1
  235. package/dist/styles/fill.d.ts +0 -42
  236. package/dist/styles/fill.js +0 -52
  237. package/dist/styles/fill.js.map +0 -1
  238. package/dist/styles/flow.d.ts +0 -16
  239. package/dist/styles/flow.js +0 -12
  240. package/dist/styles/flow.js.map +0 -1
  241. package/dist/styles/gap.d.ts +0 -31
  242. package/dist/styles/gap.js +0 -37
  243. package/dist/styles/gap.js.map +0 -1
  244. package/dist/styles/height.d.ts +0 -17
  245. package/dist/styles/height.js +0 -20
  246. package/dist/styles/height.js.map +0 -1
  247. package/dist/styles/index.d.ts +0 -2
  248. package/dist/styles/index.js +0 -9
  249. package/dist/styles/index.js.map +0 -1
  250. package/dist/styles/inset.d.ts +0 -52
  251. package/dist/styles/inset.js +0 -150
  252. package/dist/styles/inset.js.map +0 -1
  253. package/dist/styles/justify.d.ts +0 -15
  254. package/dist/styles/justify.js +0 -14
  255. package/dist/styles/justify.js.map +0 -1
  256. package/dist/styles/list.d.ts +0 -16
  257. package/dist/styles/list.js +0 -98
  258. package/dist/styles/list.js.map +0 -1
  259. package/dist/styles/margin.d.ts +0 -24
  260. package/dist/styles/margin.js +0 -104
  261. package/dist/styles/margin.js.map +0 -1
  262. package/dist/styles/outline.d.ts +0 -29
  263. package/dist/styles/outline.js +0 -65
  264. package/dist/styles/outline.js.map +0 -1
  265. package/dist/styles/padding.d.ts +0 -24
  266. package/dist/styles/padding.js +0 -104
  267. package/dist/styles/padding.js.map +0 -1
  268. package/dist/styles/predefined.d.ts +0 -71
  269. package/dist/styles/predefined.js +0 -238
  270. package/dist/styles/predefined.js.map +0 -1
  271. package/dist/styles/preset.d.ts +0 -47
  272. package/dist/styles/preset.js +0 -126
  273. package/dist/styles/preset.js.map +0 -1
  274. package/dist/styles/radius.d.ts +0 -14
  275. package/dist/styles/radius.js +0 -51
  276. package/dist/styles/radius.js.map +0 -1
  277. package/dist/styles/scrollbar.d.ts +0 -25
  278. package/dist/styles/scrollbar.js +0 -48
  279. package/dist/styles/scrollbar.js.map +0 -1
  280. package/dist/styles/shadow.d.ts +0 -14
  281. package/dist/styles/shadow.js +0 -24
  282. package/dist/styles/shadow.js.map +0 -1
  283. package/dist/styles/transition.d.ts +0 -14
  284. package/dist/styles/transition.js +0 -158
  285. package/dist/styles/transition.js.map +0 -1
  286. package/dist/styles/types.d.ts +0 -508
  287. package/dist/styles/width.d.ts +0 -17
  288. package/dist/styles/width.js +0 -20
  289. package/dist/styles/width.js.map +0 -1
  290. package/dist/tasty.d.ts +0 -981
  291. package/dist/tasty.js +0 -219
  292. package/dist/tasty.js.map +0 -1
  293. package/dist/types.d.ts +0 -184
  294. package/dist/utils/cache-wrapper.js +0 -22
  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 -45
  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 -11
  306. package/dist/utils/colors.js.map +0 -1
  307. package/dist/utils/css-types.d.ts +0 -7
  308. package/dist/utils/dotize.d.ts +0 -26
  309. package/dist/utils/dotize.js +0 -122
  310. package/dist/utils/dotize.js.map +0 -1
  311. package/dist/utils/filter-base-props.d.ts +0 -15
  312. package/dist/utils/filter-base-props.js +0 -45
  313. package/dist/utils/filter-base-props.js.map +0 -1
  314. package/dist/utils/get-display-name.d.ts +0 -7
  315. package/dist/utils/get-display-name.js +0 -10
  316. package/dist/utils/get-display-name.js.map +0 -1
  317. package/dist/utils/has-keys.js +0 -13
  318. package/dist/utils/has-keys.js.map +0 -1
  319. package/dist/utils/is-dev-env.js +0 -19
  320. package/dist/utils/is-dev-env.js.map +0 -1
  321. package/dist/utils/is-valid-element-type.js +0 -15
  322. package/dist/utils/is-valid-element-type.js.map +0 -1
  323. package/dist/utils/merge-styles.js.map +0 -1
  324. package/dist/utils/mod-attrs.d.ts +0 -8
  325. package/dist/utils/mod-attrs.js +0 -21
  326. package/dist/utils/mod-attrs.js.map +0 -1
  327. package/dist/utils/process-tokens.d.ts +0 -21
  328. package/dist/utils/process-tokens.js +0 -91
  329. package/dist/utils/process-tokens.js.map +0 -1
  330. package/dist/utils/resolve-recipes.d.ts +0 -17
  331. package/dist/utils/resolve-recipes.js.map +0 -1
  332. package/dist/utils/selector-transform.js +0 -32
  333. package/dist/utils/selector-transform.js.map +0 -1
  334. package/dist/utils/string.js +0 -8
  335. package/dist/utils/string.js.map +0 -1
  336. package/dist/utils/styles.d.ts +0 -101
  337. package/dist/utils/styles.js +0 -223
  338. package/dist/utils/styles.js.map +0 -1
  339. package/dist/utils/typography.d.ts +0 -47
  340. package/dist/utils/typography.js +0 -43
  341. package/dist/utils/typography.js.map +0 -1
  342. package/dist/utils/warnings.d.ts +0 -16
  343. package/dist/utils/warnings.js +0 -16
  344. package/dist/utils/warnings.js.map +0 -1
  345. package/dist/zero/css-writer.d.ts +0 -45
  346. package/dist/zero/css-writer.js +0 -74
  347. package/dist/zero/css-writer.js.map +0 -1
  348. package/dist/zero/extractor.d.ts +0 -24
  349. package/dist/zero/extractor.js.map +0 -1
  350. package/docs/PIPELINE.md +0 -519
  351. package/docs/runtime.md +0 -291
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  <h1 align="center">Tasty</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>The styling engine built for design systems.</strong><br>
9
- Deterministic CSS generation. State-aware DSL. Zero specificity conflicts. Ever.
8
+ <strong>CSS-in-JS for React design systems.</strong><br>
9
+ Build components whose styles don’t fight.
10
10
  </p>
11
11
 
12
12
  <p align="center">
@@ -17,23 +17,57 @@
17
17
 
18
18
  ---
19
19
 
20
- Most CSS-in-JS libraries emit rules that compete through cascade and specificity. Tasty emits **mutually exclusive CSS selectors**for any component state combination, exactly one selector matches each property at a time. No cascade conflicts, no specificity wars, no `!important` escapes. Components compose and extend without breaking each other.
20
+ Describe hover, disabled, variants, themes, and responsive behavior as state maps. Tasty makes one branch win by designwithout specificity fights or source-order surprises.
21
21
 
22
- That guarantee unlocks a concise, CSS-like DSL where design tokens, custom units, responsive states, container queries, sub-element styling, and theming all compose without surprises — one coherent system that scales from a single component to an enterprise design system.
22
+ ```tsx
23
+ import { tasty } from '@tenphi/tasty';
24
+
25
+ const Button = tasty({
26
+ as: 'button',
27
+ styles: {
28
+ fill: {
29
+ '': '#primary',
30
+ ':hover': '#primary-hover',
31
+ ':active': '#primary-pressed',
32
+ '[disabled]': '#surface',
33
+ },
34
+ },
35
+ });
36
+ ```
37
+
38
+ Later branches have higher priority. If this button is both hovered and disabled, `[disabled]` wins and the hover rule is excluded. Tasty compiles that decision into mutually exclusive selectors, so the result does not depend on CSS source order.
39
+
40
+ That is the core promise: add states, variants, themes, and overrides without reopening selector logic by hand.
41
+
42
+ Tasty fits best when you are building a design system or component library whose components need to stay predictable as their state logic grows. Alongside state maps, it provides a CSS-like DSL, typed style props, tokens, recipes, sub-elements, and client-side, server-only, or build-time CSS delivery.
43
+
44
+ - **Ready to try it?** Follow [Getting Started](docs/getting-started.md).
45
+ - **Evaluating fit?** Read [Comparison](docs/comparison.md) and the [Adoption Guide](docs/adoption.md).
46
+ - **Want the compiler model?** Jump to [How It Actually Works](#how-it-actually-works).
47
+ - **Building a component library?** See [Methodology](docs/methodology.md) and [Building a Design System](docs/design-system.md).
23
48
 
24
49
  ## Why Tasty
25
50
 
26
- - **Deterministic at any scale** — Exclusive selector generation eliminates the entire class of cascade/specificity bugs. Every state combination resolves to exactly one CSS rule per property. Refactor freely. See [How It Actually Works](#how-it-actually-works).
27
- - **AI-friendly by design** — Style definitions are declarative, self-contained, and structurally consistent. AI tools can read, understand, and refactor even advanced state bindings as confidently as a human — because there's no hidden cascade logic or implicit ordering to second-guess.
28
- - **DSL that feels like CSS** — Property names you already know (`padding`, `color`, `display`) with syntax sugar that removes boilerplate. Learn the DSL in minutes, not days. See [Style Properties](docs/styles.md).
29
- - **CSS properties as normal component props** — `styleProps` lets you expose selected styles as typed React props. Use `<Button placeSelf="end">` or `<Space flow="row" gap="2x">` without extra wrappers, utility classes, or `styles` overrides. The same props also accept state maps, so responsive values work with the same API. See [CSS properties as props](#css-properties-as-props).
30
- - **Design-system native** — Color tokens (`#primary`), spacing units (`2x`), typography presets (`h1`, `t2`), border radius (`1r`), and recipes are first-class primitives, not afterthoughts. See [Configuration](docs/configuration.md).
31
- - **Near-complete modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, etc. Some features that don't fit Tasty's component model (such as `@layer` and `!important`) are intentionally omitted, but real-world use cases are covered almost completely.
32
- - **Runtime, zero-runtime, or SSR — your call** — Use `tasty()` for dynamic React components with runtime injection, `tastyStatic()` with the Babel plugin for zero-runtime CSS extraction, or enable SSR with zero-cost client hydration for Next.js, Astro, or any React framework (experimental). Same DSL, same tokens, same output.
33
- - **Only generate what is used** — In runtime mode, Tasty injects CSS on demand for mounted components/variants, so your app avoids shipping style rules for UI states that are never rendered.
34
- - **Runtime performance that holds at scale** — The runtime path is tested against enterprise-scale applications and tuned with multi-level caching, chunk-level style reuse, style garbage collection, and a dedicated injector.
35
- - **Composable and extensible by design** — Extend any component's styles with proper merge semantics, and evolve built-in behavior through configuration and plugins.
36
- - **TypeScript-first** — Full type definitions, module augmentation for custom properties, and autocomplete for tokens, presets, and themes. See [Configuration](docs/configuration.md).
51
+ - **States that don’t fight** — Each property’s state map compiles into mutually exclusive selectors, so one branch wins by construction.
52
+ - **Safe to extend** — Add variants, overrides, and new states without re-deriving selector interactions.
53
+ - **Built for component systems** — Model roots and sub-elements together and expose governed, typed component APIs.
54
+ - **Your design system’s language** — Define tokens, units, aliases, recipes, style props, and parser rules for your system.
55
+ - **One model for every state** — Pseudo-classes, modifiers, root and parent states, media and container queries, `:has()`, and `@supports` all use state maps.
56
+ - **Client, server, or build time** — Use `tasty()` in client React, React Server Components, SSR, and static server rendering, or use `tastyStatic()` for framework-agnostic build-time extraction.
57
+
58
+ ### Supporting capabilities
59
+
60
+ - **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
61
+ - **Zero client styling runtime with the full React API** — All `tasty()` components and style functions are hook-free. In server-only rendering, they generate CSS on the server and ship no Tasty styling runtime to the browser. Astro without islands is the concrete integration; server-only Next.js RSC follows the same architecture. Use `tastyStatic()` when you specifically need build-time extraction without React.
62
+ - **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, `@font-face`, `@counter-style`, `@function`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
63
+ - **Performance and caching** — When styles are generated in the browser, Tasty injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
64
+ - **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
65
+
66
+ ## Why State Maps Matter
67
+
68
+ Component styling becomes fragile when multiple selectors can win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
69
+
70
+ Tasty replaces that competition with explicit priority in the state map. Each property compiles into mutually exclusive branches, so only one generated selector can match. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
37
71
 
38
72
  ## Installation
39
73
 
@@ -41,6 +75,30 @@ That guarantee unlocks a concise, CSS-like DSL where design tokens, custom units
41
75
  pnpm add @tenphi/tasty
42
76
  ```
43
77
 
78
+ Requirements:
79
+
80
+ - Node.js 20+
81
+ - React 18+ (peer dependency for the React entry points)
82
+ - `pnpm`, `npm`, or `yarn`
83
+
84
+ Other package managers:
85
+
86
+ ```bash
87
+ npm add @tenphi/tasty
88
+ yarn add @tenphi/tasty
89
+ ```
90
+
91
+ ## Start Here
92
+
93
+ For the fuller docs map beyond the quick routes above, start here:
94
+
95
+ - **[Comparison](docs/comparison.md)** — read this first if you are evaluating whether Tasty fits your team's styling model
96
+ - **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
97
+ - **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
98
+ - **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
99
+ - **[Docs Hub](docs/README.md)** — choose docs by role and task: React rendering, zero-client-runtime delivery, build-time extraction, design-system authoring, internals, and debugging
100
+ - **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
101
+
44
102
  ## Quick Start
45
103
 
46
104
  ### Create a styled component
@@ -53,19 +111,24 @@ const Card = tasty({
53
111
  styles: {
54
112
  display: 'flex',
55
113
  flow: 'column',
56
- padding: '4x',
57
- gap: '2x',
58
- fill: '#surface',
59
- border: '#border bottom',
60
- radius: '1r',
114
+ padding: '24px',
115
+ gap: '12px',
116
+ fill: 'white',
117
+ color: '#222',
118
+ border: '1px solid #ddd',
119
+ radius: '12px',
61
120
  },
62
121
  });
63
122
 
64
123
  // Just a React component
65
- <Card>Hello World</Card>
124
+ <Card>Hello World</Card>;
66
125
  ```
67
126
 
68
- Every value maps to CSS you'd recognize but with tokens and units that keep your design system consistent by default.
127
+ Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
128
+
129
+ When you want a more design-system-shaped authoring model, Tasty also supports built-in units, tokens, recipes, state aliases, and color values such as `okhsl(...)` without extra runtime libraries.
130
+
131
+ Use `configure()` when you want to define shared tokens, state aliases, recipes, or other conventions for your app or design system. For a fuller onboarding path, follow [Getting Started](docs/getting-started.md).
69
132
 
70
133
  ### Add state-driven styles
71
134
 
@@ -78,22 +141,22 @@ const Button = tasty({
78
141
  '': '#primary',
79
142
  ':hover': '#primary-hover',
80
143
  ':active': '#primary-pressed',
81
- '[disabled]': '#surface',
144
+ disabled: '#surface',
82
145
  },
83
146
  color: {
84
147
  '': '#on-primary',
85
- '[disabled]': '#text.40',
148
+ disabled: '#text.40',
86
149
  },
87
150
  cursor: {
88
151
  '': 'pointer',
89
- '[disabled]': 'not-allowed',
152
+ disabled: 'not-allowed',
90
153
  },
91
154
  transition: 'theme',
92
155
  },
93
156
  });
94
157
  ```
95
158
 
96
- State keys support pseudo-classes first (`:hover`, `:active`), then modifiers (`theme=danger`), attributes (`[disabled]`), media/container queries, root states, and more. Tasty compiles them into exclusive selectors automatically.
159
+ State keys support pseudo-classes (`:hover`, `:active`), modifiers (`theme=danger`), attributes, media/container queries, root states, and more. The built-in `disabled` and `checked` states automatically track their corresponding native props or attributes; `disabled` is the concise Tasty form of `[disabled]`. Tasty compiles state maps into exclusive selectors automatically.
97
160
 
98
161
  ### Extend any component
99
162
 
@@ -112,7 +175,7 @@ const DangerButton = tasty(Button, {
112
175
 
113
176
  Child styles merge with parent styles intelligently — state maps can extend or replace parent states per-property.
114
177
 
115
- ### Configure once, use everywhere
178
+ ### Optional: configure shared conventions
116
179
 
117
180
  ```tsx
118
181
  import { configure } from '@tenphi/tasty';
@@ -121,7 +184,8 @@ configure({
121
184
  states: {
122
185
  '@mobile': '@media(w < 768px)',
123
186
  '@tablet': '@media(w < 1024px)',
124
- '@dark': '@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
187
+ '@dark':
188
+ '@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
125
189
  },
126
190
  recipes: {
127
191
  card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
@@ -129,81 +193,62 @@ configure({
129
193
  });
130
194
  ```
131
195
 
132
- Predefined states turn complex selector logic into single tokens. Use `@mobile` instead of writing media query expressions in every component.
133
-
134
- ### CSS properties as props
196
+ Use `configure()` once when your app or design system needs shared aliases, tokens, recipes, or parser extensions. Predefined states turn complex selector logic into single tokens, so teams can write `@mobile` instead of repeating media query expressions in every component.
135
197
 
136
- With `styleProps`, a component can expose the styles you choose as normal typed props. That means you can adjust layout, spacing, alignment, or positioning right where the component is used, instead of introducing wrapper elements or reaching for a separate styling API.
198
+ ### Props as the public API
137
199
 
138
- This is especially good for prototyping and fast UI iteration: you can shape interfaces quickly, while still staying inside a typed, design-system-aware component API that scales to production.
139
-
140
- ```tsx
141
- import { tasty, FLOW_STYLES, POSITION_STYLES } from '@tenphi/tasty';
142
-
143
- const Space = tasty({
144
- styles: {
145
- display: 'flex',
146
- flow: 'column',
147
- gap: '1x',
148
- },
149
- styleProps: FLOW_STYLES,
150
- });
151
-
152
- const Button = tasty({
153
- as: 'button',
154
- styles: {
155
- padding: '1.5x 3x',
156
- fill: '#primary',
157
- color: '#primary-text',
158
- radius: true,
159
- },
160
- styleProps: POSITION_STYLES,
161
- });
162
- ```
163
-
164
- Now you can compose layout and tweak component positioning directly in JSX:
200
+ `styleProps` exposes selected CSS properties as typed React props, and `modProps` does the same for modifier keys. Together they let design systems define a governed, typed component API without wrapper elements or `styles` overrides:
165
201
 
166
202
  ```tsx
167
203
  <Space flow="row" gap="2x" placeItems="center">
168
- <Title>Dashboard</Title>
169
- <Button placeSelf="end">Add Item</Button>
204
+ <Button isLoading size="large" placeSelf="end">
205
+ Submit
206
+ </Button>
170
207
  </Space>
171
208
  ```
172
209
 
173
- The same props also support state maps, so responsive values use the exact same API:
210
+ See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [React API](docs/react-api.md#style-props).
174
211
 
175
- ```tsx
176
- <Space
177
- flow={{ '': 'column', '@tablet': 'row' }}
178
- gap={{ '': '2x', '@tablet': '4x' }}
179
- >
180
- <Sidebar />
181
- <Content />
182
- </Space>
183
- ```
212
+ ## Choose a Styling Approach
213
+
214
+ Once you understand the component model, choose where Tasty should generate CSS. Zero-runtime delivery is an outcome, not a synonym for `tastyStatic()`.
184
215
 
185
- Layout components can expose flow props. Buttons can expose positioning props. Each component can offer only the style props that make sense for its role, while still keeping tokens, custom units, and state maps fully typed. This works in runtime `tasty()` components, not in `tastyStatic()`.
216
+ | Approach | Authoring API | CSS is generated | Tasty runtime in the browser | Best for |
217
+ | ------------------------- | ------------------------------------------- | ----------------------------------- | ---------------------------- | ------------------------------------------------------------------- |
218
+ | **Server-only React** | `tasty()`; optional `@tenphi/tasty/ssr/*` | During server or static rendering | None | Astro without islands, server-only RSC, SSG |
219
+ | **Hydrated React** | `tasty()` plus `@tenphi/tasty/ssr/*` | During SSR, then on demand in React | Only in hydrated components | Interactive React apps, Next.js client components, Astro islands |
220
+ | **Build-time extraction** | `tastyStatic()` from `@tenphi/tasty/static` | During the build | None in file mode | Non-React frameworks or CSS that must be extracted before rendering |
221
+
222
+ The first approach and `tastyStatic()`'s default file mode both ship zero Tasty styling runtime to the browser. The difference is authoring and timing: server-only `tasty()` retains `styleProps`, sub-elements, variants, and the rest of the React API, while `tastyStatic()` extracts build-time-known styles without a React dependency. (`tastyStatic()` inject mode intentionally ships a tiny CSS injector.) Astro supports the server-only path directly with `tastyIntegration({ islands: false })`; the same server-only model applies to Next.js RSC, though you should verify the output for your deployment. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Build-Time Extraction](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
186
223
 
187
224
  ## How It Actually Works
188
225
 
189
226
  This is the core idea that makes everything else possible.
190
227
 
191
- 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)**.
228
+ 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)**.
192
229
 
193
- Traditional CSS has two structural problems.
230
+ ### The structural problem with normal CSS
194
231
 
195
232
  First, the **cascade** resolves conflicts by specificity and source order: when multiple selectors match, the one with the highest specificity wins, or — if specificity is equal — the last one in source order wins. That makes styles inherently fragile. Reordering imports, adding a media query, or composing components from different libraries can silently break styling.
196
233
 
197
234
  A small example makes this tangible. Two rules for a button's background:
198
235
 
199
236
  ```css
200
- .btn:hover { background: dodgerblue; }
201
- .btn[disabled] { background: gray; }
237
+ .btn:hover {
238
+ background: dodgerblue;
239
+ }
240
+ .btn[disabled] {
241
+ background: gray;
242
+ }
202
243
  ```
203
244
 
204
- Both selectors have specificity `(0, 1, 1)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
245
+ Both selectors have specificity `(0, 2, 0)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
246
+
247
+ ### Why real state logic is hard to author by hand
248
+
249
+ Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just _one_ property with _one_ state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
205
250
 
206
- Second, **authoring selectors that capture real-world state logic is fundamentally hard.** A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just *one* property with *one* state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
251
+ ### What Tasty generates instead
207
252
 
208
253
  Tasty solves both problems at once: **every state mapping compiles into mutually exclusive selectors.**
209
254
 
@@ -226,10 +271,16 @@ If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-col
226
271
 
227
272
  ```css
228
273
  /* First attempt — the @media branch is too broad */
229
- .t0 { color: var(--text-color); }
230
- :root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
274
+ .t0 {
275
+ color: var(--text-color);
276
+ }
277
+ :root[data-schema='dark'] .t0 {
278
+ color: var(--text-on-dark-color);
279
+ }
231
280
  @media (prefers-color-scheme: dark) {
232
- .t0 { color: var(--text-on-dark-color); }
281
+ .t0 {
282
+ color: var(--text-on-dark-color);
283
+ }
233
284
  }
234
285
  ```
235
286
 
@@ -237,22 +288,26 @@ The `@media` branch fires even when `data-schema="light"` is explicitly set. Fix
237
288
 
238
289
  ```css
239
290
  /* Second attempt — @media is scoped, but the default is still too broad */
240
- .t0 { color: var(--text-color); }
241
- :root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
291
+ .t0 {
292
+ color: var(--text-color);
293
+ }
294
+ :root[data-schema='dark'] .t0 {
295
+ color: var(--text-on-dark-color);
296
+ }
242
297
  @media (prefers-color-scheme: dark) {
243
- :root:not([data-schema]) .t0 { color: var(--text-on-dark-color); }
298
+ :root:not([data-schema]) .t0 {
299
+ color: var(--text-on-dark-color);
300
+ }
244
301
  }
245
302
  ```
246
303
 
247
304
  Better — but the bare `.t0` default still matches unconditionally. It matches in dark mode, it matches when `data-schema="dark"` is set, and it can beat the attribute selector by source order if another rule re-declares it later. There is no selector that says "apply this default only when none of the dark branches win."
248
305
 
249
- This is just *one* property with *one* state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
250
-
251
- Tasty generates the correct version automatically:
306
+ This is just _one_ property with _one_ state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
252
307
 
253
308
  ```css
254
309
  /* Branch 1: Explicit dark schema */
255
- :root[data-schema="dark"] .t0.t0 {
310
+ :root[data-schema='dark'] .t0.t0 {
256
311
  color: var(--text-on-dark-color);
257
312
  }
258
313
 
@@ -265,25 +320,29 @@ Tasty generates the correct version automatically:
265
320
 
266
321
  /* Default: no schema + OS does not prefer dark */
267
322
  @media (not (prefers-color-scheme: dark)) {
268
- :root:not([data-schema="dark"]) .t0.t0 {
323
+ :root:not([data-schema='dark']) .t0.t0 {
269
324
  color: var(--text-color);
270
325
  }
271
326
  }
272
327
 
273
328
  /* Default: schema is set but not dark (any OS preference) */
274
- :root:not([data-schema="dark"])[data-schema] .t0.t0 {
329
+ :root:not([data-schema='dark'])[data-schema] .t0.t0 {
275
330
  color: var(--text-color);
276
331
  }
277
332
  ```
278
333
 
334
+ ### What guarantee that gives you
335
+
279
336
  Every rule is guarded by the negation of higher-priority rules. No two rules can match at the same time. No specificity arithmetic. No source-order dependence. Components compose and extend without collisions.
280
337
 
281
- By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty doesn't limit CSS; it unlocks its full potential by removing the complexity that held teams back.
338
+ By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty keeps the solution in CSS while removing much of the selector bookkeeping that is hard to maintain by hand.
282
339
 
283
- [Try it in the Tasty Playground →](https://cube-ui-kit.vercel.app/?path=/story/getting-started-tasty-playground--playground)
340
+ [Try it in the playground →](https://tasty.style/playground)
284
341
 
285
342
  ## Capabilities
286
343
 
344
+ This section is a quick product tour. For the canonical guides and references, start from the [Docs Hub](docs/README.md).
345
+
287
346
  ### Design Tokens and Custom Units
288
347
 
289
348
  Tokens are first-class. Colors use `#name` syntax. Spacing, radius, and border width use multiplier units tied to CSS custom properties:
@@ -296,13 +355,13 @@ radius: '1r', // → var(--radius)
296
355
  border: '1bw solid #border',
297
356
  ```
298
357
 
299
- | Unit | Maps to | Example |
300
- |------|---------|---------|
301
- | `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
302
- | `r` | `--radius` multiplier | `1r` → `var(--radius)` |
303
- | `bw` | `--border-width` multiplier | `1bw` → `var(--border-width)` |
358
+ | Unit | Maps to | Example |
359
+ | ---- | ---------------------------- | ------------------------------ |
360
+ | `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
361
+ | `r` | `--radius` multiplier | `1r` → `var(--radius)` |
362
+ | `bw` | `--border-width` multiplier | `1bw` → `var(--border-width)` |
304
363
  | `ow` | `--outline-width` multiplier | `1ow` → `var(--outline-width)` |
305
- | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
364
+ | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
306
365
 
307
366
  Define your own units via `configure({ units: { ... } })`.
308
367
 
@@ -310,21 +369,21 @@ Define your own units via `configure({ units: { ... } })`.
310
369
 
311
370
  Every style property accepts a state mapping object. Keys can be combined with boolean logic:
312
371
 
313
- | State type | Syntax | CSS output |
314
- |------------|--------|------------|
315
- | Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
316
- | Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
317
- | Pseudo-class | `:hover` | `:hover` |
318
- | Attribute selector | `[role="tab"]` | `[role="tab"]` |
319
- | Class selector (supported) | `.is-active` | `.is-active` |
320
- | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
321
- | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
322
- | Root state | `@root(theme=dark)` | `:root[data-theme="dark"]` |
323
- | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
324
- | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
325
- | Entry animation | `@starting` | `@starting-style` |
326
-
327
- Combine with `&` (AND), `|` (OR), `!` (NOT):
372
+ | State type | Syntax | CSS output |
373
+ | --------------------------------- | -------------------------- | ----------------------------------- |
374
+ | Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
375
+ | Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
376
+ | Pseudo-class | `:hover` | `:hover` |
377
+ | Attribute selector | `[role="tab"]` | `[role="tab"]` |
378
+ | Class selector (supported) | `.is-active` | `.is-active` |
379
+ | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
380
+ | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
381
+ | Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
382
+ | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
383
+ | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
384
+ | Entry animation | `@starting` | `@starting-style` |
385
+
386
+ Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
328
387
 
329
388
  ```tsx
330
389
  fill: {
@@ -336,240 +395,187 @@ fill: {
336
395
 
337
396
  ### Sub-Element Styling
338
397
 
339
- Style inner elements from the parent component definition. No extra components, no CSS leakage:
398
+ Compound components can style inner parts from the parent definition with capitalized keys in `styles` and optional `elements` declarations, producing typed sub-components like `<Card.Title />` instead of separate wrapper components or ad hoc class naming.
340
399
 
341
- ```tsx
342
- const Card = tasty({
343
- styles: {
344
- padding: '4x',
345
- Title: { preset: 'h3', color: '#primary' },
346
- Content: { color: '#text', preset: 't2' },
347
- },
348
- elements: { Title: 'h2', Content: 'div' },
349
- });
400
+ 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.
350
401
 
351
- <Card>
352
- <Card.Title>Heading</Card.Title>
353
- <Card.Content>Body text</Card.Content>
354
- </Card>
355
- ```
402
+ 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).
356
403
 
357
- Sub-elements use `data-element` attributes — no extra class names, no naming conventions.
404
+ ### Style Props
358
405
 
359
- By default, sub-elements participate in the same state context as the root component. That means mappings like `:hover`, `theme=danger`, `[role="button"]`, and other keys are evaluated as one unified block, which keeps styling logic predictable across the whole markup tree.
406
+ `styleProps` exposes selected CSS properties as typed React props. Components control which properties to open up; consumers get layout and composition knobs without `styles` overrides. Supports state maps for responsive values.
360
407
 
361
- Use `@own(...)` when a sub-element should react to its own state instead of the root state context.
408
+ ```tsx
409
+ const Space = tasty({
410
+ styles: { display: 'flex', flow: 'column', gap: '1x' },
411
+ styleProps: FLOW_STYLES,
412
+ });
362
413
 
363
- Class selectors are also supported, but modifiers/pseudo-classes are usually the better default in design-system code.
414
+ <Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
415
+ ```
364
416
 
365
- Use the sub-element selector `$` when you need precise descendant targeting to avoid leakage in deeply nested component trees.
417
+ See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
366
418
 
367
- ### Variants
419
+ ### Mod Props
368
420
 
369
- Variants are designed to keep single-component CSS lean. Instead of generating dozens of static button classes up front, define all versions once and let runtime usage decide what CSS is actually emitted.
421
+ `modProps` exposes modifier keys as typed React props the modifier equivalent of `styleProps`. Accepts an array of key names or an object with type descriptors (`Boolean`, `String`, `Number`, or enum arrays) for full TypeScript autocomplete.
370
422
 
371
423
  ```tsx
372
424
  const Button = tasty({
373
- styles: { padding: '2x 4x', radius: '1r' },
374
- variants: {
375
- default: { fill: '#primary', color: '#on-primary' },
376
- danger: { fill: '#danger', color: '#on-danger' },
377
- outline: { fill: 'transparent', border: '1bw solid #primary' },
425
+ as: 'button',
426
+ modProps: { isLoading: Boolean, size: ['sm', 'md', 'lg'] as const },
427
+ styles: {
428
+ fill: { '': '#primary', isLoading: '#primary.5' },
429
+ padding: { '': '2x 4x', 'size=sm': '1x 2x' },
378
430
  },
379
431
  });
380
432
 
381
- <Button variant="danger">Delete</Button>
433
+ <Button isLoading size="lg">
434
+ Submit
435
+ </Button>;
382
436
  ```
383
437
 
384
- ### Recipes
438
+ See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
385
439
 
386
- Recipes are predefined style sets that work like composable styling classes for Tasty. They can be pre-applied or post-applied to current styles, which lets you add reusable state logic while still allowing local style overrides.
440
+ ### Variants
387
441
 
388
- ```tsx
389
- configure({
390
- recipes: {
391
- card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
392
- elevated: { shadow: '0 2x 4x #shadow' },
393
- },
394
- });
442
+ Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. With `tasty()`, Tasty emits only the variant CSS that is actually used, whether rendering happens on the server or in the browser.
395
443
 
396
- const ProfileCard = tasty({
397
- styles: {
398
- recipe: 'card elevated',
399
- color: '#text',
400
- },
401
- });
402
- ```
444
+ See [React API - Variants](docs/react-api.md#variants).
445
+
446
+ ### Recipes
447
+
448
+ Recipes are reusable style bundles defined in `configure({ recipes })` and applied with the `recipe` style property. They are useful when your design system wants shared state logic or visual presets without forcing every component to repeat the same style map.
403
449
 
404
- Use `/` to post-apply recipes after local styles when you need recipe states/styles to win the final merge order. Use `none` to skip base recipes: `recipe: 'none / disabled'`.
450
+ Use `/` to post-apply recipes after local styles when recipe states should win the final merge order, and use `none` to skip base recipes entirely.
451
+
452
+ See [Style DSL - Recipes](docs/dsl.md#recipes) and [Configuration - recipes](docs/configuration.md#recipes).
405
453
 
406
454
  ### Auto-Inferred `@property`
407
455
 
408
- CSS custom properties do not animate smoothly by default because the browser does not know how to interpolate their values. The [`@property`](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) at-rule fixes that by declaring a property's syntax, such as `<number>` or `<color>`.
456
+ Tasty usually removes the need to hand-author CSS [`@property`](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) rules. When a custom property receives a concrete value, Tasty infers its syntax and registers the matching `@property` automatically, which makes transitions and animations on custom properties work without extra boilerplate.
409
457
 
410
- In Tasty, you usually do not need to declare `@property` manually. When a custom property is assigned a concrete value, Tasty infers the syntax and registers the matching `@property` for you:
458
+ If you prefer explicit control, disable inference with `configure({ autoPropertyTypes: false })` or declare the properties yourself.
411
459
 
412
- ```tsx
413
- const Pulse = tasty({
460
+ See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
461
+
462
+ ### Explicit `@property`
463
+
464
+ Use explicit `@property` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
465
+
466
+ See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
467
+
468
+ ### CSS Functions (`@function`)
469
+
470
+ Define reusable, parameterized CSS functions and call them anywhere a value is accepted. Declare with `$$name`, invoke with `$$name(...)`; parameters and local variables use `$name`.
471
+
472
+ ```jsx
473
+ const Card = tasty({
414
474
  styles: {
415
- animation: 'pulse 2s infinite',
416
- transform: 'scale($pulse-scale)',
417
- '@keyframes': {
418
- pulse: {
419
- '0%, 100%': { '$pulse-scale': 1 },
420
- '50%': { '$pulse-scale': 1.05 },
421
- },
475
+ '@function': {
476
+ $$negative: { args: ['$value'], result: '(-1 * $value)' },
422
477
  },
478
+ margin: '$$negative(2x) top',
423
479
  },
424
480
  });
425
481
  ```
426
482
 
427
- Here, `$pulse-scale: 1` is inferred as `<number>`, so Tasty injects `@property --pulse-scale` automatically before using it in the animation. Numeric types (`<number>`, `<length>`, `<percentage>`, `<angle>`, `<time>`) are inferred from values; `<color>` is inferred from the `#name` token convention.
483
+ Definitions can also come from `configure({ functions })` or the `useFunction` style function, and work across client rendering, SSR/RSC, and build-time extraction. `@function` is an experimental CSS feature, so for browsers that do not ship it yet enable `configure({ polyfills: { functions: true } })` to inline every call into plain CSS at parse time.
428
484
 
429
- If you prefer full manual control, disable auto-inference globally with `configure({ autoPropertyTypes: false })`.
485
+ See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
430
486
 
431
- ### Explicit `@properties`
487
+ ### Style Functions
432
488
 
433
- Declare `@properties` yourself only when you need to override the defaults, for example to set `inherits: false` or provide a custom `initialValue`:
489
+ When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, `useCounterStyle`, and `useFunction` for animation, custom-property, font, counter-style, and CSS-function primitives. All style functions are hook-free and work in React Server Components.
434
490
 
435
- ```tsx
436
- '@properties': {
437
- '$pulse-scale': { syntax: '<number>', inherits: false, initialValue: 1 },
438
- },
439
- ```
491
+ See [React API - Style Functions](docs/react-api.md#style-functions).
440
492
 
441
- ### React Hooks
493
+ ### Zero-Runtime Delivery
442
494
 
443
- For cases where you don't need a full component:
495
+ There are two ways to ship no Tasty styling runtime to the browser:
444
496
 
445
- ```tsx
446
- import { useStyles, useGlobalStyles, useRawCSS } from '@tenphi/tasty';
497
+ - Render `tasty()` components only on the server, retaining the full React component API. Astro's `tastyIntegration({ islands: false })` is the clearest example.
498
+ - Use `tastyStatic()` to extract build-time-known CSS without React.
447
499
 
448
- function App() {
449
- const { className } = useStyles({ padding: '2x', fill: '#surface' });
450
- useGlobalStyles('body', { margin: '0' });
451
- useRawCSS('@font-face { font-family: "Custom"; src: url(...); }');
500
+ See [Server-Side Rendering](docs/ssr.md), [Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md), and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
452
501
 
453
- return <main className={className}>...</main>;
454
- }
455
- ```
502
+ ### `tasty` vs `tastyStatic`
456
503
 
457
- ### Zero-Runtime Mode
504
+ `tasty()` returns React components that compute CSS during rendering. That render can happen in the browser or only on the server; the server-only path ships no Tasty styling runtime while retaining the full feature set. `tastyStatic()` returns class names and extracts CSS during the build via a Babel plugin, with no React dependency. Both share the same DSL, tokens, units, state mappings, and recipes. Use `tasty()` as the default for React; use `tastyStatic()` when extraction must happen before rendering or the consumer is not React.
458
505
 
459
- Extract all CSS at build time. Zero JavaScript overhead in production:
506
+ See [Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md), [React API](docs/react-api.md), and [Comparison - Where styles are computed](docs/comparison.md#where-styles-are-computed).
460
507
 
461
- ```tsx
462
- import { tastyStatic } from '@tenphi/tasty/static';
508
+ ### Server-Side Rendering
463
509
 
464
- const card = tastyStatic({
465
- padding: '4x',
466
- fill: '#surface',
467
- radius: '1r',
468
- color: { '': '#text', '@dark': '#text-on-dark' },
469
- });
510
+ `tasty()` components already work on the server without any SSR integration — they are hook-free and render as React Server Components by default. In server-only contexts, they ship no Tasty styling runtime while retaining the full feature set. Astro without islands is the explicit zero-client-JavaScript setup; server-only Next.js RSC follows the same architecture, with output depending on the application deployment.
470
511
 
471
- // card is a CSS class name string
472
- <div className={card}>Static styles, zero runtime</div>
473
- ```
512
+ SSR integration (`TastyRegistry`, `tastyIntegration`) adds CSS batching, deduplication across component trees, FOUC prevention, and client cache hydration. Use it when your app also has client-side rendering:
474
513
 
475
- Configure the Babel plugin:
514
+ - `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
515
+ - `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
516
+ - The core SSR API for other React SSR setups
476
517
 
477
- ```js
478
- module.exports = {
479
- plugins: [
480
- ['@tenphi/tasty/babel-plugin', {
481
- output: 'public/tasty.css',
482
- config: {
483
- states: { '@dark': '@root(theme=dark)' },
484
- },
485
- }],
486
- ],
487
- };
488
- ```
518
+ See the [full SSR guide](docs/ssr.md).
489
519
 
490
- ### `tasty` vs `tastyStatic`
520
+ ## Entry Points
491
521
 
492
- | | `tasty` (runtime) | `tastyStatic` (zero-runtime) |
493
- |---|---|---|
494
- | **Output** | React component | CSS class name |
495
- | **CSS injection** | Runtime `<style>` tags | Build-time extraction |
496
- | **Runtime cost** | Style generation on mount | None |
497
- | **Generated CSS scope** | Only styles/variants used at runtime | All extracted static styles at build time |
498
- | **Dynamic values** | Fully supported | Via CSS custom properties |
499
- | **Sub-elements** | Built-in (`<C.Title>`) | Manual (`data-element`) |
500
- | **Variants** | Built-in (`variants` option) | Separate static styles |
501
- | **Framework** | React | Any (requires Babel) |
502
- | **Best for** | Interactive apps, design systems | Static sites, SSG, landing pages |
522
+ | Import | Description | Platform |
523
+ | -------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------- |
524
+ | `@tenphi/tasty` | React style engine (`tasty`, style functions, `configure`) | Browser / Node |
525
+ | `@tenphi/tasty/static` | Build-time extraction authoring API (`tastyStatic`) | Build time |
526
+ | `@tenphi/tasty/static/inject` | Runtime helper the Babel plugin rewrites `tastyStatic` imports to in inject mode | Browser |
527
+ | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
528
+ | `@tenphi/tasty/babel-plugin` | Babel plugin for build-time CSS extraction | Node |
529
+ | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
530
+ | `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
531
+ | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
532
+ | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
533
+ | `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
534
+ | `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
503
535
 
504
- Both share the same DSL, tokens, units, state mappings, and recipes.
536
+ ## Browser Requirements
505
537
 
506
- ### Runtime Performance
538
+ Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
507
539
 
508
- If you choose the runtime approach, performance is usually a non-issue in practice:
540
+ - **`:is()`** available across all major browsers since January 2021 ([MDN Baseline](https://developer.mozilla.org/en-US/docs/Web/CSS/:is)).
541
+ - **Level-4 `:not()` with selector lists** — Chrome/Edge 88+, Firefox 84+, Safari 9+, Opera 75+.
542
+ - **Not supported:** IE 11.
509
543
 
510
- - CSS is generated and injected only when styles are actually used.
511
- - Multi-level caching avoids repeated parsing and style recomputation.
512
- - Styles are split into reusable chunks and applied as multiple class names, so matching chunks can be reused across components instead of re-injected.
513
- - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
514
- - A style garbage collector removes unused styles/chunks over time.
515
- - A dedicated style injector minimizes DOM/style-tag overhead.
516
- - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
544
+ ## Performance
517
545
 
518
- ### Server-Side Rendering (Experimental)
546
+ ### Bundle Size
519
547
 
520
- SSR with zero-cost client hydration. Existing `tasty()` components work unchanged SSR is opt-in and requires no per-component modifications. Supports Next.js (App Router with streaming), Astro (middleware + islands), and any React-based framework via the core API. Requires React 19+.
548
+ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
521
549
 
522
- **Next.js setup:**
550
+ | Entry point | Size |
551
+ | ------------------------------------------------- | -------- |
552
+ | `@tenphi/tasty` (client + server rendering) | 50.19 kB |
553
+ | `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
554
+ | `@tenphi/tasty/static` (build-time authoring API) | 16.43 kB |
555
+ | `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
556
+ | `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
523
557
 
524
- ```tsx
525
- // app/tasty-registry.tsx
526
- 'use client';
558
+ Run `pnpm size` to reproduce (outputs may shift slightly with releases).
527
559
 
528
- import { TastyRegistry } from '@tenphi/tasty/ssr/next';
560
+ ### Runtime Benchmarks
529
561
 
530
- export default function TastyStyleRegistry({
531
- children,
532
- }: {
533
- children: React.ReactNode;
534
- }) {
535
- return <TastyRegistry>{children}</TastyRegistry>;
536
- }
537
- ```
538
-
539
- ```tsx
540
- // app/layout.tsx
541
- import TastyStyleRegistry from './tasty-registry';
542
-
543
- export default function RootLayout({
544
- children,
545
- }: {
546
- children: React.ReactNode;
547
- }) {
548
- return (
549
- <html>
550
- <body>
551
- <TastyStyleRegistry>{children}</TastyStyleRegistry>
552
- </body>
553
- </html>
554
- );
555
- }
556
- ```
557
-
558
- See the [full SSR guide](docs/ssr.md) for Astro integration, streaming SSR, generic framework usage, and the complete API reference.
562
+ Reproducible benchmarks cover the core style pipeline, the React overhead of an
563
+ empty `tasty({})` wrapper, cold browser generation plus rule injection against
564
+ equivalent CSS already present on the page, and a representative 1,000-element
565
+ React update with shared styles. See
566
+ [Runtime Benchmarks](docs/runtime-benchmarks.md) for the methodology, exact
567
+ results, limitations, and commands.
559
568
 
560
- ## Entry Points
569
+ ### How It Stays Fast
561
570
 
562
- | Import | Description | Platform |
563
- |--------|-------------|----------|
564
- | `@tenphi/tasty` | Runtime style engine (`tasty`, hooks, `configure`) | Browser |
565
- | `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
566
- | `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
567
- | `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
568
- | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
569
- | `@tenphi/tasty/next` | Next.js integration wrapper | Node |
570
- | `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
571
- | `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
572
- | `@tenphi/tasty/ssr/astro` | Astro middleware + auto-hydration | Node / Browser |
571
+ - CSS is generated and injected only when styles are actually used.
572
+ - Multi-level caching avoids repeated parsing and style recomputation.
573
+ - Styles are split into reusable chunks and applied as multiple class names, so matching chunks can be reused across components instead of re-injected.
574
+ - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
575
+ - A style garbage collector removes unused styles/chunks over time.
576
+ - A dedicated style injector minimizes DOM/style-tag overhead.
577
+ - Optional [batched injection](docs/configuration.md#batched-injection) keeps stylesheet writes together before layout reads, allowing the browser to resolve their effects together instead of between individual insertions.
578
+ - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
573
579
 
574
580
  ## Ecosystem
575
581
 
@@ -577,7 +583,7 @@ Tasty is the core of a production-ready styling platform. These companion tools
577
583
 
578
584
  ### [ESLint Plugin](https://github.com/tenphi/eslint-plugin-tasty)
579
585
 
580
- `@tenphi/eslint-plugin-tasty` — 27 lint rules that validate style property names, value syntax, token existence, state keys, and enforce best practices. Catch typos and invalid styles at lint time, not at runtime.
586
+ `@tenphi/eslint-plugin-tasty` — 27 total lint rules for style property names, value syntax, token existence, state keys, and best practices. The `recommended` preset enables 18 of them as a practical default. Catch typos and invalid styles at lint time, not at runtime.
581
587
 
582
588
  ```bash
583
589
  pnpm add -D @tenphi/eslint-plugin-tasty
@@ -616,7 +622,7 @@ Syntax highlighting for Tasty styles in TypeScript, TSX, JavaScript, and JSX. Hi
616
622
 
617
623
  ### [tasty.style](https://tasty.style) ([source](https://github.com/tenphi/tasty.style))
618
624
 
619
- The official Tasty documentation and landing page — itself built entirely with Tasty. A showcase for zero-runtime styling via `tastyStatic`, SSR with Next.js, and OKHSL color theming with Glaze.
625
+ The official Tasty documentation and landing page — itself built entirely with `tasty()`. A showcase for server-rendered Tasty with Next.js and OKHST color theming with Glaze.
620
626
 
621
627
  ### [Cube Cloud](https://cube.dev/)
622
628
 
@@ -632,9 +638,13 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
632
638
 
633
639
  ## Documentation
634
640
 
641
+ Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
642
+
643
+ - **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, client and server rendering, build-time extraction, debugging, and internals
644
+
635
645
  ### Start here
636
646
 
637
- - **[Getting Started](docs/getting-started.md)** — Installation, first component, configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
647
+ - **[Getting Started](docs/getting-started.md)** — Installation, first component, optional shared configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
638
648
  - **[Methodology](docs/methodology.md)** — The recommended patterns for structuring Tasty components: root + sub-elements, styleProps, tokens, styles vs style, wrapping and extension
639
649
 
640
650
  ### Guides
@@ -644,19 +654,25 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
644
654
 
645
655
  ### Reference
646
656
 
647
- - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
648
- - **[Runtime API](docs/runtime.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and hooks
649
- - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
657
+ - **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, `@property`, `@font-face`, `@counter-style`, and `@function`
658
+ - **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
659
+ - **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, functions, polyfills, style handlers, props middleware, and TypeScript extensions
660
+ - **[Plugins & Extension Points](docs/plugins.md)** — Extending Tasty: choosing an extension point, authoring style handlers and props middleware, and packaging it as a plugin
650
661
  - **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
662
+ - **[Style Rules for AI Agents](docs/ai-agents.md)** — Condensed, rule-based brief for AI coding agents: correct value syntax, state maps, and property choices in one short page
663
+
664
+ ### Upgrading
665
+
666
+ - **[Migration Guide (v2 → v3)](docs/migration-v3.md)** — Every breaking change in 3.0 with a search-and-replace cheat sheet: at-rule key renames, the directional-shorthand rule, config keys, renamed and removed exports, and what deliberately did not change
651
667
 
652
668
  ### Rendering modes
653
669
 
654
- - **[Zero Runtime (tastyStatic)](docs/tasty-static.md)** — Build-time static styling: Babel plugin setup, Next.js integration, and static style patterns
670
+ - **[Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md)** — Babel plugin setup, Next.js integration, and static style patterns
655
671
  - **[Server-Side Rendering](docs/ssr.md)** — SSR setup for Next.js, Astro, and generic frameworks: streaming support, cache hydration, and troubleshooting
656
672
 
657
673
  ### Internals
658
674
 
659
- - **[Style rendering pipeline](docs/PIPELINE.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
675
+ - **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
660
676
  - **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
661
677
  - **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
662
678