@tenphi/tasty 0.0.0-snapshot.b345343 → 0.0.0-snapshot.b37977d
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 +166 -246
- package/dist/{ssr/async-storage.js → async-storage-B7_o6FKt.js} +17 -8
- package/dist/async-storage-B7_o6FKt.js.map +1 -0
- package/dist/{ssr/collector.js → collector-CLZCCqNM.js} +84 -37
- package/dist/collector-CLZCCqNM.js.map +1 -0
- package/dist/{ssr/collector.d.ts → collector-LuU1vZ68.d.ts} +28 -15
- package/dist/config-0MYivPrm.js +10188 -0
- package/dist/config-0MYivPrm.js.map +1 -0
- package/dist/config-vuCRkBWX.d.ts +884 -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 -34
- package/dist/core/index.js +6 -27
- package/dist/core-Sfubukty.js +1592 -0
- package/dist/core-Sfubukty.js.map +1 -0
- package/dist/{zero/extractor.js → css-writer-BdYaQpRC.js} +125 -11
- package/dist/css-writer-BdYaQpRC.js.map +1 -0
- package/dist/{ssr/format-global-rules.js → format-global-rules-Dbc_1tc3.js} +3 -3
- package/dist/format-global-rules-Dbc_1tc3.js.map +1 -0
- package/dist/format-rules-CgBhf-Pa.js +143 -0
- package/dist/format-rules-CgBhf-Pa.js.map +1 -0
- package/dist/hydrate-ChJhqxJp.js +45 -0
- package/dist/hydrate-ChJhqxJp.js.map +1 -0
- package/dist/index-ZRxZWzlj.d.ts +1602 -0
- package/dist/index-dUtwpOux.d.ts +1266 -0
- package/dist/index.d.ts +5 -49
- package/dist/index.js +731 -33
- package/dist/index.js.map +1 -0
- package/dist/keyframes-B5VnMa9k.js +587 -0
- package/dist/keyframes-B5VnMa9k.js.map +1 -0
- package/dist/{utils/merge-styles.js → merge-styles-BXDuYB7W.js} +4 -6
- package/dist/merge-styles-BXDuYB7W.js.map +1 -0
- package/dist/{utils/merge-styles.d.ts → merge-styles-CtDJMhpJ.d.ts} +3 -3
- package/dist/{utils/resolve-recipes.js → resolve-recipes-DqSjILVm.js} +5 -8
- package/dist/resolve-recipes-DqSjILVm.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 +89 -10
- package/dist/ssr/astro.js +116 -32
- package/dist/ssr/astro.js.map +1 -1
- package/dist/ssr/index.d.ts +44 -5
- package/dist/ssr/index.js +7 -9
- package/dist/ssr/index.js.map +1 -1
- package/dist/ssr/next.d.ts +7 -6
- package/dist/ssr/next.js +18 -14
- package/dist/ssr/next.js.map +1 -1
- 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 +27 -101
- package/dist/zero/babel.js +172 -52
- 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 +12 -0
- package/dist/zero/next.js +5 -4
- package/dist/zero/next.js.map +1 -1
- package/docs/README.md +31 -0
- package/docs/adoption.md +21 -9
- package/docs/comparison.md +39 -33
- package/docs/configuration.md +134 -3
- package/docs/debug.md +11 -9
- package/docs/design-system.md +48 -13
- package/docs/dsl.md +159 -10
- package/docs/getting-started.md +33 -17
- package/docs/injector.md +45 -29
- package/docs/methodology.md +122 -7
- package/docs/{PIPELINE.md → pipeline.md} +205 -51
- package/docs/react-api.md +557 -0
- package/docs/ssr.md +143 -83
- package/docs/styles.md +45 -23
- package/docs/tasty-static.md +116 -4
- package/package.json +23 -11
- package/dist/_virtual/_rolldown/runtime.js +0 -8
- package/dist/chunks/cacheKey.js +0 -78
- package/dist/chunks/cacheKey.js.map +0 -1
- package/dist/chunks/definitions.d.ts +0 -37
- package/dist/chunks/definitions.js +0 -259
- package/dist/chunks/definitions.js.map +0 -1
- package/dist/chunks/renderChunk.js +0 -60
- package/dist/chunks/renderChunk.js.map +0 -1
- package/dist/config.d.ts +0 -323
- package/dist/config.js +0 -465
- package/dist/config.js.map +0 -1
- package/dist/debug.d.ts +0 -89
- package/dist/debug.js +0 -454
- package/dist/debug.js.map +0 -1
- package/dist/hooks/useGlobalStyles.d.ts +0 -30
- package/dist/hooks/useGlobalStyles.js +0 -83
- package/dist/hooks/useGlobalStyles.js.map +0 -1
- package/dist/hooks/useKeyframes.d.ts +0 -56
- package/dist/hooks/useKeyframes.js +0 -69
- package/dist/hooks/useKeyframes.js.map +0 -1
- package/dist/hooks/useProperty.d.ts +0 -79
- package/dist/hooks/useProperty.js +0 -114
- package/dist/hooks/useProperty.js.map +0 -1
- package/dist/hooks/useRawCSS.d.ts +0 -53
- package/dist/hooks/useRawCSS.js +0 -40
- package/dist/hooks/useRawCSS.js.map +0 -1
- package/dist/hooks/useStyles.d.ts +0 -45
- package/dist/hooks/useStyles.js +0 -249
- package/dist/hooks/useStyles.js.map +0 -1
- package/dist/injector/index.d.ts +0 -165
- package/dist/injector/index.js +0 -162
- package/dist/injector/index.js.map +0 -1
- package/dist/injector/injector.d.ts +0 -148
- package/dist/injector/injector.js +0 -430
- package/dist/injector/injector.js.map +0 -1
- package/dist/injector/sheet-manager.d.ts +0 -136
- package/dist/injector/sheet-manager.js +0 -729
- package/dist/injector/sheet-manager.js.map +0 -1
- package/dist/injector/types.d.ts +0 -144
- package/dist/keyframes/index.js +0 -206
- package/dist/keyframes/index.js.map +0 -1
- package/dist/parser/classify.js +0 -320
- 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 -406
- 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 -670
- package/dist/pipeline/index.js.map +0 -1
- package/dist/pipeline/materialize.js +0 -1105
- package/dist/pipeline/materialize.js.map +0 -1
- package/dist/pipeline/parseStateKey.d.ts +0 -15
- package/dist/pipeline/parseStateKey.js +0 -447
- package/dist/pipeline/parseStateKey.js.map +0 -1
- package/dist/pipeline/simplify.js +0 -516
- package/dist/pipeline/simplify.js.map +0 -1
- package/dist/pipeline/warnings.js +0 -18
- package/dist/pipeline/warnings.js.map +0 -1
- package/dist/plugins/okhsl-plugin.d.ts +0 -35
- package/dist/plugins/okhsl-plugin.js +0 -98
- package/dist/plugins/okhsl-plugin.js.map +0 -1
- package/dist/plugins/types.d.ts +0 -76
- package/dist/properties/index.js +0 -223
- package/dist/properties/index.js.map +0 -1
- package/dist/properties/property-type-resolver.d.ts +0 -24
- package/dist/properties/property-type-resolver.js +0 -91
- package/dist/properties/property-type-resolver.js.map +0 -1
- package/dist/ssr/async-storage.d.ts +0 -17
- package/dist/ssr/async-storage.js.map +0 -1
- package/dist/ssr/collect-auto-properties.js +0 -40
- package/dist/ssr/collect-auto-properties.js.map +0 -1
- package/dist/ssr/collector.js.map +0 -1
- package/dist/ssr/context.d.ts +0 -8
- package/dist/ssr/context.js +0 -14
- package/dist/ssr/context.js.map +0 -1
- package/dist/ssr/format-global-rules.js.map +0 -1
- package/dist/ssr/format-keyframes.js +0 -70
- package/dist/ssr/format-keyframes.js.map +0 -1
- package/dist/ssr/format-property.js +0 -50
- package/dist/ssr/format-property.js.map +0 -1
- package/dist/ssr/format-rules.js +0 -70
- package/dist/ssr/format-rules.js.map +0 -1
- package/dist/ssr/hydrate.d.ts +0 -22
- package/dist/ssr/hydrate.js +0 -50
- package/dist/ssr/hydrate.js.map +0 -1
- package/dist/ssr/ssr-collector-ref.js +0 -12
- package/dist/ssr/ssr-collector-ref.js.map +0 -1
- package/dist/states/index.d.ts +0 -49
- package/dist/states/index.js +0 -169
- 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 -27
- package/dist/styles/color.js.map +0 -1
- package/dist/styles/createStyle.js +0 -80
- 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 -42
- package/dist/styles/fill.js +0 -52
- 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 -52
- package/dist/styles/inset.js +0 -150
- 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 -24
- package/dist/styles/margin.js +0 -104
- 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 -24
- package/dist/styles/padding.js +0 -104
- package/dist/styles/padding.js.map +0 -1
- package/dist/styles/predefined.d.ts +0 -71
- package/dist/styles/predefined.js +0 -238
- 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 -25
- package/dist/styles/scrollbar.js +0 -48
- 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/transition.d.ts +0 -14
- package/dist/styles/transition.js +0 -158
- package/dist/styles/transition.js.map +0 -1
- package/dist/styles/types.d.ts +0 -508
- 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 -981
- package/dist/tasty.js +0 -219
- package/dist/tasty.js.map +0 -1
- package/dist/types.d.ts +0 -184
- package/dist/utils/cache-wrapper.js +0 -22
- 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/color-math.d.ts +0 -46
- package/dist/utils/color-math.js +0 -749
- package/dist/utils/color-math.js.map +0 -1
- package/dist/utils/color-space.d.ts +0 -5
- package/dist/utils/color-space.js +0 -229
- package/dist/utils/color-space.js.map +0 -1
- package/dist/utils/colors.d.ts +0 -5
- package/dist/utils/colors.js +0 -11
- 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/has-keys.js +0 -13
- package/dist/utils/has-keys.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/process-tokens.d.ts +0 -21
- package/dist/utils/process-tokens.js +0 -91
- 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/selector-transform.js +0 -32
- package/dist/utils/selector-transform.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 -101
- package/dist/utils/styles.js +0 -223
- package/dist/utils/styles.js.map +0 -1
- package/dist/utils/typography.d.ts +0 -47
- package/dist/utils/typography.js +0 -43
- 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.map +0 -1
- package/docs/runtime.md +0 -291
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<h1 align="center">Tasty</h1>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
-
<strong>
|
|
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.
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
@@ -17,23 +17,41 @@
|
|
|
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
|
+
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.
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
30
|
+
- **New here?** Start with [Comparison](docs/comparison.md) if you are evaluating fit.
|
|
31
|
+
- **Adopting Tasty?** Read the [Adoption Guide](docs/adoption.md).
|
|
32
|
+
- **Want the mechanism first?** Jump to [How It Actually Works](#how-it-actually-works).
|
|
33
|
+
- **Ready to build?** Go to [Getting Started](docs/getting-started.md).
|
|
23
34
|
|
|
24
35
|
## Why Tasty
|
|
25
36
|
|
|
26
|
-
- **Deterministic
|
|
27
|
-
- **
|
|
28
|
-
- **
|
|
29
|
-
- **
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
- **
|
|
34
|
-
- **
|
|
35
|
-
- **
|
|
36
|
-
- **
|
|
37
|
+
- **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).
|
|
38
|
+
- **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
|
|
39
|
+
- **A governed styling model, not just syntax sugar** — Design-system authors define the styling language product teams consume.
|
|
40
|
+
- **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.
|
|
41
|
+
|
|
42
|
+
### Supporting capabilities
|
|
43
|
+
|
|
44
|
+
- **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).
|
|
45
|
+
- **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.
|
|
46
|
+
- **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.
|
|
47
|
+
- **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
|
|
48
|
+
- **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.
|
|
49
|
+
|
|
50
|
+
## Why It Exists
|
|
51
|
+
|
|
52
|
+
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.
|
|
53
|
+
|
|
54
|
+
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).
|
|
37
55
|
|
|
38
56
|
## Installation
|
|
39
57
|
|
|
@@ -41,6 +59,30 @@ That guarantee unlocks a concise, CSS-like DSL where design tokens, custom units
|
|
|
41
59
|
pnpm add @tenphi/tasty
|
|
42
60
|
```
|
|
43
61
|
|
|
62
|
+
Requirements:
|
|
63
|
+
|
|
64
|
+
- Node.js 20+
|
|
65
|
+
- React 18+ (peer dependency for the React entry points)
|
|
66
|
+
- `pnpm`, `npm`, or `yarn`
|
|
67
|
+
|
|
68
|
+
Other package managers:
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
npm add @tenphi/tasty
|
|
72
|
+
yarn add @tenphi/tasty
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Start Here
|
|
76
|
+
|
|
77
|
+
For the fuller docs map beyond the quick routes above, start here:
|
|
78
|
+
|
|
79
|
+
- **[Comparison](docs/comparison.md)** — read this first if you are evaluating whether Tasty fits your team's styling model
|
|
80
|
+
- **[Adoption Guide](docs/adoption.md)** — understand who Tasty is for, where it fits, and how to introduce it incrementally
|
|
81
|
+
- **[Getting Started](docs/getting-started.md)** — the canonical onboarding path: install, first component, optional shared `configure()`, ESLint, editor tooling, and rendering mode selection
|
|
82
|
+
- **[Style rendering pipeline](docs/pipeline.md)** — see the selector model behind deterministic style resolution
|
|
83
|
+
- **[Docs Hub](docs/README.md)** — choose docs by role and task: runtime, zero-runtime, runtime SSR integration, design-system authoring, internals, and debugging
|
|
84
|
+
- **[Methodology](docs/methodology.md)** — the recommended component model and public API conventions for design-system code
|
|
85
|
+
|
|
44
86
|
## Quick Start
|
|
45
87
|
|
|
46
88
|
### Create a styled component
|
|
@@ -53,11 +95,12 @@ const Card = tasty({
|
|
|
53
95
|
styles: {
|
|
54
96
|
display: 'flex',
|
|
55
97
|
flow: 'column',
|
|
56
|
-
padding: '
|
|
57
|
-
gap: '
|
|
58
|
-
fill: '
|
|
59
|
-
|
|
60
|
-
|
|
98
|
+
padding: '24px',
|
|
99
|
+
gap: '12px',
|
|
100
|
+
fill: 'white',
|
|
101
|
+
color: '#222',
|
|
102
|
+
border: '1px solid #ddd',
|
|
103
|
+
radius: '12px',
|
|
61
104
|
},
|
|
62
105
|
});
|
|
63
106
|
|
|
@@ -65,7 +108,11 @@ const Card = tasty({
|
|
|
65
108
|
<Card>Hello World</Card>
|
|
66
109
|
```
|
|
67
110
|
|
|
68
|
-
Every value maps to CSS you'd recognize
|
|
111
|
+
Every value maps to CSS you'd recognize. This example is intentionally a simple first contact, not a tour of the whole DSL.
|
|
112
|
+
|
|
113
|
+
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.
|
|
114
|
+
|
|
115
|
+
Use `configure()` when you want to define shared tokens, state aliases, recipes, or other conventions for your app or design system. For a fuller onboarding path, follow [Getting Started](docs/getting-started.md).
|
|
69
116
|
|
|
70
117
|
### Add state-driven styles
|
|
71
118
|
|
|
@@ -112,7 +159,7 @@ const DangerButton = tasty(Button, {
|
|
|
112
159
|
|
|
113
160
|
Child styles merge with parent styles intelligently — state maps can extend or replace parent states per-property.
|
|
114
161
|
|
|
115
|
-
###
|
|
162
|
+
### Optional: configure shared conventions
|
|
116
163
|
|
|
117
164
|
```tsx
|
|
118
165
|
import { configure } from '@tenphi/tasty';
|
|
@@ -129,68 +176,39 @@ configure({
|
|
|
129
176
|
});
|
|
130
177
|
```
|
|
131
178
|
|
|
132
|
-
Predefined states turn complex selector logic into single tokens
|
|
133
|
-
|
|
134
|
-
### CSS properties as props
|
|
179
|
+
Use `configure()` once when your app or design system needs shared aliases, tokens, recipes, or parser extensions. Predefined states turn complex selector logic into single tokens, so teams can write `@mobile` instead of repeating media query expressions in every component.
|
|
135
180
|
|
|
136
|
-
|
|
181
|
+
### Props as the public API
|
|
137
182
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
```tsx
|
|
141
|
-
import { tasty, FLOW_STYLES, POSITION_STYLES } from '@tenphi/tasty';
|
|
142
|
-
|
|
143
|
-
const Space = tasty({
|
|
144
|
-
styles: {
|
|
145
|
-
display: 'flex',
|
|
146
|
-
flow: 'column',
|
|
147
|
-
gap: '1x',
|
|
148
|
-
},
|
|
149
|
-
styleProps: FLOW_STYLES,
|
|
150
|
-
});
|
|
151
|
-
|
|
152
|
-
const Button = tasty({
|
|
153
|
-
as: 'button',
|
|
154
|
-
styles: {
|
|
155
|
-
padding: '1.5x 3x',
|
|
156
|
-
fill: '#primary',
|
|
157
|
-
color: '#primary-text',
|
|
158
|
-
radius: true,
|
|
159
|
-
},
|
|
160
|
-
styleProps: POSITION_STYLES,
|
|
161
|
-
});
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
Now you can compose layout and tweak component positioning directly in JSX:
|
|
183
|
+
`styleProps` exposes selected CSS properties as typed React props, and `modProps` does the same for modifier keys. Together they let design systems define a governed, typed component API without wrapper elements or `styles` overrides:
|
|
165
184
|
|
|
166
185
|
```tsx
|
|
167
186
|
<Space flow="row" gap="2x" placeItems="center">
|
|
168
|
-
<
|
|
169
|
-
<Button placeSelf="end">Add Item</Button>
|
|
187
|
+
<Button isLoading size="large" placeSelf="end">Submit</Button>
|
|
170
188
|
</Space>
|
|
171
189
|
```
|
|
172
190
|
|
|
173
|
-
|
|
191
|
+
See [Style Props](#style-props) and [Mod Props](#mod-props) below, or the full reference in [React API](docs/react-api.md#style-props).
|
|
174
192
|
|
|
175
|
-
|
|
176
|
-
<Space
|
|
177
|
-
flow={{ '': 'column', '@tablet': 'row' }}
|
|
178
|
-
gap={{ '': '2x', '@tablet': '4x' }}
|
|
179
|
-
>
|
|
180
|
-
<Sidebar />
|
|
181
|
-
<Content />
|
|
182
|
-
</Space>
|
|
183
|
-
```
|
|
193
|
+
## Choose a Styling Approach
|
|
184
194
|
|
|
185
|
-
|
|
195
|
+
Once you understand the component model, pick the rendering mode that matches your app.
|
|
196
|
+
|
|
197
|
+
| Approach | Entry point | Best for | Trade-off |
|
|
198
|
+
|----------|-------------|----------|-----------|
|
|
199
|
+
| **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) |
|
|
200
|
+
| **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 |
|
|
201
|
+
| **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 |
|
|
202
|
+
|
|
203
|
+
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).
|
|
186
204
|
|
|
187
205
|
## How It Actually Works
|
|
188
206
|
|
|
189
207
|
This is the core idea that makes everything else possible.
|
|
190
208
|
|
|
191
|
-
For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/
|
|
209
|
+
For the end-to-end architecture — parsing state keys, building exclusive conditions, merging by output, and materializing selectors and at-rules — see **[Style rendering pipeline](docs/pipeline.md)**.
|
|
192
210
|
|
|
193
|
-
|
|
211
|
+
### The structural problem with normal CSS
|
|
194
212
|
|
|
195
213
|
First, the **cascade** resolves conflicts by specificity and source order: when multiple selectors match, the one with the highest specificity wins, or — if specificity is equal — the last one in source order wins. That makes styles inherently fragile. Reordering imports, adding a media query, or composing components from different libraries can silently break styling.
|
|
196
214
|
|
|
@@ -203,7 +221,11 @@ A small example makes this tangible. Two rules for a button's background:
|
|
|
203
221
|
|
|
204
222
|
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.
|
|
205
223
|
|
|
206
|
-
|
|
224
|
+
### Why real state logic is hard to author by hand
|
|
225
|
+
|
|
226
|
+
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.
|
|
227
|
+
|
|
228
|
+
### What Tasty generates instead
|
|
207
229
|
|
|
208
230
|
Tasty solves both problems at once: **every state mapping compiles into mutually exclusive selectors.**
|
|
209
231
|
|
|
@@ -248,8 +270,6 @@ Better — but the bare `.t0` default still matches unconditionally. It matches
|
|
|
248
270
|
|
|
249
271
|
This is just *one* property with *one* state, and getting it right already takes multiple iterations. The correct selectors require negating every other branch — which is exactly what Tasty generates automatically:
|
|
250
272
|
|
|
251
|
-
Tasty generates the correct version automatically:
|
|
252
|
-
|
|
253
273
|
```css
|
|
254
274
|
/* Branch 1: Explicit dark schema */
|
|
255
275
|
:root[data-schema="dark"] .t0.t0 {
|
|
@@ -276,14 +296,18 @@ Tasty generates the correct version automatically:
|
|
|
276
296
|
}
|
|
277
297
|
```
|
|
278
298
|
|
|
299
|
+
### What guarantee that gives you
|
|
300
|
+
|
|
279
301
|
Every rule is guarded by the negation of higher-priority rules. No two rules can match at the same time. No specificity arithmetic. No source-order dependence. Components compose and extend without collisions.
|
|
280
302
|
|
|
281
|
-
By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty
|
|
303
|
+
By absorbing selector complexity, Tasty makes advanced CSS patterns practical again — nested container queries, multi-condition `@supports` gates, and combined root-state/media branches. You stay in pure CSS instead of relying on JavaScript workarounds, so the browser can optimize layout, painting, and transitions natively. Tasty keeps the solution in CSS while removing much of the selector bookkeeping that is hard to maintain by hand.
|
|
282
304
|
|
|
283
|
-
[Try it in the
|
|
305
|
+
[Try it in the playground →](https://tasty.style/playground)
|
|
284
306
|
|
|
285
307
|
## Capabilities
|
|
286
308
|
|
|
309
|
+
This section is a quick product tour. For the canonical guides and references, start from the [Docs Hub](docs/README.md).
|
|
310
|
+
|
|
287
311
|
### Design Tokens and Custom Units
|
|
288
312
|
|
|
289
313
|
Tokens are first-class. Colors use `#name` syntax. Spacing, radius, and border width use multiplier units tied to CSS custom properties:
|
|
@@ -319,12 +343,12 @@ Every style property accepts a state mapping object. Keys can be combined with b
|
|
|
319
343
|
| Class selector (supported) | `.is-active` | `.is-active` |
|
|
320
344
|
| Media query | `@media(w < 768px)` | `@media (width < 768px)` |
|
|
321
345
|
| Container query | `@(panel, w >= 300px)` | `@container panel (width >= 300px)` |
|
|
322
|
-
| Root state | `@root(
|
|
346
|
+
| Root state | `@root(schema=dark)` | `:root[data-schema="dark"]` |
|
|
323
347
|
| Parent state | `@parent(theme=danger)` | `:is([data-theme="danger"] *)` |
|
|
324
348
|
| Feature query | `@supports(display: grid)` | `@supports (display: grid)` |
|
|
325
349
|
| Entry animation | `@starting` | `@starting-style` |
|
|
326
350
|
|
|
327
|
-
Combine with `&` (AND), `|` (OR), `!` (NOT):
|
|
351
|
+
Combine with `&` (AND), `|` (OR), `!` (NOT), `^` (XOR):
|
|
328
352
|
|
|
329
353
|
```tsx
|
|
330
354
|
fill: {
|
|
@@ -336,220 +360,109 @@ fill: {
|
|
|
336
360
|
|
|
337
361
|
### Sub-Element Styling
|
|
338
362
|
|
|
339
|
-
|
|
363
|
+
Compound components can style inner parts from the parent definition with capitalized keys in `styles` and optional `elements` declarations, producing typed sub-components like `<Card.Title />` instead of separate wrapper components or ad hoc class naming.
|
|
340
364
|
|
|
341
|
-
|
|
342
|
-
const Card = tasty({
|
|
343
|
-
styles: {
|
|
344
|
-
padding: '4x',
|
|
345
|
-
Title: { preset: 'h3', color: '#primary' },
|
|
346
|
-
Content: { color: '#text', preset: 't2' },
|
|
347
|
-
},
|
|
348
|
-
elements: { Title: 'h2', Content: 'div' },
|
|
349
|
-
});
|
|
350
|
-
|
|
351
|
-
<Card>
|
|
352
|
-
<Card.Title>Heading</Card.Title>
|
|
353
|
-
<Card.Content>Body text</Card.Content>
|
|
354
|
-
</Card>
|
|
355
|
-
```
|
|
365
|
+
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.
|
|
356
366
|
|
|
357
|
-
Sub-
|
|
367
|
+
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).
|
|
358
368
|
|
|
359
|
-
|
|
369
|
+
### Style Props
|
|
360
370
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
Class selectors are also supported, but modifiers/pseudo-classes are usually the better default in design-system code.
|
|
364
|
-
|
|
365
|
-
Use the sub-element selector `$` when you need precise descendant targeting to avoid leakage in deeply nested component trees.
|
|
366
|
-
|
|
367
|
-
### Variants
|
|
368
|
-
|
|
369
|
-
Variants are designed to keep single-component CSS lean. Instead of generating dozens of static button classes up front, define all versions once and let runtime usage decide what CSS is actually emitted.
|
|
371
|
+
`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.
|
|
370
372
|
|
|
371
373
|
```tsx
|
|
372
|
-
const
|
|
373
|
-
styles: {
|
|
374
|
-
|
|
375
|
-
default: { fill: '#primary', color: '#on-primary' },
|
|
376
|
-
danger: { fill: '#danger', color: '#on-danger' },
|
|
377
|
-
outline: { fill: 'transparent', border: '1bw solid #primary' },
|
|
378
|
-
},
|
|
374
|
+
const Space = tasty({
|
|
375
|
+
styles: { display: 'flex', flow: 'column', gap: '1x' },
|
|
376
|
+
styleProps: FLOW_STYLES,
|
|
379
377
|
});
|
|
380
378
|
|
|
381
|
-
<
|
|
379
|
+
<Space flow="row" gap={{ '': '2x', '@tablet': '4x' }}>
|
|
382
380
|
```
|
|
383
381
|
|
|
384
|
-
|
|
382
|
+
See [React API - Style Props](docs/react-api.md#style-props) and [Methodology - styleProps](docs/methodology.md#styleprops-as-the-public-api).
|
|
385
383
|
|
|
386
|
-
|
|
384
|
+
### Mod Props
|
|
387
385
|
|
|
388
|
-
|
|
389
|
-
configure({
|
|
390
|
-
recipes: {
|
|
391
|
-
card: { padding: '4x', fill: '#surface', radius: '1r', border: true },
|
|
392
|
-
elevated: { shadow: '0 2x 4x #shadow' },
|
|
393
|
-
},
|
|
394
|
-
});
|
|
386
|
+
`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.
|
|
395
387
|
|
|
396
|
-
|
|
388
|
+
```tsx
|
|
389
|
+
const Button = tasty({
|
|
390
|
+
as: 'button',
|
|
391
|
+
modProps: { isLoading: Boolean, size: ['sm', 'md', 'lg'] as const },
|
|
397
392
|
styles: {
|
|
398
|
-
|
|
399
|
-
|
|
393
|
+
fill: { '': '#primary', isLoading: '#primary.5' },
|
|
394
|
+
padding: { '': '2x 4x', 'size=sm': '1x 2x' },
|
|
400
395
|
},
|
|
401
396
|
});
|
|
402
|
-
```
|
|
403
397
|
|
|
404
|
-
|
|
398
|
+
<Button isLoading size="lg">Submit</Button>
|
|
399
|
+
```
|
|
405
400
|
|
|
406
|
-
|
|
401
|
+
See [React API - Mod Props](docs/react-api.md#mod-props) and [Methodology - modProps](docs/methodology.md#modprops-and-mods).
|
|
407
402
|
|
|
408
|
-
|
|
403
|
+
### Variants
|
|
409
404
|
|
|
410
|
-
|
|
405
|
+
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.
|
|
411
406
|
|
|
412
|
-
|
|
413
|
-
const Pulse = tasty({
|
|
414
|
-
styles: {
|
|
415
|
-
animation: 'pulse 2s infinite',
|
|
416
|
-
transform: 'scale($pulse-scale)',
|
|
417
|
-
'@keyframes': {
|
|
418
|
-
pulse: {
|
|
419
|
-
'0%, 100%': { '$pulse-scale': 1 },
|
|
420
|
-
'50%': { '$pulse-scale': 1.05 },
|
|
421
|
-
},
|
|
422
|
-
},
|
|
423
|
-
},
|
|
424
|
-
});
|
|
425
|
-
```
|
|
407
|
+
See [React API - Variants](docs/react-api.md#variants).
|
|
426
408
|
|
|
427
|
-
|
|
409
|
+
### Recipes
|
|
428
410
|
|
|
429
|
-
|
|
411
|
+
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.
|
|
430
412
|
|
|
431
|
-
|
|
413
|
+
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.
|
|
432
414
|
|
|
433
|
-
|
|
415
|
+
See [Style DSL - Recipes](docs/dsl.md#recipes) and [Configuration - recipes](docs/configuration.md#recipes).
|
|
434
416
|
|
|
435
|
-
|
|
436
|
-
'@properties': {
|
|
437
|
-
'$pulse-scale': { syntax: '<number>', inherits: false, initialValue: 1 },
|
|
438
|
-
},
|
|
439
|
-
```
|
|
417
|
+
### Auto-Inferred `@property`
|
|
440
418
|
|
|
441
|
-
|
|
419
|
+
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.
|
|
442
420
|
|
|
443
|
-
|
|
421
|
+
If you prefer explicit control, disable inference with `configure({ autoPropertyTypes: false })` or declare the properties yourself.
|
|
444
422
|
|
|
445
|
-
|
|
446
|
-
import { useStyles, useGlobalStyles, useRawCSS } from '@tenphi/tasty';
|
|
423
|
+
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
447
424
|
|
|
448
|
-
|
|
449
|
-
const { className } = useStyles({ padding: '2x', fill: '#surface' });
|
|
450
|
-
useGlobalStyles('body', { margin: '0' });
|
|
451
|
-
useRawCSS('@font-face { font-family: "Custom"; src: url(...); }');
|
|
425
|
+
### Explicit `@properties`
|
|
452
426
|
|
|
453
|
-
|
|
454
|
-
}
|
|
455
|
-
```
|
|
427
|
+
Use explicit `@properties` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
|
|
456
428
|
|
|
457
|
-
|
|
429
|
+
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
458
430
|
|
|
459
|
-
|
|
431
|
+
### Style Functions
|
|
460
432
|
|
|
461
|
-
|
|
462
|
-
import { tastyStatic } from '@tenphi/tasty/static';
|
|
433
|
+
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.
|
|
463
434
|
|
|
464
|
-
|
|
465
|
-
padding: '4x',
|
|
466
|
-
fill: '#surface',
|
|
467
|
-
radius: '1r',
|
|
468
|
-
color: { '': '#text', '@dark': '#text-on-dark' },
|
|
469
|
-
});
|
|
435
|
+
See [React API - Style Functions](docs/react-api.md#style-functions).
|
|
470
436
|
|
|
471
|
-
|
|
472
|
-
<div className={card}>Static styles, zero runtime</div>
|
|
473
|
-
```
|
|
437
|
+
### Zero-Runtime Mode
|
|
474
438
|
|
|
475
|
-
|
|
439
|
+
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.
|
|
476
440
|
|
|
477
|
-
|
|
478
|
-
module.exports = {
|
|
479
|
-
plugins: [
|
|
480
|
-
['@tenphi/tasty/babel-plugin', {
|
|
481
|
-
output: 'public/tasty.css',
|
|
482
|
-
config: {
|
|
483
|
-
states: { '@dark': '@root(theme=dark)' },
|
|
484
|
-
},
|
|
485
|
-
}],
|
|
486
|
-
],
|
|
487
|
-
};
|
|
488
|
-
```
|
|
441
|
+
See [Zero Runtime (tastyStatic)](docs/tasty-static.md) and [Getting Started - Choosing a rendering mode](docs/getting-started.md#choosing-a-rendering-mode).
|
|
489
442
|
|
|
490
443
|
### `tasty` vs `tastyStatic`
|
|
491
444
|
|
|
492
|
-
|
|
493
|
-
|---|---|---|
|
|
494
|
-
| **Output** | React component | CSS class name |
|
|
495
|
-
| **CSS injection** | Runtime `<style>` tags | Build-time extraction |
|
|
496
|
-
| **Runtime cost** | Style generation on mount | None |
|
|
497
|
-
| **Generated CSS scope** | Only styles/variants used at runtime | All extracted static styles at build time |
|
|
498
|
-
| **Dynamic values** | Fully supported | Via CSS custom properties |
|
|
499
|
-
| **Sub-elements** | Built-in (`<C.Title>`) | Manual (`data-element`) |
|
|
500
|
-
| **Variants** | Built-in (`variants` option) | Separate static styles |
|
|
501
|
-
| **Framework** | React | Any (requires Babel) |
|
|
502
|
-
| **Best for** | Interactive apps, design systems | Static sites, SSG, landing pages |
|
|
503
|
-
|
|
504
|
-
Both share the same DSL, tokens, units, state mappings, and recipes.
|
|
445
|
+
`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.
|
|
505
446
|
|
|
506
|
-
|
|
447
|
+
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).
|
|
507
448
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
**Next.js setup:**
|
|
511
|
-
|
|
512
|
-
```tsx
|
|
513
|
-
// app/tasty-registry.tsx
|
|
514
|
-
'use client';
|
|
449
|
+
### Server-Side Rendering
|
|
515
450
|
|
|
516
|
-
|
|
451
|
+
`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.
|
|
517
452
|
|
|
518
|
-
|
|
519
|
-
children,
|
|
520
|
-
}: {
|
|
521
|
-
children: React.ReactNode;
|
|
522
|
-
}) {
|
|
523
|
-
return <TastyRegistry>{children}</TastyRegistry>;
|
|
524
|
-
}
|
|
525
|
-
```
|
|
453
|
+
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:
|
|
526
454
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export default function RootLayout({
|
|
532
|
-
children,
|
|
533
|
-
}: {
|
|
534
|
-
children: React.ReactNode;
|
|
535
|
-
}) {
|
|
536
|
-
return (
|
|
537
|
-
<html>
|
|
538
|
-
<body>
|
|
539
|
-
<TastyStyleRegistry>{children}</TastyStyleRegistry>
|
|
540
|
-
</body>
|
|
541
|
-
</html>
|
|
542
|
-
);
|
|
543
|
-
}
|
|
544
|
-
```
|
|
455
|
+
- `@tenphi/tasty/ssr/next` for Next.js App Router (mixed server + client components)
|
|
456
|
+
- `@tenphi/tasty/ssr/astro` for Astro (with or without islands)
|
|
457
|
+
- The core SSR API for other React SSR setups
|
|
545
458
|
|
|
546
|
-
See the [full SSR guide](docs/ssr.md)
|
|
459
|
+
See the [full SSR guide](docs/ssr.md).
|
|
547
460
|
|
|
548
461
|
## Entry Points
|
|
549
462
|
|
|
550
463
|
| Import | Description | Platform |
|
|
551
464
|
|--------|-------------|----------|
|
|
552
|
-
| `@tenphi/tasty` | Runtime style engine (`tasty`,
|
|
465
|
+
| `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
|
|
553
466
|
| `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
|
|
554
467
|
| `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
|
|
555
468
|
| `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
|
|
@@ -557,7 +470,8 @@ See the [full SSR guide](docs/ssr.md) for Astro integration, streaming SSR, gene
|
|
|
557
470
|
| `@tenphi/tasty/next` | Next.js integration wrapper | Node |
|
|
558
471
|
| `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
|
|
559
472
|
| `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
|
|
560
|
-
| `@tenphi/tasty/ssr/astro` | Astro
|
|
473
|
+
| `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
|
|
474
|
+
| `@tenphi/tasty/ssr/astro-client` | Astro client-side cache hydration | Browser |
|
|
561
475
|
|
|
562
476
|
## Browser Requirements
|
|
563
477
|
|
|
@@ -575,11 +489,13 @@ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minif
|
|
|
575
489
|
|
|
576
490
|
| Entry point | Size |
|
|
577
491
|
|-------------|------|
|
|
578
|
-
| `@tenphi/tasty` (runtime + SSR) |
|
|
579
|
-
| `@tenphi/tasty/core` (runtime, no SSR) |
|
|
580
|
-
| `@tenphi/tasty/static` (zero-runtime) |
|
|
492
|
+
| `@tenphi/tasty` (runtime + SSR) | 50.19 kB |
|
|
493
|
+
| `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
|
|
494
|
+
| `@tenphi/tasty/static` (zero-runtime) | 16.43 kB |
|
|
495
|
+
| `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
|
|
496
|
+
| `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
|
|
581
497
|
|
|
582
|
-
Run `pnpm size`
|
|
498
|
+
Run `pnpm size` to reproduce (outputs may shift slightly with releases).
|
|
583
499
|
|
|
584
500
|
### Runtime Benchmarks
|
|
585
501
|
|
|
@@ -625,7 +541,7 @@ Tasty is the core of a production-ready styling platform. These companion tools
|
|
|
625
541
|
|
|
626
542
|
### [ESLint Plugin](https://github.com/tenphi/eslint-plugin-tasty)
|
|
627
543
|
|
|
628
|
-
`@tenphi/eslint-plugin-tasty` — 27 lint rules
|
|
544
|
+
`@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.
|
|
629
545
|
|
|
630
546
|
```bash
|
|
631
547
|
pnpm add -D @tenphi/eslint-plugin-tasty
|
|
@@ -680,9 +596,13 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
|
|
|
680
596
|
|
|
681
597
|
## Documentation
|
|
682
598
|
|
|
599
|
+
Start from the docs hub if you want the shortest path to the right guide for your role or styling approach.
|
|
600
|
+
|
|
601
|
+
- **[Docs Hub](docs/README.md)** — audience-based navigation across onboarding, design-system authoring, runtime, zero-runtime, runtime SSR integration, debugging, and internals
|
|
602
|
+
|
|
683
603
|
### Start here
|
|
684
604
|
|
|
685
|
-
- **[Getting Started](docs/getting-started.md)** — Installation, first component, configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
|
|
605
|
+
- **[Getting Started](docs/getting-started.md)** — Installation, first component, optional shared configuration, ESLint plugin setup, editor tooling, and rendering mode decision tree
|
|
686
606
|
- **[Methodology](docs/methodology.md)** — The recommended patterns for structuring Tasty components: root + sub-elements, styleProps, tokens, styles vs style, wrapping and extension
|
|
687
607
|
|
|
688
608
|
### Guides
|
|
@@ -693,7 +613,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
|
|
|
693
613
|
### Reference
|
|
694
614
|
|
|
695
615
|
- **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and @property
|
|
696
|
-
- **[
|
|
616
|
+
- **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
|
|
697
617
|
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
|
|
698
618
|
- **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
|
|
699
619
|
|
|
@@ -704,7 +624,7 @@ Open-source React UI kit built on Tasty + React Aria. 100+ production components
|
|
|
704
624
|
|
|
705
625
|
### Internals
|
|
706
626
|
|
|
707
|
-
- **[Style rendering pipeline](docs/
|
|
627
|
+
- **[Style rendering pipeline](docs/pipeline.md)** — How `Styles` become mutually exclusive CSS rules: parse → exclusives → combinations → handlers → merge → materialize (`src/pipeline/`)
|
|
708
628
|
- **[Style Injector](docs/injector.md)** — Internal CSS injection engine: `inject()`, `injectGlobal()`, `injectRawCSS()`, `keyframes()`, deduplication, reference counting, cleanup, SSR support, and Shadow DOM
|
|
709
629
|
- **[Debug Utilities](docs/debug.md)** — Runtime CSS inspection via `tastyDebug`: CSS extraction, element inspection, cache metrics, chunk breakdown, and performance monitoring
|
|
710
630
|
|