@uniformdev/canvas-vue 20.35.1-alpha.188 → 20.35.1-alpha.228
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.esm.js +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -24,9 +24,9 @@ var DefaultNotImplementedComponent = defineComponent({
|
|
|
24
24
|
if (componentType === EMPTY_COMPOSITION.type) {
|
|
25
25
|
return () => h("div", {}, [
|
|
26
26
|
h("style", {
|
|
27
|
-
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,
|
|
27
|
+
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
|
|
28
28
|
}),
|
|
29
|
-
h("p", { style: { animation: "_uniformDelayedFadeIn
|
|
29
|
+
h("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, [
|
|
30
30
|
h("span", {}, "This component only works inside Uniform Canvas editor."),
|
|
31
31
|
h("br"),
|
|
32
32
|
h("span", {}, "If you think this is an error, try "),
|
package/dist/index.js
CHANGED
|
@@ -77,9 +77,9 @@ var DefaultNotImplementedComponent = (0, import_vue.defineComponent)({
|
|
|
77
77
|
if (componentType === import_canvas.EMPTY_COMPOSITION.type) {
|
|
78
78
|
return () => (0, import_vue.h)("div", {}, [
|
|
79
79
|
(0, import_vue.h)("style", {
|
|
80
|
-
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,
|
|
80
|
+
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
|
|
81
81
|
}),
|
|
82
|
-
(0, import_vue.h)("p", { style: { animation: "_uniformDelayedFadeIn
|
|
82
|
+
(0, import_vue.h)("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, [
|
|
83
83
|
(0, import_vue.h)("span", {}, "This component only works inside Uniform Canvas editor."),
|
|
84
84
|
(0, import_vue.h)("br"),
|
|
85
85
|
(0, import_vue.h)("span", {}, "If you think this is an error, try "),
|
package/dist/index.mjs
CHANGED
|
@@ -24,9 +24,9 @@ var DefaultNotImplementedComponent = defineComponent({
|
|
|
24
24
|
if (componentType === EMPTY_COMPOSITION.type) {
|
|
25
25
|
return () => h("div", {}, [
|
|
26
26
|
h("style", {
|
|
27
|
-
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,
|
|
27
|
+
innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
|
|
28
28
|
}),
|
|
29
|
-
h("p", { style: { animation: "_uniformDelayedFadeIn
|
|
29
|
+
h("p", { style: { animation: "_uniformDelayedFadeIn 10s" } }, [
|
|
30
30
|
h("span", {}, "This component only works inside Uniform Canvas editor."),
|
|
31
31
|
h("br"),
|
|
32
32
|
h("span", {}, "If you think this is an error, try "),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-vue",
|
|
3
|
-
"version": "20.35.1-alpha.
|
|
3
|
+
"version": "20.35.1-alpha.228+26f6f414c9",
|
|
4
4
|
"description": "Vue SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"document:prebuild": "api-extractor run --local"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@uniformdev/canvas": "20.35.1-alpha.
|
|
34
|
-
"@uniformdev/context-vue": "20.35.1-alpha.
|
|
35
|
-
"@uniformdev/richtext": "20.35.1-alpha.
|
|
33
|
+
"@uniformdev/canvas": "20.35.1-alpha.228+26f6f414c9",
|
|
34
|
+
"@uniformdev/context-vue": "20.35.1-alpha.228+26f6f414c9",
|
|
35
|
+
"@uniformdev/richtext": "20.35.1-alpha.228+26f6f414c9"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"vue": ">=3.0.0"
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "26f6f414c9725e8e36785bcf51e62e8b15331f2e"
|
|
68
68
|
}
|