@uniformdev/context-react 20.75.1-alpha.16 → 20.76.1-alpha.3
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/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -22,13 +22,13 @@ interface UniformContextProps$1 {
|
|
|
22
22
|
* - `standard` - Emits selected variants as HTML suitable for SSR or SSG
|
|
23
23
|
* - `edge` - Emits all variants suitable for Edge-side personalization selection
|
|
24
24
|
*
|
|
25
|
-
* @
|
|
25
|
+
* @defaultValue standard
|
|
26
26
|
*/
|
|
27
27
|
outputType?: VariantOutputType;
|
|
28
28
|
/**
|
|
29
29
|
* Whether to track a route change to the current URL when this component is rendered.
|
|
30
30
|
*
|
|
31
|
-
* @
|
|
31
|
+
* @defaultValue true
|
|
32
32
|
*/
|
|
33
33
|
trackRouteOnRender?: boolean;
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ interface UniformContextProps$1 {
|
|
|
37
37
|
* - `never` - Never include Uniform transfer state tag in the page HTML
|
|
38
38
|
* - `server-only` - Only include Uniform transfer state tag in the page HTML when `window` is undefined, i.e. on the server or during SSG.
|
|
39
39
|
*
|
|
40
|
-
* @
|
|
40
|
+
* @defaultValue server-only
|
|
41
41
|
* */
|
|
42
42
|
includeTransferState?: 'always' | 'never' | 'server-only';
|
|
43
43
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -22,13 +22,13 @@ interface UniformContextProps$1 {
|
|
|
22
22
|
* - `standard` - Emits selected variants as HTML suitable for SSR or SSG
|
|
23
23
|
* - `edge` - Emits all variants suitable for Edge-side personalization selection
|
|
24
24
|
*
|
|
25
|
-
* @
|
|
25
|
+
* @defaultValue standard
|
|
26
26
|
*/
|
|
27
27
|
outputType?: VariantOutputType;
|
|
28
28
|
/**
|
|
29
29
|
* Whether to track a route change to the current URL when this component is rendered.
|
|
30
30
|
*
|
|
31
|
-
* @
|
|
31
|
+
* @defaultValue true
|
|
32
32
|
*/
|
|
33
33
|
trackRouteOnRender?: boolean;
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ interface UniformContextProps$1 {
|
|
|
37
37
|
* - `never` - Never include Uniform transfer state tag in the page HTML
|
|
38
38
|
* - `server-only` - Only include Uniform transfer state tag in the page HTML when `window` is undefined, i.e. on the server or during SSG.
|
|
39
39
|
*
|
|
40
|
-
* @
|
|
40
|
+
* @defaultValue server-only
|
|
41
41
|
* */
|
|
42
42
|
includeTransferState?: 'always' | 'never' | 'server-only';
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-react",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.76.1-alpha.3+61820b0b3e",
|
|
4
4
|
"description": "Uniform Context React integration package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react-dom": "19.2.1"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@uniformdev/context": "20.
|
|
32
|
+
"@uniformdev/context": "20.76.1-alpha.3+61820b0b3e",
|
|
33
33
|
"cookie": "1.1.1",
|
|
34
34
|
"dequal": "2.0.3"
|
|
35
35
|
},
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "61820b0b3e1be2512bcfad6bd0a30092ffa7f9a3"
|
|
47
47
|
}
|