@tenphi/tasty 0.0.0-snapshot.2c5752e → 0.0.0-snapshot.2ea241d
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 +330 -159
- package/dist/async-storage-B7_o6FKt.js +44 -0
- package/dist/async-storage-B7_o6FKt.js.map +1 -0
- package/dist/collector-Crs9kGJW.js +243 -0
- package/dist/collector-Crs9kGJW.js.map +1 -0
- package/dist/collector-osfWTeRd.d.ts +108 -0
- package/dist/config-BaxtQMS3.js +10464 -0
- package/dist/config-BaxtQMS3.js.map +1 -0
- package/dist/config-BoZDUHW5.d.ts +945 -0
- package/dist/context-CkSg-kDT.js +24 -0
- package/dist/context-CkSg-kDT.js.map +1 -0
- package/dist/core/index.d.ts +5 -33
- package/dist/core/index.js +6 -26
- package/dist/core-CmxaoZ-N.js +1598 -0
- package/dist/core-CmxaoZ-N.js.map +1 -0
- package/dist/css-writer-CPy_cbFJ.js +351 -0
- package/dist/css-writer-CPy_cbFJ.js.map +1 -0
- package/dist/format-global-rules-Dbc_1tc3.js +22 -0
- package/dist/format-global-rules-Dbc_1tc3.js.map +1 -0
- package/dist/format-rules-CPirO_Mj.js +143 -0
- package/dist/format-rules-CPirO_Mj.js.map +1 -0
- package/dist/hydrate-CVn-A_3y.js +45 -0
- package/dist/hydrate-CVn-A_3y.js.map +1 -0
- package/dist/index-B_k47mc_.d.ts +1655 -0
- package/dist/index-tcHuMPFt.d.ts +1286 -0
- package/dist/index.d.ts +5 -40
- package/dist/index.js +731 -32
- package/dist/index.js.map +1 -0
- package/dist/keyframes-vpzoVdUR.js +588 -0
- package/dist/keyframes-vpzoVdUR.js.map +1 -0
- package/dist/{utils/merge-styles.d.ts → merge-styles-BMWcH6MF.d.ts} +3 -3
- package/dist/{utils/merge-styles.js → merge-styles-BzQutdAK.js} +4 -6
- package/dist/merge-styles-BzQutdAK.js.map +1 -0
- package/dist/{utils/resolve-recipes.js → resolve-recipes-DgH8A3Nn.js} +5 -8
- package/dist/resolve-recipes-DgH8A3Nn.js.map +1 -0
- package/dist/ssr/astro-client.d.ts +1 -0
- package/dist/ssr/astro-client.js +19 -0
- package/dist/ssr/astro-client.js.map +1 -0
- package/dist/ssr/astro-middleware.d.ts +15 -0
- package/dist/ssr/astro-middleware.js +19 -0
- package/dist/ssr/astro-middleware.js.map +1 -0
- package/dist/ssr/astro.d.ts +97 -0
- package/dist/ssr/astro.js +149 -0
- package/dist/ssr/astro.js.map +1 -0
- package/dist/ssr/index.d.ts +44 -0
- package/dist/ssr/index.js +10 -0
- package/dist/ssr/index.js.map +1 -0
- package/dist/ssr/next.d.ts +46 -0
- package/dist/ssr/next.js +75 -0
- package/dist/ssr/next.js.map +1 -0
- package/dist/static/index.d.ts +91 -5
- package/dist/static/index.js +49 -4
- package/dist/static/index.js.map +1 -0
- package/dist/static/inject.d.ts +5 -0
- package/dist/static/inject.js +17 -0
- package/dist/static/inject.js.map +1 -0
- package/dist/zero/babel.d.ts +57 -84
- package/dist/zero/babel.js +232 -40
- package/dist/zero/babel.js.map +1 -1
- package/dist/zero/index.d.ts +67 -3
- package/dist/zero/index.js +2 -4
- package/dist/zero/next.d.ts +56 -30
- package/dist/zero/next.js +105 -40
- package/dist/zero/next.js.map +1 -1
- package/docs/README.md +31 -0
- package/docs/adoption.md +298 -0
- package/docs/comparison.md +419 -0
- package/docs/configuration.md +438 -0
- package/docs/debug.md +320 -0
- package/docs/design-system.md +436 -0
- package/docs/dsl.md +690 -0
- package/docs/getting-started.md +217 -0
- package/docs/injector.md +544 -0
- package/docs/methodology.md +642 -0
- package/docs/pipeline.md +699 -0
- package/docs/react-api.md +581 -0
- package/docs/ssr.md +444 -0
- package/docs/styles.md +598 -0
- package/docs/tasty-static.md +547 -0
- package/package.json +118 -34
- package/tasty.config.ts +15 -0
- package/dist/_virtual/_rolldown/runtime.js +0 -8
- package/dist/chunks/cacheKey.js +0 -70
- package/dist/chunks/cacheKey.js.map +0 -1
- package/dist/chunks/definitions.d.ts +0 -37
- package/dist/chunks/definitions.js +0 -260
- package/dist/chunks/definitions.js.map +0 -1
- package/dist/chunks/renderChunk.js +0 -61
- package/dist/chunks/renderChunk.js.map +0 -1
- package/dist/config.d.ts +0 -280
- package/dist/config.js +0 -403
- package/dist/config.js.map +0 -1
- package/dist/debug.d.ts +0 -204
- package/dist/debug.js +0 -733
- package/dist/debug.js.map +0 -1
- package/dist/hooks/useGlobalStyles.d.ts +0 -27
- package/dist/hooks/useGlobalStyles.js +0 -56
- package/dist/hooks/useGlobalStyles.js.map +0 -1
- package/dist/hooks/useKeyframes.d.ts +0 -56
- package/dist/hooks/useKeyframes.js +0 -54
- package/dist/hooks/useKeyframes.js.map +0 -1
- package/dist/hooks/useProperty.d.ts +0 -79
- package/dist/hooks/useProperty.js +0 -91
- package/dist/hooks/useProperty.js.map +0 -1
- package/dist/hooks/useRawCSS.d.ts +0 -53
- package/dist/hooks/useRawCSS.js +0 -28
- package/dist/hooks/useRawCSS.js.map +0 -1
- package/dist/hooks/useStyles.d.ts +0 -40
- package/dist/hooks/useStyles.js +0 -169
- package/dist/hooks/useStyles.js.map +0 -1
- package/dist/injector/index.d.ts +0 -157
- package/dist/injector/index.js +0 -154
- package/dist/injector/index.js.map +0 -1
- package/dist/injector/injector.d.ts +0 -139
- package/dist/injector/injector.js +0 -404
- package/dist/injector/injector.js.map +0 -1
- package/dist/injector/sheet-manager.d.ts +0 -127
- package/dist/injector/sheet-manager.js +0 -714
- package/dist/injector/sheet-manager.js.map +0 -1
- package/dist/injector/types.d.ts +0 -135
- package/dist/keyframes/index.js +0 -206
- package/dist/keyframes/index.js.map +0 -1
- package/dist/parser/classify.js +0 -319
- package/dist/parser/classify.js.map +0 -1
- package/dist/parser/const.js +0 -33
- package/dist/parser/const.js.map +0 -1
- package/dist/parser/lru.js +0 -109
- package/dist/parser/lru.js.map +0 -1
- package/dist/parser/parser.d.ts +0 -25
- package/dist/parser/parser.js +0 -116
- package/dist/parser/parser.js.map +0 -1
- package/dist/parser/tokenizer.js +0 -69
- package/dist/parser/tokenizer.js.map +0 -1
- package/dist/parser/types.d.ts +0 -51
- package/dist/parser/types.js +0 -46
- package/dist/parser/types.js.map +0 -1
- package/dist/pipeline/conditions.d.ts +0 -134
- package/dist/pipeline/conditions.js +0 -400
- package/dist/pipeline/conditions.js.map +0 -1
- package/dist/pipeline/exclusive.js +0 -231
- package/dist/pipeline/exclusive.js.map +0 -1
- package/dist/pipeline/index.d.ts +0 -53
- package/dist/pipeline/index.js +0 -641
- package/dist/pipeline/index.js.map +0 -1
- package/dist/pipeline/materialize.js +0 -908
- package/dist/pipeline/materialize.js.map +0 -1
- package/dist/pipeline/parseStateKey.d.ts +0 -15
- package/dist/pipeline/parseStateKey.js +0 -430
- package/dist/pipeline/parseStateKey.js.map +0 -1
- package/dist/pipeline/simplify.js +0 -557
- package/dist/pipeline/simplify.js.map +0 -1
- package/dist/plugins/okhsl-plugin.d.ts +0 -35
- package/dist/plugins/okhsl-plugin.js +0 -371
- package/dist/plugins/okhsl-plugin.js.map +0 -1
- package/dist/plugins/types.d.ts +0 -69
- package/dist/properties/index.js +0 -158
- package/dist/properties/index.js.map +0 -1
- package/dist/states/index.d.ts +0 -49
- package/dist/states/index.js +0 -416
- package/dist/states/index.js.map +0 -1
- package/dist/static/tastyStatic.d.ts +0 -46
- package/dist/static/tastyStatic.js +0 -31
- package/dist/static/tastyStatic.js.map +0 -1
- package/dist/static/types.d.ts +0 -49
- package/dist/static/types.js +0 -24
- package/dist/static/types.js.map +0 -1
- package/dist/styles/align.d.ts +0 -15
- package/dist/styles/align.js +0 -14
- package/dist/styles/align.js.map +0 -1
- package/dist/styles/border.d.ts +0 -25
- package/dist/styles/border.js +0 -114
- package/dist/styles/border.js.map +0 -1
- package/dist/styles/color.d.ts +0 -14
- package/dist/styles/color.js +0 -23
- package/dist/styles/color.js.map +0 -1
- package/dist/styles/createStyle.js +0 -77
- package/dist/styles/createStyle.js.map +0 -1
- package/dist/styles/dimension.js +0 -97
- package/dist/styles/dimension.js.map +0 -1
- package/dist/styles/display.d.ts +0 -37
- package/dist/styles/display.js +0 -67
- package/dist/styles/display.js.map +0 -1
- package/dist/styles/fade.d.ts +0 -15
- package/dist/styles/fade.js +0 -58
- package/dist/styles/fade.js.map +0 -1
- package/dist/styles/fill.d.ts +0 -44
- package/dist/styles/fill.js +0 -51
- package/dist/styles/fill.js.map +0 -1
- package/dist/styles/flow.d.ts +0 -16
- package/dist/styles/flow.js +0 -12
- package/dist/styles/flow.js.map +0 -1
- package/dist/styles/gap.d.ts +0 -31
- package/dist/styles/gap.js +0 -37
- package/dist/styles/gap.js.map +0 -1
- package/dist/styles/height.d.ts +0 -17
- package/dist/styles/height.js +0 -20
- package/dist/styles/height.js.map +0 -1
- package/dist/styles/index.d.ts +0 -2
- package/dist/styles/index.js +0 -9
- package/dist/styles/index.js.map +0 -1
- package/dist/styles/inset.d.ts +0 -50
- package/dist/styles/inset.js +0 -142
- package/dist/styles/inset.js.map +0 -1
- package/dist/styles/justify.d.ts +0 -15
- package/dist/styles/justify.js +0 -14
- package/dist/styles/justify.js.map +0 -1
- package/dist/styles/list.d.ts +0 -16
- package/dist/styles/list.js +0 -98
- package/dist/styles/list.js.map +0 -1
- package/dist/styles/margin.d.ts +0 -28
- package/dist/styles/margin.js +0 -96
- package/dist/styles/margin.js.map +0 -1
- package/dist/styles/outline.d.ts +0 -29
- package/dist/styles/outline.js +0 -65
- package/dist/styles/outline.js.map +0 -1
- package/dist/styles/padding.d.ts +0 -28
- package/dist/styles/padding.js +0 -96
- package/dist/styles/padding.js.map +0 -1
- package/dist/styles/predefined.d.ts +0 -73
- package/dist/styles/predefined.js +0 -241
- package/dist/styles/predefined.js.map +0 -1
- package/dist/styles/preset.d.ts +0 -47
- package/dist/styles/preset.js +0 -126
- package/dist/styles/preset.js.map +0 -1
- package/dist/styles/radius.d.ts +0 -14
- package/dist/styles/radius.js +0 -51
- package/dist/styles/radius.js.map +0 -1
- package/dist/styles/scrollbar.d.ts +0 -21
- package/dist/styles/scrollbar.js +0 -105
- package/dist/styles/scrollbar.js.map +0 -1
- package/dist/styles/shadow.d.ts +0 -14
- package/dist/styles/shadow.js +0 -24
- package/dist/styles/shadow.js.map +0 -1
- package/dist/styles/styledScrollbar.d.ts +0 -47
- package/dist/styles/styledScrollbar.js +0 -38
- package/dist/styles/styledScrollbar.js.map +0 -1
- package/dist/styles/transition.d.ts +0 -14
- package/dist/styles/transition.js +0 -138
- package/dist/styles/transition.js.map +0 -1
- package/dist/styles/types.d.ts +0 -498
- package/dist/styles/width.d.ts +0 -17
- package/dist/styles/width.js +0 -20
- package/dist/styles/width.js.map +0 -1
- package/dist/tasty.d.ts +0 -982
- package/dist/tasty.js +0 -191
- package/dist/tasty.js.map +0 -1
- package/dist/tokens/typography.d.ts +0 -19
- package/dist/tokens/typography.js +0 -237
- package/dist/tokens/typography.js.map +0 -1
- package/dist/types.d.ts +0 -184
- package/dist/utils/cache-wrapper.js +0 -26
- package/dist/utils/cache-wrapper.js.map +0 -1
- package/dist/utils/case-converter.js +0 -8
- package/dist/utils/case-converter.js.map +0 -1
- package/dist/utils/colors.d.ts +0 -5
- package/dist/utils/colors.js +0 -9
- package/dist/utils/colors.js.map +0 -1
- package/dist/utils/css-types.d.ts +0 -7
- package/dist/utils/dotize.d.ts +0 -26
- package/dist/utils/dotize.js +0 -122
- package/dist/utils/dotize.js.map +0 -1
- package/dist/utils/filter-base-props.d.ts +0 -15
- package/dist/utils/filter-base-props.js +0 -45
- package/dist/utils/filter-base-props.js.map +0 -1
- package/dist/utils/get-display-name.d.ts +0 -7
- package/dist/utils/get-display-name.js +0 -10
- package/dist/utils/get-display-name.js.map +0 -1
- package/dist/utils/hsl-to-rgb.js +0 -38
- package/dist/utils/hsl-to-rgb.js.map +0 -1
- package/dist/utils/is-dev-env.js +0 -19
- package/dist/utils/is-dev-env.js.map +0 -1
- package/dist/utils/is-valid-element-type.js +0 -15
- package/dist/utils/is-valid-element-type.js.map +0 -1
- package/dist/utils/merge-styles.js.map +0 -1
- package/dist/utils/mod-attrs.d.ts +0 -8
- package/dist/utils/mod-attrs.js +0 -21
- package/dist/utils/mod-attrs.js.map +0 -1
- package/dist/utils/okhsl-to-rgb.js +0 -296
- package/dist/utils/okhsl-to-rgb.js.map +0 -1
- package/dist/utils/process-tokens.d.ts +0 -31
- package/dist/utils/process-tokens.js +0 -171
- package/dist/utils/process-tokens.js.map +0 -1
- package/dist/utils/resolve-recipes.d.ts +0 -17
- package/dist/utils/resolve-recipes.js.map +0 -1
- package/dist/utils/string.js +0 -8
- package/dist/utils/string.js.map +0 -1
- package/dist/utils/styles.d.ts +0 -183
- package/dist/utils/styles.js +0 -585
- package/dist/utils/styles.js.map +0 -1
- package/dist/utils/typography.d.ts +0 -36
- package/dist/utils/typography.js +0 -53
- package/dist/utils/typography.js.map +0 -1
- package/dist/utils/warnings.d.ts +0 -16
- package/dist/utils/warnings.js +0 -16
- package/dist/utils/warnings.js.map +0 -1
- package/dist/zero/css-writer.d.ts +0 -45
- package/dist/zero/css-writer.js +0 -74
- package/dist/zero/css-writer.js.map +0 -1
- package/dist/zero/extractor.d.ts +0 -24
- package/dist/zero/extractor.js +0 -150
- 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>
|
|
9
|
-
|
|
8
|
+
<strong>Deterministic styling for stateful component systems.</strong><br>
|
|
9
|
+
A design-system styling engine that compiles component states into mutually exclusive selectors, so complex components stay predictable as they evolve.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
@@ -17,21 +17,44 @@
|
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Tasty is a styling engine for design systems that generates deterministic CSS for stateful components.
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
It compiles state maps into **mutually exclusive selectors**, so for a given property and component state, one branch wins by construction instead of competing through cascade and specificity.
|
|
23
|
+
|
|
24
|
+
That is the core guarantee: component styling resolves from declared state logic, not from source-order accidents or specificity fights.
|
|
25
|
+
|
|
26
|
+
The practical payoff shows up later: adding states, variants, and overrides stays inside the state map instead of reopening selector logic by hand.
|
|
27
|
+
|
|
28
|
+
Tasty fits best when you are building a design system or component library with intersecting states, variants, tokens, sub-elements, responsive rules, and extension semantics that need to stay predictable over time.
|
|
29
|
+
|
|
30
|
+
On top of that foundation, Tasty gives teams a governed styling model: a CSS-like DSL, tokens, recipes, typed style props, sub-elements, and multiple rendering modes.
|
|
31
|
+
|
|
32
|
+
- **New here?** Start with [Comparison](docs/comparison.md) if you are evaluating fit.
|
|
33
|
+
- **Adopting Tasty?** Read the [Adoption Guide](docs/adoption.md).
|
|
34
|
+
- **Want the mechanism first?** Jump to [How It Actually Works](#how-it-actually-works).
|
|
35
|
+
- **Ready to build?** Go to [Getting Started](docs/getting-started.md).
|
|
23
36
|
|
|
24
37
|
## Why Tasty
|
|
25
38
|
|
|
26
|
-
- **Deterministic
|
|
27
|
-
- **
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
- **
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
- **
|
|
39
|
+
- **Deterministic composition, not cascade fights** — Stateful styles resolve from the state map you declared, not from selector competition. See [How It Actually Works](#how-it-actually-works).
|
|
40
|
+
- **Easier to extend over time** — When components gain new states, variants, or overrides, you update declared branches instead of re-deriving selector interactions by hand.
|
|
41
|
+
- **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
|
|
42
|
+
- **A governed styling model, not just syntax sugar** — Design-system authors define the styling language product teams consume.
|
|
43
|
+
- **DSL that still feels like CSS** — Familiar property names, less selector boilerplate. Start with the [Style DSL](docs/dsl.md), then use [Style Properties](docs/styles.md) as the handler reference.
|
|
44
|
+
|
|
45
|
+
### Supporting capabilities
|
|
46
|
+
|
|
47
|
+
- **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
|
|
48
|
+
- **Server-compatible by default, zero client JS in server-only contexts** — All `tasty()` components and style functions are hook-free. In server-only rendering (Next.js RSC, Astro without islands, SSG), they produce zero client JavaScript with the full feature set. Add SSR integration only when your app also has client-side hydration. Use `tastyStatic()` only when you need build-time extraction without React.
|
|
49
|
+
- **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
|
|
50
|
+
- **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
|
|
51
|
+
- **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
|
|
52
|
+
|
|
53
|
+
## Why It Exists
|
|
54
|
+
|
|
55
|
+
Modern component styling becomes fragile when multiple selectors can still win for the same property. Hover, disabled, theme, breakpoint, parent state, and root state rules start competing through specificity and source order.
|
|
56
|
+
|
|
57
|
+
Tasty replaces that competition with explicit state-map resolution. Each property compiles into mutually exclusive branches, so component styling stays deterministic as systems grow. For the full mechanism, jump to [How It Actually Works](#how-it-actually-works).
|
|
35
58
|
|
|
36
59
|
## Installation
|
|
37
60
|
|
|
@@ -39,6 +62,30 @@ On top of that foundation, Tasty gives you a concise, CSS-like DSL with design t
|
|
|
39
62
|
pnpm add @tenphi/tasty
|
|
40
63
|
```
|
|
41
64
|
|
|
65
|
+
Requirements:
|
|
66
|
+
|
|
67
|
+
- Node.js 20+
|
|
68
|
+
- React 18+ (peer dependency for the React entry points)
|
|
69
|
+
- `pnpm`, `npm`, or `yarn`
|
|
70
|
+
|
|
71
|
+
Other package managers:
|
|
72
|
+
|
|
73
|
+
```bash
|
|
74
|
+
npm add @tenphi/tasty
|
|
75
|
+
yarn add @tenphi/tasty
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## Start Here
|
|
79
|
+
|
|
80
|
+
For the fuller docs map beyond the quick routes above, start here:
|
|
81
|
+
|
|
82
|
+
- **[Comparison](docs/comparison.md)** — read this first if you are evaluating whether Tasty fits your team's styling model
|
|
83
|
+
- **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
|
|
84
|
+
- **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
|
|
85
|
+
- **[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: runtime, zero-runtime, runtime SSR integration, design-system authoring, internals, and debugging
|
|
87
|
+
- **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
|
|
88
|
+
|
|
42
89
|
## Quick Start
|
|
43
90
|
|
|
44
91
|
### Create a styled component
|
|
@@ -51,11 +98,12 @@ const Card = tasty({
|
|
|
51
98
|
styles: {
|
|
52
99
|
display: 'flex',
|
|
53
100
|
flow: 'column',
|
|
54
|
-
padding: '
|
|
55
|
-
gap: '
|
|
56
|
-
fill: '
|
|
57
|
-
|
|
58
|
-
|
|
101
|
+
padding: '24px',
|
|
102
|
+
gap: '12px',
|
|
103
|
+
fill: 'white',
|
|
104
|
+
color: '#222',
|
|
105
|
+
border: '1px solid #ddd',
|
|
106
|
+
radius: '12px',
|
|
59
107
|
},
|
|
60
108
|
});
|
|
61
109
|
|
|
@@ -63,7 +111,11 @@ const Card = tasty({
|
|
|
63
111
|
<Card>Hello World</Card>
|
|
64
112
|
```
|
|
65
113
|
|
|
66
|
-
Every value maps to CSS you'd recognize
|
|
114
|
+
Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
|
|
115
|
+
|
|
116
|
+
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.
|
|
117
|
+
|
|
118
|
+
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
119
|
|
|
68
120
|
### Add state-driven styles
|
|
69
121
|
|
|
@@ -110,7 +162,7 @@ const DangerButton = tasty(Button, {
|
|
|
110
162
|
|
|
111
163
|
Child styles merge with parent styles intelligently — state maps can extend or replace parent states per-property.
|
|
112
164
|
|
|
113
|
-
###
|
|
165
|
+
### Optional: configure shared conventions
|
|
114
166
|
|
|
115
167
|
```tsx
|
|
116
168
|
import { configure } from '@tenphi/tasty';
|
|
@@ -127,15 +179,58 @@ configure({
|
|
|
127
179
|
});
|
|
128
180
|
```
|
|
129
181
|
|
|
130
|
-
Predefined states turn complex selector logic into single tokens
|
|
182
|
+
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.
|
|
183
|
+
|
|
184
|
+
### Props as the public API
|
|
185
|
+
|
|
186
|
+
`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:
|
|
187
|
+
|
|
188
|
+
```tsx
|
|
189
|
+
<Space flow="row" gap="2x" placeItems="center">
|
|
190
|
+
<Button isLoading size="large" placeSelf="end">Submit</Button>
|
|
191
|
+
</Space>
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [React API](docs/react-api.md#style-props).
|
|
195
|
+
|
|
196
|
+
## Choose a Styling Approach
|
|
197
|
+
|
|
198
|
+
Once you understand the component model, pick the rendering mode that matches your app.
|
|
199
|
+
|
|
200
|
+
| Approach | Entry point | Best for | Trade-off |
|
|
201
|
+
|----------|-------------|----------|-----------|
|
|
202
|
+
| **Runtime (default)** | `tasty()` from `@tenphi/tasty` | All React apps — server-rendered by default, zero client JS until you need interactivity | Full feature set; CSS computed during React rendering (server or client) |
|
|
203
|
+
| **Runtime + SSR integration** | Add `@tenphi/tasty/ssr/*` | Apps with client-side hydration (Next.js client components, Astro islands) | Adds CSS deduplication, FOUC prevention, and client cache hydration |
|
|
204
|
+
| **Zero-runtime** | `tastyStatic()` from `@tenphi/tasty/static` | Non-React frameworks or when you need build-time extraction without React | Requires the Babel plugin; no component-level `styleProps` or runtime-only APIs |
|
|
205
|
+
|
|
206
|
+
All `tasty()` components are hook-free and work as React Server Components. In server-only contexts — Next.js RSC without `'use client'`, Astro without `client:*` directives, and other SSG setups — they produce the same end result as `tastyStatic()` (static HTML + CSS, zero client JavaScript) but with the full feature set including `styleProps`, sub-elements, and variants. SSR integration is only needed when your app also has client-side rendering. See [Getting Started](docs/getting-started.md#choosing-a-rendering-mode), [Zero Runtime](docs/tasty-static.md), and [Server-Side Rendering](docs/ssr.md).
|
|
131
207
|
|
|
132
208
|
## How It Actually Works
|
|
133
209
|
|
|
134
210
|
This is the core idea that makes everything else possible.
|
|
135
211
|
|
|
136
|
-
|
|
212
|
+
For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/pipeline.md)**.
|
|
213
|
+
|
|
214
|
+
### The structural problem with normal CSS
|
|
215
|
+
|
|
216
|
+
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.
|
|
217
|
+
|
|
218
|
+
A small example makes this tangible. Two rules for a button's background:
|
|
219
|
+
|
|
220
|
+
```css
|
|
221
|
+
.btn:hover { background: dodgerblue; }
|
|
222
|
+
.btn[disabled] { background: gray; }
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
Both selectors have specificity `(0, 1, 1)`. When the button is hovered **and** disabled, both match — and the last rule in source order wins. Swap the two lines and a hovered disabled button silently turns blue instead of gray. This class of bug is invisible in code review because the logic is correct; only the ordering is wrong.
|
|
137
226
|
|
|
138
|
-
|
|
227
|
+
### Why real state logic is hard to author by hand
|
|
228
|
+
|
|
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 *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
|
+
|
|
231
|
+
### What Tasty generates instead
|
|
232
|
+
|
|
233
|
+
Tasty solves both problems at once: **every state mapping compiles into mutually exclusive selectors.**
|
|
139
234
|
|
|
140
235
|
```tsx
|
|
141
236
|
const Text = tasty({
|
|
@@ -152,7 +247,31 @@ const Text = tasty({
|
|
|
152
247
|
});
|
|
153
248
|
```
|
|
154
249
|
|
|
155
|
-
If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-color-scheme: dark))`,
|
|
250
|
+
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:
|
|
251
|
+
|
|
252
|
+
```css
|
|
253
|
+
/* First attempt — the @media branch is too broad */
|
|
254
|
+
.t0 { color: var(--text-color); }
|
|
255
|
+
:root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
|
|
256
|
+
@media (prefers-color-scheme: dark) {
|
|
257
|
+
.t0 { color: var(--text-on-dark-color); }
|
|
258
|
+
}
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
The `@media` branch fires even when `data-schema="light"` is explicitly set. Fix that:
|
|
262
|
+
|
|
263
|
+
```css
|
|
264
|
+
/* Second attempt — @media is scoped, but the default is still too broad */
|
|
265
|
+
.t0 { color: var(--text-color); }
|
|
266
|
+
:root[data-schema="dark"] .t0 { color: var(--text-on-dark-color); }
|
|
267
|
+
@media (prefers-color-scheme: dark) {
|
|
268
|
+
:root:not([data-schema]) .t0 { color: var(--text-on-dark-color); }
|
|
269
|
+
}
|
|
270
|
+
```
|
|
271
|
+
|
|
272
|
+
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
|
+
|
|
274
|
+
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:
|
|
156
275
|
|
|
157
276
|
```css
|
|
158
277
|
/* Branch 1: Explicit dark schema */
|
|
@@ -180,10 +299,18 @@ If `@dark` expands to `@root(schema=dark) | (!@root(schema) & @media(prefers-col
|
|
|
180
299
|
}
|
|
181
300
|
```
|
|
182
301
|
|
|
183
|
-
|
|
302
|
+
### What guarantee that gives you
|
|
303
|
+
|
|
304
|
+
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.
|
|
305
|
+
|
|
306
|
+
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.
|
|
307
|
+
|
|
308
|
+
[Try it in the playground →](https://tasty.style/playground)
|
|
184
309
|
|
|
185
310
|
## Capabilities
|
|
186
311
|
|
|
312
|
+
This section is a quick product tour. For the canonical guides and references, start from the [Docs Hub](docs/README.md).
|
|
313
|
+
|
|
187
314
|
### Design Tokens and Custom Units
|
|
188
315
|
|
|
189
316
|
Tokens are first-class. Colors use `#name` syntax. Spacing, radius, and border width use multiplier units tied to CSS custom properties:
|
|
@@ -219,12 +346,12 @@ Every style property accepts a state mapping object. Keys can be combined with b
|
|
|
219
346
|
| Class selector (supported) | `.is-active` | `.is-active` |
|
|
220
347
|
| Media query | `@media(w < 768px)` | `@media (width < 768px)` |
|
|
221
348
|
| Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
|
|
222
|
-
| Root state | `@root(
|
|
349
|
+
| Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
|
|
223
350
|
| Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
|
|
224
351
|
| Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
|
|
225
352
|
| Entry animation | `@starting` | `@starting-style` |
|
|
226
353
|
|
|
227
|
-
Combine with `&` (AND), `|` (OR), `!` (NOT):
|
|
354
|
+
Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
|
|
228
355
|
|
|
229
356
|
```tsx
|
|
230
357
|
fill: {
|
|
@@ -236,169 +363,172 @@ fill: {
|
|
|
236
363
|
|
|
237
364
|
### Sub-Element Styling
|
|
238
365
|
|
|
239
|
-
|
|
366
|
+
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.
|
|
240
367
|
|
|
241
|
-
|
|
242
|
-
const Card = tasty({
|
|
243
|
-
styles: {
|
|
244
|
-
padding: '4x',
|
|
245
|
-
Title: { preset: 'h3', color: '#primary' },
|
|
246
|
-
Content: { color: '#text', preset: 't2' },
|
|
247
|
-
},
|
|
248
|
-
elements: { Title: 'h2', Content: 'div' },
|
|
249
|
-
});
|
|
368
|
+
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.
|
|
250
369
|
|
|
251
|
-
|
|
252
|
-
<Card.Title>Heading</Card.Title>
|
|
253
|
-
<Card.Content>Body text</Card.Content>
|
|
254
|
-
</Card>
|
|
255
|
-
```
|
|
370
|
+
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).
|
|
256
371
|
|
|
257
|
-
|
|
372
|
+
### Style Props
|
|
258
373
|
|
|
259
|
-
|
|
374
|
+
`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.
|
|
260
375
|
|
|
261
|
-
|
|
376
|
+
```tsx
|
|
377
|
+
const Space = tasty({
|
|
378
|
+
styles: { display: 'flex', flow: 'column', gap: '1x' },
|
|
379
|
+
styleProps: FLOW_STYLES,
|
|
380
|
+
});
|
|
262
381
|
|
|
263
|
-
|
|
382
|
+
<Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
|
|
383
|
+
```
|
|
264
384
|
|
|
265
|
-
|
|
385
|
+
See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
|
|
266
386
|
|
|
267
|
-
###
|
|
387
|
+
### Mod Props
|
|
268
388
|
|
|
269
|
-
|
|
389
|
+
`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.
|
|
270
390
|
|
|
271
391
|
```tsx
|
|
272
392
|
const Button = tasty({
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
393
|
+
as: 'button',
|
|
394
|
+
modProps: { isLoading: Boolean, size: ['sm', 'md', 'lg'] as const },
|
|
395
|
+
styles: {
|
|
396
|
+
fill: { '': '#primary', isLoading: '#primary.5' },
|
|
397
|
+
padding: { '': '2x 4x', 'size=sm': '1x 2x' },
|
|
278
398
|
},
|
|
279
399
|
});
|
|
280
400
|
|
|
281
|
-
<Button
|
|
401
|
+
<Button isLoading size="lg">Submit</Button>
|
|
282
402
|
```
|
|
283
403
|
|
|
404
|
+
See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
|
|
405
|
+
|
|
406
|
+
### Variants
|
|
407
|
+
|
|
408
|
+
Variants let one component expose named visual versions without pre-generating a separate class for every possible combination. In runtime mode, Tasty emits only the variant CSS that is actually used.
|
|
409
|
+
|
|
410
|
+
See [React API - Variants](docs/react-api.md#variants).
|
|
411
|
+
|
|
284
412
|
### Recipes
|
|
285
413
|
|
|
286
|
-
Recipes are
|
|
414
|
+
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.
|
|
287
415
|
|
|
288
|
-
|
|
289
|
-
configure({
|
|
290
|
-
recipes: {
|
|
291
|
-
card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
|
|
292
|
-
elevated: { shadow: '0 2x 4x #shadow' },
|
|
293
|
-
},
|
|
294
|
-
});
|
|
416
|
+
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.
|
|
295
417
|
|
|
296
|
-
|
|
297
|
-
styles: {
|
|
298
|
-
recipe: 'card elevated',
|
|
299
|
-
color: '#text',
|
|
300
|
-
},
|
|
301
|
-
});
|
|
302
|
-
```
|
|
418
|
+
See [Style DSL - Recipes](docs/dsl.md#recipes) and [Configuration - recipes](docs/configuration.md#recipes).
|
|
303
419
|
|
|
304
|
-
|
|
420
|
+
### Auto-Inferred `@property`
|
|
305
421
|
|
|
306
|
-
|
|
422
|
+
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.
|
|
307
423
|
|
|
308
|
-
|
|
424
|
+
If you prefer explicit control, disable inference with `configure({ autoPropertyTypes: false })` or declare the properties yourself.
|
|
309
425
|
|
|
310
|
-
|
|
426
|
+
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
311
427
|
|
|
312
|
-
|
|
313
|
-
const Pulse = tasty({
|
|
314
|
-
styles: {
|
|
315
|
-
'@properties': {
|
|
316
|
-
'$pulse-scale': {
|
|
317
|
-
syntax: '<number>',
|
|
318
|
-
inherits: false,
|
|
319
|
-
initialValue: 1,
|
|
320
|
-
},
|
|
321
|
-
},
|
|
322
|
-
animation: 'pulse 2s infinite',
|
|
323
|
-
transform: 'scale($pulse-scale)',
|
|
324
|
-
'@keyframes': {
|
|
325
|
-
pulse: {
|
|
326
|
-
'0%, 100%': { '$pulse-scale': 1 },
|
|
327
|
-
'50%': { '$pulse-scale': 1.05 },
|
|
328
|
-
},
|
|
329
|
-
},
|
|
330
|
-
},
|
|
331
|
-
});
|
|
332
|
-
```
|
|
428
|
+
### Explicit `@properties`
|
|
333
429
|
|
|
334
|
-
|
|
430
|
+
Use explicit `@properties` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
|
|
335
431
|
|
|
336
|
-
|
|
432
|
+
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
337
433
|
|
|
338
|
-
|
|
339
|
-
import { useStyles, useGlobalStyles, useRawCSS } from '@tenphi/tasty';
|
|
434
|
+
### Style Functions
|
|
340
435
|
|
|
341
|
-
|
|
342
|
-
const { className } = useStyles({ padding: '2x', fill: '#surface' });
|
|
343
|
-
useGlobalStyles(':root', { '#primary': 'purple', '$gap': '8px' });
|
|
344
|
-
useRawCSS('body { margin: 0; }');
|
|
436
|
+
When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, and `useCounterStyle` for animation, custom-property, font, and counter-style primitives. All style functions are hook-free and work in React Server Components.
|
|
345
437
|
|
|
346
|
-
|
|
347
|
-
}
|
|
348
|
-
```
|
|
438
|
+
See [React API - Style Functions](docs/react-api.md#style-functions).
|
|
349
439
|
|
|
350
440
|
### Zero-Runtime Mode
|
|
351
441
|
|
|
352
|
-
|
|
442
|
+
Use `tastyStatic` when you want the same DSL and state model, but with CSS extracted at build time and no styling runtime in the client bundle. It is a strong fit for static sites, landing pages, and other build-time-first setups.
|
|
353
443
|
|
|
354
|
-
|
|
355
|
-
import { tastyStatic } from '@tenphi/tasty/static';
|
|
444
|
+
See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
|
|
356
445
|
|
|
357
|
-
|
|
358
|
-
padding: '4x',
|
|
359
|
-
fill: '#surface',
|
|
360
|
-
radius: '1r',
|
|
361
|
-
color: { '': '#text', '@dark': '#text-on-dark' },
|
|
362
|
-
});
|
|
446
|
+
### `tasty` vs `tastyStatic`
|
|
363
447
|
|
|
364
|
-
|
|
365
|
-
<div className={card}>Static styles, zero runtime</div>
|
|
366
|
-
```
|
|
448
|
+
`tasty()` returns React components that compute CSS during rendering. In server-only contexts, this produces static HTML + CSS with zero client JavaScript — the same end result as `tastyStatic()` but with the full feature set. `tastyStatic()` returns class names and extracts CSS during the build via a Babel plugin, with no React dependency at runtime. Both share the same DSL, tokens, units, state mappings, and recipes. Use `tasty()` as the default for any React-based setup; use `tastyStatic()` when you need build-time extraction without React.
|
|
367
449
|
|
|
368
|
-
|
|
450
|
+
See [Zero Runtime (tastyStatic)](docs/tasty-static.md), [React API](docs/react-api.md), and [Comparison - Build-time vs runtime](docs/comparison.md#build-time-vs-runtime).
|
|
369
451
|
|
|
370
|
-
|
|
371
|
-
module.exports = {
|
|
372
|
-
plugins: [
|
|
373
|
-
['@tenphi/tasty/babel-plugin', {
|
|
374
|
-
output: 'public/tasty.css',
|
|
375
|
-
config: {
|
|
376
|
-
states: { '@dark': '@root(theme=dark)' },
|
|
377
|
-
},
|
|
378
|
-
}],
|
|
379
|
-
],
|
|
380
|
-
};
|
|
381
|
-
```
|
|
452
|
+
### Server-Side Rendering
|
|
382
453
|
|
|
383
|
-
|
|
454
|
+
`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 (Next.js RSC, Astro without islands), they produce zero client JavaScript with the full feature set.
|
|
455
|
+
|
|
456
|
+
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:
|
|
457
|
+
|
|
458
|
+
- `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
|
|
459
|
+
- `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
|
|
460
|
+
- The core SSR API for other React SSR setups
|
|
461
|
+
|
|
462
|
+
See the [full SSR guide](docs/ssr.md).
|
|
463
|
+
|
|
464
|
+
## Entry Points
|
|
465
|
+
|
|
466
|
+
| Import | Description | Platform |
|
|
467
|
+
|--------|-------------|----------|
|
|
468
|
+
| `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
|
|
469
|
+
| `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
|
|
470
|
+
| `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
|
|
471
|
+
| `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
|
|
472
|
+
| `@tenphi/tasty/zero` | Programmatic extraction API | Node |
|
|
473
|
+
| `@tenphi/tasty/next` | Next.js integration wrapper | Node |
|
|
474
|
+
| `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
|
|
475
|
+
| `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
|
|
476
|
+
| `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
|
|
477
|
+
| `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
|
|
478
|
+
|
|
479
|
+
## Browser Requirements
|
|
480
|
+
|
|
481
|
+
Tasty's exclusive selector system relies on modern CSS pseudo-class syntax:
|
|
482
|
+
|
|
483
|
+
- **`:is()`** — available across all major browsers since January 2021 ([MDN Baseline](https://developer.mozilla.org/en-US/docs/Web/CSS/:is)).
|
|
484
|
+
- **Level-4 `:not()` with selector lists** — Chrome/Edge 88+, Firefox 84+, Safari 9+, Opera 75+.
|
|
485
|
+
- **Not supported:** IE 11.
|
|
384
486
|
|
|
385
|
-
|
|
386
|
-
|---|---|---|
|
|
387
|
-
| **Output** | React component | CSS class name |
|
|
388
|
-
| **CSS injection** | Runtime `<style>` tags | Build-time extraction |
|
|
389
|
-
| **Runtime cost** | Style generation on mount | None |
|
|
390
|
-
| **Generated CSS scope** | Only styles/variants used at runtime | All extracted static styles at build time |
|
|
391
|
-
| **Dynamic values** | Fully supported | Via CSS custom properties |
|
|
392
|
-
| **Sub-elements** | Built-in (`<C.Title>`) | Manual (`data-element`) |
|
|
393
|
-
| **Variants** | Built-in (`variants` option) | Separate static styles |
|
|
394
|
-
| **Framework** | React | Any (requires Babel) |
|
|
395
|
-
| **Best for** | Interactive apps, design systems | Static sites, SSG, landing pages |
|
|
487
|
+
## Performance
|
|
396
488
|
|
|
397
|
-
|
|
489
|
+
### Bundle Size
|
|
398
490
|
|
|
399
|
-
|
|
491
|
+
All sizes measured with [size-limit](https://github.com/ai/size-limit) — minified and brotli-compressed, including all dependencies.
|
|
400
492
|
|
|
401
|
-
|
|
493
|
+
| Entry point | Size |
|
|
494
|
+
|-------------|------|
|
|
495
|
+
| `@tenphi/tasty` (runtime + SSR) | 50.19 kB |
|
|
496
|
+
| `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
|
|
497
|
+
| `@tenphi/tasty/static` (zero-runtime) | 16.43 kB |
|
|
498
|
+
| `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
|
|
499
|
+
| `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
|
|
500
|
+
|
|
501
|
+
Run `pnpm size` to reproduce (outputs may shift slightly with releases).
|
|
502
|
+
|
|
503
|
+
### Runtime Benchmarks
|
|
504
|
+
|
|
505
|
+
If you choose the runtime approach, performance is usually a non-issue in practice. The numbers below show single-call throughput for the core pipeline stages, measured with `vitest bench` on an Apple M1 Max (Node 22).
|
|
506
|
+
|
|
507
|
+
| Operation | ops/sec | Latency (mean) |
|
|
508
|
+
|-----------|--------:|---------------:|
|
|
509
|
+
| `renderStyles` — 5 flat properties (cold) | ~72,000 | ~14 us |
|
|
510
|
+
| `renderStyles` — state map with media/hover/modifier (cold) | ~22,000 | ~46 us |
|
|
511
|
+
| `renderStyles` — same styles (cached) | ~7,200,000 | ~0.14 us |
|
|
512
|
+
| `parseStateKey` — simple key like `:hover` (cold) | ~1,200,000 | ~0.9 us |
|
|
513
|
+
| `parseStateKey` — complex OR/AND/NOT key (cold) | ~190,000 | ~5 us |
|
|
514
|
+
| `parseStateKey` — any key (cached) | ~3,300,000–8,900,000 | ~0.1–0.3 us |
|
|
515
|
+
| `parseStyle` — value tokens like `2x 4x` (cold) | ~345,000 | ~3 us |
|
|
516
|
+
| `parseStyle` — color tokens (cold) | ~525,000 | ~1.9 us |
|
|
517
|
+
| `parseStyle` — any value (cached) | ~15,500,000 | ~0.06 us |
|
|
518
|
+
|
|
519
|
+
"Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path.
|
|
520
|
+
|
|
521
|
+
Run `pnpm bench` to reproduce.
|
|
522
|
+
|
|
523
|
+
#### What This Means in Practice
|
|
524
|
+
|
|
525
|
+
- **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.
|
|
526
|
+
- **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~46 us. Even a page with 100 unique styled components adds only ~5 ms of total style computation on first render, negligible next to React reconciliation and DOM work.
|
|
527
|
+
- **Cache multipliers are 30x–100x.** This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
|
|
528
|
+
- **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~14 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
|
|
529
|
+
- **On slower devices.** The benchmarks above are from an M1 Max (Geekbench 6 SC ~2,400). A mid-range consumer laptop (~1,800 SC) is roughly 1.3x slower; a mid-range phone (~1,200 SC) is roughly 2x slower; a budget phone (~700 SC) is roughly 3–4x slower. Even at 4x, the heaviest cold operation stays under 200 us and 100 unique components under 20 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
|
|
530
|
+
|
|
531
|
+
### How It Stays Fast
|
|
402
532
|
|
|
403
533
|
- CSS is generated and injected only when styles are actually used.
|
|
404
534
|
- Multi-level caching avoids repeated parsing and style recomputation.
|
|
@@ -408,23 +538,13 @@ If you choose the runtime approach, performance is usually a non-issue in practi
|
|
|
408
538
|
- A dedicated style injector minimizes DOM/style-tag overhead.
|
|
409
539
|
- This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
|
|
410
540
|
|
|
411
|
-
## Entry Points
|
|
412
|
-
|
|
413
|
-
| Import | Description | Platform |
|
|
414
|
-
|--------|-------------|----------|
|
|
415
|
-
| `@tenphi/tasty` | Runtime style engine | Browser |
|
|
416
|
-
| `@tenphi/tasty/static` | Zero-runtime static styles | Browser |
|
|
417
|
-
| `@tenphi/tasty/babel-plugin` | Babel plugin for CSS extraction | Node |
|
|
418
|
-
| `@tenphi/tasty/zero` | Programmatic extraction API | Node |
|
|
419
|
-
| `@tenphi/tasty/next` | Next.js integration | Node |
|
|
420
|
-
|
|
421
541
|
## Ecosystem
|
|
422
542
|
|
|
423
543
|
Tasty is the core of a production-ready styling platform. These companion tools complete the picture:
|
|
424
544
|
|
|
425
545
|
### [ESLint Plugin](https://github.com/tenphi/eslint-plugin-tasty)
|
|
426
546
|
|
|
427
|
-
`@tenphi/eslint-plugin-tasty` — 27 lint rules
|
|
547
|
+
`@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.
|
|
428
548
|
|
|
429
549
|
```bash
|
|
430
550
|
pnpm add -D @tenphi/eslint-plugin-tasty
|
|
@@ -455,14 +575,65 @@ const tokens = theme.tasty(); // Ready-to-use Tasty tokens
|
|
|
455
575
|
|
|
456
576
|
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.
|
|
457
577
|
|
|
458
|
-
|
|
578
|
+
<p align="center">
|
|
579
|
+
<img src="assets/tasty-vscode-highlight.png" width="512" alt="Tasty VS Code syntax highlighting example">
|
|
580
|
+
</p>
|
|
581
|
+
|
|
582
|
+
## Built with Tasty
|
|
583
|
+
|
|
584
|
+
### [tasty.style](https://tasty.style) ([source](https://github.com/tenphi/tasty.style))
|
|
585
|
+
|
|
586
|
+
The official Tasty documentation and landing page — itself built entirely with Tasty. A showcase for zero-runtime styling via `tastyStatic`, SSR with Next.js, and OKHSL color theming with Glaze.
|
|
587
|
+
|
|
588
|
+
### [Cube Cloud](https://cube.dev/)
|
|
589
|
+
|
|
590
|
+
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.
|
|
591
|
+
|
|
592
|
+
### [Cube Cloud for Excel and Google Sheets](https://cube.dev/)
|
|
593
|
+
|
|
594
|
+
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.
|
|
595
|
+
|
|
596
|
+
### [Cube UI Kit](https://github.com/cube-js/cube-ui-kit) ([storybook](https://cube-ui-kit.vercel.app/))
|
|
459
597
|
|
|
460
598
|
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.
|
|
461
599
|
|
|
462
600
|
## Documentation
|
|
463
601
|
|
|
464
|
-
|
|
602
|
+
Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
|
|
603
|
+
|
|
604
|
+
- **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, runtime, zero-runtime, runtime SSR integration, debugging, and internals
|
|
605
|
+
|
|
606
|
+
### Start here
|
|
607
|
+
|
|
608
|
+
- **[Getting Started](docs/getting-started.md)** — Installation, first component, optional shared configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
|
|
609
|
+
- **[Methodology](docs/methodology.md)** — The recommended patterns for structuring Tasty components: root + sub-elements, styleProps, tokens, styles vs style, wrapping and extension
|
|
610
|
+
|
|
611
|
+
### Guides
|
|
612
|
+
|
|
613
|
+
- **[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
|
|
614
|
+
- **[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
|
|
615
|
+
|
|
616
|
+
### Reference
|
|
617
|
+
|
|
618
|
+
- **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
|
|
619
|
+
- **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
|
|
620
|
+
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
|
|
621
|
+
- **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
|
|
622
|
+
|
|
623
|
+
### Rendering modes
|
|
624
|
+
|
|
465
625
|
- **[Zero Runtime (tastyStatic)](docs/tasty-static.md)** — Build-time static styling: Babel plugin setup, Next.js integration, and static style patterns
|
|
626
|
+
- **[Server-Side Rendering](docs/ssr.md)** — SSR setup for Next.js, Astro, and generic frameworks: streaming support, cache hydration, and troubleshooting
|
|
627
|
+
|
|
628
|
+
### Internals
|
|
629
|
+
|
|
630
|
+
- **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
|
|
631
|
+
- **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
|
|
632
|
+
- **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
|
|
633
|
+
|
|
634
|
+
### Context
|
|
635
|
+
|
|
636
|
+
- **[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
|
|
466
637
|
|
|
467
638
|
## License
|
|
468
639
|
|