@appcorp/app-corp-vista 0.3.53 → 0.3.54

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.54",
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",
@@ -37,7 +37,7 @@ exports.byteducatorTemplateV1 = {
37
37
  {
38
38
  name: 'category',
39
39
  type: 'text',
40
- content: 'category',
40
+ content: '',
41
41
  position: {
42
42
  x: 12,
43
43
  y: 285,
@@ -47,7 +47,7 @@ exports.byteducatorTemplateV1 = {
47
47
  rotate: 0,
48
48
  alignment: 'left',
49
49
  verticalAlignment: 'top',
50
- fontSize: 13,
50
+ fontSize: 10,
51
51
  lineHeight: 1,
52
52
  characterSpacing: 0,
53
53
  fontColor: '#000000',
@@ -72,7 +72,7 @@ exports.byteducatorTemplateV1 = {
72
72
  rotate: 0,
73
73
  alignment: 'right',
74
74
  verticalAlignment: 'top',
75
- fontSize: 13,
75
+ fontSize: 10,
76
76
  lineHeight: 1,
77
77
  characterSpacing: 0,
78
78
  fontColor: '#000000',
@@ -112,7 +112,7 @@ exports.byteducatorTemplateV1 = {
112
112
  {
113
113
  name: 'description',
114
114
  type: 'text',
115
- content: 'description',
115
+ content: '',
116
116
  position: {
117
117
  x: 12.01,
118
118
  y: 243.62,