@uniformdev/context-vue 20.75.1-alpha.16 → 20.75.1-alpha.7

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
@@ -263,13 +263,13 @@ type UniformContextProps = {
263
263
  * - `standard` - Emits selected variants as HTML suitable for SSR or SSG
264
264
  * - `edge` - Emits all variants suitable for Edge-side personalization selection
265
265
  *
266
- * @default standard
266
+ * @defaultValue standard
267
267
  */
268
268
  outputType?: VariantOutputType;
269
269
  /**
270
270
  * Whether to track a route change to the current URL when this component is rendered.
271
271
  *
272
- * @default true
272
+ * @defaultValue true
273
273
  */
274
274
  trackRouteOnRender?: boolean;
275
275
  };
package/dist/index.d.ts CHANGED
@@ -263,13 +263,13 @@ type UniformContextProps = {
263
263
  * - `standard` - Emits selected variants as HTML suitable for SSR or SSG
264
264
  * - `edge` - Emits all variants suitable for Edge-side personalization selection
265
265
  *
266
- * @default standard
266
+ * @defaultValue standard
267
267
  */
268
268
  outputType?: VariantOutputType;
269
269
  /**
270
270
  * Whether to track a route change to the current URL when this component is rendered.
271
271
  *
272
- * @default true
272
+ * @defaultValue true
273
273
  */
274
274
  trackRouteOnRender?: boolean;
275
275
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-vue",
3
- "version": "20.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.75.1-alpha.7+ad3780cc13",
4
4
  "description": "Vue SDK for Uniform Context",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "apidocs-extract": "api-extractor run --local"
29
29
  },
30
30
  "dependencies": {
31
- "@uniformdev/context": "20.75.1-alpha.16+4e56d1cd21",
31
+ "@uniformdev/context": "20.75.1-alpha.7+ad3780cc13",
32
32
  "cookie-es": "2.0.0",
33
33
  "dequal": "2.0.3"
34
34
  },
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
53
+ "gitHead": "ad3780cc13fc3e5f328db96ccd428109e09248ae"
54
54
  }