@plasmicapp/host
Advanced tools
Comparing version 1.0.175 to 1.0.176
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -539,3 +539,3 @@ 'use client'; | ||
var hostVersion = "1.0.175"; | ||
var hostVersion = "1.0.176"; | ||
@@ -542,0 +542,0 @@ var _a; |
@@ -561,3 +561,3 @@ 'use client'; | ||
var hostVersion = "1.0.175"; | ||
var hostVersion = "1.0.176"; | ||
@@ -564,0 +564,0 @@ var _a; |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
{ | ||
"name": "@plasmicapp/host", | ||
"version": "1.0.175", | ||
"version": "1.0.176", | ||
"description": "plasmic library for app hosting", | ||
@@ -76,3 +76,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "b7c15971507dbbf0b610f86e595cfc199d0985bd" | ||
"gitHead": "a1b8fe28a787b0a7cb46518b9d8491de2bca9f22" | ||
} |
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
@@ -41,6 +41,15 @@ import React, { ReactNode } from "react"; | ||
export interface PageParamsProviderProps { | ||
children?: ReactNode; | ||
/** | ||
* Page route without params substituted (e.g. /products/[slug]). | ||
*/ | ||
route?: string; | ||
/** | ||
* Page params (e.g. { slug: "jacket" }) | ||
*/ | ||
params?: Record<string, string | string[] | undefined>; | ||
/** | ||
* Page query params (e.g. { q: "search term" }) | ||
*/ | ||
query?: Record<string, string | string[] | undefined>; | ||
children?: ReactNode; | ||
/** | ||
@@ -47,0 +56,0 @@ * @deprecated Use `route` instead. |
@@ -1,1 +0,1 @@ | ||
export declare const hostVersion = "1.0.175"; | ||
export declare const hostVersion = "1.0.176"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
520445
8789