@uniformdev/canvas-vue 20.7.1-alpha.123 → 20.7.1-alpha.136

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/LICENSE.txt CHANGED
@@ -1,2 +1,2 @@
1
- © 2025 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2026 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
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%,75% { opacity: 0; } to { opacity: 1; } }`
27
+ innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
28
28
  }),
29
- h("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, [
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%,75% { opacity: 0; } to { opacity: 1; } }`
80
+ innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
81
81
  }),
82
- (0, import_vue.h)("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, [
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%,75% { opacity: 0; } to { opacity: 1; } }`
27
+ innerHTML: `@keyframes _uniformDelayedFadeIn { 0%,92.5% { opacity: 0; } to { opacity: 1; } }`
28
28
  }),
29
- h("p", { style: { animation: "_uniformDelayedFadeIn 3s" } }, [
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.7.1-alpha.123+2f94c7c7d8",
3
+ "version": "20.7.1-alpha.136+b24fc21071",
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.7.1-alpha.123+2f94c7c7d8",
34
- "@uniformdev/context-vue": "20.7.1-alpha.123+2f94c7c7d8",
35
- "@uniformdev/richtext": "20.7.1-alpha.123+2f94c7c7d8"
33
+ "@uniformdev/canvas": "20.7.1-alpha.136+b24fc21071",
34
+ "@uniformdev/context-vue": "20.7.1-alpha.136+b24fc21071",
35
+ "@uniformdev/richtext": "20.7.1-alpha.136+b24fc21071"
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": "2f94c7c7d825e4d5fb92122c706fb4efa4922993"
67
+ "gitHead": "b24fc21071984f3e41cf7d2e46345c122182a185"
68
68
  }