@tenphi/tasty 3.4.0 → 3.6.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-CzY4LCpr.js +437 -0
- package/dist/astro-CzY4LCpr.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-DTahQUiV.js → collector-C6TtL8HJ.js} +36 -13
- package/dist/collector-C6TtL8HJ.js.map +1 -0
- package/dist/{config-B5kHzuNz.js → config-B3gPdCqd.js} +305 -153
- 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-Dr4u1NVD.js → core-Bq7w2kti.js} +215 -95
- package/dist/core-Bq7w2kti.js.map +1 -0
- package/dist/{css-writer-B-J87ncv.js → css-writer-Bgowobbx.js} +3 -3
- package/dist/{css-writer-B-J87ncv.js.map → css-writer-Bgowobbx.js.map} +1 -1
- package/dist/{format-rules-DKOA-6qu.js → format-rules-rCZ37rqY.js} +2 -2
- package/dist/format-rules-rCZ37rqY.js.map +1 -0
- package/dist/{hydrate-OeMX99We.js → hydrate-CNOmZprz.js} +3 -3
- package/dist/{hydrate-OeMX99We.js.map → hydrate-CNOmZprz.js.map} +1 -1
- package/dist/{index-PqN-DIpn.d.ts → index-Bm9ltvdH.d.ts} +38 -16
- package/dist/{index-Cd45t5NM.d.ts → index-BmogEzTo.d.ts} +69 -15
- package/dist/index.d.ts +5 -5
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/{keyframes-CV8azJf3.js → keyframes-DE-OE76F.js} +45 -3
- 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-oklji0KB.js → merge-styles-DuoZEsm9.js} +2 -2
- package/dist/{merge-styles-oklji0KB.js.map → merge-styles-DuoZEsm9.js.map} +1 -1
- package/dist/{resolve-recipes-DTG81rzl.js → resolve-recipes-H9NqOQuP.js} +3 -3
- package/dist/{resolve-recipes-DTG81rzl.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 +45 -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 +124 -61
- package/docs/styles.md +1 -1
- package/docs/tasty-static.md +137 -104
- package/package.json +26 -8
- package/dist/collector-DTahQUiV.js.map +0 -1
- package/dist/config-B5kHzuNz.js.map +0 -1
- package/dist/core-Dr4u1NVD.js.map +0 -1
- package/dist/format-rules-DKOA-6qu.js.map +0 -1
- package/dist/keyframes-CV8azJf3.js.map +0 -1
- package/dist/ssr/astro.js.map +0 -1
package/docs/ai-agents.md
CHANGED
|
@@ -16,7 +16,7 @@ Color tokens (`#name`), custom properties (`$name`), `preset` names, `recipe` na
|
|
|
16
16
|
const Card = tasty({ as: 'div', styles: { … }, styleProps: ['padding'] }); // new component
|
|
17
17
|
const Hero = tasty(Card, { styles: { … } }); // extend a component
|
|
18
18
|
const cls = useStyles({ … }); // ad-hoc class name
|
|
19
|
-
tastyStatic('.card', { … }); // build-time
|
|
19
|
+
tastyStatic('.card', { … }); // build-time extraction
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
- Wrap, don't pass styles per instance: ❌ `<Box styles={{ padding: '2x' }} />` → ✅ `const Box = tasty({ styles: { padding: '2x' } })`.
|
|
@@ -29,26 +29,26 @@ Keys are camelCase — a Tasty property or a real CSS property. No kebab-case, n
|
|
|
29
29
|
|
|
30
30
|
Prefer the Tasty shorthand over its CSS equivalents:
|
|
31
31
|
|
|
32
|
-
| Use
|
|
33
|
-
|
|
34
|
-
| `fill`
|
|
35
|
-
| `image`
|
|
36
|
-
| `border`
|
|
37
|
-
| `radius`
|
|
38
|
-
| `outline`
|
|
39
|
-
| `shadow`
|
|
40
|
-
| `padding`
|
|
41
|
-
| `margin`
|
|
42
|
-
| `inset`
|
|
43
|
-
| `width` / `height`
|
|
44
|
-
| `flow`
|
|
45
|
-
| `preset`
|
|
46
|
-
| `font`
|
|
47
|
-
| `scrollbar`
|
|
48
|
-
| `gridColumns` / `gridRows` / `gridAreas` | `gridTemplateColumns` / `Rows` / `Areas`
|
|
49
|
-
| `textOverflow: 'ellipsis / 3'`
|
|
50
|
-
| `hide: true`
|
|
51
|
-
| `flexGrow` / `flexShrink` / `flexBasis`
|
|
32
|
+
| Use | Instead of |
|
|
33
|
+
| ---------------------------------------- | ------------------------------------------------------------------------------------- |
|
|
34
|
+
| `fill` | `backgroundColor`, `background` |
|
|
35
|
+
| `image` | `backgroundImage` |
|
|
36
|
+
| `border` | `borderColor`, `borderWidth`, `borderStyle`, `borderTop`/`Right`/`Bottom`/`Left` |
|
|
37
|
+
| `radius` | `borderRadius` |
|
|
38
|
+
| `outline` | `outlineColor`, `outlineWidth`, `outlineStyle`, `outlineOffset` |
|
|
39
|
+
| `shadow` | `boxShadow` |
|
|
40
|
+
| `padding` | `paddingTop`/`Right`/`Bottom`/`Left` |
|
|
41
|
+
| `margin` | `marginTop`/`Right`/`Bottom`/`Left` |
|
|
42
|
+
| `inset` | `top`, `right`, `bottom`, `left` |
|
|
43
|
+
| `width` / `height` | `minWidth`/`maxWidth`, `minHeight`/`maxHeight` |
|
|
44
|
+
| `flow` | `flexDirection`, `flexWrap`, `flexFlow`, `gridAutoFlow` |
|
|
45
|
+
| `preset` | `fontSize`, `lineHeight`, `letterSpacing`, `fontWeight`, `fontStyle`, `textTransform` |
|
|
46
|
+
| `font` | `fontFamily` |
|
|
47
|
+
| `scrollbar` | `scrollbarWidth`, `scrollbarColor`, `scrollbarGutter` |
|
|
48
|
+
| `gridColumns` / `gridRows` / `gridAreas` | `gridTemplateColumns` / `Rows` / `Areas` |
|
|
49
|
+
| `textOverflow: 'ellipsis / 3'` | `lineClamp` |
|
|
50
|
+
| `hide: true` | `display: 'none'` |
|
|
51
|
+
| `flexGrow` / `flexShrink` / `flexBasis` | `flex` |
|
|
52
52
|
|
|
53
53
|
The last row goes the other way — longhands over the shorthand — because `flex` is lossy: it resets the components you omit to non-initial values (`flex: '0'` silently sets `flex-basis: 0%`) and cannot express `flexShrink: 0` at all. The longhands also carry separate state maps.
|
|
54
54
|
|
|
@@ -56,23 +56,23 @@ The last row goes the other way — longhands over the shorthand — because `fl
|
|
|
56
56
|
|
|
57
57
|
### Tokens
|
|
58
58
|
|
|
59
|
-
| Syntax
|
|
60
|
-
|
|
61
|
-
| `#name`
|
|
62
|
-
| `#name.50`
|
|
63
|
-
| `#name.$opacity`
|
|
64
|
-
| `#clear` / `#current` | `transparent` / `currentcolor`
|
|
65
|
-
| `$name`
|
|
66
|
-
| `(#a, #b)`
|
|
67
|
-
| `$$name` / `##name`
|
|
68
|
-
| `$$name(…)`
|
|
59
|
+
| Syntax | Meaning |
|
|
60
|
+
| --------------------- | ------------------------------------------------------------------------- |
|
|
61
|
+
| `#name` | color token → `var(--name-color)` |
|
|
62
|
+
| `#name.50` | token at 50% opacity (`0`–`100`) |
|
|
63
|
+
| `#name.$opacity` | opacity from a custom property |
|
|
64
|
+
| `#clear` / `#current` | `transparent` / `currentcolor` |
|
|
65
|
+
| `$name` | custom property → `var(--name)` |
|
|
66
|
+
| `(#a, #b)` | fallback chain |
|
|
67
|
+
| `$$name` / `##name` | the custom property _name_ (not its value) — inside `transition` |
|
|
68
|
+
| `$$name(…)` | call a CSS `@function` declared via `@function`, `useFunction`, or config |
|
|
69
69
|
|
|
70
70
|
- ❌ `#f5f5f5`, `rgb(0 0 0)`, `oklch(…)`, `okhsl(…)`, `red` → ✅ `#surface` (add the token to the config if it doesn't exist).
|
|
71
71
|
- ❌ `var(--gap)` → ✅ `$gap` · ❌ `$accent-color` → ✅ `#accent` · ❌ `transparent` → ✅ `#clear` · ❌ `currentColor` → ✅ `#current`.
|
|
72
72
|
- A `$name` must be declared as a `'$name': value` key in the same styles object, or in the config.
|
|
73
73
|
- Names are case-sensitive and start lowercase — `$myVar` → `--myVar`; a leading capital folds (`$Foo` → `--foo`). Prefer kebab-case.
|
|
74
74
|
- A `$name` reference is untyped: it fills the first free slot in a shorthand (`border: '1bw $my-style'` → the line style). Write colors as `#name`; `$name-color` is a fallback for pointing at a raw CSS custom property that holds a color.
|
|
75
|
-
- `preset` and `transition` take token
|
|
75
|
+
- `preset` and `transition` take token _names_, not values, so a `$name` cannot stand in for one (it warns in dev and is ignored).
|
|
76
76
|
|
|
77
77
|
### Units
|
|
78
78
|
|
|
@@ -96,25 +96,25 @@ Never use it. Tasty owns specificity through doubled selectors and state orderin
|
|
|
96
96
|
|
|
97
97
|
A value is `[values…] [modifiers…]`, and several groups can be comma-separated (later groups override earlier ones). A group that names **direction** modifiers takes a **single** value, applied to every direction it names — per-side values come from comma groups. A group naming no direction keeps plain CSS shorthand order (1–4 values). (`inset` + `dock` is the one exception: a second value insets the spanned sides.) Only the modifiers a property knows are valid:
|
|
98
98
|
|
|
99
|
-
| Property
|
|
100
|
-
|
|
101
|
-
| `padding`, `margin`, `inset`, `fade` | `top` `right` `bottom` `left`
|
|
102
|
-
| `border`
|
|
103
|
-
| `outline`
|
|
104
|
-
| `radius`
|
|
105
|
-
| `width`, `height`
|
|
106
|
-
| `flow`
|
|
107
|
-
| `overflow`
|
|
108
|
-
| `position`
|
|
109
|
-
| `shadow`
|
|
110
|
-
| `preset`
|
|
111
|
-
| box properties
|
|
99
|
+
| Property | Modifiers |
|
|
100
|
+
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
|
|
101
|
+
| `padding`, `margin`, `inset`, `fade` | `top` `right` `bottom` `left` |
|
|
102
|
+
| `border` | the four directions + `solid` `dashed` `dotted` `double` `groove` `ridge` `inset` `outset` `none` `hidden` |
|
|
103
|
+
| `outline` | the style keywords above |
|
|
104
|
+
| `radius` | `top` `right` `bottom` `left` + shapes `round` `ellipse` `leaf` `backleaf` |
|
|
105
|
+
| `width`, `height` | `min` `max` `fixed` |
|
|
106
|
+
| `flow` | `row` `column` `row-reverse` `column-reverse` `wrap` `nowrap` `dense` |
|
|
107
|
+
| `overflow` | `visible` `hidden` `scroll` `clip` `auto` `overlay` |
|
|
108
|
+
| `position` | `static` `relative` `absolute` `fixed` `sticky` |
|
|
109
|
+
| `shadow` | `inset` |
|
|
110
|
+
| `preset` | `name / strong` (or `bold`) `italic` `icon` `tight` |
|
|
111
|
+
| box properties | `longhand` — emit CSS longhands instead of the shorthand |
|
|
112
112
|
|
|
113
113
|
Directional modifiers beat placeholder zeros:
|
|
114
114
|
|
|
115
115
|
- ❌ `padding: '0 0 2x 0'` → ✅ `padding: '2x bottom'`
|
|
116
116
|
- ❌ `padding: '1x 1x 2x 1x'` → ✅ `padding: '1x, 2x bottom'`
|
|
117
|
-
- ❌ `border: '0 0 1bw 0'` — four tokens parse as
|
|
117
|
+
- ❌ `border: '0 0 1bw 0'` — four tokens parse as _one_ border value, so this renders no border at all → ✅ `border: '1bw bottom'`
|
|
118
118
|
- ❌ `padding: '2x 4x top right'` — a directional group takes one value, so `4x` is dropped → ✅ `padding: '2x top, 4x right'`
|
|
119
119
|
- ❌ `fade: '3x 1x top bottom'` → ✅ `fade: '3x top, 1x bottom'`
|
|
120
120
|
|
|
@@ -130,17 +130,17 @@ Use semantic names, not CSS property names: `fade` `fill` `color` `theme` `borde
|
|
|
130
130
|
|
|
131
131
|
A property value can be an object of `state: value`. Key order is priority — later keys win.
|
|
132
132
|
|
|
133
|
-
| Key
|
|
134
|
-
|
|
135
|
-
| `hovered`
|
|
136
|
-
| `theme=danger`
|
|
137
|
-
| `:hover`
|
|
138
|
-
| `.active`
|
|
139
|
-
| `[aria-expanded="true"]` | attribute selector
|
|
140
|
-
| `hovered & .active`
|
|
141
|
-
| `hovered \| focused`
|
|
142
|
-
| `!disabled`
|
|
143
|
-
| `hovered ^ focused`
|
|
133
|
+
| Key | Generated selector |
|
|
134
|
+
| ------------------------ | ----------------------------------------------- |
|
|
135
|
+
| `hovered` | `[data-hovered]` (boolean modifier from `mods`) |
|
|
136
|
+
| `theme=danger` | `[data-theme="danger"]` (value modifier) |
|
|
137
|
+
| `:hover` | pseudo-class |
|
|
138
|
+
| `.active` | class selector |
|
|
139
|
+
| `[aria-expanded="true"]` | attribute selector |
|
|
140
|
+
| `hovered & .active` | AND |
|
|
141
|
+
| `hovered \| focused` | OR (`,` also means OR) |
|
|
142
|
+
| `!disabled` | NOT |
|
|
143
|
+
| `hovered ^ focused` | XOR — exactly one (keep chains ≤ 4 operands) |
|
|
144
144
|
|
|
145
145
|
Precedence `!` > `^` > `|` > `&`; use parentheses to override.
|
|
146
146
|
|
|
@@ -148,9 +148,10 @@ Rules:
|
|
|
148
148
|
|
|
149
149
|
1. **`''` comes first.** The bare default is the lowest-priority state; placing it later would override everything above it.
|
|
150
150
|
2. **Every state map needs `''` or `_`** — except when extending (`tasty(Parent, …)`), where omitting `''` merges into the parent's states and including `''` replaces them wholesale.
|
|
151
|
-
3. **`_` is standalone-only** and always first (with `''` right after it, if present). `_` is a never-negated fallback floor for cases where a higher-priority branch may be
|
|
151
|
+
3. **`_` is standalone-only** and always first (with `''` right after it, if present). `_` is a never-negated fallback floor for cases where a higher-priority branch may be _unknown_ (`@supports`, container queries). If a map contains only `_` and `''`, drop the `''`.
|
|
152
152
|
4. **No nested maps:** ❌ `{ hovered: { pressed: 'x' } }` → ✅ `{ 'hovered & pressed': 'x' }`
|
|
153
153
|
5. **State keys never sit at the top level** of a styles object — `:hover`, `.active`, `[open]` belong inside a property value.
|
|
154
|
+
6. **Prefer automatic native states:** use `disabled` and `checked` in Tasty component styles instead of `[disabled]` and `[checked]`. The concise states track the corresponding native prop or attribute automatically.
|
|
154
155
|
|
|
155
156
|
```jsx
|
|
156
157
|
color: { '': '#text', hovered: '#accent', disabled: '#text.40' }
|
|
@@ -158,16 +159,16 @@ color: { '': '#text', hovered: '#accent', disabled: '#text.40' }
|
|
|
158
159
|
|
|
159
160
|
Advanced states:
|
|
160
161
|
|
|
161
|
-
| Prefix
|
|
162
|
-
|
|
163
|
-
| `@media(…)`
|
|
164
|
-
| `@(…)`
|
|
165
|
-
| `@supports(…)` | feature query; `$` first argument tests a selector
|
|
166
|
-
| `@root(…)`
|
|
167
|
-
| `@parent(…)`
|
|
168
|
-
| `@own(…)`
|
|
169
|
-
| `@starting`
|
|
170
|
-
| `@name`
|
|
162
|
+
| Prefix | Use | Example |
|
|
163
|
+
| -------------- | -------------------------------------------------------------------------------- | --------------------------------------------------- |
|
|
164
|
+
| `@media(…)` | media query; dimensions `w` `h`; types `@media:print` `:screen` `:all` `:speech` | `@media(w < 768px)`, `@media(600px <= w < 1200px)` |
|
|
165
|
+
| `@(…)` | container query; dimensions `w` `h` `is` `bs` | `@(layout, w >= 600px)`, `@($variant=primary)` |
|
|
166
|
+
| `@supports(…)` | feature query; `$` first argument tests a selector | `@supports(display: grid)`, `@supports($, :has(*))` |
|
|
167
|
+
| `@root(…)` | condition on `:root` | `@root(schema=dark)` |
|
|
168
|
+
| `@parent(…)` | condition on an ancestor; `, >` for the direct parent | `@parent(hovered, >)` |
|
|
169
|
+
| `@own(…)` | a sub-element's own state — **only inside sub-element styles** | `@own(:hover)` |
|
|
170
|
+
| `@starting` | `@starting-style` entry animation | `@starting` |
|
|
171
|
+
| `@name` | project state alias | `@mobile` |
|
|
171
172
|
|
|
172
173
|
- At root level write the selector directly: ❌ `'@own(:hover)'` → ✅ `':hover'`.
|
|
173
174
|
- `@name` aliases must exist in `states` in the config or be declared locally as an `'@name': '<state expression>'` key; alias keys start with `@` and their value must be a valid state expression.
|
|
@@ -187,21 +188,21 @@ styles: { Title: { preset: 'h3' }, Icon: { $: '>@:last-child', color: '#accent'
|
|
|
187
188
|
|
|
188
189
|
## 6. Special top-level keys
|
|
189
190
|
|
|
190
|
-
| Key
|
|
191
|
-
|
|
192
|
-
| `@keyframes`
|
|
193
|
-
| `@property`
|
|
194
|
-
| `@font-face`
|
|
195
|
-
| `@counter-style` | `{ name: descriptors }`
|
|
196
|
-
| `@function`
|
|
197
|
-
| `recipe`
|
|
191
|
+
| Key | Shape |
|
|
192
|
+
| ---------------- | ----------------------------------------------------------------------------------------------------------- |
|
|
193
|
+
| `@keyframes` | `{ name: { '0%': styles, … } }` |
|
|
194
|
+
| `@property` | `{ '$name': { syntax, inherits, initialValue } }` |
|
|
195
|
+
| `@font-face` | `{ 'Family Name': descriptors \| descriptors[] }` |
|
|
196
|
+
| `@counter-style` | `{ name: descriptors }` |
|
|
197
|
+
| `@function` | `{ '$$name': { args, returns?, result, '$local'? } }` |
|
|
198
|
+
| `recipe` | a **string** of configured recipe names: `'card elevated'`, `'reset input / autofill'`, `'none / disabled'` |
|
|
198
199
|
|
|
199
200
|
At-rule keys match the real CSS at-rule names, so they are kebab-case, not camelCase. Inside `@function`, the callable is `$$name` but its parameters and local variables are `$name`:
|
|
200
201
|
|
|
201
202
|
```jsx
|
|
202
203
|
styles: {
|
|
203
204
|
'@function': { $$negative: { args: ['$value'], result: '(-1 * $value)' } },
|
|
204
|
-
|
|
205
|
+
margin: '$$negative(2x) top',
|
|
205
206
|
}
|
|
206
207
|
```
|
|
207
208
|
|
package/docs/comparison.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Use this guide when you are deciding whether Tasty is the right tool. If you have already decided to adopt it and need rollout guidance, use the [Adoption Guide](adoption.md) instead.
|
|
4
4
|
|
|
5
|
-
Tasty is
|
|
5
|
+
Tasty is CSS-in-JS for React design systems. It is built for the point where reusable components have enough intersecting states, variants, themes, and extension rules that ordinary selector competition becomes hard to reason about.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Its distinctive guarantee is narrow and concrete: each property’s state map compiles into selectors that cannot compete, so one declared branch wins regardless of CSS source order.
|
|
8
8
|
|
|
9
9
|
That does not require a big upfront configuration step. Tasty's built-in units and normal CSS color values work out of the box, and `okhsl(...)` is available immediately as the recommended path for color authoring. The extra setup comes later if a team wants shared tokens, aliases, recipes, or stricter conventions.
|
|
10
10
|
|
|
@@ -16,7 +16,7 @@ Most styling tools focus on one of these layers:
|
|
|
16
16
|
- utility composition
|
|
17
17
|
- atomic CSS generation
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
For design-system teams, that state model can sit alongside tokens, typed style props, recipes, custom units, and sub-element rules. Tasty can therefore define the styling language exposed by shared components, not just another syntax for writing CSS.
|
|
20
20
|
|
|
21
21
|
That is why syntax-level comparisons are often shallow. The more meaningful comparison is about:
|
|
22
22
|
|
|
@@ -29,14 +29,14 @@ That is why syntax-level comparisons are often shallow. The more meaningful comp
|
|
|
29
29
|
|
|
30
30
|
## High-level positioning
|
|
31
31
|
|
|
32
|
-
| System
|
|
33
|
-
|
|
34
|
-
| **Tasty**
|
|
35
|
-
| **Tailwind CSS**
|
|
36
|
-
| **Panda CSS**
|
|
37
|
-
| **vanilla-extract**
|
|
38
|
-
| **StyleX**
|
|
39
|
-
| **Stitches** (deprecated) **/ Emotion** | Component-first CSS-in-JS
|
|
32
|
+
| System | Best described as | Main authoring model | Conflict model | RSC / zero-JS SSG | Best fit |
|
|
33
|
+
| --------------------------------------- | ---------------------------------------- | -------------------------------------------------------------------------------- | ---------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------------------------- |
|
|
34
|
+
| **Tasty** | CSS-in-JS for React design systems | CSS-like objects with state maps, tokens, recipes, style props, and sub-elements | **Mutually exclusive selector resolution** for stateful styles | Yes — hook-free, server components by default | Teams building long-lived shared component APIs |
|
|
35
|
+
| **Tailwind CSS** | Utility-first styling framework | Utility classes in markup | Utility composition, variants, and framework-controlled ordering | Yes — no JS runtime | Product teams optimizing for speed and direct authoring |
|
|
36
|
+
| **Panda CSS** | Typed styling engine with atomic output | Typed style objects, recipes, generated primitives, style props | Atomic CSS with static analysis | Yes — build-time extraction | Teams wanting a DS-friendly engine with typed primitives |
|
|
37
|
+
| **vanilla-extract** | Zero-runtime TS-native stylesheet system | `.css.ts` files, theme contracts, style composition | Standard CSS semantics | Yes — build-time extraction | Teams wanting static CSS and low-level control |
|
|
38
|
+
| **StyleX** | Compiler-based atomic styling system | JS authoring with compiler-generated atomic CSS | Compiler-controlled atomic composition | Yes — compiler-extracted | Large app teams wanting optimized, predictable atomic styling |
|
|
39
|
+
| **Stitches** (deprecated) **/ Emotion** | Component-first CSS-in-JS | Styled components, `css()` APIs, object/string styles | Composition within CSS-in-JS rules | No — requires `'use client'` | Teams optimizing for component DX and flexible styling |
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
@@ -69,8 +69,12 @@ This is especially relevant for components with intersecting states such as:
|
|
|
69
69
|
Here is a minimal example. Two CSS rules for a button's background — one for `:hover`, one for `[disabled]`:
|
|
70
70
|
|
|
71
71
|
```css
|
|
72
|
-
.btn:hover
|
|
73
|
-
|
|
72
|
+
.btn:hover {
|
|
73
|
+
background: dodgerblue;
|
|
74
|
+
}
|
|
75
|
+
.btn[disabled] {
|
|
76
|
+
background: gray;
|
|
77
|
+
}
|
|
74
78
|
```
|
|
75
79
|
|
|
76
80
|
When the button is both hovered **and** disabled, both selectors match with equal specificity. The last rule in source order wins. Swap the two lines and the visual behavior silently reverses — a hovered disabled button turns blue instead of gray.
|
|
@@ -81,11 +85,11 @@ In Tasty, the same intent is declared as a state map:
|
|
|
81
85
|
fill: {
|
|
82
86
|
'': '#primary',
|
|
83
87
|
':hover': '#primary-hover',
|
|
84
|
-
'disabled': '#surface',
|
|
88
|
+
'[disabled]': '#surface',
|
|
85
89
|
}
|
|
86
90
|
```
|
|
87
91
|
|
|
88
|
-
|
|
92
|
+
Because `[disabled]` is declared later, it has higher priority. Tasty excludes disabled buttons from the hover selector, so exactly one background rule matches. The outcome is defined by the state map, not by which CSS rule comes last.
|
|
89
93
|
|
|
90
94
|
That makes Tasty less of a "better way to write CSS objects" and more of a **state-aware style compiler for design systems**.
|
|
91
95
|
|
|
@@ -131,16 +135,36 @@ To make this concrete, consider a button with `hover`, `disabled`, and `theme=da
|
|
|
131
135
|
**Plain CSS** — you need a selector for every intersection, and equal-specificity rules depend on source order:
|
|
132
136
|
|
|
133
137
|
```css
|
|
134
|
-
.btn {
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
+
.btn {
|
|
139
|
+
background: var(--primary);
|
|
140
|
+
color: white;
|
|
141
|
+
cursor: pointer;
|
|
142
|
+
}
|
|
143
|
+
.btn:hover {
|
|
144
|
+
background: var(--primary-hover);
|
|
145
|
+
}
|
|
146
|
+
.btn:active {
|
|
147
|
+
background: var(--primary-pressed);
|
|
148
|
+
}
|
|
149
|
+
.btn[disabled] {
|
|
150
|
+
background: var(--surface);
|
|
151
|
+
color: var(--text-40);
|
|
152
|
+
cursor: not-allowed;
|
|
153
|
+
}
|
|
138
154
|
|
|
139
155
|
/* theme=danger overrides — must repeat disabled/hover/active */
|
|
140
|
-
.btn[data-theme=
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
.btn[data-theme=
|
|
156
|
+
.btn[data-theme='danger'] {
|
|
157
|
+
background: var(--danger);
|
|
158
|
+
}
|
|
159
|
+
.btn[data-theme='danger']:hover {
|
|
160
|
+
background: var(--danger-hover);
|
|
161
|
+
}
|
|
162
|
+
.btn[data-theme='danger']:active {
|
|
163
|
+
background: var(--danger-pressed);
|
|
164
|
+
}
|
|
165
|
+
.btn[data-theme='danger'][disabled] {
|
|
166
|
+
background: var(--surface);
|
|
167
|
+
}
|
|
144
168
|
|
|
145
169
|
/* Bug: .btn:hover and .btn[disabled] have the same specificity.
|
|
146
170
|
A hovered disabled button gets :hover styles — unless source order saves you. */
|
|
@@ -172,18 +196,18 @@ const Button = tasty({
|
|
|
172
196
|
'': '#primary',
|
|
173
197
|
':hover': '#primary-hover',
|
|
174
198
|
':active': '#primary-pressed',
|
|
175
|
-
|
|
199
|
+
disabled: '#surface',
|
|
176
200
|
'theme=danger': '#danger',
|
|
177
201
|
'theme=danger & :hover': '#danger-hover',
|
|
178
202
|
'theme=danger & :active': '#danger-pressed',
|
|
179
203
|
},
|
|
180
204
|
color: {
|
|
181
205
|
'': '#on-primary',
|
|
182
|
-
|
|
206
|
+
disabled: '#text.40',
|
|
183
207
|
},
|
|
184
208
|
cursor: {
|
|
185
209
|
'': 'pointer',
|
|
186
|
-
|
|
210
|
+
disabled: 'not-allowed',
|
|
187
211
|
},
|
|
188
212
|
},
|
|
189
213
|
});
|
|
@@ -235,12 +259,12 @@ Tasty is more opinionated.
|
|
|
235
259
|
|
|
236
260
|
It behaves less like "TypeScript that outputs CSS" and more like a **state-aware style compiler**. It is designed to encode higher-level styling semantics rather than only expose CSS primitives in typed form.
|
|
237
261
|
|
|
238
|
-
This also makes Tasty's
|
|
262
|
+
This also makes Tasty's delivery model notable:
|
|
239
263
|
|
|
240
|
-
- `tasty()` components are hook-free and work as React Server Components. In server-only contexts
|
|
241
|
-
- `tastyStatic()` with the Babel plugin produces static class
|
|
264
|
+
- `tasty()` components are hook-free and work as React Server Components. In server-only contexts, they produce HTML + CSS with zero Tasty styling runtime in the browser while retaining the full React feature set. Astro without islands is the concrete integration; server-only Next.js RSC uses the same architecture.
|
|
265
|
+
- `tastyStatic()` with the Babel plugin produces static class-name objects via build-time extraction, with no React dependency — the output works with any JavaScript framework.
|
|
242
266
|
|
|
243
|
-
|
|
267
|
+
React component features like `styleProps`, sub-element components, and dynamic variants are available in the `tasty()` path whether it renders on the server or in the browser. The `tastyStatic()` path is framework-agnostic but limited to the DSL, tokens, and state logic.
|
|
244
268
|
|
|
245
269
|
So the tradeoff is roughly:
|
|
246
270
|
|
|
@@ -298,32 +322,32 @@ It is less focused on "how do I style this component ergonomically right now?" a
|
|
|
298
322
|
- what should be allowed or constrained?
|
|
299
323
|
- how do we keep style behavior deterministic as the system grows?
|
|
300
324
|
|
|
301
|
-
So while Stitches and Emotion are strong tools for building components, Tasty is more naturally positioned as
|
|
325
|
+
So while Stitches and Emotion are strong tools for building components, Tasty is more naturally positioned as the **styling engine underneath a design system’s component API**.
|
|
302
326
|
|
|
303
327
|
That makes it narrower in audience, but deeper in architectural ambition.
|
|
304
328
|
|
|
305
|
-
There is also a fundamental architectural difference: Emotion and styled-components rely on React context and hooks internally, which means they require `'use client'` in modern React and cannot run as React Server Components. Tasty's style functions and `tasty()` components are hook-free, so they work as server components by default and
|
|
329
|
+
There is also a fundamental architectural difference: Emotion and styled-components rely on React context and hooks internally, which means they require `'use client'` in modern React and cannot run as React Server Components. Tasty's style functions and `tasty()` components are hook-free, so they work as server components by default and ship no Tasty styling runtime in server-only contexts. This is not a minor compatibility detail — it means Tasty-based components stay as server components until _your_ code needs interactivity, while Emotion and styled-components force the client boundary at the styling layer.
|
|
306
330
|
|
|
307
331
|
For teams evaluating runtime styling at scale, Tasty also documents its runtime benchmarks and caching model in the main [README](../README.md#performance). That matters, but it is still secondary to the core question of whether you want Tasty's deterministic selector model.
|
|
308
332
|
|
|
309
333
|
---
|
|
310
334
|
|
|
311
|
-
##
|
|
335
|
+
## Where styles are computed
|
|
312
336
|
|
|
313
337
|
Tasty is not limited to one execution model.
|
|
314
338
|
|
|
315
|
-
|
|
339
|
+
Zero-runtime delivery is an outcome, not a synonym for `tastyStatic()`. `tasty()` computes styles during React rendering, but that rendering can happen only on the server. In that case it produces HTML + CSS and ships **zero Tasty styling runtime** to the browser. The full feature set — `styleProps`, sub-elements, variants, state maps — remains available. Astro's `tastyIntegration({ islands: false })` is the explicit setup for this path. Server-only Next.js RSC follows the same architecture; verify the generated output for the target deployment.
|
|
316
340
|
|
|
317
341
|
Client JavaScript only enters the picture when a component needs React interactivity (state, effects, event handlers) — and that is the consuming component's decision, never Tasty's. Tasty never forces the `'use client'` boundary.
|
|
318
342
|
|
|
319
|
-
`tastyStatic()` with the Babel plugin
|
|
343
|
+
`tastyStatic()` with the Babel plugin reaches zero-runtime delivery differently: CSS is extracted **during the build**, without React. The output is framework-agnostic — any JavaScript framework can consume the resulting class names and CSS. This makes Tasty usable as the compiler layer underneath a design-system implementation, even outside the React ecosystem.
|
|
320
344
|
|
|
321
345
|
The tradeoff is that some capabilities — `styleProps`, sub-element components (`<Card.Title>`), dynamic variants — are tied to the `tasty()` path. The `tastyStatic()` path is best understood as extraction and compilation of the DSL, tokens, and state logic without a React dependency.
|
|
322
346
|
|
|
323
|
-
This
|
|
347
|
+
This gives Tasty two zero-runtime paths:
|
|
324
348
|
|
|
325
|
-
- `tasty()`
|
|
326
|
-
- `tastyStatic()` as a
|
|
349
|
+
- server-only `tasty()` for the full React component API, with CSS generated during server or static rendering
|
|
350
|
+
- `tastyStatic()` as a build-time compiler whose output works with any framework, including non-React ones
|
|
327
351
|
|
|
328
352
|
---
|
|
329
353
|
|
|
@@ -332,22 +356,27 @@ This flexibility is one of Tasty's more unusual strengths:
|
|
|
332
356
|
Another useful way to think about the ecosystem is by abstraction level.
|
|
333
357
|
|
|
334
358
|
### Direct styling tools
|
|
359
|
+
|
|
335
360
|
These are optimized for styling product code directly.
|
|
336
361
|
|
|
337
362
|
Examples:
|
|
363
|
+
|
|
338
364
|
- Tailwind CSS
|
|
339
365
|
- Emotion (requires `'use client'` — not RSC-compatible)
|
|
340
366
|
- Stitches (deprecated, requires `'use client'`)
|
|
341
367
|
|
|
342
368
|
### Typed styling engines
|
|
369
|
+
|
|
343
370
|
These are optimized for generating CSS with stronger structure and tooling.
|
|
344
371
|
|
|
345
372
|
Examples:
|
|
373
|
+
|
|
346
374
|
- Panda CSS
|
|
347
375
|
- vanilla-extract
|
|
348
376
|
- StyleX
|
|
349
377
|
|
|
350
378
|
### Design-system language engines
|
|
379
|
+
|
|
351
380
|
These are optimized for helping a team define its own styling grammar and semantics.
|
|
352
381
|
|
|
353
382
|
Tasty belongs most naturally here.
|
|
@@ -364,7 +393,7 @@ Tasty makes the most sense when:
|
|
|
364
393
|
- a shared component API is emerging even if the design system is still lightweight
|
|
365
394
|
- styling should be governed through a central platform team
|
|
366
395
|
- component state logic is complex
|
|
367
|
-
- the team wants a
|
|
396
|
+
- the team wants a design-system-owned styling language instead of raw CSS-shaped authoring
|
|
368
397
|
- tokens, recipes, and sub-elements should be first-class
|
|
369
398
|
- deterministic state resolution matters more than minimum abstraction overhead
|
|
370
399
|
- the styling engine may need to work as either a runtime tool or a build-time compiler
|
|
@@ -414,6 +443,6 @@ Tasty is most compelling when the problem is not just "how do we write styles,"
|
|
|
414
443
|
- [React API](react-api.md) — `tasty()` factory, component props, variants, sub-elements, style functions
|
|
415
444
|
- [Style Properties](styles.md) — complete reference for all enhanced style properties
|
|
416
445
|
- [Configuration](configuration.md) — tokens, recipes, custom units, style handlers, and TypeScript extensions
|
|
417
|
-
- [
|
|
446
|
+
- [Build-Time Extraction (`tastyStatic`)](tasty-static.md) — static styling with the Babel plugin
|
|
418
447
|
- [Adoption Guide](adoption.md) — where Tasty sits in the stack, incremental adoption, and what changes for product engineers
|
|
419
448
|
- [Server-Side Rendering](ssr.md) — SSR setup for Next.js, Astro, and generic frameworks
|