@tenphi/tasty 2.11.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -7
- package/dist/astro-B53trJyX.js +156 -0
- package/dist/astro-B53trJyX.js.map +1 -0
- package/dist/babel-HlEpSZrj.d.ts +83 -0
- package/dist/{collector-DYA5AOwr.d.ts → collector-BPzZezAG.d.ts} +44 -7
- package/dist/{collector-AHZaBSv8.js → collector-D14DcZx9.js} +75 -14
- package/dist/collector-D14DcZx9.js.map +1 -0
- package/dist/{config-YDAcLaVf.js → config-CCcE_tqx.js} +2312 -1131
- package/dist/config-CCcE_tqx.js.map +1 -0
- package/dist/{config-BtK9fUaz.d.ts → config-D2INrjr_.d.ts} +252 -25
- package/dist/core/index.d.ts +5 -5
- package/dist/core/index.js +6 -6
- package/dist/{core-CS4bzqGu.js → core-B5d0IPi2.js} +85 -133
- package/dist/core-B5d0IPi2.js.map +1 -0
- package/dist/{css-writer-BXSANVrq.js → css-writer-B5DBoxhf.js} +54 -15
- package/dist/css-writer-B5DBoxhf.js.map +1 -0
- package/dist/{format-rules-CYriCDwq.js → format-rules-BbKDjsfO.js} +2 -2
- package/dist/{format-rules-CYriCDwq.js.map → format-rules-BbKDjsfO.js.map} +1 -1
- package/dist/{hydrate-GVTorHpU.js → hydrate-CwALW3J9.js} +3 -11
- package/dist/{hydrate-GVTorHpU.js.map → hydrate-CwALW3J9.js.map} +1 -1
- package/dist/{index-BYtnj_gA.d.ts → index-BAAbdfRs.d.ts} +228 -153
- package/dist/{index-B9ih23uv.d.ts → index-l_NdJSUS.d.ts} +172 -61
- package/dist/index.d.ts +5 -5
- package/dist/index.js +191 -56
- package/dist/index.js.map +1 -1
- package/dist/{keyframes-CtcSlw4k.js → keyframes-B8M1FmtE.js} +10 -181
- package/dist/keyframes-B8M1FmtE.js.map +1 -0
- package/dist/{merge-styles-D4ITH4bc.js → merge-styles--1zOSFlS.js} +2 -2
- package/dist/{merge-styles-D4ITH4bc.js.map → merge-styles--1zOSFlS.js.map} +1 -1
- package/dist/{merge-styles-BZV-XAwX.d.ts → merge-styles-NEvqayL_.d.ts} +2 -2
- package/dist/{resolve-recipes-llr0COs8.js → resolve-recipes-Caix5NnH.js} +3 -3
- package/dist/{resolve-recipes-llr0COs8.js.map → resolve-recipes-Caix5NnH.js.map} +1 -1
- package/dist/ssr/astro-client.js +1 -1
- package/dist/ssr/astro-middleware.js +1 -1
- package/dist/ssr/astro-middleware.js.map +1 -1
- package/dist/ssr/astro.d.ts +1 -5
- package/dist/ssr/astro.js +2 -147
- package/dist/ssr/index.d.ts +2 -9
- package/dist/ssr/index.js +4 -4
- package/dist/ssr/index.js.map +1 -1
- package/dist/ssr/next.d.ts +1 -1
- package/dist/ssr/next.js +5 -6
- package/dist/ssr/next.js.map +1 -1
- package/dist/static/index.d.ts +2 -2
- package/dist/static/index.js +1 -1
- package/dist/zero/babel.d.ts +2 -80
- package/dist/zero/babel.js +27 -23
- 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 +3 -1
- package/docs/ai-agents.md +21 -7
- package/docs/configuration.md +220 -30
- package/docs/debug.md +7 -7
- package/docs/design-system.md +2 -2
- package/docs/dsl.md +68 -8
- package/docs/injector.md +46 -4
- package/docs/methodology.md +1 -1
- package/docs/migration-v3.md +285 -0
- package/docs/pipeline.md +3 -3
- package/docs/plugins.md +349 -0
- package/docs/react-api.md +82 -3
- package/docs/ssr.md +40 -33
- package/docs/styles.md +27 -9
- package/docs/tasty-static.md +8 -6
- package/package.json +7 -7
- package/tasty.config.ts +4 -0
- package/dist/collector-AHZaBSv8.js.map +0 -1
- package/dist/config-YDAcLaVf.js.map +0 -1
- package/dist/core-CS4bzqGu.js.map +0 -1
- package/dist/css-writer-BXSANVrq.js.map +0 -1
- package/dist/keyframes-CtcSlw4k.js.map +0 -1
- package/dist/ssr/astro.js.map +0 -1
package/README.md
CHANGED
|
@@ -46,7 +46,7 @@ On top of that foundation, Tasty gives teams a governed styling model: a CSS-lik
|
|
|
46
46
|
|
|
47
47
|
- **Typed style props and mod props** — `styleProps` exposes selected CSS properties as typed React props (`<Space flow="row" gap="2x">`); `modProps` does the same for modifier keys (`<Button isLoading size="large">`). Both support state maps and full TypeScript autocomplete. See [Style Props](#style-props) and [Mod Props](#mod-props).
|
|
48
48
|
- **Server-compatible by default, zero client JS in server-only contexts** — All `tasty()` components and style functions are hook-free. In server-only rendering (Next.js RSC, Astro without islands, SSG), they produce zero client JavaScript with the full feature set. Add SSR integration only when your app also has client-side hydration. Use `tastyStatic()` only when you need build-time extraction without React.
|
|
49
|
-
- **Broad modern CSS coverage** — Media queries, container queries, `@supports`, `:has()`, `@starting-style`, `@property`, `@keyframes`, and more. Features that do not fit the component model (such as `@layer` and `!important`) are intentionally left out.
|
|
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.
|
|
50
50
|
- **Performance and caching** — Runtime mode injects CSS on demand, reuses chunks aggressively, and relies on multi-level caching so large component systems stay practical.
|
|
51
51
|
- **TypeScript-first and AI-friendly** — Style definitions are declarative, structurally consistent, and fully typed, which helps both humans and tooling understand advanced stateful styles without hidden cascade logic.
|
|
52
52
|
|
|
@@ -425,15 +425,34 @@ If you prefer explicit control, disable inference with `configure({ autoProperty
|
|
|
425
425
|
|
|
426
426
|
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
427
427
|
|
|
428
|
-
### Explicit `@
|
|
428
|
+
### Explicit `@property`
|
|
429
429
|
|
|
430
|
-
Use explicit `@
|
|
430
|
+
Use explicit `@property` only when you need to override defaults such as `inherits: false` or a custom `initialValue`.
|
|
431
431
|
|
|
432
432
|
See [Style DSL - Properties (`@property`)](docs/dsl.md#properties-property).
|
|
433
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
|
+
|
|
434
453
|
### Style Functions
|
|
435
454
|
|
|
436
|
-
When you do not need a full component wrapper, use the style functions directly: `useStyles` for local class names, `useGlobalStyles` for selector-scoped global CSS, `useRawCSS` for raw rules, plus `useKeyframes`, `useProperty`, `useFontFace`, and `
|
|
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.
|
|
437
456
|
|
|
438
457
|
See [React API - Style Functions](docs/react-api.md#style-functions).
|
|
439
458
|
|
|
@@ -467,10 +486,11 @@ See the [full SSR guide](docs/ssr.md).
|
|
|
467
486
|
|--------|-------------|----------|
|
|
468
487
|
| `@tenphi/tasty` | Runtime style engine (`tasty`, style functions, `configure`) | Browser |
|
|
469
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 |
|
|
470
490
|
| `@tenphi/tasty/core` | Lower-level internals (config, parser, pipeline, injector, style handlers) for tooling and advanced use | Browser / Node |
|
|
471
491
|
| `@tenphi/tasty/babel-plugin` | Babel plugin for zero-runtime CSS extraction | Node |
|
|
472
492
|
| `@tenphi/tasty/zero` | Programmatic extraction API | Node |
|
|
473
|
-
| `@tenphi/tasty/next` | Next.js integration wrapper | Node |
|
|
493
|
+
| `@tenphi/tasty/zero/next` | Next.js integration wrapper | Node |
|
|
474
494
|
| `@tenphi/tasty/ssr` | Core SSR API (collector, context, hydration) | Node |
|
|
475
495
|
| `@tenphi/tasty/ssr/next` | Next.js App Router SSR integration | Node |
|
|
476
496
|
| `@tenphi/tasty/ssr/astro` | Astro integration + middleware | Node |
|
|
@@ -615,12 +635,17 @@ Start from the docs hub if you want the shortest path to the right guide for you
|
|
|
615
635
|
|
|
616
636
|
### Reference
|
|
617
637
|
|
|
618
|
-
- **[Style DSL](docs/dsl.md)** — The Tasty style language: state maps, tokens, units, color syntax, extending semantics, recipes, keyframes, and
|
|
638
|
+
- **[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`
|
|
619
639
|
- **[React API](docs/react-api.md)** — React-specific API: `tasty()` factory, component props, variants, sub-elements, and style functions
|
|
620
|
-
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, style handlers, and TypeScript extensions
|
|
640
|
+
- **[Configuration](docs/configuration.md)** — Global configuration: tokens, recipes, custom units, functions, polyfills, style handlers, props middleware, and TypeScript extensions
|
|
641
|
+
- **[Plugins & Extension Points](docs/plugins.md)** — Extending Tasty: choosing an extension point, authoring style handlers and props middleware, and packaging it as a plugin
|
|
621
642
|
- **[Style Properties](docs/styles.md)** — Complete reference for all enhanced style properties: syntax, values, modifiers, and recommendations
|
|
622
643
|
- **[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
|
|
623
644
|
|
|
645
|
+
### Upgrading
|
|
646
|
+
|
|
647
|
+
- **[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
|
|
648
|
+
|
|
624
649
|
### Rendering modes
|
|
625
650
|
|
|
626
651
|
- **[Zero Runtime (tastyStatic)](docs/tasty-static.md)** — Build-time static styling: Babel plugin setup, Next.js integration, and static style patterns
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { n as getConfig } from "./config-CCcE_tqx.js";
|
|
2
|
+
import { a as registerSSRCollectorGetterGlobal } from "./format-rules-BbKDjsfO.js";
|
|
3
|
+
import { t as ServerStyleCollector } from "./collector-D14DcZx9.js";
|
|
4
|
+
import { n as runWithCollector, t as getSSRCollector } from "./async-storage-DKK-wTD4.js";
|
|
5
|
+
//#region src/ssr/astro-transfer-cache.ts
|
|
6
|
+
/**
|
|
7
|
+
* Internal module-level state for the Astro middleware transfer-cache flag.
|
|
8
|
+
*
|
|
9
|
+
* Set by `tastyIntegration` and read by `astro-middleware.ts`. Kept in a
|
|
10
|
+
* separate non-exported module so it does not appear on the public API
|
|
11
|
+
* surface of `@tenphi/tasty/ssr/astro`.
|
|
12
|
+
*/
|
|
13
|
+
let _middlewareTransferCache = true;
|
|
14
|
+
/** @internal */
|
|
15
|
+
function setMiddlewareTransferCache(value) {
|
|
16
|
+
_middlewareTransferCache = value;
|
|
17
|
+
}
|
|
18
|
+
/** @internal */
|
|
19
|
+
function getMiddlewareTransferCache() {
|
|
20
|
+
return _middlewareTransferCache;
|
|
21
|
+
}
|
|
22
|
+
//#endregion
|
|
23
|
+
//#region src/ssr/astro.ts
|
|
24
|
+
/**
|
|
25
|
+
* Astro integration for Tasty SSR.
|
|
26
|
+
*
|
|
27
|
+
* Provides:
|
|
28
|
+
* - tastyIntegration() — Astro Integration API (recommended)
|
|
29
|
+
* - tastyMiddleware() — manual middleware for advanced composition
|
|
30
|
+
*
|
|
31
|
+
* Import from '@tenphi/tasty/ssr/astro'.
|
|
32
|
+
*/
|
|
33
|
+
registerSSRCollectorGetterGlobal(getSSRCollector);
|
|
34
|
+
/**
|
|
35
|
+
* Create an Astro middleware that collects Tasty styles during SSR.
|
|
36
|
+
*
|
|
37
|
+
* All React components rendered during the request will have their
|
|
38
|
+
* computeStyles() calls captured by the collector via AsyncLocalStorage.
|
|
39
|
+
* After rendering, the middleware injects the collected CSS into </head>.
|
|
40
|
+
*
|
|
41
|
+
* @example Manual middleware setup
|
|
42
|
+
* ```ts
|
|
43
|
+
* // src/middleware.ts
|
|
44
|
+
* import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';
|
|
45
|
+
* export const onRequest = tastyMiddleware();
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @example Composing with other middleware
|
|
49
|
+
* ```ts
|
|
50
|
+
* // src/middleware.ts
|
|
51
|
+
* import { sequence } from 'astro:middleware';
|
|
52
|
+
* import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';
|
|
53
|
+
*
|
|
54
|
+
* export const onRequest = sequence(
|
|
55
|
+
* tastyMiddleware(),
|
|
56
|
+
* myOtherMiddleware,
|
|
57
|
+
* );
|
|
58
|
+
* ```
|
|
59
|
+
*/
|
|
60
|
+
function tastyMiddleware(options) {
|
|
61
|
+
return async (_context, next) => {
|
|
62
|
+
const transferCache = options?.transferCache ?? true;
|
|
63
|
+
const collector = new ServerStyleCollector();
|
|
64
|
+
const rendered = await runWithCollector(collector, async () => {
|
|
65
|
+
const response = await next();
|
|
66
|
+
const body = response.body;
|
|
67
|
+
const contentType = response.headers.get("content-type") ?? "";
|
|
68
|
+
if (!body || !contentType.includes("text/html")) return { response };
|
|
69
|
+
const reader = body.pipeThrough(new TextDecoderStream()).getReader();
|
|
70
|
+
const parts = [];
|
|
71
|
+
for (;;) {
|
|
72
|
+
const { done, value } = await reader.read();
|
|
73
|
+
if (done) break;
|
|
74
|
+
parts.push(value);
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
html: parts.join(""),
|
|
78
|
+
status: response.status,
|
|
79
|
+
headers: response.headers
|
|
80
|
+
};
|
|
81
|
+
});
|
|
82
|
+
if ("response" in rendered) return rendered.response;
|
|
83
|
+
if (!rendered.html) return new Response(null, {
|
|
84
|
+
status: rendered.status,
|
|
85
|
+
headers: rendered.headers
|
|
86
|
+
});
|
|
87
|
+
let { html } = rendered;
|
|
88
|
+
const css = collector.getCSS();
|
|
89
|
+
if (!css) return new Response(html, {
|
|
90
|
+
status: rendered.status,
|
|
91
|
+
headers: rendered.headers
|
|
92
|
+
});
|
|
93
|
+
const nonce = getConfig().nonce;
|
|
94
|
+
const nonceAttr = nonce ? ` nonce="${nonce}"` : "";
|
|
95
|
+
const styleTag = `<style data-tasty-ssr${nonceAttr}>${css}</style>`;
|
|
96
|
+
let cacheTag = "";
|
|
97
|
+
if (transferCache) {
|
|
98
|
+
const classNames = collector.getRenderedClassNames();
|
|
99
|
+
if (classNames.length > 0) cacheTag = `<script${nonceAttr}>(window.__TASTY__=window.__TASTY__||[]).push(${classNames.map((n) => `"${n}"`).join(",")})<\/script>`;
|
|
100
|
+
}
|
|
101
|
+
const injection = styleTag + cacheTag;
|
|
102
|
+
const idx = html.indexOf("</head>");
|
|
103
|
+
if (idx !== -1) html = html.slice(0, idx) + injection + html.slice(idx);
|
|
104
|
+
else html = injection + html;
|
|
105
|
+
const headers = new Headers(rendered.headers);
|
|
106
|
+
headers.delete("content-length");
|
|
107
|
+
return new Response(html, {
|
|
108
|
+
status: rendered.status,
|
|
109
|
+
headers
|
|
110
|
+
});
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Astro integration that automatically sets up Tasty SSR.
|
|
115
|
+
*
|
|
116
|
+
* Registers middleware for cross-component CSS deduplication and
|
|
117
|
+
* optionally injects a client hydration script for island support.
|
|
118
|
+
*
|
|
119
|
+
* @example Basic setup (with islands)
|
|
120
|
+
* ```ts
|
|
121
|
+
* // astro.config.mjs
|
|
122
|
+
* import { tastyIntegration } from '@tenphi/tasty/ssr/astro';
|
|
123
|
+
*
|
|
124
|
+
* export default defineConfig({
|
|
125
|
+
* integrations: [tastyIntegration()],
|
|
126
|
+
* });
|
|
127
|
+
* ```
|
|
128
|
+
*
|
|
129
|
+
* @example Static-only (no client JS)
|
|
130
|
+
* ```ts
|
|
131
|
+
* // astro.config.mjs
|
|
132
|
+
* import { tastyIntegration } from '@tenphi/tasty/ssr/astro';
|
|
133
|
+
*
|
|
134
|
+
* export default defineConfig({
|
|
135
|
+
* integrations: [tastyIntegration({ islands: false })],
|
|
136
|
+
* });
|
|
137
|
+
* ```
|
|
138
|
+
*/
|
|
139
|
+
function tastyIntegration(options) {
|
|
140
|
+
const { islands = true } = options ?? {};
|
|
141
|
+
setMiddlewareTransferCache(islands);
|
|
142
|
+
return {
|
|
143
|
+
name: "@tenphi/tasty",
|
|
144
|
+
hooks: { "astro:config:setup": ({ addMiddleware, injectScript }) => {
|
|
145
|
+
addMiddleware({
|
|
146
|
+
entrypoint: new URL("./astro-middleware.js", import.meta.url),
|
|
147
|
+
order: "pre"
|
|
148
|
+
});
|
|
149
|
+
if (islands) injectScript("before-hydration", `import "@tenphi/tasty/ssr/astro-client";`);
|
|
150
|
+
} }
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
//#endregion
|
|
154
|
+
export { tastyMiddleware as n, getMiddlewareTransferCache as r, tastyIntegration as t };
|
|
155
|
+
|
|
156
|
+
//# sourceMappingURL=astro-B53trJyX.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"astro-B53trJyX.js","names":[],"sources":["../src/ssr/astro-transfer-cache.ts","../src/ssr/astro.ts"],"sourcesContent":["/**\n * Internal module-level state for the Astro middleware transfer-cache flag.\n *\n * Set by `tastyIntegration` and read by `astro-middleware.ts`. Kept in a\n * separate non-exported module so it does not appear on the public API\n * surface of `@tenphi/tasty/ssr/astro`.\n */\n\nlet _middlewareTransferCache = true;\n\n/** @internal */\nexport function setMiddlewareTransferCache(value: boolean): void {\n _middlewareTransferCache = value;\n}\n\n/** @internal */\nexport function getMiddlewareTransferCache(): boolean {\n return _middlewareTransferCache;\n}\n","/**\n * Astro integration for Tasty SSR.\n *\n * Provides:\n * - tastyIntegration() — Astro Integration API (recommended)\n * - tastyMiddleware() — manual middleware for advanced composition\n *\n * Import from '@tenphi/tasty/ssr/astro'.\n */\n\nimport { getConfig } from '../config';\nimport { getSSRCollector, runWithCollector } from './async-storage';\nimport { ServerStyleCollector } from './collector';\nimport { registerSSRCollectorGetterGlobal } from './ssr-collector-ref';\nimport { setMiddlewareTransferCache } from './astro-transfer-cache';\n\n// Wire up ALS-based collector discovery so computeStyles() can find\n// the collector set by tastyMiddleware's runWithCollector().\n// Uses globalThis so the getter is visible across Astro's separate\n// module graphs (middleware vs page components).\nregisterSSRCollectorGetterGlobal(getSSRCollector);\n\nexport interface TastyMiddlewareOptions {\n /**\n * Whether to embed the class-list script for client hydration.\n * Set to false to skip class transfer (e.g. for CSP restrictions).\n * Without it, client components may re-inject CSS that already exists\n * in server-rendered `<style>` tags. Default: true.\n */\n transferCache?: boolean;\n}\n\n/**\n * Create an Astro middleware that collects Tasty styles during SSR.\n *\n * All React components rendered during the request will have their\n * computeStyles() calls captured by the collector via AsyncLocalStorage.\n * After rendering, the middleware injects the collected CSS into </head>.\n *\n * @example Manual middleware setup\n * ```ts\n * // src/middleware.ts\n * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';\n * export const onRequest = tastyMiddleware();\n * ```\n *\n * @example Composing with other middleware\n * ```ts\n * // src/middleware.ts\n * import { sequence } from 'astro:middleware';\n * import { tastyMiddleware } from '@tenphi/tasty/ssr/astro';\n *\n * export const onRequest = sequence(\n * tastyMiddleware(),\n * myOtherMiddleware,\n * );\n * ```\n */\nexport function tastyMiddleware(options?: TastyMiddlewareOptions) {\n return async (\n _context: unknown,\n next: () => Promise<Response>,\n ): Promise<Response> => {\n const transferCache = options?.transferCache ?? true;\n const collector = new ServerStyleCollector();\n\n // Run the entire request — including body stream consumption — inside\n // the ALS context so that components rendering lazily during stream\n // reads can still find the collector via getSSRCollector().\n type Rendered =\n | { response: Response }\n | { html: string | null; status: number; headers: Headers };\n\n const rendered = await runWithCollector<Promise<Rendered>>(\n collector,\n async (): Promise<Rendered> => {\n const response = await next();\n const body = response.body;\n\n // Only process HTML responses. Reading a non-HTML body (e.g. an\n // image, font, or JSON endpoint) as UTF-8 text corrupts binary\n // payloads: every byte >= 0x80 is decoded to U+FFFD and re-encoded\n // as EF BF BD. Pass anything that isn't HTML straight through.\n const contentType = response.headers.get('content-type') ?? '';\n if (!body || !contentType.includes('text/html')) {\n return { response };\n }\n\n const reader = body.pipeThrough(new TextDecoderStream()).getReader();\n const parts: string[] = [];\n for (;;) {\n const { done, value } = await reader.read();\n if (done) break;\n parts.push(value);\n }\n return {\n html: parts.join(''),\n status: response.status,\n headers: response.headers,\n };\n },\n );\n\n // Non-HTML responses are returned untouched to avoid corrupting\n // binary payloads.\n if ('response' in rendered) {\n return rendered.response;\n }\n\n if (!rendered.html) {\n return new Response(null, {\n status: rendered.status,\n headers: rendered.headers,\n });\n }\n\n let { html } = rendered;\n\n const css = collector.getCSS();\n if (!css) {\n return new Response(html, {\n status: rendered.status,\n headers: rendered.headers,\n });\n }\n\n const nonce = getConfig().nonce;\n const nonceAttr = nonce ? ` nonce=\"${nonce}\"` : '';\n const styleTag = `<style data-tasty-ssr${nonceAttr}>${css}</style>`;\n\n let cacheTag = '';\n if (transferCache) {\n const classNames = collector.getRenderedClassNames();\n if (classNames.length > 0) {\n const classListJSON = classNames.map((n) => `\"${n}\"`).join(',');\n cacheTag = `<script${nonceAttr}>(window.__TASTY__=window.__TASTY__||[]).push(${classListJSON})</script>`;\n }\n }\n\n const injection = styleTag + cacheTag;\n const idx = html.indexOf('</head>');\n if (idx !== -1) {\n html = html.slice(0, idx) + injection + html.slice(idx);\n } else {\n html = injection + html;\n }\n\n const headers = new Headers(rendered.headers);\n headers.delete('content-length');\n\n return new Response(html, {\n status: rendered.status,\n headers,\n });\n };\n}\n\n// ============================================================================\n// Astro Integration API\n// ============================================================================\n\nexport interface TastyIntegrationOptions {\n /**\n * Enable island hydration support.\n *\n * When `true` (default): injects a client hydration script via\n * `injectScript('before-hydration')` and sets `transferCache: true`\n * on the middleware. Islands skip the style pipeline during hydration.\n *\n * When `false`: no client JS is shipped and `transferCache` is set\n * to `false`. Use this for fully static sites without `client:*`\n * directives.\n */\n islands?: boolean;\n}\n\n/**\n * Astro integration that automatically sets up Tasty SSR.\n *\n * Registers middleware for cross-component CSS deduplication and\n * optionally injects a client hydration script for island support.\n *\n * @example Basic setup (with islands)\n * ```ts\n * // astro.config.mjs\n * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';\n *\n * export default defineConfig({\n * integrations: [tastyIntegration()],\n * });\n * ```\n *\n * @example Static-only (no client JS)\n * ```ts\n * // astro.config.mjs\n * import { tastyIntegration } from '@tenphi/tasty/ssr/astro';\n *\n * export default defineConfig({\n * integrations: [tastyIntegration({ islands: false })],\n * });\n * ```\n */\nexport function tastyIntegration(options?: TastyIntegrationOptions): {\n name: string;\n hooks: Record<string, (...args: never[]) => void>;\n} {\n const { islands = true } = options ?? {};\n\n setMiddlewareTransferCache(islands);\n\n return {\n name: '@tenphi/tasty',\n hooks: {\n 'astro:config:setup': ({\n addMiddleware,\n injectScript,\n }: {\n addMiddleware: (middleware: {\n entrypoint: string | URL;\n order: 'pre' | 'post';\n }) => void;\n injectScript: (\n stage: 'head-inline' | 'before-hydration' | 'page' | 'page-ssr',\n content: string,\n ) => void;\n }) => {\n addMiddleware({\n entrypoint: new URL('./astro-middleware.js', import.meta.url),\n order: 'pre',\n });\n\n if (islands) {\n injectScript(\n 'before-hydration',\n `import \"@tenphi/tasty/ssr/astro-client\";`,\n );\n }\n },\n },\n };\n}\n"],"mappings":";;;;;;;;;;;;AAQA,IAAI,2BAA2B;;AAG/B,SAAgB,2BAA2B,OAAsB;CAC/D,2BAA2B;AAC7B;;AAGA,SAAgB,6BAAsC;CACpD,OAAO;AACT;;;;;;;;;;;;ACEA,iCAAiC,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsChD,SAAgB,gBAAgB,SAAkC;CAChE,OAAO,OACL,UACA,SACsB;EACtB,MAAM,gBAAgB,SAAS,iBAAiB;EAChD,MAAM,YAAY,IAAI,qBAAqB;EAS3C,MAAM,WAAW,MAAM,iBACrB,WACA,YAA+B;GAC7B,MAAM,WAAW,MAAM,KAAK;GAC5B,MAAM,OAAO,SAAS;GAMtB,MAAM,cAAc,SAAS,QAAQ,IAAI,cAAc,KAAK;GAC5D,IAAI,CAAC,QAAQ,CAAC,YAAY,SAAS,WAAW,GAC5C,OAAO,EAAE,SAAS;GAGpB,MAAM,SAAS,KAAK,YAAY,IAAI,kBAAkB,CAAC,CAAC,CAAC,UAAU;GACnE,MAAM,QAAkB,CAAC;GACzB,SAAS;IACP,MAAM,EAAE,MAAM,UAAU,MAAM,OAAO,KAAK;IAC1C,IAAI,MAAM;IACV,MAAM,KAAK,KAAK;GAClB;GACA,OAAO;IACL,MAAM,MAAM,KAAK,EAAE;IACnB,QAAQ,SAAS;IACjB,SAAS,SAAS;GACpB;EACF,CACF;EAIA,IAAI,cAAc,UAChB,OAAO,SAAS;EAGlB,IAAI,CAAC,SAAS,MACZ,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB,SAAS,SAAS;EACpB,CAAC;EAGH,IAAI,EAAE,SAAS;EAEf,MAAM,MAAM,UAAU,OAAO;EAC7B,IAAI,CAAC,KACH,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB,SAAS,SAAS;EACpB,CAAC;EAGH,MAAM,QAAQ,UAAU,CAAC,CAAC;EAC1B,MAAM,YAAY,QAAQ,WAAW,MAAM,KAAK;EAChD,MAAM,WAAW,wBAAwB,UAAU,GAAG,IAAI;EAE1D,IAAI,WAAW;EACf,IAAI,eAAe;GACjB,MAAM,aAAa,UAAU,sBAAsB;GACnD,IAAI,WAAW,SAAS,GAEtB,WAAW,UAAU,UAAU,gDADT,WAAW,KAAK,MAAM,IAAI,EAAE,EAAE,CAAC,CAAC,KAAK,GACgC,EAAE;EAEjG;EAEA,MAAM,YAAY,WAAW;EAC7B,MAAM,MAAM,KAAK,QAAQ,SAAS;EAClC,IAAI,QAAQ,IACV,OAAO,KAAK,MAAM,GAAG,GAAG,IAAI,YAAY,KAAK,MAAM,GAAG;OAEtD,OAAO,YAAY;EAGrB,MAAM,UAAU,IAAI,QAAQ,SAAS,OAAO;EAC5C,QAAQ,OAAO,gBAAgB;EAE/B,OAAO,IAAI,SAAS,MAAM;GACxB,QAAQ,SAAS;GACjB;EACF,CAAC;CACH;AACF;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+CA,SAAgB,iBAAiB,SAG/B;CACA,MAAM,EAAE,UAAU,SAAS,WAAW,CAAC;CAEvC,2BAA2B,OAAO;CAElC,OAAO;EACL,MAAM;EACN,OAAO,EACL,uBAAuB,EACrB,eACA,mBAUI;GACJ,cAAc;IACZ,YAAY,IAAI,IAAI,yBAAyB,OAAO,KAAK,GAAG;IAC5D,OAAO;GACT,CAAC;GAED,IAAI,SACF,aACE,oBACA,0CACF;EAEJ,EACF;CACF;AACF"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { t as TastyConfig } from "./config-D2INrjr_.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-HlEpSZrj.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as StyleResult } from "./index-
|
|
1
|
+
import { n as StyleResult } from "./index-l_NdJSUS.js";
|
|
2
2
|
|
|
3
3
|
//#region src/ssr/collector.d.ts
|
|
4
4
|
declare class ServerStyleCollector {
|
|
@@ -17,6 +17,8 @@ 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;
|
|
@@ -70,21 +72,39 @@ declare class ServerStyleCollector {
|
|
|
70
72
|
*/
|
|
71
73
|
collectFontFace(key: string, css: string): void;
|
|
72
74
|
/**
|
|
73
|
-
* 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.
|
|
74
78
|
*/
|
|
75
|
-
collectCounterStyle(name: string, css: string
|
|
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.
|
|
86
|
+
*/
|
|
87
|
+
collectFunction(name: string, css: string, options?: {
|
|
88
|
+
weak?: boolean;
|
|
89
|
+
}): void;
|
|
76
90
|
/**
|
|
77
91
|
* Allocate a counter-style name for SSR. Uses provided name or generates one.
|
|
78
92
|
*/
|
|
79
93
|
allocateCounterStyleName(providedName?: string): string;
|
|
80
94
|
/**
|
|
81
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.
|
|
82
99
|
*/
|
|
83
|
-
collectGlobalStyles(key: string, css: string): void;
|
|
100
|
+
collectGlobalStyles(key: string, css: string, replace?: boolean): void;
|
|
84
101
|
/**
|
|
85
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.
|
|
86
106
|
*/
|
|
87
|
-
collectRawCSS(key: string, css: string): void;
|
|
107
|
+
collectRawCSS(key: string, css: string, replace?: boolean): void;
|
|
88
108
|
/**
|
|
89
109
|
* Extract all CSS collected so far as a single string.
|
|
90
110
|
* Includes @property and @keyframes rules.
|
|
@@ -103,6 +123,23 @@ declare class ServerStyleCollector {
|
|
|
103
123
|
*/
|
|
104
124
|
getRenderedClassNames(): string[];
|
|
105
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;
|
|
106
143
|
//#endregion
|
|
107
|
-
export { ServerStyleCollector as t };
|
|
108
|
-
//# sourceMappingURL=collector-
|
|
144
|
+
export { createServerStyleCollector as n, ServerStyleCollector as t };
|
|
145
|
+
//# sourceMappingURL=collector-BPzZezAG.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { n as formatPropertyCSS, t as formatRules } from "./format-rules-
|
|
1
|
+
import { Dt as formatFunctionRule, L as renderStyles, X as fontFaceContentHash, Z as formatFontFaceRule, a as getGlobalCounterStyles, ct as makeCounterStyleName, d as getGlobalStyles, dt as validateNamePrefix, f as getNamePrefix, ft as hashString, i as getGlobalConfigTokens, kt as parseFunctionName, lt as makeKeyframeName, o as getGlobalFontFaces, q as formatCounterStyleRule, r as getEffectiveProperties, s as getGlobalFunctions, st as makeClassName } from "./config-CCcE_tqx.js";
|
|
2
|
+
import { n as formatPropertyCSS, t as formatRules } from "./format-rules-BbKDjsfO.js";
|
|
3
3
|
import { t as formatGlobalRules } from "./format-global-rules-DklyaXv-.js";
|
|
4
4
|
//#region src/ssr/collector.ts
|
|
5
5
|
/**
|
|
@@ -30,6 +30,8 @@ var ServerStyleCollector = class {
|
|
|
30
30
|
flushedFontFaceKeys = /* @__PURE__ */ new Set();
|
|
31
31
|
counterStyleRules = /* @__PURE__ */ new Map();
|
|
32
32
|
flushedCounterStyleKeys = /* @__PURE__ */ new Set();
|
|
33
|
+
functionRules = /* @__PURE__ */ new Map();
|
|
34
|
+
flushedFunctionKeys = /* @__PURE__ */ new Set();
|
|
33
35
|
keyframesCounter = 0;
|
|
34
36
|
counterStyleCounter = 0;
|
|
35
37
|
internalsCollected = false;
|
|
@@ -72,7 +74,7 @@ var ServerStyleCollector = class {
|
|
|
72
74
|
if (css) this.collectGlobalStyles("__global:tokens", css);
|
|
73
75
|
}
|
|
74
76
|
}
|
|
75
|
-
const globalFF =
|
|
77
|
+
const globalFF = getGlobalFontFaces();
|
|
76
78
|
if (globalFF) for (const [family, input] of Object.entries(globalFF)) {
|
|
77
79
|
const descriptors = Array.isArray(input) ? input : [input];
|
|
78
80
|
for (const desc of descriptors) {
|
|
@@ -81,10 +83,15 @@ var ServerStyleCollector = class {
|
|
|
81
83
|
this.collectFontFace(hash, css);
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
|
-
const globalCS =
|
|
86
|
+
const globalCS = getGlobalCounterStyles();
|
|
85
87
|
if (globalCS) for (const [name, descriptors] of Object.entries(globalCS)) {
|
|
86
88
|
const css = formatCounterStyleRule(name, descriptors);
|
|
87
|
-
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 });
|
|
88
95
|
}
|
|
89
96
|
const globalStyles = getGlobalStyles();
|
|
90
97
|
if (globalStyles) {
|
|
@@ -148,10 +155,34 @@ var ServerStyleCollector = class {
|
|
|
148
155
|
if (!this.fontFaceRules.has(key)) this.fontFaceRules.set(key, css);
|
|
149
156
|
}
|
|
150
157
|
/**
|
|
151
|
-
* 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.
|
|
161
|
+
*/
|
|
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.
|
|
152
176
|
*/
|
|
153
|
-
|
|
154
|
-
|
|
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);
|
|
155
186
|
}
|
|
156
187
|
/**
|
|
157
188
|
* Allocate a counter-style name for SSR. Uses provided name or generates one.
|
|
@@ -161,15 +192,21 @@ var ServerStyleCollector = class {
|
|
|
161
192
|
}
|
|
162
193
|
/**
|
|
163
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.
|
|
164
198
|
*/
|
|
165
|
-
collectGlobalStyles(key, css) {
|
|
166
|
-
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);
|
|
167
201
|
}
|
|
168
202
|
/**
|
|
169
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.
|
|
170
207
|
*/
|
|
171
|
-
collectRawCSS(key, css) {
|
|
172
|
-
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);
|
|
173
210
|
}
|
|
174
211
|
/**
|
|
175
212
|
* Extract all CSS collected so far as a single string.
|
|
@@ -181,6 +218,7 @@ var ServerStyleCollector = class {
|
|
|
181
218
|
for (const css of this.propertyRules.values()) parts.push(css);
|
|
182
219
|
for (const css of this.fontFaceRules.values()) parts.push(css);
|
|
183
220
|
for (const css of this.counterStyleRules.values()) parts.push(css);
|
|
221
|
+
for (const css of this.functionRules.values()) parts.push(css);
|
|
184
222
|
for (const css of this.rawCSS.values()) parts.push(css);
|
|
185
223
|
for (const css of this.globalStyles.values()) parts.push(css);
|
|
186
224
|
for (const css of this.chunks.values()) parts.push(css);
|
|
@@ -205,6 +243,10 @@ var ServerStyleCollector = class {
|
|
|
205
243
|
parts.push(css);
|
|
206
244
|
this.flushedCounterStyleKeys.add(key);
|
|
207
245
|
}
|
|
246
|
+
for (const [key, css] of this.functionRules) if (!this.flushedFunctionKeys.has(key)) {
|
|
247
|
+
parts.push(css);
|
|
248
|
+
this.flushedFunctionKeys.add(key);
|
|
249
|
+
}
|
|
208
250
|
for (const [key, css] of this.rawCSS) if (!this.flushedRawKeys.has(key)) {
|
|
209
251
|
parts.push(css);
|
|
210
252
|
this.flushedRawKeys.add(key);
|
|
@@ -237,7 +279,26 @@ var ServerStyleCollector = class {
|
|
|
237
279
|
return names;
|
|
238
280
|
}
|
|
239
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
|
+
}
|
|
240
301
|
//#endregion
|
|
241
|
-
export { ServerStyleCollector as t };
|
|
302
|
+
export { createServerStyleCollector as n, ServerStyleCollector as t };
|
|
242
303
|
|
|
243
|
-
//# sourceMappingURL=collector-
|
|
304
|
+
//# sourceMappingURL=collector-D14DcZx9.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collector-D14DcZx9.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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"}
|