@tenphi/tasty 3.3.1 → 3.5.0
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.
- package/README.md +147 -129
- package/dist/astro-ib7E7V4Y.js +307 -0
- package/dist/astro-ib7E7V4Y.js.map +1 -0
- package/dist/{babel-BUQGeOXA.d.ts → babel-DWCsafYw.d.ts} +2 -2
- package/dist/{collector-DUaHCcTS.d.ts → collector-BTVXj2hS.d.ts} +21 -3
- package/dist/{collector-BKqNBmzA.js → collector-C6TtL8HJ.js} +36 -13
- package/dist/collector-C6TtL8HJ.js.map +1 -0
- package/dist/{config-BCdCTIED.js → config-B3gPdCqd.js} +344 -209
- package/dist/config-B3gPdCqd.js.map +1 -0
- package/dist/{config-YsxGv4tq.d.ts → config-LfIDmVHx.d.ts} +132 -32
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +6 -6
- package/dist/{core-wxP3GHQu.js → core-Bq7w2kti.js} +219 -98
- package/dist/core-Bq7w2kti.js.map +1 -0
- package/dist/{css-writer-D64NY9AX.js → css-writer-Bgowobbx.js} +3 -3
- package/dist/{css-writer-D64NY9AX.js.map → css-writer-Bgowobbx.js.map} +1 -1
- package/dist/{format-rules-Bo_e2u7r.js → format-rules-rCZ37rqY.js} +2 -2
- package/dist/format-rules-rCZ37rqY.js.map +1 -0
- package/dist/{hydrate-CMKOuKAx.js → hydrate-CNOmZprz.js} +3 -3
- package/dist/{hydrate-CMKOuKAx.js.map → hydrate-CNOmZprz.js.map} +1 -1
- package/dist/{index-DhhUI0yi.d.ts → index-Bm9ltvdH.d.ts} +45 -16
- package/dist/{index-Cd45t5NM.d.ts → index-BmogEzTo.d.ts} +69 -15
- package/dist/index.d.ts +5 -5
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/{keyframes-D737PShJ.js → keyframes-DE-OE76F.js} +132 -21
- package/dist/keyframes-DE-OE76F.js.map +1 -0
- package/dist/{merge-styles-CU7JbEwg.d.ts → merge-styles-BcLl1u_d.d.ts} +2 -2
- package/dist/{merge-styles-CUIQcs5v.js → merge-styles-DuoZEsm9.js} +2 -2
- package/dist/{merge-styles-CUIQcs5v.js.map → merge-styles-DuoZEsm9.js.map} +1 -1
- package/dist/{resolve-recipes-Df1Ta-Q0.js → resolve-recipes-H9NqOQuP.js} +3 -3
- package/dist/{resolve-recipes-Df1Ta-Q0.js.map → resolve-recipes-H9NqOQuP.js.map} +1 -1
- package/dist/ssr/astro-client.js +1 -1
- package/dist/ssr/astro-middleware-extract-static.d.ts +11 -0
- package/dist/ssr/astro-middleware-extract-static.js +9 -0
- package/dist/ssr/astro-middleware-extract-static.js.map +1 -0
- package/dist/ssr/astro-middleware-extract.d.ts +11 -0
- package/dist/ssr/astro-middleware-extract.js +9 -0
- package/dist/ssr/astro-middleware-extract.js.map +1 -0
- package/dist/ssr/astro-middleware-static.d.ts +3 -1
- package/dist/ssr/astro-middleware-static.js +1 -1
- package/dist/ssr/astro-middleware.d.ts +3 -1
- package/dist/ssr/astro-middleware.js +1 -1
- package/dist/ssr/astro.d.ts +37 -3
- package/dist/ssr/astro.js +1 -156
- package/dist/ssr/index.d.ts +2 -2
- package/dist/ssr/index.js +3 -3
- package/dist/ssr/index.js.map +1 -1
- package/dist/ssr/next.d.ts +1 -1
- package/dist/ssr/next.js +4 -4
- package/dist/static/index.d.ts +2 -2
- package/dist/static/index.js +1 -1
- package/dist/zero/babel.d.ts +1 -1
- package/dist/zero/babel.js +4 -4
- package/dist/zero/babel.js.map +1 -1
- package/dist/zero/index.d.ts +1 -1
- package/dist/zero/index.js +1 -1
- package/dist/zero/next.d.ts +1 -1
- package/docs/README.md +13 -8
- package/docs/adoption.md +56 -31
- package/docs/ai-agents.md +78 -77
- package/docs/comparison.md +69 -40
- package/docs/configuration.md +97 -87
- package/docs/debug.md +4 -2
- package/docs/design-system.md +41 -22
- package/docs/dsl.md +225 -195
- package/docs/getting-started.md +60 -39
- package/docs/injector.md +63 -26
- package/docs/methodology.md +42 -36
- package/docs/migration-v3.md +49 -49
- package/docs/plugins.md +37 -33
- package/docs/react-api.md +65 -44
- package/docs/runtime-benchmarks.md +178 -0
- package/docs/ssr.md +99 -61
- package/docs/styles.md +1 -1
- package/docs/tasty-static.md +137 -104
- package/package.json +26 -8
- package/dist/collector-BKqNBmzA.js.map +0 -1
- package/dist/config-BCdCTIED.js.map +0 -1
- package/dist/core-wxP3GHQu.js.map +0 -1
- package/dist/format-rules-Bo_e2u7r.js.map +0 -1
- package/dist/keyframes-D737PShJ.js.map +0 -1
- package/dist/ssr/astro.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>
|
|
9
|
-
|
|
8
|
+
<strong>CSS-in-JS for React design systems.</strong><br>
|
|
9
|
+
Build components whose styles don’t fight.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
@@ -17,44 +17,57 @@
|
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
20
|
-
|
|
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
|
-
|
|
22
|
+
```tsx
|
|
23
|
+
import { tasty } from '@tenphi/tasty';
|
|
23
24
|
|
|
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
|
+
```
|
|
25
37
|
|
|
26
|
-
|
|
38
|
+
Later branches have higher priority. If this button is both hovered and disabled, `[disabled]` wins and the hover rule is excluded. Tasty compiles that decision into mutually exclusive selectors, so the result does not depend on CSS source order.
|
|
27
39
|
|
|
28
|
-
|
|
40
|
+
That is the core promise: add states, variants, themes, and overrides without reopening selector logic by hand.
|
|
29
41
|
|
|
30
|
-
|
|
42
|
+
Tasty fits best when you are building a design system or component library whose components need to stay predictable as their state logic grows. Alongside state maps, it provides a CSS-like DSL, typed style props, tokens, recipes, sub-elements, and client-side, server-only, or build-time CSS delivery.
|
|
31
43
|
|
|
32
|
-
- **
|
|
33
|
-
- **
|
|
34
|
-
- **Want the
|
|
35
|
-
- **
|
|
44
|
+
- **Ready to try it?** Follow [Getting Started](docs/getting-started.md).
|
|
45
|
+
- **Evaluating fit?** Read [Comparison](docs/comparison.md) and the [Adoption Guide](docs/adoption.md).
|
|
46
|
+
- **Want the compiler model?** Jump to [How It Actually Works](#how-it-actually-works).
|
|
47
|
+
- **Building a component library?** See [Methodology](docs/methodology.md) and [Building a Design System](docs/design-system.md).
|
|
36
48
|
|
|
37
49
|
## Why Tasty
|
|
38
50
|
|
|
39
|
-
- **
|
|
40
|
-
- **
|
|
41
|
-
- **Built for
|
|
42
|
-
- **
|
|
43
|
-
- **
|
|
51
|
+
- **States that don’t fight** — Each property’s state map compiles into mutually exclusive selectors, so one branch wins by construction.
|
|
52
|
+
- **Safe to extend** — Add variants, overrides, and new states without re-deriving selector interactions.
|
|
53
|
+
- **Built for component systems** — Model roots and sub-elements together and expose governed, typed component APIs.
|
|
54
|
+
- **Your design system’s language** — Define tokens, units, aliases, recipes, style props, and parser rules for your system.
|
|
55
|
+
- **One model for every state** — Pseudo-classes, modifiers, root and parent states, media and container queries, `:has()`, and `@supports` all use state maps.
|
|
56
|
+
- **Client, server, or build time** — Use `tasty()` in client React, React Server Components, SSR, and static server rendering, or use `tastyStatic()` for framework-agnostic build-time extraction.
|
|
44
57
|
|
|
45
58
|
### Supporting capabilities
|
|
46
59
|
|
|
47
60
|
- **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
|
|
48
|
-
- **
|
|
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.
|
|
49
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.
|
|
50
|
-
- **Performance and caching** —
|
|
63
|
+
- **Performance and caching** — When styles are generated in the browser, Tasty injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
|
|
51
64
|
- **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
|
|
52
65
|
|
|
53
|
-
## Why
|
|
66
|
+
## Why State Maps Matter
|
|
54
67
|
|
|
55
|
-
|
|
68
|
+
Component styling becomes fragile when multiple selectors can win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
|
|
56
69
|
|
|
57
|
-
Tasty replaces that competition with explicit state
|
|
70
|
+
Tasty replaces that competition with explicit priority in the state map. Each property compiles into mutually exclusive branches, so only one generated selector can match. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
|
|
58
71
|
|
|
59
72
|
## Installation
|
|
60
73
|
|
|
@@ -83,7 +96,7 @@ For the fuller docs map beyond the quick routes above, start here:
|
|
|
83
96
|
- **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
|
|
84
97
|
- **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
|
|
85
98
|
- **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
|
|
86
|
-
- **[Docs Hub](docs/README.md)** — choose docs by role and task:
|
|
99
|
+
- **[Docs Hub](docs/README.md)** — choose docs by role and task: React rendering, zero-client-runtime delivery, build-time extraction, design-system authoring, internals, and debugging
|
|
87
100
|
- **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
|
|
88
101
|
|
|
89
102
|
## Quick Start
|
|
@@ -108,7 +121,7 @@ const Card = tasty({
|
|
|
108
121
|
});
|
|
109
122
|
|
|
110
123
|
// Just a React component
|
|
111
|
-
<Card>Hello World</Card
|
|
124
|
+
<Card>Hello World</Card>;
|
|
112
125
|
```
|
|
113
126
|
|
|
114
127
|
Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
|
|
@@ -128,22 +141,22 @@ const Button = tasty({
|
|
|
128
141
|
'': '#primary',
|
|
129
142
|
':hover': '#primary-hover',
|
|
130
143
|
':active': '#primary-pressed',
|
|
131
|
-
|
|
144
|
+
disabled: '#surface',
|
|
132
145
|
},
|
|
133
146
|
color: {
|
|
134
147
|
'': '#on-primary',
|
|
135
|
-
|
|
148
|
+
disabled: '#text.40',
|
|
136
149
|
},
|
|
137
150
|
cursor: {
|
|
138
151
|
'': 'pointer',
|
|
139
|
-
|
|
152
|
+
disabled: 'not-allowed',
|
|
140
153
|
},
|
|
141
154
|
transition: 'theme',
|
|
142
155
|
},
|
|
143
156
|
});
|
|
144
157
|
```
|
|
145
158
|
|
|
146
|
-
State keys support pseudo-classes
|
|
159
|
+
State keys support pseudo-classes (`:hover`, `:active`), modifiers (`theme=danger`), attributes, media/container queries, root states, and more. The built-in `disabled` and `checked` states automatically track their corresponding native props or attributes; `disabled` is the concise Tasty form of `[disabled]`. Tasty compiles state maps into exclusive selectors automatically.
|
|
147
160
|
|
|
148
161
|
### Extend any component
|
|
149
162
|
|
|
@@ -171,7 +184,8 @@ configure({
|
|
|
171
184
|
states: {
|
|
172
185
|
'@mobile': '@media(w < 768px)',
|
|
173
186
|
'@tablet': '@media(w < 1024px)',
|
|
174
|
-
'@dark':
|
|
187
|
+
'@dark':
|
|
188
|
+
'@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))',
|
|
175
189
|
},
|
|
176
190
|
recipes: {
|
|
177
191
|
card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
|
|
@@ -187,7 +201,9 @@ Use `configure()` once when your app or design system needs shared aliases, toke
|
|
|
187
201
|
|
|
188
202
|
```tsx
|
|
189
203
|
<Space flow="row" gap="2x" placeItems="center">
|
|
190
|
-
<Button isLoading size="large" placeSelf="end">
|
|
204
|
+
<Button isLoading size="large" placeSelf="end">
|
|
205
|
+
Submit
|
|
206
|
+
</Button>
|
|
191
207
|
</Space>
|
|
192
208
|
```
|
|
193
209
|
|
|
@@ -195,15 +211,15 @@ See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full r
|
|
|
195
211
|
|
|
196
212
|
## Choose a Styling Approach
|
|
197
213
|
|
|
198
|
-
Once you understand the component model,
|
|
214
|
+
Once you understand the component model, choose where Tasty should generate CSS. Zero-runtime delivery is an outcome, not a synonym for `tastyStatic()`.
|
|
199
215
|
|
|
200
|
-
| Approach |
|
|
201
|
-
|
|
202
|
-
| **
|
|
203
|
-
| **
|
|
204
|
-
| **
|
|
216
|
+
| Approach | Authoring API | CSS is generated | Tasty runtime in the browser | Best for |
|
|
217
|
+
| ------------------------- | ------------------------------------------- | ----------------------------------- | ---------------------------- | ------------------------------------------------------------------- |
|
|
218
|
+
| **Server-only React** | `tasty()`; optional `@tenphi/tasty/ssr/*` | During server or static rendering | None | Astro without islands, server-only RSC, SSG |
|
|
219
|
+
| **Hydrated React** | `tasty()` plus `@tenphi/tasty/ssr/*` | During SSR, then on demand in React | Only in hydrated components | Interactive React apps, Next.js client components, Astro islands |
|
|
220
|
+
| **Build-time extraction** | `tastyStatic()` from `@tenphi/tasty/static` | During the build | None in file mode | Non-React frameworks or CSS that must be extracted before rendering |
|
|
205
221
|
|
|
206
|
-
|
|
222
|
+
The first approach and `tastyStatic()`'s default file mode both ship zero Tasty styling runtime to the browser. The difference is authoring and timing: server-only `tasty()` retains `styleProps`, sub-elements, variants, and the rest of the React API, while `tastyStatic()` extracts build-time-known styles without a React dependency. (`tastyStatic()` inject mode intentionally ships a tiny CSS injector.) Astro supports the server-only path directly with `tastyIntegration({ islands: false })`; the same server-only model applies to Next.js RSC, though you should verify the output for your deployment. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Build-Time Extraction](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
|
|
207
223
|
|
|
208
224
|
## How It Actually Works
|
|
209
225
|
|
|
@@ -218,15 +234,19 @@ First, the **cascade** resolves conflicts by specificity and source order: when
|
|
|
218
234
|
A small example makes this tangible. Two rules for a button's background:
|
|
219
235
|
|
|
220
236
|
```css
|
|
221
|
-
.btn:hover
|
|
222
|
-
|
|
237
|
+
.btn:hover {
|
|
238
|
+
background: dodgerblue;
|
|
239
|
+
}
|
|
240
|
+
.btn[disabled] {
|
|
241
|
+
background: gray;
|
|
242
|
+
}
|
|
223
243
|
```
|
|
224
244
|
|
|
225
|
-
Both selectors have specificity `(0,
|
|
245
|
+
Both selectors have specificity `(0, 2, 0)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
|
|
226
246
|
|
|
227
247
|
### Why real state logic is hard to author by hand
|
|
228
248
|
|
|
229
|
-
Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just
|
|
249
|
+
Authoring selectors that capture real-world state logic is fundamentally hard. A single state like "dark mode" may depend on a root attribute, an OS preference, or both — each branch needing its own selector, proper negation of competing branches, and correct `@media` nesting. The example below shows the CSS you'd write by hand for just _one_ property with _one_ state. Scale that across dozens of properties, then add breakpoints and container queries, and the selector logic quickly becomes unmanageable.
|
|
230
250
|
|
|
231
251
|
### What Tasty generates instead
|
|
232
252
|
|
|
@@ -251,10 +271,16 @@ If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-col
|
|
|
251
271
|
|
|
252
272
|
```css
|
|
253
273
|
/* First attempt — the @media branch is too broad */
|
|
254
|
-
.t0 {
|
|
255
|
-
|
|
274
|
+
.t0 {
|
|
275
|
+
color: var(--text-color);
|
|
276
|
+
}
|
|
277
|
+
:root[data-schema='dark'] .t0 {
|
|
278
|
+
color: var(--text-on-dark-color);
|
|
279
|
+
}
|
|
256
280
|
@media (prefers-color-scheme: dark) {
|
|
257
|
-
.t0 {
|
|
281
|
+
.t0 {
|
|
282
|
+
color: var(--text-on-dark-color);
|
|
283
|
+
}
|
|
258
284
|
}
|
|
259
285
|
```
|
|
260
286
|
|
|
@@ -262,20 +288,26 @@ The `@media` branch fires even when `data-schema="light"` is explicitly set. Fix
|
|
|
262
288
|
|
|
263
289
|
```css
|
|
264
290
|
/* Second attempt — @media is scoped, but the default is still too broad */
|
|
265
|
-
.t0 {
|
|
266
|
-
|
|
291
|
+
.t0 {
|
|
292
|
+
color: var(--text-color);
|
|
293
|
+
}
|
|
294
|
+
:root[data-schema='dark'] .t0 {
|
|
295
|
+
color: var(--text-on-dark-color);
|
|
296
|
+
}
|
|
267
297
|
@media (prefers-color-scheme: dark) {
|
|
268
|
-
:root:not([data-schema]) .t0 {
|
|
298
|
+
:root:not([data-schema]) .t0 {
|
|
299
|
+
color: var(--text-on-dark-color);
|
|
300
|
+
}
|
|
269
301
|
}
|
|
270
302
|
```
|
|
271
303
|
|
|
272
304
|
Better — but the bare `.t0` default still matches unconditionally. It matches in dark mode, it matches when `data-schema="dark"` is set, and it can beat the attribute selector by source order if another rule re-declares it later. There is no selector that says "apply this default only when none of the dark branches win."
|
|
273
305
|
|
|
274
|
-
This is just
|
|
306
|
+
This is just _one_ property with _one_ state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
|
|
275
307
|
|
|
276
308
|
```css
|
|
277
309
|
/* Branch 1: Explicit dark schema */
|
|
278
|
-
:root[data-schema=
|
|
310
|
+
:root[data-schema='dark'] .t0.t0 {
|
|
279
311
|
color: var(--text-on-dark-color);
|
|
280
312
|
}
|
|
281
313
|
|
|
@@ -288,13 +320,13 @@ This is just *one* property with *one* state, and getting it right already takes
|
|
|
288
320
|
|
|
289
321
|
/* Default: no schema + OS does not prefer dark */
|
|
290
322
|
@media (not (prefers-color-scheme: dark)) {
|
|
291
|
-
:root:not([data-schema=
|
|
323
|
+
:root:not([data-schema='dark']) .t0.t0 {
|
|
292
324
|
color: var(--text-color);
|
|
293
325
|
}
|
|
294
326
|
}
|
|
295
327
|
|
|
296
328
|
/* Default: schema is set but not dark (any OS preference) */
|
|
297
|
-
:root:not([data-schema=
|
|
329
|
+
:root:not([data-schema='dark'])[data-schema] .t0.t0 {
|
|
298
330
|
color: var(--text-color);
|
|
299
331
|
}
|
|
300
332
|
```
|
|
@@ -323,13 +355,13 @@ radius: '1r', // → var(--radius)
|
|
|
323
355
|
border: '1bw solid #border',
|
|
324
356
|
```
|
|
325
357
|
|
|
326
|
-
| Unit | Maps to
|
|
327
|
-
|
|
328
|
-
| `x`
|
|
329
|
-
| `r`
|
|
330
|
-
| `bw` | `--border-width` multiplier
|
|
358
|
+
| Unit | Maps to | Example |
|
|
359
|
+
| ---- | ---------------------------- | ------------------------------ |
|
|
360
|
+
| `x` | `--gap` multiplier | `2x` → `calc(var(--gap) * 2)` |
|
|
361
|
+
| `r` | `--radius` multiplier | `1r` → `var(--radius)` |
|
|
362
|
+
| `bw` | `--border-width` multiplier | `1bw` → `var(--border-width)` |
|
|
331
363
|
| `ow` | `--outline-width` multiplier | `1ow` → `var(--outline-width)` |
|
|
332
|
-
| `cr` | `--card-radius` multiplier
|
|
364
|
+
| `cr` | `--card-radius` multiplier | `1cr` → `var(--card-radius)` |
|
|
333
365
|
|
|
334
366
|
Define your own units via `configure({ units: { ... } })`.
|
|
335
367
|
|
|
@@ -337,19 +369,19 @@ Define your own units via `configure({ units: { ... } })`.
|
|
|
337
369
|
|
|
338
370
|
Every style property accepts a state mapping object. Keys can be combined with boolean logic:
|
|
339
371
|
|
|
340
|
-
| State type
|
|
341
|
-
|
|
342
|
-
| Data attribute (boolean modifier) | `disabled`
|
|
343
|
-
| Data attribute (value modifier)
|
|
344
|
-
| Pseudo-class
|
|
345
|
-
| Attribute selector
|
|
346
|
-
| Class selector (supported)
|
|
347
|
-
| Media query
|
|
348
|
-
| Container query
|
|
349
|
-
| Root state
|
|
350
|
-
| Parent state
|
|
351
|
-
| Feature query
|
|
352
|
-
| Entry animation
|
|
372
|
+
| State type | Syntax | CSS output |
|
|
373
|
+
| --------------------------------- | -------------------------- | ----------------------------------- |
|
|
374
|
+
| Data attribute (boolean modifier) | `disabled` | `[data-disabled]` |
|
|
375
|
+
| Data attribute (value modifier) | `theme=danger` | `[data-theme="danger"]` |
|
|
376
|
+
| Pseudo-class | `:hover` | `:hover` |
|
|
377
|
+
| Attribute selector | `[role="tab"]` | `[role="tab"]` |
|
|
378
|
+
| Class selector (supported) | `.is-active` | `.is-active` |
|
|
379
|
+
| Media query | `@media(w < 768px)` | `@media (width < 768px)` |
|
|
380
|
+
| Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
|
|
381
|
+
| Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
|
|
382
|
+
| Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
|
|
383
|
+
| Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
|
|
384
|
+
| Entry animation | `@starting` | `@starting-style` |
|
|
353
385
|
|
|
354
386
|
Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
|
|
355
387
|
|
|
@@ -398,14 +430,16 @@ const Button = tasty({
|
|
|
398
430
|
},
|
|
399
431
|
});
|
|
400
432
|
|
|
401
|
-
<Button isLoading size="lg">
|
|
433
|
+
<Button isLoading size="lg">
|
|
434
|
+
Submit
|
|
435
|
+
</Button>;
|
|
402
436
|
```
|
|
403
437
|
|
|
404
438
|
See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
|
|
405
439
|
|
|
406
440
|
### Variants
|
|
407
441
|
|
|
408
|
-
Variants let one component expose named visual versions without pre-generating a separate class for every possible combination.
|
|
442
|
+
Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. With `tasty()`, Tasty emits only the variant CSS that is actually used, whether rendering happens on the server or in the browser.
|
|
409
443
|
|
|
410
444
|
See [React API - Variants](docs/react-api.md#variants).
|
|
411
445
|
|
|
@@ -441,12 +475,12 @@ const Card = tasty({
|
|
|
441
475
|
'@function': {
|
|
442
476
|
$$negative: { args: ['$value'], result: '(-1 * $value)' },
|
|
443
477
|
},
|
|
444
|
-
|
|
478
|
+
margin: '$$negative(2x) top',
|
|
445
479
|
},
|
|
446
480
|
});
|
|
447
481
|
```
|
|
448
482
|
|
|
449
|
-
Definitions can also come from `configure({ functions })` or the `useFunction` style function, and work across client, SSR/RSC, and
|
|
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.
|
|
450
484
|
|
|
451
485
|
See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
|
|
452
486
|
|
|
@@ -456,21 +490,24 @@ When you do not need a full component wrapper, use the style functions directly:
|
|
|
456
490
|
|
|
457
491
|
See [React API - Style Functions](docs/react-api.md#style-functions).
|
|
458
492
|
|
|
459
|
-
### Zero-Runtime
|
|
493
|
+
### Zero-Runtime Delivery
|
|
460
494
|
|
|
461
|
-
|
|
495
|
+
There are two ways to ship no Tasty styling runtime to the browser:
|
|
462
496
|
|
|
463
|
-
|
|
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.
|
|
499
|
+
|
|
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).
|
|
464
501
|
|
|
465
502
|
### `tasty` vs `tastyStatic`
|
|
466
503
|
|
|
467
|
-
`tasty()` returns React components that compute CSS during rendering.
|
|
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.
|
|
468
505
|
|
|
469
|
-
See [
|
|
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).
|
|
470
507
|
|
|
471
508
|
### Server-Side Rendering
|
|
472
509
|
|
|
473
|
-
`tasty()` components already work on the server without any SSR integration — they are hook-free and render as React Server Components by default. In server-only contexts
|
|
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.
|
|
474
511
|
|
|
475
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:
|
|
476
513
|
|
|
@@ -482,19 +519,19 @@ See the [full SSR guide](docs/ssr.md).
|
|
|
482
519
|
|
|
483
520
|
## Entry Points
|
|
484
521
|
|
|
485
|
-
| Import
|
|
486
|
-
|
|
487
|
-
| `@tenphi/tasty`
|
|
488
|
-
| `@tenphi/tasty/static`
|
|
489
|
-
| `@tenphi/tasty/static/inject`
|
|
490
|
-
| `@tenphi/tasty/core`
|
|
491
|
-
| `@tenphi/tasty/babel-plugin`
|
|
492
|
-
| `@tenphi/tasty/zero`
|
|
493
|
-
| `@tenphi/tasty/zero/next`
|
|
494
|
-
| `@tenphi/tasty/ssr`
|
|
495
|
-
| `@tenphi/tasty/ssr/next`
|
|
496
|
-
| `@tenphi/tasty/ssr/astro`
|
|
497
|
-
| `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration
|
|
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 |
|
|
498
535
|
|
|
499
536
|
## Browser Requirements
|
|
500
537
|
|
|
@@ -510,43 +547,24 @@ Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
|
|
|
510
547
|
|
|
511
548
|
All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
|
|
512
549
|
|
|
513
|
-
| Entry point
|
|
514
|
-
|
|
515
|
-
| `@tenphi/tasty` (
|
|
516
|
-
| `@tenphi/tasty/core` (runtime, no SSR)
|
|
517
|
-
| `@tenphi/tasty/static` (
|
|
518
|
-
| `@tenphi/tasty/zero` (programmatic extraction)
|
|
519
|
-
| `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB
|
|
550
|
+
| Entry point | Size |
|
|
551
|
+
| ------------------------------------------------- | -------- |
|
|
552
|
+
| `@tenphi/tasty` (client + server rendering) | 50.19 kB |
|
|
553
|
+
| `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
|
|
554
|
+
| `@tenphi/tasty/static` (build-time authoring API) | 16.43 kB |
|
|
555
|
+
| `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
|
|
556
|
+
| `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
|
|
520
557
|
|
|
521
558
|
Run `pnpm size` to reproduce (outputs may shift slightly with releases).
|
|
522
559
|
|
|
523
560
|
### Runtime Benchmarks
|
|
524
561
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
| `renderStyles` — same styles (cached) | ~5,800,000 | ~0.17 us |
|
|
532
|
-
| `parseStateKey` — simple key like `:hover` (cold) | ~790,000 | ~1.3 us |
|
|
533
|
-
| `parseStateKey` — complex OR/AND/NOT key (cold) | ~140,000 | ~7 us |
|
|
534
|
-
| `parseStateKey` — any key (cached) | ~3,400,000–8,300,000 | ~0.1–0.3 us |
|
|
535
|
-
| `parseStyle` — value tokens like `2x 4x` (cold) | ~344,000 | ~2.9 us |
|
|
536
|
-
| `parseStyle` — color tokens (cold) | ~567,000 | ~1.8 us |
|
|
537
|
-
| `parseStyle` — any value (cached) | ~15,250,000 | ~0.07 us |
|
|
538
|
-
|
|
539
|
-
"Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path. Expect roughly ±10% between runs on an otherwise idle machine.
|
|
540
|
-
|
|
541
|
-
Run `pnpm bench` to reproduce. `pnpm bench:browser` runs the component-render benchmarks separately, in headless Chromium — those are useful for comparing variants against each other (a plain element vs. one with sub-elements), but the browser's 0.1 ms timer resolution makes their absolute values too coarse to quote. The two suites are deliberately separate commands: running them together lets the browser compete with Node for CPU and depresses both.
|
|
542
|
-
|
|
543
|
-
#### What This Means in Practice
|
|
544
|
-
|
|
545
|
-
- **Cached path dominates production.** After a component's first render, subsequent renders with stable styles skip the pipeline entirely (React `useMemo` + LRU cache hits at every level). All cached operations are sub-microsecond — effectively free.
|
|
546
|
-
- **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~54 us. Even a page with 100 unique styled components adds only ~5 ms of total style computation on first render, negligible next to React reconciliation and DOM work.
|
|
547
|
-
- **Cache multipliers are 10x–300x.** The parser sees ~30x, state-key parsing ~10x–25x, and the full pipeline ~100x on flat styles and ~300x on complex state maps — the deeper the work, the more the cache saves. This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
|
|
548
|
-
- **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~17 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
|
|
549
|
-
- **On slower devices.** The benchmarks above are from an M1 Max (Geekbench 6 SC ~2,400). A mid-range consumer laptop (~1,800 SC) is roughly 1.3x slower; a mid-range phone (~1,200 SC) is roughly 2x slower; a budget phone (~700 SC) is roughly 3–4x slower. Even at 4x, the heaviest cold operation stays under 250 us and 100 unique components under 25 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
|
|
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.
|
|
550
568
|
|
|
551
569
|
### How It Stays Fast
|
|
552
570
|
|
|
@@ -556,7 +574,7 @@ Run `pnpm bench` to reproduce. `pnpm bench:browser` runs the component-render be
|
|
|
556
574
|
- Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
|
|
557
575
|
- A style garbage collector removes unused styles/chunks over time.
|
|
558
576
|
- A dedicated style injector minimizes DOM/style-tag overhead.
|
|
559
|
-
- Optional [batched injection](docs/configuration.md#batched-injection)
|
|
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.
|
|
560
578
|
- This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
|
|
561
579
|
|
|
562
580
|
## Ecosystem
|
|
@@ -604,7 +622,7 @@ Syntax highlighting for Tasty styles in TypeScript, TSX, JavaScript, and JSX. Hi
|
|
|
604
622
|
|
|
605
623
|
### [tasty.style](https://tasty.style) ([source](https://github.com/tenphi/tasty.style))
|
|
606
624
|
|
|
607
|
-
The official Tasty documentation and landing page — itself built entirely with
|
|
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.
|
|
608
626
|
|
|
609
627
|
### [Cube Cloud](https://cube.dev/)
|
|
610
628
|
|
|
@@ -622,7 +640,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
|
|
|
622
640
|
|
|
623
641
|
Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
|
|
624
642
|
|
|
625
|
-
- **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring,
|
|
643
|
+
- **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, client and server rendering, build-time extraction, debugging, and internals
|
|
626
644
|
|
|
627
645
|
### Start here
|
|
628
646
|
|
|
@@ -649,7 +667,7 @@ Start from the docs hub if you want the shortest path to the right guide for you
|
|
|
649
667
|
|
|
650
668
|
### Rendering modes
|
|
651
669
|
|
|
652
|
-
- **[
|
|
670
|
+
- **[Build-Time Extraction (`tastyStatic`)](docs/tasty-static.md)** — Babel plugin setup, Next.js integration, and static style patterns
|
|
653
671
|
- **[Server-Side Rendering](docs/ssr.md)** — SSR setup for Next.js, Astro, and generic frameworks: streaming support, cache hydration, and troubleshooting
|
|
654
672
|
|
|
655
673
|
### Internals
|