@tenphi/tasty 0.0.0-snapshot.12940ba → 0.0.0-snapshot.12aa784

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 (328) hide show
  1. package/README.md +408 -187
  2. package/dist/babel-Zs1Q03qt.d.ts +83 -0
  3. package/dist/chunks/async-storage-DKK-wTD4.js +44 -0
  4. package/dist/chunks/async-storage-DKK-wTD4.js.map +1 -0
  5. package/dist/chunks/build-config-DkGJ-aJN.js +45 -0
  6. package/dist/chunks/build-config-DkGJ-aJN.js.map +1 -0
  7. package/dist/chunks/collector-eXNg3-yf.js +318 -0
  8. package/dist/chunks/collector-eXNg3-yf.js.map +1 -0
  9. package/dist/chunks/config-engine-CnpdhxA0.js +331 -0
  10. package/dist/chunks/config-engine-CnpdhxA0.js.map +1 -0
  11. package/dist/chunks/css-definitions-DYJ_FPpw.js +1229 -0
  12. package/dist/chunks/css-definitions-DYJ_FPpw.js.map +1 -0
  13. package/dist/chunks/css-resources-Cyl_axbI.js +149 -0
  14. package/dist/chunks/css-resources-Cyl_axbI.js.map +1 -0
  15. package/dist/chunks/debug-BDthFZ0n.js +543 -0
  16. package/dist/chunks/debug-BDthFZ0n.js.map +1 -0
  17. package/dist/chunks/dsl-D7kBow--.js +1771 -0
  18. package/dist/chunks/dsl-D7kBow--.js.map +1 -0
  19. package/dist/chunks/hydration-CLdVKcH2.js +59 -0
  20. package/dist/chunks/hydration-CLdVKcH2.js.map +1 -0
  21. package/dist/chunks/react-runtime-BVbGrktR.js +877 -0
  22. package/dist/chunks/react-runtime-BVbGrktR.js.map +1 -0
  23. package/dist/chunks/runtime-engine-BlaWxQZj.js +3439 -0
  24. package/dist/chunks/runtime-engine-BlaWxQZj.js.map +1 -0
  25. package/dist/chunks/runtime-state-CTBDHB8e.js +138 -0
  26. package/dist/chunks/runtime-state-CTBDHB8e.js.map +1 -0
  27. package/dist/{utils/merge-styles.js → chunks/shared-utils-Bgl8FNGJ.js} +65 -27
  28. package/dist/chunks/shared-utils-Bgl8FNGJ.js.map +1 -0
  29. package/dist/chunks/style-engine-C4HSCNrT.js +6915 -0
  30. package/dist/chunks/style-engine-C4HSCNrT.js.map +1 -0
  31. package/dist/chunks/zero-engine-DaKQ0qOP.js +390 -0
  32. package/dist/chunks/zero-engine-DaKQ0qOP.js.map +1 -0
  33. package/dist/collector-hl5KNH7k.d.ts +165 -0
  34. package/dist/config-DWL1ZYue.d.ts +1358 -0
  35. package/dist/core/index.d.ts +5 -0
  36. package/dist/core/index.js +9 -0
  37. package/dist/index-D9N9GV24.d.ts +1947 -0
  38. package/dist/index.d.ts +5 -38
  39. package/dist/index.js +11 -30
  40. package/dist/{utils/merge-styles.d.ts → merge-styles-C_oMoJVd.d.ts} +3 -3
  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 +135 -0
  57. package/dist/ssr/astro.js +300 -0
  58. package/dist/ssr/astro.js.map +1 -0
  59. package/dist/ssr/index.d.ts +37 -0
  60. package/dist/ssr/index.js +10 -0
  61. package/dist/ssr/index.js.map +1 -0
  62. package/dist/ssr/next-config.d.ts +66 -0
  63. package/dist/ssr/next-config.js +135 -0
  64. package/dist/ssr/next-config.js.map +1 -0
  65. package/dist/ssr/next.d.ts +52 -0
  66. package/dist/ssr/next.js +90 -0
  67. package/dist/ssr/next.js.map +1 -0
  68. package/dist/static/index.d.ts +91 -5
  69. package/dist/static/index.js +49 -4
  70. package/dist/static/index.js.map +1 -0
  71. package/dist/static/inject.d.ts +5 -0
  72. package/dist/static/inject.js +17 -0
  73. package/dist/static/inject.js.map +1 -0
  74. package/dist/types-jKZNpias.d.ts +1616 -0
  75. package/dist/zero/babel.d.ts +2 -108
  76. package/dist/zero/babel.js +240 -43
  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 +56 -30
  81. package/dist/zero/next.js +106 -41
  82. package/dist/zero/next.js.map +1 -1
  83. package/docs/README.md +39 -0
  84. package/docs/adoption.md +323 -0
  85. package/docs/ai-agents.md +229 -0
  86. package/docs/comparison.md +448 -0
  87. package/docs/configuration.md +823 -0
  88. package/docs/debug.md +332 -0
  89. package/docs/design-system.md +455 -0
  90. package/docs/dsl.md +1021 -0
  91. package/docs/getting-started.md +238 -0
  92. package/docs/injector.md +634 -0
  93. package/docs/methodology.md +648 -0
  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 +610 -0
  100. package/docs/styles.md +677 -0
  101. package/docs/tasty-static.md +582 -0
  102. package/package.json +232 -52
  103. package/tasty.config.ts +20 -0
  104. package/dist/_virtual/_rolldown/runtime.js +0 -8
  105. package/dist/chunks/cacheKey.d.ts +0 -1
  106. package/dist/chunks/cacheKey.js +0 -70
  107. package/dist/chunks/cacheKey.js.map +0 -1
  108. package/dist/chunks/definitions.d.ts +0 -37
  109. package/dist/chunks/definitions.js +0 -260
  110. package/dist/chunks/definitions.js.map +0 -1
  111. package/dist/chunks/index.d.ts +0 -3
  112. package/dist/chunks/renderChunk.d.ts +0 -2
  113. package/dist/chunks/renderChunk.js +0 -61
  114. package/dist/chunks/renderChunk.js.map +0 -1
  115. package/dist/config.d.ts +0 -280
  116. package/dist/config.js +0 -403
  117. package/dist/config.js.map +0 -1
  118. package/dist/debug.d.ts +0 -204
  119. package/dist/debug.js +0 -733
  120. package/dist/debug.js.map +0 -1
  121. package/dist/hooks/index.d.ts +0 -5
  122. package/dist/hooks/useGlobalStyles.d.ts +0 -27
  123. package/dist/hooks/useGlobalStyles.js +0 -56
  124. package/dist/hooks/useGlobalStyles.js.map +0 -1
  125. package/dist/hooks/useKeyframes.d.ts +0 -56
  126. package/dist/hooks/useKeyframes.js +0 -54
  127. package/dist/hooks/useKeyframes.js.map +0 -1
  128. package/dist/hooks/useProperty.d.ts +0 -79
  129. package/dist/hooks/useProperty.js +0 -91
  130. package/dist/hooks/useProperty.js.map +0 -1
  131. package/dist/hooks/useRawCSS.d.ts +0 -53
  132. package/dist/hooks/useRawCSS.js +0 -28
  133. package/dist/hooks/useRawCSS.js.map +0 -1
  134. package/dist/hooks/useStyles.d.ts +0 -40
  135. package/dist/hooks/useStyles.js +0 -169
  136. package/dist/hooks/useStyles.js.map +0 -1
  137. package/dist/injector/index.d.ts +0 -157
  138. package/dist/injector/index.js +0 -154
  139. package/dist/injector/index.js.map +0 -1
  140. package/dist/injector/injector.d.ts +0 -139
  141. package/dist/injector/injector.js +0 -404
  142. package/dist/injector/injector.js.map +0 -1
  143. package/dist/injector/sheet-manager.d.ts +0 -127
  144. package/dist/injector/sheet-manager.js +0 -714
  145. package/dist/injector/sheet-manager.js.map +0 -1
  146. package/dist/injector/types.d.ts +0 -135
  147. package/dist/keyframes/index.js +0 -206
  148. package/dist/keyframes/index.js.map +0 -1
  149. package/dist/parser/classify.js +0 -319
  150. package/dist/parser/classify.js.map +0 -1
  151. package/dist/parser/const.js +0 -33
  152. package/dist/parser/const.js.map +0 -1
  153. package/dist/parser/index.d.ts +0 -3
  154. package/dist/parser/index.js +0 -4
  155. package/dist/parser/lru.js +0 -109
  156. package/dist/parser/lru.js.map +0 -1
  157. package/dist/parser/parser.d.ts +0 -25
  158. package/dist/parser/parser.js +0 -116
  159. package/dist/parser/parser.js.map +0 -1
  160. package/dist/parser/tokenizer.js +0 -69
  161. package/dist/parser/tokenizer.js.map +0 -1
  162. package/dist/parser/types.d.ts +0 -51
  163. package/dist/parser/types.js +0 -46
  164. package/dist/parser/types.js.map +0 -1
  165. package/dist/pipeline/conditions.js +0 -398
  166. package/dist/pipeline/conditions.js.map +0 -1
  167. package/dist/pipeline/exclusive.d.ts +0 -1
  168. package/dist/pipeline/exclusive.js +0 -231
  169. package/dist/pipeline/exclusive.js.map +0 -1
  170. package/dist/pipeline/index.d.ts +0 -53
  171. package/dist/pipeline/index.js +0 -642
  172. package/dist/pipeline/index.js.map +0 -1
  173. package/dist/pipeline/materialize.js +0 -894
  174. package/dist/pipeline/materialize.js.map +0 -1
  175. package/dist/pipeline/parseStateKey.d.ts +0 -1
  176. package/dist/pipeline/parseStateKey.js +0 -439
  177. package/dist/pipeline/parseStateKey.js.map +0 -1
  178. package/dist/pipeline/simplify.js +0 -557
  179. package/dist/pipeline/simplify.js.map +0 -1
  180. package/dist/plugins/index.d.ts +0 -2
  181. package/dist/plugins/okhsl-plugin.d.ts +0 -35
  182. package/dist/plugins/okhsl-plugin.js +0 -371
  183. package/dist/plugins/okhsl-plugin.js.map +0 -1
  184. package/dist/plugins/types.d.ts +0 -69
  185. package/dist/properties/index.js +0 -158
  186. package/dist/properties/index.js.map +0 -1
  187. package/dist/states/index.d.ts +0 -45
  188. package/dist/states/index.js +0 -416
  189. package/dist/states/index.js.map +0 -1
  190. package/dist/static/tastyStatic.d.ts +0 -46
  191. package/dist/static/tastyStatic.js +0 -31
  192. package/dist/static/tastyStatic.js.map +0 -1
  193. package/dist/static/types.d.ts +0 -49
  194. package/dist/static/types.js +0 -24
  195. package/dist/static/types.js.map +0 -1
  196. package/dist/styles/align.d.ts +0 -15
  197. package/dist/styles/align.js +0 -14
  198. package/dist/styles/align.js.map +0 -1
  199. package/dist/styles/border.d.ts +0 -25
  200. package/dist/styles/border.js +0 -114
  201. package/dist/styles/border.js.map +0 -1
  202. package/dist/styles/color.d.ts +0 -14
  203. package/dist/styles/color.js +0 -23
  204. package/dist/styles/color.js.map +0 -1
  205. package/dist/styles/createStyle.js +0 -77
  206. package/dist/styles/createStyle.js.map +0 -1
  207. package/dist/styles/dimension.js +0 -97
  208. package/dist/styles/dimension.js.map +0 -1
  209. package/dist/styles/display.d.ts +0 -37
  210. package/dist/styles/display.js +0 -67
  211. package/dist/styles/display.js.map +0 -1
  212. package/dist/styles/fade.d.ts +0 -15
  213. package/dist/styles/fade.js +0 -58
  214. package/dist/styles/fade.js.map +0 -1
  215. package/dist/styles/fill.d.ts +0 -44
  216. package/dist/styles/fill.js +0 -51
  217. package/dist/styles/fill.js.map +0 -1
  218. package/dist/styles/flow.d.ts +0 -16
  219. package/dist/styles/flow.js +0 -12
  220. package/dist/styles/flow.js.map +0 -1
  221. package/dist/styles/gap.d.ts +0 -31
  222. package/dist/styles/gap.js +0 -37
  223. package/dist/styles/gap.js.map +0 -1
  224. package/dist/styles/height.d.ts +0 -17
  225. package/dist/styles/height.js +0 -20
  226. package/dist/styles/height.js.map +0 -1
  227. package/dist/styles/index.d.ts +0 -2
  228. package/dist/styles/index.js +0 -9
  229. package/dist/styles/index.js.map +0 -1
  230. package/dist/styles/inset.d.ts +0 -50
  231. package/dist/styles/inset.js +0 -142
  232. package/dist/styles/inset.js.map +0 -1
  233. package/dist/styles/justify.d.ts +0 -15
  234. package/dist/styles/justify.js +0 -14
  235. package/dist/styles/justify.js.map +0 -1
  236. package/dist/styles/list.d.ts +0 -16
  237. package/dist/styles/list.js +0 -98
  238. package/dist/styles/list.js.map +0 -1
  239. package/dist/styles/margin.d.ts +0 -28
  240. package/dist/styles/margin.js +0 -96
  241. package/dist/styles/margin.js.map +0 -1
  242. package/dist/styles/outline.d.ts +0 -29
  243. package/dist/styles/outline.js +0 -65
  244. package/dist/styles/outline.js.map +0 -1
  245. package/dist/styles/padding.d.ts +0 -28
  246. package/dist/styles/padding.js +0 -96
  247. package/dist/styles/padding.js.map +0 -1
  248. package/dist/styles/predefined.d.ts +0 -74
  249. package/dist/styles/predefined.js +0 -241
  250. package/dist/styles/predefined.js.map +0 -1
  251. package/dist/styles/preset.d.ts +0 -47
  252. package/dist/styles/preset.js +0 -126
  253. package/dist/styles/preset.js.map +0 -1
  254. package/dist/styles/radius.d.ts +0 -14
  255. package/dist/styles/radius.js +0 -51
  256. package/dist/styles/radius.js.map +0 -1
  257. package/dist/styles/scrollbar.d.ts +0 -21
  258. package/dist/styles/scrollbar.js +0 -105
  259. package/dist/styles/scrollbar.js.map +0 -1
  260. package/dist/styles/shadow.d.ts +0 -14
  261. package/dist/styles/shadow.js +0 -24
  262. package/dist/styles/shadow.js.map +0 -1
  263. package/dist/styles/styledScrollbar.d.ts +0 -47
  264. package/dist/styles/styledScrollbar.js +0 -38
  265. package/dist/styles/styledScrollbar.js.map +0 -1
  266. package/dist/styles/transition.d.ts +0 -14
  267. package/dist/styles/transition.js +0 -138
  268. package/dist/styles/transition.js.map +0 -1
  269. package/dist/styles/types.d.ts +0 -498
  270. package/dist/styles/width.d.ts +0 -17
  271. package/dist/styles/width.js +0 -20
  272. package/dist/styles/width.js.map +0 -1
  273. package/dist/tasty.d.ts +0 -983
  274. package/dist/tasty.js +0 -191
  275. package/dist/tasty.js.map +0 -1
  276. package/dist/tokens/typography.d.ts +0 -19
  277. package/dist/tokens/typography.js +0 -237
  278. package/dist/tokens/typography.js.map +0 -1
  279. package/dist/types.d.ts +0 -182
  280. package/dist/utils/cache-wrapper.js +0 -26
  281. package/dist/utils/cache-wrapper.js.map +0 -1
  282. package/dist/utils/case-converter.js +0 -8
  283. package/dist/utils/case-converter.js.map +0 -1
  284. package/dist/utils/colors.d.ts +0 -5
  285. package/dist/utils/colors.js +0 -9
  286. package/dist/utils/colors.js.map +0 -1
  287. package/dist/utils/dotize.d.ts +0 -26
  288. package/dist/utils/dotize.js +0 -122
  289. package/dist/utils/dotize.js.map +0 -1
  290. package/dist/utils/filter-base-props.d.ts +0 -15
  291. package/dist/utils/filter-base-props.js +0 -45
  292. package/dist/utils/filter-base-props.js.map +0 -1
  293. package/dist/utils/get-display-name.d.ts +0 -7
  294. package/dist/utils/get-display-name.js +0 -10
  295. package/dist/utils/get-display-name.js.map +0 -1
  296. package/dist/utils/hsl-to-rgb.js +0 -38
  297. package/dist/utils/hsl-to-rgb.js.map +0 -1
  298. package/dist/utils/is-dev-env.js +0 -19
  299. package/dist/utils/is-dev-env.js.map +0 -1
  300. package/dist/utils/merge-styles.js.map +0 -1
  301. package/dist/utils/mod-attrs.d.ts +0 -8
  302. package/dist/utils/mod-attrs.js +0 -21
  303. package/dist/utils/mod-attrs.js.map +0 -1
  304. package/dist/utils/okhsl-to-rgb.js +0 -296
  305. package/dist/utils/okhsl-to-rgb.js.map +0 -1
  306. package/dist/utils/process-tokens.d.ts +0 -31
  307. package/dist/utils/process-tokens.js +0 -171
  308. package/dist/utils/process-tokens.js.map +0 -1
  309. package/dist/utils/resolve-recipes.d.ts +0 -17
  310. package/dist/utils/resolve-recipes.js +0 -147
  311. package/dist/utils/resolve-recipes.js.map +0 -1
  312. package/dist/utils/string.js +0 -8
  313. package/dist/utils/string.js.map +0 -1
  314. package/dist/utils/styles.d.ts +0 -183
  315. package/dist/utils/styles.js +0 -585
  316. package/dist/utils/styles.js.map +0 -1
  317. package/dist/utils/typography.d.ts +0 -36
  318. package/dist/utils/typography.js +0 -53
  319. package/dist/utils/typography.js.map +0 -1
  320. package/dist/utils/warnings.d.ts +0 -16
  321. package/dist/utils/warnings.js +0 -16
  322. package/dist/utils/warnings.js.map +0 -1
  323. package/dist/zero/css-writer.d.ts +0 -45
  324. package/dist/zero/css-writer.js +0 -74
  325. package/dist/zero/css-writer.js.map +0 -1
  326. package/dist/zero/extractor.d.ts +0 -25
  327. package/dist/zero/extractor.js +0 -150
  328. package/dist/zero/extractor.js.map +0 -1
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  <h1 align="center">Tasty</h1>
6
6
 
7
7
  <p align="center">
8
- <strong>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,21 +17,57 @@
17
17
 
18
18
  ---
19
19
 
20
- Most CSS-in-JS libraries generate CSS. Tasty generates **mutually exclusive CSS** — for any combination of states, exactly one rule matches per property. No cascade conflicts, no specificity wars, no `!important` hacks. Components compose and extend without breaking each other. That's the foundation everything else is built on.
20
+ Describe hover, disabled, variants, themes, and responsive behavior as state maps. Tasty makes one branch win by design—without specificity fights or source-order surprises.
21
21
 
22
- On top of that foundation, Tasty gives you a concise, CSS-like DSL with design tokens, custom units, responsive states, container queries, dark mode, sub-element styling, and zero-runtime extraction — all in 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.
27
- - **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.
28
- - **Design-system native** — Color tokens (`#primary`), spacing units (`2x`), typography presets (`h1`, `t2`), border radius (`1r`), and recipes are first-class primitives, not afterthoughts.
29
- - **Full modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, keyframes, boolean state logic with `&`, `|`, `!` operators. If CSS can do it, Tasty can express it — concisely.
30
- - **Runtime or zero-runtime — your call** — Use `tasty()` for dynamic React components with runtime injection, or `tastyStatic()` with the Babel plugin for zero-runtime CSS extraction. Same DSL, same tokens, same output.
31
- - **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.
32
- - **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.
33
- - **Composable and extensible by design** — Extend any component's styles with proper merge semantics, and evolve built-in behavior through configuration and plugins.
34
- - **TypeScript-first** — Full type definitions, module augmentation for custom properties, and autocomplete for tokens, presets, and themes.
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).
35
71
 
36
72
  ## Installation
37
73
 
@@ -39,6 +75,30 @@ On top of that foundation, Tasty gives you a concise, CSS-like DSL with design t
39
75
  pnpm add @tenphi/tasty
40
76
  ```
41
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
+
42
102
  ## Quick Start
43
103
 
44
104
  ### Create a styled component
@@ -51,19 +111,24 @@ const Card = tasty({
51
111
  styles: {
52
112
  display: 'flex',
53
113
  flow: 'column',
54
- padding: '4x',
55
- gap: '2x',
56
- fill: '#surface',
57
- border: '#border bottom',
58
- radius: '1r',
114
+ padding: '24px',
115
+ gap: '12px',
116
+ fill: 'white',
117
+ color: '#222',
118
+ border: '1px solid #ddd',
119
+ radius: '12px',
59
120
  },
60
121
  });
61
122
 
62
123
  // Just a React component
63
- <Card>Hello World</Card>
124
+ <Card>Hello World</Card>;
64
125
  ```
65
126
 
66
- 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).
67
132
 
68
133
  ### Add state-driven styles
69
134
 
@@ -76,22 +141,22 @@ const Button = tasty({
76
141
  '': '#primary',
77
142
  ':hover': '#primary-hover',
78
143
  ':active': '#primary-pressed',
79
- '[disabled]': '#surface',
144
+ disabled: '#surface',
80
145
  },
81
146
  color: {
82
147
  '': '#on-primary',
83
- '[disabled]': '#text.40',
148
+ disabled: '#text.40',
84
149
  },
85
150
  cursor: {
86
151
  '': 'pointer',
87
- '[disabled]': 'not-allowed',
152
+ disabled: 'not-allowed',
88
153
  },
89
154
  transition: 'theme',
90
155
  },
91
156
  });
92
157
  ```
93
158
 
94
- 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.
95
160
 
96
161
  ### Extend any component
97
162
 
@@ -110,7 +175,7 @@ const DangerButton = tasty(Button, {
110
175
 
111
176
  Child styles merge with parent styles intelligently — state maps can extend or replace parent states per-property.
112
177
 
113
- ### Configure once, use everywhere
178
+ ### Optional: configure shared conventions
114
179
 
115
180
  ```tsx
116
181
  import { configure } from '@tenphi/tasty';
@@ -119,7 +184,8 @@ configure({
119
184
  states: {
120
185
  '@mobile': '@media(w < 768px)',
121
186
  '@tablet': '@media(w < 1024px)',
122
- '@dark': '@root(schema=dark) | @media(prefers-color-scheme: dark)',
187
+ '@dark':
188
+ '@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
123
189
  },
124
190
  recipes: {
125
191
  card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
@@ -127,15 +193,64 @@ configure({
127
193
  });
128
194
  ```
129
195
 
130
- Predefined states turn complex selector logic into single tokens. Use `@mobile` instead of writing media query expressions in every component.
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.
197
+
198
+ ### Props as the public API
199
+
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:
201
+
202
+ ```tsx
203
+ <Space flow="row" gap="2x" placeItems="center">
204
+ <Button isLoading size="large" placeSelf="end">
205
+ Submit
206
+ </Button>
207
+ </Space>
208
+ ```
209
+
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).
211
+
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()`.
215
+
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).
131
223
 
132
224
  ## How It Actually Works
133
225
 
134
226
  This is the core idea that makes everything else possible.
135
227
 
136
- Traditional CSS uses the cascade to resolve conflicts: when multiple selectors match, the one with the highest specificity wins, or — if specificity is equal — the last one in source order wins. This makes styles inherently fragile. Reordering imports, adding a new media query, or composing components from different libraries can silently break styling.
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)**.
229
+
230
+ ### The structural problem with normal CSS
231
+
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.
233
+
234
+ A small example makes this tangible. Two rules for a button's background:
235
+
236
+ ```css
237
+ .btn:hover {
238
+ background: dodgerblue;
239
+ }
240
+ .btn[disabled] {
241
+ background: gray;
242
+ }
243
+ ```
244
+
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.
137
246
 
138
- Tasty takes a fundamentally different approach: **every state mapping compiles into selectors that are guaranteed to never overlap.**
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.
250
+
251
+ ### What Tasty generates instead
252
+
253
+ Tasty solves both problems at once: **every state mapping compiles into mutually exclusive selectors.**
139
254
 
140
255
  ```tsx
141
256
  const Text = tasty({
@@ -152,33 +267,82 @@ const Text = tasty({
152
267
  });
153
268
  ```
154
269
 
155
- If `@dark` expands to `@root(schema=dark) | @media(prefers-color-scheme: dark)`, Tasty generates:
270
+ If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))`, try writing the CSS by hand. A first attempt might look like this:
156
271
 
157
272
  ```css
158
- /* Explicit dark mode */
159
- :root[data-schema="dark"] .t0.t0 {
273
+ /* First attempt — the @media branch is too broad */
274
+ .t0 {
275
+ color: var(--text-color);
276
+ }
277
+ :root[data-schema='dark'] .t0 {
160
278
  color: var(--text-on-dark-color);
161
279
  }
280
+ @media (prefers-color-scheme: dark) {
281
+ .t0 {
282
+ color: var(--text-on-dark-color);
283
+ }
284
+ }
285
+ ```
162
286
 
163
- /* OS dark preference, no explicit override */
287
+ The `@media` branch fires even when `data-schema="light"` is explicitly set. Fix that:
288
+
289
+ ```css
290
+ /* Second attempt — @media is scoped, but the default is still too broad */
291
+ .t0 {
292
+ color: var(--text-color);
293
+ }
294
+ :root[data-schema='dark'] .t0 {
295
+ color: var(--text-on-dark-color);
296
+ }
164
297
  @media (prefers-color-scheme: dark) {
165
- :root:not([data-schema="dark"]) .t0.t0 {
298
+ :root:not([data-schema]) .t0 {
166
299
  color: var(--text-on-dark-color);
167
300
  }
168
301
  }
302
+ ```
303
+
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."
305
+
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:
169
307
 
170
- /* Light mode — neither condition */
308
+ ```css
309
+ /* Branch 1: Explicit dark schema */
310
+ :root[data-schema='dark'] .t0.t0 {
311
+ color: var(--text-on-dark-color);
312
+ }
313
+
314
+ /* Branch 2: No schema attribute + OS prefers dark */
315
+ @media (prefers-color-scheme: dark) {
316
+ :root:not([data-schema]) .t0.t0 {
317
+ color: var(--text-on-dark-color);
318
+ }
319
+ }
320
+
321
+ /* Default: no schema + OS does not prefer dark */
171
322
  @media (not (prefers-color-scheme: dark)) {
172
- :root:not([data-schema="dark"]) .t0.t0 {
323
+ :root:not([data-schema='dark']) .t0.t0 {
173
324
  color: var(--text-color);
174
325
  }
175
326
  }
327
+
328
+ /* Default: schema is set but not dark (any OS preference) */
329
+ :root:not([data-schema='dark'])[data-schema] .t0.t0 {
330
+ color: var(--text-color);
331
+ }
176
332
  ```
177
333
 
178
- Every rule is guarded by the negation of all higher-priority rules. No two rules can ever match simultaneously. No specificity arithmetic. No source-order dependence. Components compose and extend without ever colliding.
334
+ ### What guarantee that gives you
335
+
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.
337
+
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.
339
+
340
+ [Try it in the playground →](https://tasty.style/playground)
179
341
 
180
342
  ## Capabilities
181
343
 
344
+ This section is a quick product tour. For the canonical guides and references, start from the [Docs Hub](docs/README.md).
345
+
182
346
  ### Design Tokens and Custom Units
183
347
 
184
348
  Tokens are first-class. Colors use `#name` syntax. Spacing, radius, and border width use multiplier units tied to CSS custom properties:
@@ -191,13 +355,13 @@ radius: '1r', // → var(--radius)
191
355
  border: '1bw solid #border',
192
356
  ```
193
357
 
194
- | Unit | Maps to | Example |
195
- |------|---------|---------|
196
- | `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
197
- | `r` | `--radius` multiplier | `1r` → `var(--radius)` |
198
- | `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)` |
199
363
  | `ow` | `--outline-width` multiplier | `1ow` → `var(--outline-width)` |
200
- | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
364
+ | `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
201
365
 
202
366
  Define your own units via `configure({ units: { ... } })`.
203
367
 
@@ -205,21 +369,21 @@ Define your own units via `configure({ units: { ... } })`.
205
369
 
206
370
  Every style property accepts a state mapping object. Keys can be combined with boolean logic:
207
371
 
208
- | State type | Syntax | CSS output |
209
- |------------|--------|------------|
210
- | Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
211
- | Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
212
- | Pseudo-class | `:hover` | `:hover` |
213
- | Attribute selector | `[role="tab"]` | `[role="tab"]` |
214
- | Class selector (supported) | `.is-active` | `.is-active` |
215
- | Media query | `@media(w < 768px)` | `@media (width < 768px)` |
216
- | Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
217
- | Root state | `@root(theme=dark)` | `:root[data-theme="dark"]` |
218
- | Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
219
- | Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
220
- | Entry animation | `@starting` | `@starting-style` |
221
-
222
- 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):
223
387
 
224
388
  ```tsx
225
389
  fill: {
@@ -231,169 +395,178 @@ fill: {
231
395
 
232
396
  ### Sub-Element Styling
233
397
 
234
- 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.
235
399
 
236
- ```tsx
237
- const Card = tasty({
238
- styles: {
239
- padding: '4x',
240
- Title: { preset: 'h3', color: '#primary' },
241
- Content: { color: '#text', preset: 't2' },
242
- },
243
- elements: { Title: 'h2', Content: 'div' },
244
- });
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.
245
401
 
246
- <Card>
247
- <Card.Title>Heading</Card.Title>
248
- <Card.Content>Body text</Card.Content>
249
- </Card>
250
- ```
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).
251
403
 
252
- Sub-elements use `data-element` attributes — no extra class names, no naming conventions.
404
+ ### Style Props
253
405
 
254
- 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.
255
407
 
256
- 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
+ });
257
413
 
258
- 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
+ ```
259
416
 
260
- 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).
261
418
 
262
- ### Variants
419
+ ### Mod Props
263
420
 
264
- 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.
265
422
 
266
423
  ```tsx
267
424
  const Button = tasty({
268
- styles: { padding: '2x 4x', radius: '1r' },
269
- variants: {
270
- default: { fill: '#primary', color: '#on-primary' },
271
- danger: { fill: '#danger', color: '#on-danger' },
272
- 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' },
273
430
  },
274
431
  });
275
432
 
276
- <Button variant="danger">Delete</Button>
433
+ <Button isLoading size="lg">
434
+ Submit
435
+ </Button>;
277
436
  ```
278
437
 
438
+ See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
439
+
440
+ ### Variants
441
+
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.
443
+
444
+ See [React API - Variants](docs/react-api.md#variants).
445
+
279
446
  ### Recipes
280
447
 
281
- 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.
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.
282
449
 
283
- ```tsx
284
- configure({
285
- recipes: {
286
- card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
287
- elevated: { shadow: '0 2x 4x #shadow' },
288
- },
289
- });
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.
290
451
 
291
- const ProfileCard = tasty({
292
- styles: {
293
- recipe: 'card elevated',
294
- color: '#text',
295
- },
296
- });
297
- ```
452
+ See [Style DSL - Recipes](docs/dsl.md#recipes) and [Configuration - recipes](docs/configuration.md#recipes).
298
453
 
299
- 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'`.
454
+ ### Auto-Inferred `@property`
300
455
 
301
- ### Keyframes and `@property`
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.
302
457
 
303
- Modern CSS features are natively supported:
458
+ If you prefer explicit control, disable inference with `configure({ autoPropertyTypes: false })` or declare the properties yourself.
304
459
 
305
- Color tokens are automatically registered as typed properties (`<color>`), so token-based transitions work without extra setup.
460
+ See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
306
461
 
307
- ```tsx
308
- const Pulse = tasty({
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({
309
474
  styles: {
310
- '@properties': {
311
- '$pulse-scale': {
312
- syntax: '<number>',
313
- inherits: false,
314
- initialValue: 1,
315
- },
316
- },
317
- animation: 'pulse 2s infinite',
318
- transform: 'scale($pulse-scale)',
319
- '@keyframes': {
320
- pulse: {
321
- '0%, 100%': { '$pulse-scale': 1 },
322
- '50%': { '$pulse-scale': 1.05 },
323
- },
475
+ '@function': {
476
+ $$negative: { args: ['$value'], result: '(-1 * $value)' },
324
477
  },
478
+ margin: '$$negative(2x) top',
325
479
  },
326
480
  });
327
481
  ```
328
482
 
329
- ### React Hooks
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.
330
484
 
331
- For cases where you don't need a full component:
485
+ See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
332
486
 
333
- ```tsx
334
- import { useStyles, useGlobalStyles, useRawCSS } from '@tenphi/tasty';
487
+ ### Style Functions
335
488
 
336
- function App() {
337
- const { className } = useStyles({ padding: '2x', fill: '#surface' });
338
- useGlobalStyles(':root', { '#primary': 'purple', '$gap': '8px' });
339
- useRawCSS('body { margin: 0; }');
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.
340
490
 
341
- return <main className={className}>...</main>;
342
- }
343
- ```
491
+ See [React API - Style Functions](docs/react-api.md#style-functions).
344
492
 
345
- ### Zero-Runtime Mode
493
+ ### Zero-Runtime Delivery
346
494
 
347
- Extract all CSS at build time. Zero JavaScript overhead in production:
495
+ There are two ways to ship no Tasty styling runtime to the browser:
348
496
 
349
- ```tsx
350
- import { tastyStatic } from '@tenphi/tasty/static';
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.
351
499
 
352
- const card = tastyStatic({
353
- padding: '4x',
354
- fill: '#surface',
355
- radius: '1r',
356
- color: { '': '#text', '@dark': '#text-on-dark' },
357
- });
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).
358
501
 
359
- // card is a CSS class name string
360
- <div className={card}>Static styles, zero runtime</div>
361
- ```
502
+ ### `tasty` vs `tastyStatic`
362
503
 
363
- Configure the Babel plugin:
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.
364
505
 
365
- ```js
366
- module.exports = {
367
- plugins: [
368
- ['@tenphi/tasty/babel-plugin', {
369
- output: 'public/tasty.css',
370
- config: {
371
- states: { '@dark': '@root(theme=dark)' },
372
- },
373
- }],
374
- ],
375
- };
376
- ```
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).
377
507
 
378
- ### `tasty` vs `tastyStatic`
508
+ ### Server-Side Rendering
509
+
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.
511
+
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:
513
+
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
517
+
518
+ See the [full SSR guide](docs/ssr.md).
519
+
520
+ ## Entry Points
521
+
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 |
535
+
536
+ ## Browser Requirements
537
+
538
+ Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
539
+
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.
379
543
 
380
- | | `tasty` (runtime) | `tastyStatic` (zero-runtime) |
381
- |---|---|---|
382
- | **Output** | React component | CSS class name |
383
- | **CSS injection** | Runtime `<style>` tags | Build-time extraction |
384
- | **Runtime cost** | Style generation on mount | None |
385
- | **Generated CSS scope** | Only styles/variants used at runtime | All extracted static styles at build time |
386
- | **Dynamic values** | Fully supported | Via CSS custom properties |
387
- | **Sub-elements** | Built-in (`<C.Title>`) | Manual (`data-element`) |
388
- | **Variants** | Built-in (`variants` option) | Separate static styles |
389
- | **Framework** | React | Any (requires Babel) |
390
- | **Best for** | Interactive apps, design systems | Static sites, SSG, landing pages |
544
+ ## Performance
391
545
 
392
- Both share the same DSL, tokens, units, state mappings, and recipes.
546
+ ### Bundle Size
393
547
 
394
- ### Runtime Performance
548
+ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
395
549
 
396
- If you choose the runtime approach, performance is usually a non-issue in practice:
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 |
557
+
558
+ Run `pnpm size` to reproduce (outputs may shift slightly with releases).
559
+
560
+ ### Runtime Benchmarks
561
+
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.
568
+
569
+ ### How It Stays Fast
397
570
 
398
571
  - CSS is generated and injected only when styles are actually used.
399
572
  - Multi-level caching avoids repeated parsing and style recomputation.
@@ -401,25 +574,16 @@ If you choose the runtime approach, performance is usually a non-issue in practi
401
574
  - Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
402
575
  - A style garbage collector removes unused styles/chunks over time.
403
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.
404
578
  - This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
405
579
 
406
- ## Entry Points
407
-
408
- | Import | Description | Platform |
409
- |--------|-------------|----------|
410
- | `@tenphi/tasty` | Runtime style engine | Browser |
411
- | `@tenphi/tasty/static` | Zero-runtime static styles | Browser |
412
- | `@tenphi/tasty/babel-plugin` | Babel plugin for CSS extraction | Node |
413
- | `@tenphi/tasty/zero` | Programmatic extraction API | Node |
414
- | `@tenphi/tasty/next` | Next.js integration | Node |
415
-
416
580
  ## Ecosystem
417
581
 
418
582
  Tasty is the core of a production-ready styling platform. These companion tools complete the picture:
419
583
 
420
584
  ### [ESLint Plugin](https://github.com/tenphi/eslint-plugin-tasty)
421
585
 
422
- `@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.
423
587
 
424
588
  ```bash
425
589
  pnpm add -D @tenphi/eslint-plugin-tasty
@@ -450,14 +614,71 @@ const tokens = theme.tasty(); // Ready-to-use Tasty tokens
450
614
 
451
615
  Syntax highlighting for Tasty styles in TypeScript, TSX, JavaScript, and JSX. Highlights color tokens, custom units, state keys, presets, and style properties inside `tasty()`, `tastyStatic()`, and related APIs.
452
616
 
453
- ### [Cube UI Kit](https://github.com/cube-js/cube-ui-kit)
617
+ <p align="center">
618
+ <img src="assets/tasty-vscode-highlight.png" width="512" alt="Tasty VS Code syntax highlighting example">
619
+ </p>
620
+
621
+ ## Built with Tasty
622
+
623
+ ### [tasty.style](https://tasty.style) ([source](https://github.com/tenphi/tasty.style))
624
+
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.
626
+
627
+ ### [Cube Cloud](https://cube.dev/)
628
+
629
+ Enterprise universal semantic layer platform by Cube Dev, Inc. Cube Cloud unifies data modeling, caching, access control, and APIs (REST, GraphQL, SQL, AI) for analytics at scale. Tasty has powered its frontend for over 5 years in production.
630
+
631
+ ### [Cube Cloud for Excel and Google Sheets](https://cube.dev/)
632
+
633
+ A single spreadsheet add-in deployed to both [Microsoft Excel](https://marketplace.microsoft.com/en-us/product/office/WA200008486) and [Google Sheets](https://workspace.google.com/u/0/marketplace/app/cube_cloud_for_sheets/641460343379). Connects spreadsheets to any cloud data platform (BigQuery, Databricks, Snowflake, Redshift, and more) via Cube Cloud's universal semantic layer.
634
+
635
+ ### [Cube UI Kit](https://github.com/cube-js/cube-ui-kit) ([storybook](https://cube-ui-kit.vercel.app/))
454
636
 
455
637
  Open-source React UI kit built on Tasty + React Aria. 100+ production components proving Tasty works at design-system scale. A reference implementation and a ready-to-use component library.
456
638
 
457
639
  ## Documentation
458
640
 
459
- - **[Runtime API (tasty)](docs/tasty.md)** — Full runtime styling documentation: component creation, state mappings, sub-elements, variants, hooks, configuration, and style property reference
460
- - **[Zero Runtime (tastyStatic)](docs/tasty-static.md)** — Build-time static styling: Babel plugin setup, Next.js integration, and static style patterns
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
+
645
+ ### Start here
646
+
647
+ - **[Getting Started](docs/getting-started.md)** — Installation, first component, optional shared configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
648
+ - **[Methodology](docs/methodology.md)** — The recommended patterns for structuring Tasty components: root + sub-elements, styleProps, tokens, styles vs style, wrapping and extension
649
+
650
+ ### Guides
651
+
652
+ - **[Building a Design System](docs/design-system.md)** — Practical guide to building a DS layer: token vocabulary, state aliases, recipes, primitives, compound components, override contracts
653
+ - **[Adoption Guide](docs/adoption.md)** — Where Tasty sits in the stack, who should adopt it, what you define yourself, and how to introduce it incrementally into an existing design system
654
+
655
+ ### Reference
656
+
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
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
667
+
668
+ ### Rendering modes
669
+
670
+ - **[Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md)** — Babel plugin setup, Next.js integration, and static style patterns
671
+ - **[Server-Side Rendering](docs/ssr.md)** — SSR setup for Next.js, Astro, and generic frameworks: streaming support, cache hydration, and troubleshooting
672
+
673
+ ### Internals
674
+
675
+ - **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
676
+ - **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
677
+ - **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
678
+
679
+ ### Context
680
+
681
+ - **[Comparison](docs/comparison.md)** — How Tasty compares to Tailwind, Panda CSS, vanilla-extract, StyleX, Stitches, and Emotion: positioning, trade-offs, and when each tool fits best
461
682
 
462
683
  ## License
463
684