@tenphi/tasty 0.0.0-snapshot.de81152 → 0.0.0-snapshot.dfef2a5
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 +60 -28
- package/dist/{async-storage-B7_o6FKt.js → async-storage-DKK-wTD4.js} +1 -1
- package/dist/{async-storage-B7_o6FKt.js.map → async-storage-DKK-wTD4.js.map} +1 -1
- package/dist/babel-BUQGeOXA.d.ts +83 -0
- package/dist/{collector-DrgDE7QB.js → collector-DTahQUiV.js} +97 -23
- package/dist/collector-DTahQUiV.js.map +1 -0
- package/dist/{collector-LuU1vZ68.d.ts → collector-DUaHCcTS.d.ts} +54 -7
- package/dist/{config-_aQ_PZ-P.js → config-B5kHzuNz.js} +5162 -3024
- package/dist/config-B5kHzuNz.js.map +1 -0
- package/dist/{config-vuCRkBWX.d.ts → config-YsxGv4tq.d.ts} +412 -33
- package/dist/{context-CkSg-kDT.js → context-CA8YKeMn.js} +1 -1
- package/dist/{context-CkSg-kDT.js.map → context-CA8YKeMn.js.map} +1 -1
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +6 -6
- package/dist/{core-BqO8pplb.js → core-CTP5hhqP.js} +152 -179
- package/dist/core-CTP5hhqP.js.map +1 -0
- package/dist/{css-writer-D--REwtp.js → css-writer-BrQjOLNY.js} +78 -17
- package/dist/css-writer-BrQjOLNY.js.map +1 -0
- package/dist/{format-global-rules-Dbc_1tc3.js → format-global-rules-DklyaXv-.js} +1 -1
- package/dist/{format-global-rules-Dbc_1tc3.js.map → format-global-rules-DklyaXv-.js.map} +1 -1
- package/dist/{format-rules-xwteB7a1.js → format-rules-DKOA-6qu.js} +4 -17
- package/dist/format-rules-DKOA-6qu.js.map +1 -0
- package/dist/{hydrate-BvPT4ndL.js → hydrate-OeMX99We.js} +3 -11
- package/dist/{hydrate-BvPT4ndL.js.map → hydrate-OeMX99We.js.map} +1 -1
- package/dist/{index-dUtwpOux.d.ts → index-Cd45t5NM.d.ts} +319 -64
- package/dist/{index-D7qPUGRG.d.ts → index-DhhUI0yi.d.ts} +491 -189
- package/dist/index.d.ts +5 -5
- package/dist/index.js +251 -62
- package/dist/index.js.map +1 -1
- package/dist/{keyframes-ClPFWy33.js → keyframes-CoBy6OgI.js} +10 -173
- package/dist/keyframes-CoBy6OgI.js.map +1 -0
- package/dist/{merge-styles-CtDJMhpJ.d.ts → merge-styles-CU7JbEwg.d.ts} +2 -2
- package/dist/{merge-styles-BUQsEpbv.js → merge-styles-oklji0KB.js} +2 -2
- package/dist/{merge-styles-BUQsEpbv.js.map → merge-styles-oklji0KB.js.map} +1 -1
- package/dist/{resolve-recipes-C0-AMzCz.js → resolve-recipes-DTG81rzl.js} +3 -3
- package/dist/{resolve-recipes-C0-AMzCz.js.map → resolve-recipes-DTG81rzl.js.map} +1 -1
- package/dist/ssr/astro-client.js +1 -1
- package/dist/ssr/astro-client.js.map +1 -1
- package/dist/ssr/astro-middleware-static.d.ts +16 -0
- package/dist/ssr/astro-middleware-static.js +18 -0
- package/dist/ssr/astro-middleware-static.js.map +1 -0
- package/dist/ssr/astro-middleware.d.ts +8 -6
- package/dist/ssr/astro-middleware.js +10 -10
- package/dist/ssr/astro-middleware.js.map +1 -1
- package/dist/ssr/astro.d.ts +2 -17
- package/dist/ssr/astro.js +29 -21
- package/dist/ssr/astro.js.map +1 -1
- package/dist/ssr/index.d.ts +2 -9
- package/dist/ssr/index.js +5 -5
- package/dist/ssr/index.js.map +1 -1
- package/dist/ssr/next.d.ts +2 -3
- package/dist/ssr/next.js +6 -7
- package/dist/ssr/next.js.map +1 -1
- package/dist/static/index.d.ts +2 -2
- package/dist/static/index.js +4 -4
- package/dist/static/index.js.map +1 -1
- package/dist/static/inject.js.map +1 -1
- package/dist/zero/babel.d.ts +2 -81
- package/dist/zero/babel.js +39 -27
- package/dist/zero/babel.js.map +1 -1
- package/dist/zero/index.d.ts +16 -2
- package/dist/zero/index.js +2 -2
- package/dist/zero/next.d.ts +1 -1
- package/dist/zero/next.js +1 -1
- package/dist/zero/next.js.map +1 -1
- package/docs/README.md +4 -1
- package/docs/ai-agents.md +223 -0
- package/docs/configuration.md +457 -38
- package/docs/debug.md +7 -7
- package/docs/design-system.md +2 -2
- package/docs/dsl.md +326 -23
- package/docs/injector.md +57 -4
- package/docs/methodology.md +28 -2
- package/docs/migration-v3.md +285 -0
- package/docs/pipeline.md +93 -25
- package/docs/plugins.md +349 -0
- package/docs/react-api.md +107 -4
- package/docs/ssr.md +45 -35
- package/docs/styles.md +64 -15
- package/docs/tasty-static.md +23 -6
- package/package.json +43 -21
- package/tasty.config.ts +6 -0
- package/dist/collector-DrgDE7QB.js.map +0 -1
- package/dist/config-_aQ_PZ-P.js.map +0 -1
- package/dist/core-BqO8pplb.js.map +0 -1
- package/dist/css-writer-D--REwtp.js.map +0 -1
- package/dist/format-rules-xwteB7a1.js.map +0 -1
- package/dist/keyframes-ClPFWy33.js.map +0 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<strong>Deterministic styling for stateful component systems.</strong><br>
|
|
9
|
-
A design-system styling engine that compiles component states into mutually exclusive selectors.
|
|
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">
|
|
@@ -23,6 +23,8 @@ It compiles state maps into **mutually exclusive selectors**, so for a given pro
|
|
|
23
23
|
|
|
24
24
|
That is the core guarantee: component styling resolves from declared state logic, not from source-order accidents or specificity fights.
|
|
25
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
|
+
|
|
26
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.
|
|
27
29
|
|
|
28
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.
|
|
@@ -35,6 +37,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
|
|
|
35
37
|
## Why Tasty
|
|
36
38
|
|
|
37
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.
|
|
38
41
|
- **Built for design-system teams** — Best fit for reusable component systems with complex state interactions.
|
|
39
42
|
- **A governed styling model, not just syntax sugar** — Design-system authors define the styling language product teams consume.
|
|
40
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.
|
|
@@ -43,7 +46,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
|
|
|
43
46
|
|
|
44
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).
|
|
45
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.
|
|
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.
|
|
49
|
+
- **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, `@font-face`, `@counter-style`, `@function`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
|
|
47
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.
|
|
48
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.
|
|
49
52
|
|
|
@@ -422,15 +425,34 @@ If you prefer explicit control, disable inference with `configure({ autoProperty
|
|
|
422
425
|
|
|
423
426
|
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
424
427
|
|
|
425
|
-
### Explicit `@
|
|
428
|
+
### Explicit `@property`
|
|
426
429
|
|
|
427
|
-
Use explicit `@
|
|
430
|
+
Use explicit `@property` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
|
|
428
431
|
|
|
429
432
|
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
430
433
|
|
|
434
|
+
### CSS Functions (`@function`)
|
|
435
|
+
|
|
436
|
+
Define reusable, parameterized CSS functions and call them anywhere a value is accepted. Declare with `$$name`, invoke with `$$name(...)`; parameters and local variables use `$name`.
|
|
437
|
+
|
|
438
|
+
```jsx
|
|
439
|
+
const Card = tasty({
|
|
440
|
+
styles: {
|
|
441
|
+
'@function': {
|
|
442
|
+
$$negative: { args: ['$value'], result: '(-1 * $value)' },
|
|
443
|
+
},
|
|
444
|
+
marginTop: '$$negative(2x)',
|
|
445
|
+
},
|
|
446
|
+
});
|
|
447
|
+
```
|
|
448
|
+
|
|
449
|
+
Definitions can also come from `configure({ functions })` or the `useFunction` style function, and work across client, SSR/RSC, and zero-runtime modes. `@function` is an experimental CSS feature, so for browsers that do not ship it yet enable `configure({ polyfills: { functions: true } })` to inline every call into plain CSS at parse time.
|
|
450
|
+
|
|
451
|
+
See [Style DSL - Functions](docs/dsl.md#functions-function) and [Configuration - Polyfills](docs/configuration.md#polyfills).
|
|
452
|
+
|
|
431
453
|
### Style Functions
|
|
432
454
|
|
|
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 `
|
|
455
|
+
When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, `useCounterStyle`, and `useFunction` for animation, custom-property, font, counter-style, and CSS-function primitives. All style functions are hook-free and work in React Server Components.
|
|
434
456
|
|
|
435
457
|
See [React API - Style Functions](docs/react-api.md#style-functions).
|
|
436
458
|
|
|
@@ -464,10 +486,11 @@ See the [full SSR guide](docs/ssr.md).
|
|
|
464
486
|
|--------|-------------|----------|
|
|
465
487
|
| `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
|
|
466
488
|
| `@tenphi/tasty/static` | Zero-runtime static styles (`tastyStatic`) | Browser |
|
|
489
|
+
| `@tenphi/tasty/static/inject` | Runtime helper the Babel plugin rewrites `tastyStatic` imports to in inject mode | Browser |
|
|
467
490
|
| `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
|
|
468
491
|
| `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
|
|
469
492
|
| `@tenphi/tasty/zero` | Programmatic extraction API | Node |
|
|
470
|
-
| `@tenphi/tasty/next` | Next.js integration wrapper | Node |
|
|
493
|
+
| `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
|
|
471
494
|
| `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
|
|
472
495
|
| `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
|
|
473
496
|
| `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
|
|
@@ -489,39 +512,41 @@ All sizes measured with [size-limit](https://github.com/ai/size-limit) — minif
|
|
|
489
512
|
|
|
490
513
|
| Entry point | Size |
|
|
491
514
|
|-------------|------|
|
|
492
|
-
| `@tenphi/tasty` (runtime + SSR) |
|
|
493
|
-
| `@tenphi/tasty/core` (runtime, no SSR) |
|
|
494
|
-
| `@tenphi/tasty/static` (zero-runtime) |
|
|
515
|
+
| `@tenphi/tasty` (runtime + SSR) | 50.19 kB |
|
|
516
|
+
| `@tenphi/tasty/core` (runtime, no SSR) | 47.76 kB |
|
|
517
|
+
| `@tenphi/tasty/static` (zero-runtime) | 16.43 kB |
|
|
518
|
+
| `@tenphi/tasty/zero` (programmatic extraction) | 29.6 kB |
|
|
519
|
+
| `@tenphi/tasty/babel-plugin` (Babel plugin entry) | 43.7 kB |
|
|
495
520
|
|
|
496
|
-
Run `pnpm size`
|
|
521
|
+
Run `pnpm size` to reproduce (outputs may shift slightly with releases).
|
|
497
522
|
|
|
498
523
|
### Runtime Benchmarks
|
|
499
524
|
|
|
500
|
-
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 `
|
|
525
|
+
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 `pnpm bench` on an Apple M1 Max (Node 22).
|
|
501
526
|
|
|
502
527
|
| Operation | ops/sec | Latency (mean) |
|
|
503
528
|
|-----------|--------:|---------------:|
|
|
504
|
-
| `renderStyles` — 5 flat properties (cold) | ~
|
|
505
|
-
| `renderStyles` — state map with media/hover/modifier (cold) | ~
|
|
506
|
-
| `renderStyles` — same styles (cached) | ~
|
|
507
|
-
| `parseStateKey` — simple key like `:hover` (cold) | ~
|
|
508
|
-
| `parseStateKey` — complex OR/AND/NOT key (cold) | ~
|
|
509
|
-
| `parseStateKey` — any key (cached) | ~3,
|
|
510
|
-
| `parseStyle` — value tokens like `2x 4x` (cold) | ~
|
|
511
|
-
| `parseStyle` — color tokens (cold) | ~
|
|
512
|
-
| `parseStyle` — any value (cached) | ~15,
|
|
529
|
+
| `renderStyles` — 5 flat properties (cold) | ~60,000 | ~17 us |
|
|
530
|
+
| `renderStyles` — state map with media/hover/modifier (cold) | ~18,500 | ~54 us |
|
|
531
|
+
| `renderStyles` — same styles (cached) | ~5,800,000 | ~0.17 us |
|
|
532
|
+
| `parseStateKey` — simple key like `:hover` (cold) | ~790,000 | ~1.3 us |
|
|
533
|
+
| `parseStateKey` — complex OR/AND/NOT key (cold) | ~140,000 | ~7 us |
|
|
534
|
+
| `parseStateKey` — any key (cached) | ~3,400,000–8,300,000 | ~0.1–0.3 us |
|
|
535
|
+
| `parseStyle` — value tokens like `2x 4x` (cold) | ~344,000 | ~2.9 us |
|
|
536
|
+
| `parseStyle` — color tokens (cold) | ~567,000 | ~1.8 us |
|
|
537
|
+
| `parseStyle` — any value (cached) | ~15,250,000 | ~0.07 us |
|
|
513
538
|
|
|
514
|
-
"Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path.
|
|
539
|
+
"Cold" benchmarks use unique inputs to bypass all caches. Cached benchmarks reuse a single input and measure the LRU hot path. Expect roughly ±10% between runs on an otherwise idle machine.
|
|
515
540
|
|
|
516
|
-
Run `pnpm bench` to reproduce.
|
|
541
|
+
Run `pnpm bench` to reproduce. `pnpm bench:browser` runs the component-render benchmarks separately, in headless Chromium — those are useful for comparing variants against each other (a plain element vs. one with sub-elements), but the browser's 0.1 ms timer resolution makes their absolute values too coarse to quote. The two suites are deliberately separate commands: running them together lets the browser compete with Node for CPU and depresses both.
|
|
517
542
|
|
|
518
543
|
#### What This Means in Practice
|
|
519
544
|
|
|
520
545
|
- **Cached path dominates production.** After a component's first render, subsequent renders with stable styles skip the pipeline entirely (React `useMemo` + LRU cache hits at every level). All cached operations are sub-microsecond — effectively free.
|
|
521
|
-
- **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~
|
|
522
|
-
- **Cache multipliers are 30x–100x
|
|
523
|
-
- **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~
|
|
524
|
-
- **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
|
|
546
|
+
- **Cold path is fast enough.** The heaviest cold operation — a complex state map with media queries, hover, and modifiers — takes ~54 us. Even a page with 100 unique styled components adds only ~5 ms of total style computation on first render, negligible next to React reconciliation and DOM work.
|
|
547
|
+
- **Cache multipliers are 10x–300x.** The parser sees ~30x, state-key parsing ~10x–25x, and the full pipeline ~100x on flat styles and ~300x on complex state maps — the deeper the work, the more the cache saves. This confirms the multi-level LRU architecture (parser, state-key, simplify, condition, pipeline) is delivering real value.
|
|
548
|
+
- **Comparable to lighter systems.** Emotion's `css()` is typically 5–20 us for simple styles; Tasty's cold `renderStyles` at ~17 us for 5 properties is in the same range despite doing significantly more work (state maps, design tokens, sub-elements, chunking).
|
|
549
|
+
- **On slower devices.** The benchmarks above are from an M1 Max (Geekbench 6 SC ~2,400). A mid-range consumer laptop (~1,800 SC) is roughly 1.3x slower; a mid-range phone (~1,200 SC) is roughly 2x slower; a budget phone (~700 SC) is roughly 3–4x slower. Even at 4x, the heaviest cold operation stays under 250 us and 100 unique components under 25 ms — still well within a single frame budget. The cached path remains sub-microsecond on all devices.
|
|
525
550
|
|
|
526
551
|
### How It Stays Fast
|
|
527
552
|
|
|
@@ -531,6 +556,7 @@ Run `pnpm bench` to reproduce.
|
|
|
531
556
|
- Style normalization guarantees equivalent style input resolves to the same chunks, improving deduplication hit rates.
|
|
532
557
|
- A style garbage collector removes unused styles/chunks over time.
|
|
533
558
|
- A dedicated style injector minimizes DOM/style-tag overhead.
|
|
559
|
+
- Optional [batched injection](docs/configuration.md#batched-injection) collapses many `insertRule()` calls into one style invalidation per commit, which matters when components measure layout during render.
|
|
534
560
|
- This approach is validated in enterprise-scale apps where runtime styling overhead is not noticeable in normal UI flows.
|
|
535
561
|
|
|
536
562
|
## Ecosystem
|
|
@@ -610,10 +636,16 @@ Start from the docs hub if you want the shortest path to the right guide for you
|
|
|
610
636
|
|
|
611
637
|
### Reference
|
|
612
638
|
|
|
613
|
-
- **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and
|
|
639
|
+
- **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, `@property`, `@font-face`, `@counter-style`, and `@function`
|
|
614
640
|
- **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
|
|
615
|
-
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
|
|
641
|
+
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, functions, polyfills, style handlers, props middleware, and TypeScript extensions
|
|
642
|
+
- **[Plugins & Extension Points](docs/plugins.md)** — Extending Tasty: choosing an extension point, authoring style handlers and props middleware, and packaging it as a plugin
|
|
616
643
|
- **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
|
|
644
|
+
- **[Style Rules for AI Agents](docs/ai-agents.md)** — Condensed, rule-based brief for AI coding agents: correct value syntax, state maps, and property choices in one short page
|
|
645
|
+
|
|
646
|
+
### Upgrading
|
|
647
|
+
|
|
648
|
+
- **[Migration Guide (v2 → v3)](docs/migration-v3.md)** — Every breaking change in 3.0 with a search-and-replace cheat sheet: at-rule key renames, the directional-shorthand rule, config keys, renamed and removed exports, and what deliberately did not change
|
|
617
649
|
|
|
618
650
|
### Rendering modes
|
|
619
651
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"async-storage-
|
|
1
|
+
{"version":3,"file":"async-storage-DKK-wTD4.js","names":[],"sources":["../src/ssr/async-storage.ts"],"sourcesContent":["/**\n * AsyncLocalStorage integration for SSR collector discovery.\n *\n * Used by Astro middleware and generic framework integrations where\n * the library cannot wrap the React tree with a context provider.\n * The middleware calls runWithCollector() around the render, and\n * useStyles() calls getSSRCollector() to find it.\n *\n * Uses globalThis to ensure the AsyncLocalStorage instance is shared\n * across module instances — frameworks like Astro may load middleware\n * and page components from separate module graphs.\n *\n * This module imports from 'node:async_hooks' — it must be excluded\n * from client bundles via the build configuration.\n */\n\nimport { AsyncLocalStorage } from 'node:async_hooks';\n\nimport type { ServerStyleCollector } from './collector';\n\nconst ALS_KEY = '__tasty_ssr_als__';\n\nfunction getSharedStorage(): AsyncLocalStorage<ServerStyleCollector> {\n const g = globalThis as Record<string, unknown>;\n if (!g[ALS_KEY]) {\n g[ALS_KEY] = new AsyncLocalStorage<ServerStyleCollector>();\n }\n return g[ALS_KEY] as AsyncLocalStorage<ServerStyleCollector>;\n}\n\n/**\n * Run a function with a ServerStyleCollector bound to the current\n * async context. All useStyles() calls within `fn` (and any async\n * continuations) will find this collector via getSSRCollector().\n */\nexport function runWithCollector<T>(\n collector: ServerStyleCollector,\n fn: () => T,\n): T {\n return getSharedStorage().run(collector, fn);\n}\n\n/**\n * Retrieve the ServerStyleCollector bound to the current async context.\n * Returns null when called outside of runWithCollector() or on the client.\n */\nexport function getSSRCollector(): ServerStyleCollector | null {\n const storage = getSharedStorage();\n if (typeof storage?.getStore !== 'function') return null;\n return storage.getStore() ?? null;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAoBA,MAAM,UAAU;AAEhB,SAAS,mBAA4D;CACnE,MAAM,IAAI;CACV,IAAI,CAAC,EAAE,UACL,EAAE,WAAW,IAAI,kBAAwC;CAE3D,OAAO,EAAE;AACX;;;;;;AAOA,SAAgB,iBACd,WACA,IACG;CACH,OAAO,iBAAiB,CAAC,CAAC,IAAI,WAAW,EAAE;AAC7C;;;;;AAMA,SAAgB,kBAA+C;CAC7D,MAAM,UAAU,iBAAiB;CACjC,IAAI,OAAO,SAAS,aAAa,YAAY,OAAO;CACpD,OAAO,QAAQ,SAAS,KAAK;AAC/B"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { t as TastyConfig } from "./config-YsxGv4tq.js";
|
|
2
|
+
import { PluginPass } from "@babel/core";
|
|
3
|
+
|
|
4
|
+
//#region src/zero/babel-types.d.ts
|
|
5
|
+
/**
|
|
6
|
+
* Build-time configuration for zero-runtime mode.
|
|
7
|
+
* Subset of TastyConfig excluding runtime-only DOM options
|
|
8
|
+
* (`nonce`, `maxRulesPerSheet`, `forceTextInjection`, `gc`)
|
|
9
|
+
* and overriding `devMode` default to `false`.
|
|
10
|
+
*/
|
|
11
|
+
type TastyZeroConfig = Omit<TastyConfig, 'nonce' | 'maxRulesPerSheet' | 'forceTextInjection' | 'gc' | 'devMode'> & {
|
|
12
|
+
/**
|
|
13
|
+
* Enable development mode features: source comments in generated CSS.
|
|
14
|
+
* @default false
|
|
15
|
+
*/
|
|
16
|
+
devMode?: boolean;
|
|
17
|
+
};
|
|
18
|
+
//#endregion
|
|
19
|
+
//#region src/zero/babel.d.ts
|
|
20
|
+
/**
|
|
21
|
+
* Options for the `@tenphi/tasty/babel-plugin` Babel plugin.
|
|
22
|
+
*/
|
|
23
|
+
interface TastyZeroBabelOptions {
|
|
24
|
+
/** Output path for generated CSS (default: 'tasty.css') */
|
|
25
|
+
output?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Tasty configuration for build-time processing.
|
|
28
|
+
* Can be a static object or a factory function that returns fresh config.
|
|
29
|
+
* A factory is called on each plugin invocation, enabling hot reload
|
|
30
|
+
* of config values that depend on external files (e.g. theme tokens).
|
|
31
|
+
*/
|
|
32
|
+
config?: TastyZeroConfig | (() => TastyZeroConfig);
|
|
33
|
+
/**
|
|
34
|
+
* Absolute path to a TypeScript/JavaScript module that default-exports
|
|
35
|
+
* a `TastyZeroConfig` object. The module is loaded via jiti on each
|
|
36
|
+
* plugin invocation, enabling hot reload when the file changes.
|
|
37
|
+
*
|
|
38
|
+
* This option is JSON-serializable and is the primary way Turbopack
|
|
39
|
+
* passes config to the Babel plugin (since Turbopack loader options
|
|
40
|
+
* must be plain primitives/objects/arrays).
|
|
41
|
+
*
|
|
42
|
+
* When both `config` and `configFile` are set, `config` takes precedence.
|
|
43
|
+
*
|
|
44
|
+
* @example '/absolute/path/to/tasty-zero.config.ts'
|
|
45
|
+
*/
|
|
46
|
+
configFile?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Absolute file paths whose content affects the generated CSS.
|
|
49
|
+
* When any of these files change, babel-loader invalidates its cache
|
|
50
|
+
* and re-runs the plugin with fresh config values.
|
|
51
|
+
*
|
|
52
|
+
* Typically includes theme files that define Glaze palettes or token values.
|
|
53
|
+
* Paths must be absolute (resolved by the Next.js wrapper).
|
|
54
|
+
*/
|
|
55
|
+
configDeps?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* Automatically replace `@tenphi/tasty/static` imports with an import
|
|
58
|
+
* of the generated CSS file. This eliminates the need for users to
|
|
59
|
+
* manually import the CSS in their app entry point.
|
|
60
|
+
*
|
|
61
|
+
* @default true
|
|
62
|
+
*/
|
|
63
|
+
injectImport?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Output mode for extracted CSS.
|
|
66
|
+
*
|
|
67
|
+
* - `'file'` (default): CSS is written to a single output file and
|
|
68
|
+
* the `@tenphi/tasty/static` import is rewritten to import that file.
|
|
69
|
+
* - `'inject'`: CSS is embedded inline in the JS output and injected
|
|
70
|
+
* at runtime via a tiny injector from `@tenphi/tasty/static/inject`.
|
|
71
|
+
* No CSS file is written. Each `tastyStatic` call becomes
|
|
72
|
+
* self-contained. Best for reusable components and extensions.
|
|
73
|
+
*
|
|
74
|
+
* When `mode` is `'inject'`, `output` and `injectImport` are ignored.
|
|
75
|
+
*
|
|
76
|
+
* @default 'file'
|
|
77
|
+
*/
|
|
78
|
+
mode?: 'file' | 'inject';
|
|
79
|
+
}
|
|
80
|
+
declare const _default: (api: object, options: TastyZeroBabelOptions | null | undefined, dirname: string) => import("@babel/core").PluginObj<PluginPass>;
|
|
81
|
+
//#endregion
|
|
82
|
+
export { _default as n, TastyZeroConfig as r, TastyZeroBabelOptions as t };
|
|
83
|
+
//# sourceMappingURL=babel-BUQGeOXA.d.ts.map
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { n as formatPropertyCSS, t as formatRules } from "./format-rules-
|
|
3
|
-
import { t as formatGlobalRules } from "./format-global-rules-
|
|
1
|
+
import { L as renderStyles, Mt as formatFunctionRule, Pt as parseFunctionName, X as fontFaceContentHash, Z as formatFontFaceRule, _t as hashString, a as getGlobalCounterStyles, d as getGlobalStyles, f as getNamePrefix, ft as makeClassName, gt as validateNamePrefix, i as getGlobalConfigTokens, mt as makeKeyframeName, o as getGlobalFontFaces, pt as makeCounterStyleName, q as formatCounterStyleRule, r as getEffectiveProperties, s as getGlobalFunctions } from "./config-B5kHzuNz.js";
|
|
2
|
+
import { n as formatPropertyCSS, t as formatRules } from "./format-rules-DKOA-6qu.js";
|
|
3
|
+
import { t as formatGlobalRules } from "./format-global-rules-DklyaXv-.js";
|
|
4
4
|
//#region src/ssr/collector.ts
|
|
5
5
|
/**
|
|
6
6
|
* ServerStyleCollector — server-safe style collector for SSR.
|
|
7
7
|
*
|
|
8
8
|
* Accumulates CSS rules and cache metadata during server rendering.
|
|
9
9
|
* This is the server-side counterpart to StyleInjector: it allocates
|
|
10
|
-
* hash-based class names
|
|
11
|
-
*
|
|
10
|
+
* hash-based class names using the configured `namePrefix` (defaults
|
|
11
|
+
* to `'t'`), formats CSS rules into text, and tracks rendered class
|
|
12
|
+
* names for lightweight client transfer.
|
|
12
13
|
*
|
|
13
14
|
* One instance is created per HTTP request. Concurrent requests
|
|
14
15
|
* each get their own collector (via AsyncLocalStorage or React context).
|
|
15
16
|
*/
|
|
16
|
-
function generateClassName(cacheKey) {
|
|
17
|
-
return `t${hashString(cacheKey)}`;
|
|
18
|
-
}
|
|
19
17
|
var ServerStyleCollector = class {
|
|
20
18
|
chunks = /* @__PURE__ */ new Map();
|
|
21
19
|
cacheKeyToClassName = /* @__PURE__ */ new Map();
|
|
@@ -32,9 +30,26 @@ var ServerStyleCollector = class {
|
|
|
32
30
|
flushedFontFaceKeys = /* @__PURE__ */ new Set();
|
|
33
31
|
counterStyleRules = /* @__PURE__ */ new Map();
|
|
34
32
|
flushedCounterStyleKeys = /* @__PURE__ */ new Set();
|
|
33
|
+
functionRules = /* @__PURE__ */ new Map();
|
|
34
|
+
flushedFunctionKeys = /* @__PURE__ */ new Set();
|
|
35
35
|
keyframesCounter = 0;
|
|
36
36
|
counterStyleCounter = 0;
|
|
37
37
|
internalsCollected = false;
|
|
38
|
+
namePrefix;
|
|
39
|
+
/**
|
|
40
|
+
* @param namePrefix - Optional override for the configured prefix.
|
|
41
|
+
* Defaults to the value from `configure({ namePrefix })` (or `'t'`).
|
|
42
|
+
* Pass an explicit prefix when constructing a collector outside the
|
|
43
|
+
* normal configure() lifecycle (e.g. in tests). Validated eagerly
|
|
44
|
+
* so misconfiguration fails before any CSS is collected.
|
|
45
|
+
*/
|
|
46
|
+
constructor(namePrefix) {
|
|
47
|
+
if (namePrefix !== void 0) validateNamePrefix(namePrefix);
|
|
48
|
+
this.namePrefix = namePrefix ?? getNamePrefix();
|
|
49
|
+
}
|
|
50
|
+
generateClassName(cacheKey) {
|
|
51
|
+
return makeClassName(this.namePrefix, hashString(cacheKey));
|
|
52
|
+
}
|
|
38
53
|
/**
|
|
39
54
|
* Collect internal @property rules and :root token defaults.
|
|
40
55
|
* Mirrors markStylesGenerated() from the client-side injector.
|
|
@@ -59,7 +74,7 @@ var ServerStyleCollector = class {
|
|
|
59
74
|
if (css) this.collectGlobalStyles("__global:tokens", css);
|
|
60
75
|
}
|
|
61
76
|
}
|
|
62
|
-
const globalFF =
|
|
77
|
+
const globalFF = getGlobalFontFaces();
|
|
63
78
|
if (globalFF) for (const [family, input] of Object.entries(globalFF)) {
|
|
64
79
|
const descriptors = Array.isArray(input) ? input : [input];
|
|
65
80
|
for (const desc of descriptors) {
|
|
@@ -68,10 +83,15 @@ var ServerStyleCollector = class {
|
|
|
68
83
|
this.collectFontFace(hash, css);
|
|
69
84
|
}
|
|
70
85
|
}
|
|
71
|
-
const globalCS =
|
|
86
|
+
const globalCS = getGlobalCounterStyles();
|
|
72
87
|
if (globalCS) for (const [name, descriptors] of Object.entries(globalCS)) {
|
|
73
88
|
const css = formatCounterStyleRule(name, descriptors);
|
|
74
|
-
this.collectCounterStyle(name, css);
|
|
89
|
+
this.collectCounterStyle(name, css, { weak: true });
|
|
90
|
+
}
|
|
91
|
+
const globalFn = getGlobalFunctions();
|
|
92
|
+
if (globalFn) for (const [name, definition] of Object.entries(globalFn)) {
|
|
93
|
+
const css = formatFunctionRule(name, definition);
|
|
94
|
+
this.collectFunction(parseFunctionName(name), css, { weak: true });
|
|
75
95
|
}
|
|
76
96
|
const globalStyles = getGlobalStyles();
|
|
77
97
|
if (globalStyles) {
|
|
@@ -94,7 +114,7 @@ var ServerStyleCollector = class {
|
|
|
94
114
|
className: existing,
|
|
95
115
|
isNewAllocation: false
|
|
96
116
|
};
|
|
97
|
-
const className = generateClassName(cacheKey);
|
|
117
|
+
const className = this.generateClassName(cacheKey);
|
|
98
118
|
this.cacheKeyToClassName.set(cacheKey, className);
|
|
99
119
|
return {
|
|
100
120
|
className,
|
|
@@ -126,7 +146,7 @@ var ServerStyleCollector = class {
|
|
|
126
146
|
* Allocate a keyframe name for SSR. Uses provided name or generates one.
|
|
127
147
|
*/
|
|
128
148
|
allocateKeyframeName(providedName) {
|
|
129
|
-
return providedName ??
|
|
149
|
+
return providedName ?? makeKeyframeName(this.namePrefix, String(this.keyframesCounter++));
|
|
130
150
|
}
|
|
131
151
|
/**
|
|
132
152
|
* Record a @font-face rule. Deduplicated by key (content hash).
|
|
@@ -135,28 +155,58 @@ var ServerStyleCollector = class {
|
|
|
135
155
|
if (!this.fontFaceRules.has(key)) this.fontFaceRules.set(key, css);
|
|
136
156
|
}
|
|
137
157
|
/**
|
|
138
|
-
* Record a @counter-style rule. Deduplicated by name
|
|
158
|
+
* Record a @counter-style rule. Deduplicated by name and overrides an
|
|
159
|
+
* existing rule by default. Pass `weak: true` for global `configure()`
|
|
160
|
+
* definitions, which never clobber an existing rule.
|
|
139
161
|
*/
|
|
140
|
-
collectCounterStyle(name, css) {
|
|
141
|
-
|
|
162
|
+
collectCounterStyle(name, css, options) {
|
|
163
|
+
const existing = this.counterStyleRules.get(name);
|
|
164
|
+
if (existing === void 0) {
|
|
165
|
+
this.counterStyleRules.set(name, css);
|
|
166
|
+
return;
|
|
167
|
+
}
|
|
168
|
+
if (options?.weak || existing === css) return;
|
|
169
|
+
this.counterStyleRules.set(name, css);
|
|
170
|
+
this.flushedCounterStyleKeys.delete(name);
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Record a @function rule. Deduplicated by CSS function name and overrides an
|
|
174
|
+
* existing rule by default. Pass `weak: true` for global `configure()`
|
|
175
|
+
* definitions, which never clobber an existing rule.
|
|
176
|
+
*/
|
|
177
|
+
collectFunction(name, css, options) {
|
|
178
|
+
const existing = this.functionRules.get(name);
|
|
179
|
+
if (existing === void 0) {
|
|
180
|
+
this.functionRules.set(name, css);
|
|
181
|
+
return;
|
|
182
|
+
}
|
|
183
|
+
if (options?.weak || existing === css) return;
|
|
184
|
+
this.functionRules.set(name, css);
|
|
185
|
+
this.flushedFunctionKeys.delete(name);
|
|
142
186
|
}
|
|
143
187
|
/**
|
|
144
188
|
* Allocate a counter-style name for SSR. Uses provided name or generates one.
|
|
145
189
|
*/
|
|
146
190
|
allocateCounterStyleName(providedName) {
|
|
147
|
-
return providedName ??
|
|
191
|
+
return providedName ?? makeCounterStyleName(this.namePrefix, String(this.counterStyleCounter++));
|
|
148
192
|
}
|
|
149
193
|
/**
|
|
150
194
|
* Record global styles (from useGlobalStyles). Deduplicated by key.
|
|
195
|
+
*
|
|
196
|
+
* Pass `replace` for slot-keyed entries (an explicit `id`), where the last
|
|
197
|
+
* write must win to match the client's update-tracking behavior.
|
|
151
198
|
*/
|
|
152
|
-
collectGlobalStyles(key, css) {
|
|
153
|
-
if (!this.globalStyles.has(key)) this.globalStyles.set(key, css);
|
|
199
|
+
collectGlobalStyles(key, css, replace) {
|
|
200
|
+
if (replace || !this.globalStyles.has(key)) this.globalStyles.set(key, css);
|
|
154
201
|
}
|
|
155
202
|
/**
|
|
156
203
|
* Record raw CSS text (from useRawCSS). Deduplicated by key.
|
|
204
|
+
*
|
|
205
|
+
* Pass `replace` for slot-keyed entries (an explicit `id`), where the last
|
|
206
|
+
* write must win to match the client's update-tracking behavior.
|
|
157
207
|
*/
|
|
158
|
-
collectRawCSS(key, css) {
|
|
159
|
-
if (!this.rawCSS.has(key)) this.rawCSS.set(key, css);
|
|
208
|
+
collectRawCSS(key, css, replace) {
|
|
209
|
+
if (replace || !this.rawCSS.has(key)) this.rawCSS.set(key, css);
|
|
160
210
|
}
|
|
161
211
|
/**
|
|
162
212
|
* Extract all CSS collected so far as a single string.
|
|
@@ -168,6 +218,7 @@ var ServerStyleCollector = class {
|
|
|
168
218
|
for (const css of this.propertyRules.values()) parts.push(css);
|
|
169
219
|
for (const css of this.fontFaceRules.values()) parts.push(css);
|
|
170
220
|
for (const css of this.counterStyleRules.values()) parts.push(css);
|
|
221
|
+
for (const css of this.functionRules.values()) parts.push(css);
|
|
171
222
|
for (const css of this.rawCSS.values()) parts.push(css);
|
|
172
223
|
for (const css of this.globalStyles.values()) parts.push(css);
|
|
173
224
|
for (const css of this.chunks.values()) parts.push(css);
|
|
@@ -192,6 +243,10 @@ var ServerStyleCollector = class {
|
|
|
192
243
|
parts.push(css);
|
|
193
244
|
this.flushedCounterStyleKeys.add(key);
|
|
194
245
|
}
|
|
246
|
+
for (const [key, css] of this.functionRules) if (!this.flushedFunctionKeys.has(key)) {
|
|
247
|
+
parts.push(css);
|
|
248
|
+
this.flushedFunctionKeys.add(key);
|
|
249
|
+
}
|
|
195
250
|
for (const [key, css] of this.rawCSS) if (!this.flushedRawKeys.has(key)) {
|
|
196
251
|
parts.push(css);
|
|
197
252
|
this.flushedRawKeys.add(key);
|
|
@@ -224,7 +279,26 @@ var ServerStyleCollector = class {
|
|
|
224
279
|
return names;
|
|
225
280
|
}
|
|
226
281
|
};
|
|
282
|
+
/**
|
|
283
|
+
* Factory for creating a {@link ServerStyleCollector} instance.
|
|
284
|
+
*
|
|
285
|
+
* Canonical functional entry point; the `ServerStyleCollector` class remains
|
|
286
|
+
* exported for advanced/internal use.
|
|
287
|
+
*
|
|
288
|
+
* @param namePrefix - Optional override for the configured class-name prefix.
|
|
289
|
+
* Defaults to the value from `configure({ namePrefix })` (or `'t'`).
|
|
290
|
+
*
|
|
291
|
+
* @example
|
|
292
|
+
* ```ts
|
|
293
|
+
* import { createServerStyleCollector } from '@tenphi/tasty/ssr';
|
|
294
|
+
*
|
|
295
|
+
* const collector = createServerStyleCollector();
|
|
296
|
+
* ```
|
|
297
|
+
*/
|
|
298
|
+
function createServerStyleCollector(namePrefix) {
|
|
299
|
+
return new ServerStyleCollector(namePrefix);
|
|
300
|
+
}
|
|
227
301
|
//#endregion
|
|
228
|
-
export { ServerStyleCollector as t };
|
|
302
|
+
export { createServerStyleCollector as n, ServerStyleCollector as t };
|
|
229
303
|
|
|
230
|
-
//# sourceMappingURL=collector-
|
|
304
|
+
//# sourceMappingURL=collector-DTahQUiV.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collector-DTahQUiV.js","names":[],"sources":["../src/ssr/collector.ts"],"sourcesContent":["/**\n * ServerStyleCollector — server-safe style collector for SSR.\n *\n * Accumulates CSS rules and cache metadata during server rendering.\n * This is the server-side counterpart to StyleInjector: it allocates\n * hash-based class names using the configured `namePrefix` (defaults\n * to `'t'`), formats CSS rules into text, and tracks rendered class\n * names for lightweight client transfer.\n *\n * One instance is created per HTTP request. Concurrent requests\n * each get their own collector (via AsyncLocalStorage or React context).\n */\n\nimport {\n getEffectiveProperties,\n getGlobalStyles,\n getGlobalCounterStyles,\n getGlobalFontFaces,\n getGlobalFunctions,\n getGlobalConfigTokens,\n getNamePrefix,\n} from '../config';\nimport { formatCounterStyleRule } from '../counter-style';\nimport { fontFaceContentHash, formatFontFaceRule } from '../font-face';\nimport { formatFunctionRule, parseFunctionName } from '../functions';\nimport { renderStyles } from '../pipeline';\nimport type { StyleResult } from '../pipeline';\nimport { hashString } from '../utils/hash';\nimport {\n makeClassName,\n makeCounterStyleName,\n makeKeyframeName,\n validateNamePrefix,\n} from '../utils/name-prefix';\nimport { formatPropertyCSS } from './format-property';\nimport { formatGlobalRules } from './format-global-rules';\nimport { formatRules } from './format-rules';\n\nexport class ServerStyleCollector {\n private chunks = new Map<string, string>();\n private cacheKeyToClassName = new Map<string, string>();\n private flushedKeys = new Set<string>();\n private propertyRules = new Map<string, string>();\n private flushedPropertyKeys = new Set<string>();\n private keyframeRules = new Map<string, string>();\n private flushedKeyframeKeys = new Set<string>();\n private globalStyles = new Map<string, string>();\n private flushedGlobalKeys = new Set<string>();\n private rawCSS = new Map<string, string>();\n private flushedRawKeys = new Set<string>();\n private fontFaceRules = new Map<string, string>();\n private flushedFontFaceKeys = new Set<string>();\n private counterStyleRules = new Map<string, string>();\n private flushedCounterStyleKeys = new Set<string>();\n private functionRules = new Map<string, string>();\n private flushedFunctionKeys = new Set<string>();\n private keyframesCounter = 0;\n private counterStyleCounter = 0;\n private internalsCollected = false;\n private namePrefix: string;\n\n /**\n * @param namePrefix - Optional override for the configured prefix.\n * Defaults to the value from `configure({ namePrefix })` (or `'t'`).\n * Pass an explicit prefix when constructing a collector outside the\n * normal configure() lifecycle (e.g. in tests). Validated eagerly\n * so misconfiguration fails before any CSS is collected.\n */\n constructor(namePrefix?: string) {\n if (namePrefix !== undefined) {\n validateNamePrefix(namePrefix);\n }\n this.namePrefix = namePrefix ?? getNamePrefix();\n }\n\n private generateClassName(cacheKey: string): string {\n return makeClassName(this.namePrefix, hashString(cacheKey));\n }\n\n /**\n * Collect internal @property rules and :root token defaults.\n * Mirrors markStylesGenerated() from the client-side injector.\n * Called automatically on first chunk collection; idempotent.\n *\n * Internals are always emitted here — the RSC path deliberately\n * defers to SSR so that tokens appear exactly once per page in\n * <style data-tasty-ssr> (avoiding duplication of large token sets).\n */\n collectInternals(): void {\n if (this.internalsCollected) return;\n this.internalsCollected = true;\n\n for (const [token, definition] of Object.entries(\n getEffectiveProperties(),\n )) {\n const css = formatPropertyCSS(token, definition);\n if (css) {\n this.collectProperty(`__prop:${token}`, css);\n }\n }\n\n const tokenStyles = getGlobalConfigTokens();\n if (tokenStyles && Object.keys(tokenStyles).length > 0) {\n const tokenRules = renderStyles(tokenStyles, ':root') as StyleResult[];\n if (tokenRules.length > 0) {\n const css = formatGlobalRules(tokenRules);\n if (css) {\n this.collectGlobalStyles('__global:tokens', css);\n }\n }\n }\n\n const globalFF = getGlobalFontFaces();\n if (globalFF) {\n for (const [family, input] of Object.entries(globalFF)) {\n const descriptors = Array.isArray(input) ? input : [input];\n for (const desc of descriptors) {\n const hash = fontFaceContentHash(family, desc);\n const css = formatFontFaceRule(family, desc);\n this.collectFontFace(hash, css);\n }\n }\n }\n\n const globalCS = getGlobalCounterStyles();\n if (globalCS) {\n for (const [name, descriptors] of Object.entries(globalCS)) {\n const css = formatCounterStyleRule(name, descriptors);\n this.collectCounterStyle(name, css, { weak: true });\n }\n }\n\n const globalFn = getGlobalFunctions();\n if (globalFn) {\n for (const [name, definition] of Object.entries(globalFn)) {\n const css = formatFunctionRule(name, definition);\n this.collectFunction(parseFunctionName(name), css, { weak: true });\n }\n }\n\n const globalStyles = getGlobalStyles();\n if (globalStyles) {\n for (const [selector, styles] of Object.entries(globalStyles)) {\n if (Object.keys(styles).length > 0) {\n const rules = renderStyles(styles, selector) as StyleResult[];\n if (rules.length > 0) {\n const css = formatGlobalRules(rules);\n if (css) {\n this.collectGlobalStyles(`__global:styles:${selector}`, css);\n }\n }\n }\n }\n }\n }\n\n /**\n * Allocate a className for a cache key, server-side.\n * Mirrors StyleInjector.allocateClassName but without DOM access.\n */\n allocateClassName(cacheKey: string): {\n className: string;\n isNewAllocation: boolean;\n } {\n const existing = this.cacheKeyToClassName.get(cacheKey);\n if (existing) {\n return { className: existing, isNewAllocation: false };\n }\n\n const className = this.generateClassName(cacheKey);\n this.cacheKeyToClassName.set(cacheKey, className);\n\n return { className, isNewAllocation: true };\n }\n\n /**\n * Record CSS rules for a chunk.\n * Called by useStyles during server render.\n */\n collectChunk(\n cacheKey: string,\n className: string,\n rules: StyleResult[],\n ): void {\n if (this.chunks.has(cacheKey)) return;\n const css = formatRules(rules, className);\n if (css) {\n this.chunks.set(cacheKey, css);\n }\n }\n\n /**\n * Record a @property rule. Deduplicated by name.\n */\n collectProperty(name: string, css: string): void {\n if (!this.propertyRules.has(name)) {\n this.propertyRules.set(name, css);\n }\n }\n\n /**\n * Record a @keyframes rule. Deduplicated by name.\n */\n collectKeyframes(name: string, css: string): void {\n if (!this.keyframeRules.has(name)) {\n this.keyframeRules.set(name, css);\n }\n }\n\n /**\n * Allocate a keyframe name for SSR. Uses provided name or generates one.\n */\n allocateKeyframeName(providedName?: string): string {\n return (\n providedName ??\n makeKeyframeName(this.namePrefix, String(this.keyframesCounter++))\n );\n }\n\n /**\n * Record a @font-face rule. Deduplicated by key (content hash).\n */\n collectFontFace(key: string, css: string): void {\n if (!this.fontFaceRules.has(key)) {\n this.fontFaceRules.set(key, css);\n }\n }\n\n /**\n * Record a @counter-style rule. Deduplicated by name and overrides an\n * existing rule by default. Pass `weak: true` for global `configure()`\n * definitions, which never clobber an existing rule.\n */\n collectCounterStyle(\n name: string,\n css: string,\n options?: { weak?: boolean },\n ): void {\n const existing = this.counterStyleRules.get(name);\n if (existing === undefined) {\n this.counterStyleRules.set(name, css);\n return;\n }\n if (options?.weak || existing === css) return;\n this.counterStyleRules.set(name, css);\n // If a rule with this name was already flushed (streaming), allow the\n // overriding rule to be flushed again so it wins by source order.\n this.flushedCounterStyleKeys.delete(name);\n }\n\n /**\n * Record a @function rule. Deduplicated by CSS function name and overrides an\n * existing rule by default. Pass `weak: true` for global `configure()`\n * definitions, which never clobber an existing rule.\n */\n collectFunction(\n name: string,\n css: string,\n options?: { weak?: boolean },\n ): void {\n const existing = this.functionRules.get(name);\n if (existing === undefined) {\n this.functionRules.set(name, css);\n return;\n }\n if (options?.weak || existing === css) return;\n this.functionRules.set(name, css);\n // If a rule with this name was already flushed (streaming), allow the\n // overriding rule to be flushed again so it wins by source order.\n this.flushedFunctionKeys.delete(name);\n }\n\n /**\n * Allocate a counter-style name for SSR. Uses provided name or generates one.\n */\n allocateCounterStyleName(providedName?: string): string {\n return (\n providedName ??\n makeCounterStyleName(this.namePrefix, String(this.counterStyleCounter++))\n );\n }\n\n /**\n * Record global styles (from useGlobalStyles). Deduplicated by key.\n *\n * Pass `replace` for slot-keyed entries (an explicit `id`), where the last\n * write must win to match the client's update-tracking behavior.\n */\n collectGlobalStyles(key: string, css: string, replace?: boolean): void {\n if (replace || !this.globalStyles.has(key)) {\n this.globalStyles.set(key, css);\n }\n }\n\n /**\n * Record raw CSS text (from useRawCSS). Deduplicated by key.\n *\n * Pass `replace` for slot-keyed entries (an explicit `id`), where the last\n * write must win to match the client's update-tracking behavior.\n */\n collectRawCSS(key: string, css: string, replace?: boolean): void {\n if (replace || !this.rawCSS.has(key)) {\n this.rawCSS.set(key, css);\n }\n }\n\n /**\n * Extract all CSS collected so far as a single string.\n * Includes @property and @keyframes rules.\n * Used for non-streaming SSR (renderToString).\n */\n getCSS(): string {\n const parts: string[] = [];\n\n for (const css of this.propertyRules.values()) {\n parts.push(css);\n }\n\n for (const css of this.fontFaceRules.values()) {\n parts.push(css);\n }\n\n for (const css of this.counterStyleRules.values()) {\n parts.push(css);\n }\n\n for (const css of this.functionRules.values()) {\n parts.push(css);\n }\n\n for (const css of this.rawCSS.values()) {\n parts.push(css);\n }\n\n for (const css of this.globalStyles.values()) {\n parts.push(css);\n }\n\n for (const css of this.chunks.values()) {\n parts.push(css);\n }\n\n for (const css of this.keyframeRules.values()) {\n parts.push(css);\n }\n\n return parts.join('\\n');\n }\n\n /**\n * Flush only newly collected CSS since the last flush.\n * Used for streaming SSR (renderToPipeableStream + useServerInsertedHTML).\n */\n flushCSS(): string {\n const parts: string[] = [];\n\n for (const [name, css] of this.propertyRules) {\n if (!this.flushedPropertyKeys.has(name)) {\n parts.push(css);\n this.flushedPropertyKeys.add(name);\n }\n }\n\n for (const [key, css] of this.fontFaceRules) {\n if (!this.flushedFontFaceKeys.has(key)) {\n parts.push(css);\n this.flushedFontFaceKeys.add(key);\n }\n }\n\n for (const [key, css] of this.counterStyleRules) {\n if (!this.flushedCounterStyleKeys.has(key)) {\n parts.push(css);\n this.flushedCounterStyleKeys.add(key);\n }\n }\n\n for (const [key, css] of this.functionRules) {\n if (!this.flushedFunctionKeys.has(key)) {\n parts.push(css);\n this.flushedFunctionKeys.add(key);\n }\n }\n\n for (const [key, css] of this.rawCSS) {\n if (!this.flushedRawKeys.has(key)) {\n parts.push(css);\n this.flushedRawKeys.add(key);\n }\n }\n\n for (const [key, css] of this.globalStyles) {\n if (!this.flushedGlobalKeys.has(key)) {\n parts.push(css);\n this.flushedGlobalKeys.add(key);\n }\n }\n\n for (const [key, css] of this.chunks) {\n if (!this.flushedKeys.has(key)) {\n parts.push(css);\n this.flushedKeys.add(key);\n }\n }\n\n for (const [name, css] of this.keyframeRules) {\n if (!this.flushedKeyframeKeys.has(name)) {\n parts.push(css);\n this.flushedKeyframeKeys.add(name);\n }\n }\n\n return parts.join('\\n');\n }\n\n private flushedClassNames = new Set<string>();\n\n /**\n * Return class names rendered since the last call (for streaming).\n * Used to emit lightweight class-list scripts for client hydration.\n */\n getRenderedClassNames(): string[] {\n const names: string[] = [];\n for (const className of this.cacheKeyToClassName.values()) {\n if (!this.flushedClassNames.has(className)) {\n this.flushedClassNames.add(className);\n names.push(className);\n }\n }\n return names;\n }\n}\n\n/**\n * Factory for creating a {@link ServerStyleCollector} instance.\n *\n * Canonical functional entry point; the `ServerStyleCollector` class remains\n * exported for advanced/internal use.\n *\n * @param namePrefix - Optional override for the configured class-name prefix.\n * Defaults to the value from `configure({ namePrefix })` (or `'t'`).\n *\n * @example\n * ```ts\n * import { createServerStyleCollector } from '@tenphi/tasty/ssr';\n *\n * const collector = createServerStyleCollector();\n * ```\n */\nexport function createServerStyleCollector(\n namePrefix?: string,\n): ServerStyleCollector {\n return new ServerStyleCollector(namePrefix);\n}\n"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as StyleResult } from "./index-
|
|
1
|
+
import { n as StyleResult } from "./index-Cd45t5NM.js";
|
|
2
2
|
|
|
3
3
|
//#region src/ssr/collector.d.ts
|
|
4
4
|
declare class ServerStyleCollector {
|
|
@@ -17,9 +17,21 @@ declare class ServerStyleCollector {
|
|
|
17
17
|
private flushedFontFaceKeys;
|
|
18
18
|
private counterStyleRules;
|
|
19
19
|
private flushedCounterStyleKeys;
|
|
20
|
+
private functionRules;
|
|
21
|
+
private flushedFunctionKeys;
|
|
20
22
|
private keyframesCounter;
|
|
21
23
|
private counterStyleCounter;
|
|
22
24
|
private internalsCollected;
|
|
25
|
+
private namePrefix;
|
|
26
|
+
/**
|
|
27
|
+
* @param namePrefix - Optional override for the configured prefix.
|
|
28
|
+
* Defaults to the value from `configure({ namePrefix })` (or `'t'`).
|
|
29
|
+
* Pass an explicit prefix when constructing a collector outside the
|
|
30
|
+
* normal configure() lifecycle (e.g. in tests). Validated eagerly
|
|
31
|
+
* so misconfiguration fails before any CSS is collected.
|
|
32
|
+
*/
|
|
33
|
+
constructor(namePrefix?: string);
|
|
34
|
+
private generateClassName;
|
|
23
35
|
/**
|
|
24
36
|
* Collect internal @property rules and :root token defaults.
|
|
25
37
|
* Mirrors markStylesGenerated() from the client-side injector.
|
|
@@ -60,21 +72,39 @@ declare class ServerStyleCollector {
|
|
|
60
72
|
*/
|
|
61
73
|
collectFontFace(key: string, css: string): void;
|
|
62
74
|
/**
|
|
63
|
-
* Record a @counter-style rule. Deduplicated by name
|
|
75
|
+
* Record a @counter-style rule. Deduplicated by name and overrides an
|
|
76
|
+
* existing rule by default. Pass `weak: true` for global `configure()`
|
|
77
|
+
* definitions, which never clobber an existing rule.
|
|
78
|
+
*/
|
|
79
|
+
collectCounterStyle(name: string, css: string, options?: {
|
|
80
|
+
weak?: boolean;
|
|
81
|
+
}): void;
|
|
82
|
+
/**
|
|
83
|
+
* Record a @function rule. Deduplicated by CSS function name and overrides an
|
|
84
|
+
* existing rule by default. Pass `weak: true` for global `configure()`
|
|
85
|
+
* definitions, which never clobber an existing rule.
|
|
64
86
|
*/
|
|
65
|
-
|
|
87
|
+
collectFunction(name: string, css: string, options?: {
|
|
88
|
+
weak?: boolean;
|
|
89
|
+
}): void;
|
|
66
90
|
/**
|
|
67
91
|
* Allocate a counter-style name for SSR. Uses provided name or generates one.
|
|
68
92
|
*/
|
|
69
93
|
allocateCounterStyleName(providedName?: string): string;
|
|
70
94
|
/**
|
|
71
95
|
* Record global styles (from useGlobalStyles). Deduplicated by key.
|
|
96
|
+
*
|
|
97
|
+
* Pass `replace` for slot-keyed entries (an explicit `id`), where the last
|
|
98
|
+
* write must win to match the client's update-tracking behavior.
|
|
72
99
|
*/
|
|
73
|
-
collectGlobalStyles(key: string, css: string): void;
|
|
100
|
+
collectGlobalStyles(key: string, css: string, replace?: boolean): void;
|
|
74
101
|
/**
|
|
75
102
|
* Record raw CSS text (from useRawCSS). Deduplicated by key.
|
|
103
|
+
*
|
|
104
|
+
* Pass `replace` for slot-keyed entries (an explicit `id`), where the last
|
|
105
|
+
* write must win to match the client's update-tracking behavior.
|
|
76
106
|
*/
|
|
77
|
-
collectRawCSS(key: string, css: string): void;
|
|
107
|
+
collectRawCSS(key: string, css: string, replace?: boolean): void;
|
|
78
108
|
/**
|
|
79
109
|
* Extract all CSS collected so far as a single string.
|
|
80
110
|
* Includes @property and @keyframes rules.
|
|
@@ -93,6 +123,23 @@ declare class ServerStyleCollector {
|
|
|
93
123
|
*/
|
|
94
124
|
getRenderedClassNames(): string[];
|
|
95
125
|
}
|
|
126
|
+
/**
|
|
127
|
+
* Factory for creating a {@link ServerStyleCollector} instance.
|
|
128
|
+
*
|
|
129
|
+
* Canonical functional entry point; the `ServerStyleCollector` class remains
|
|
130
|
+
* exported for advanced/internal use.
|
|
131
|
+
*
|
|
132
|
+
* @param namePrefix - Optional override for the configured class-name prefix.
|
|
133
|
+
* Defaults to the value from `configure({ namePrefix })` (or `'t'`).
|
|
134
|
+
*
|
|
135
|
+
* @example
|
|
136
|
+
* ```ts
|
|
137
|
+
* import { createServerStyleCollector } from '@tenphi/tasty/ssr';
|
|
138
|
+
*
|
|
139
|
+
* const collector = createServerStyleCollector();
|
|
140
|
+
* ```
|
|
141
|
+
*/
|
|
142
|
+
declare function createServerStyleCollector(namePrefix?: string): ServerStyleCollector;
|
|
96
143
|
//#endregion
|
|
97
|
-
export { ServerStyleCollector as t };
|
|
98
|
-
//# sourceMappingURL=collector-
|
|
144
|
+
export { createServerStyleCollector as n, ServerStyleCollector as t };
|
|
145
|
+
//# sourceMappingURL=collector-DUaHCcTS.d.ts.map
|