@uniformdev/canvas 20.67.1-alpha.22 → 20.67.1-alpha.27
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
|
@@ -1890,9 +1890,9 @@ declare const IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM = "is_incontext_ed
|
|
|
1890
1890
|
declare const IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM = "is_incontext_editing_forced_settings";
|
|
1891
1891
|
/** The name of the query string used to get the config from the preview url */
|
|
1892
1892
|
declare const IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM = "is_config_check";
|
|
1893
|
-
/** The value of "data-role"
|
|
1893
|
+
/** The value of "data-role" on the component start marker element */
|
|
1894
1894
|
declare const IN_CONTEXT_EDITOR_COMPONENT_START_ROLE = "uniform-component-start";
|
|
1895
|
-
/** The value of "data-role"
|
|
1895
|
+
/** The value of "data-role" on the component end marker element */
|
|
1896
1896
|
declare const IN_CONTEXT_EDITOR_COMPONENT_END_ROLE = "uniform-component-end";
|
|
1897
1897
|
/** The ID of the Contextual Editing script that gets embedded in frontend apps */
|
|
1898
1898
|
declare const IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID = "uniform-canvas-preview-script";
|
package/dist/index.d.ts
CHANGED
|
@@ -1890,9 +1890,9 @@ declare const IN_CONTEXT_EDITOR_PLAYGROUND_QUERY_STRING_PARAM = "is_incontext_ed
|
|
|
1890
1890
|
declare const IN_CONTEXT_EDITOR_FORCED_SETTINGS_QUERY_STRING_PARAM = "is_incontext_editing_forced_settings";
|
|
1891
1891
|
/** The name of the query string used to get the config from the preview url */
|
|
1892
1892
|
declare const IN_CONTEXT_EDITOR_CONFIG_CHECK_QUERY_STRING_PARAM = "is_config_check";
|
|
1893
|
-
/** The value of "data-role"
|
|
1893
|
+
/** The value of "data-role" on the component start marker element */
|
|
1894
1894
|
declare const IN_CONTEXT_EDITOR_COMPONENT_START_ROLE = "uniform-component-start";
|
|
1895
|
-
/** The value of "data-role"
|
|
1895
|
+
/** The value of "data-role" on the component end marker element */
|
|
1896
1896
|
declare const IN_CONTEXT_EDITOR_COMPONENT_END_ROLE = "uniform-component-end";
|
|
1897
1897
|
/** The ID of the Contextual Editing script that gets embedded in frontend apps */
|
|
1898
1898
|
declare const IN_CONTEXT_EDITOR_EMBED_SCRIPT_ID = "uniform-canvas-preview-script";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas",
|
|
3
|
-
"version": "20.67.1-alpha.
|
|
3
|
+
"version": "20.67.1-alpha.27+003af30589",
|
|
4
4
|
"description": "Common functionality and types for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"svix": "1.71.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@uniformdev/assets": "20.67.1-alpha.
|
|
43
|
-
"@uniformdev/context": "20.67.1-alpha.
|
|
44
|
-
"@uniformdev/richtext": "20.67.1-alpha.
|
|
42
|
+
"@uniformdev/assets": "20.67.1-alpha.27+003af30589",
|
|
43
|
+
"@uniformdev/context": "20.67.1-alpha.27+003af30589",
|
|
44
|
+
"@uniformdev/richtext": "20.67.1-alpha.27+003af30589",
|
|
45
45
|
"immer": "10.1.3"
|
|
46
46
|
},
|
|
47
47
|
"files": [
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "003af30589ea6dc98fb59f0dba35d82d4ee939d2"
|
|
54
54
|
}
|