@appcorp/app-corp-vista 0.3.53 → 0.3.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/app-corp-vista",
3
- "version": "0.3.53",
3
+ "version": "0.3.55",
4
4
  "scripts": {
5
5
  "build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib && cp yarn.lock lib",
6
6
  "build:next": "next build",
@@ -4,20 +4,35 @@ exports.byteducatorTemplateV1 = void 0;
4
4
  exports.byteducatorTemplateV1 = {
5
5
  schemas: [
6
6
  [
7
+ // {
8
+ // name: 'banner',
9
+ // type: 'image',
10
+ // content: '',
11
+ // position: {
12
+ // x: 12.01,
13
+ // y: 50,
14
+ // },
15
+ // width: 186,
16
+ // height: 150,
17
+ // rotate: 0,
18
+ // opacity: 1,
19
+ // required: true,
20
+ // readOnly: false,
21
+ // },
7
22
  {
8
23
  name: 'banner',
9
- type: 'image',
10
- content: '',
24
+ type: 'svg',
11
25
  position: {
12
26
  x: 12.01,
13
27
  y: 50,
14
28
  },
29
+ required: true,
30
+ content: '',
15
31
  width: 186,
16
32
  height: 150,
33
+ readOnly: false,
17
34
  rotate: 0,
18
35
  opacity: 1,
19
- required: true,
20
- readOnly: false,
21
36
  },
22
37
  {
23
38
  name: 'logo',
@@ -37,7 +52,7 @@ exports.byteducatorTemplateV1 = {
37
52
  {
38
53
  name: 'category',
39
54
  type: 'text',
40
- content: 'category',
55
+ content: '',
41
56
  position: {
42
57
  x: 12,
43
58
  y: 285,
@@ -47,7 +62,7 @@ exports.byteducatorTemplateV1 = {
47
62
  rotate: 0,
48
63
  alignment: 'left',
49
64
  verticalAlignment: 'top',
50
- fontSize: 13,
65
+ fontSize: 10,
51
66
  lineHeight: 1,
52
67
  characterSpacing: 0,
53
68
  fontColor: '#000000',
@@ -72,7 +87,7 @@ exports.byteducatorTemplateV1 = {
72
87
  rotate: 0,
73
88
  alignment: 'right',
74
89
  verticalAlignment: 'top',
75
- fontSize: 13,
90
+ fontSize: 10,
76
91
  lineHeight: 1,
77
92
  characterSpacing: 0,
78
93
  fontColor: '#000000',
@@ -112,7 +127,7 @@ exports.byteducatorTemplateV1 = {
112
127
  {
113
128
  name: 'description',
114
129
  type: 'text',
115
- content: 'description',
130
+ content: '',
116
131
  position: {
117
132
  x: 12.01,
118
133
  y: 243.62,