@csszyx/types 0.6.0 → 0.6.2
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/dist/{chunk-2KLMBDLU.js → chunk-IFAXISDF.js} +1 -3
- package/dist/compiler.d.ts +0 -4
- package/dist/config.d.ts +0 -14
- package/dist/config.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/compiler.d.ts
CHANGED
package/dist/config.d.ts
CHANGED
|
@@ -8,13 +8,6 @@
|
|
|
8
8
|
* Development mode configuration options.
|
|
9
9
|
*/
|
|
10
10
|
interface DevelopmentConfig {
|
|
11
|
-
/**
|
|
12
|
-
* Automatically inject recovery tokens for all components.
|
|
13
|
-
* When enabled, all components get szRecover="dev-only" by default.
|
|
14
|
-
*
|
|
15
|
-
* @default false
|
|
16
|
-
*/
|
|
17
|
-
autoInjectRecovery: boolean;
|
|
18
11
|
/**
|
|
19
12
|
* Enable strict mode - fail build on warnings.
|
|
20
13
|
* When enabled, warnings are treated as errors.
|
|
@@ -28,13 +21,6 @@ interface DevelopmentConfig {
|
|
|
28
21
|
* @default false
|
|
29
22
|
*/
|
|
30
23
|
debug: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Allow client-side recovery on hydration mismatch.
|
|
33
|
-
* Only works in development mode.
|
|
34
|
-
*
|
|
35
|
-
* @default true
|
|
36
|
-
*/
|
|
37
|
-
allowCSRRecovery: boolean;
|
|
38
24
|
}
|
|
39
25
|
/**
|
|
40
26
|
* Production mode configuration options.
|
package/dist/config.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csszyx/types",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "TypeScript definitions for csszyx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"csszyx",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/node": "^20.11.0",
|
|
51
51
|
"tsup": "^8.0.0",
|
|
52
52
|
"typescript": "^5.3.3",
|
|
53
|
-
"@csszyx/compiler": "0.6.
|
|
53
|
+
"@csszyx/compiler": "0.6.2"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsup src/index.ts src/config.ts src/runtime.ts src/compiler.ts --format esm --dts && cp src/jsx.d.ts dist/jsx.d.ts",
|