@uniformdev/canvas-next-rsc-client 20.75.1-alpha.16 → 20.76.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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -20,7 +20,7 @@ type ClientContextComponentProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
defaultConsent: boolean;
|
|
22
22
|
/**
|
|
23
|
-
* @deprecated
|
|
23
|
+
* @deprecated Prefer the supported quirk serialization configuration.
|
|
24
24
|
* Whether or not to enable the experimental quirk serialization
|
|
25
25
|
*/
|
|
26
26
|
experimentalQuirkSerialization: boolean;
|
|
@@ -95,7 +95,7 @@ type UseUniformContextualEditingStateProps = {
|
|
|
95
95
|
/**
|
|
96
96
|
* When not set, the hook will return the global contextual state no matter where its used.
|
|
97
97
|
* When set, it will return only the state relevant to the component passed.
|
|
98
|
-
* @
|
|
98
|
+
* @defaultValue undefined
|
|
99
99
|
**/
|
|
100
100
|
scope?: ComponentInstance;
|
|
101
101
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ type ClientContextComponentProps = {
|
|
|
20
20
|
*/
|
|
21
21
|
defaultConsent: boolean;
|
|
22
22
|
/**
|
|
23
|
-
* @deprecated
|
|
23
|
+
* @deprecated Prefer the supported quirk serialization configuration.
|
|
24
24
|
* Whether or not to enable the experimental quirk serialization
|
|
25
25
|
*/
|
|
26
26
|
experimentalQuirkSerialization: boolean;
|
|
@@ -95,7 +95,7 @@ type UseUniformContextualEditingStateProps = {
|
|
|
95
95
|
/**
|
|
96
96
|
* When not set, the hook will return the global contextual state no matter where its used.
|
|
97
97
|
* When set, it will return only the state relevant to the component passed.
|
|
98
|
-
* @
|
|
98
|
+
* @defaultValue undefined
|
|
99
99
|
**/
|
|
100
100
|
scope?: ComponentInstance;
|
|
101
101
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next-rsc-client",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.76.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"typescript": "6.0.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@uniformdev/canvas": "20.
|
|
38
|
-
"@uniformdev/canvas-next-rsc-shared": "20.
|
|
39
|
-
"@uniformdev/canvas-react": "20.
|
|
37
|
+
"@uniformdev/canvas": "20.76.2",
|
|
38
|
+
"@uniformdev/canvas-next-rsc-shared": "20.76.2",
|
|
39
|
+
"@uniformdev/canvas-react": "20.76.2",
|
|
40
40
|
"js-cookie": "3.0.8"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d977f0afc2aa754b18053d9455e007712e712dbb"
|
|
54
54
|
}
|