@uniformdev/context-react 20.75.1-alpha.15.sha-b6ff05804e → 20.75.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 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
- * @defaultValue standard
25
+ * @default 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
- * @defaultValue true
31
+ * @default 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
- * @defaultValue server-only
40
+ * @default 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
- * @defaultValue standard
25
+ * @default 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
- * @defaultValue true
31
+ * @default 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
- * @defaultValue server-only
40
+ * @default 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.75.1-alpha.15.sha-b6ff05804e",
3
+ "version": "20.75.1-alpha.3+8eaaa5230a",
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.75.1-alpha.15.sha-b6ff05804e",
32
+ "@uniformdev/context": "20.75.1-alpha.3+8eaaa5230a",
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": "b6ff05804e8d082bdd9563566f9eda24d999a771"
46
+ "gitHead": "8eaaa5230a5621f7b30b1b54b48dcd097f684af9"
47
47
  }