@appcorp/app-corp-vista 0.3.59 → 0.3.60

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.59",
3
+ "version": "0.3.60",
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",
@@ -142,7 +142,7 @@ exports.byteducatorTemplateV1 = {
142
142
  y: 12,
143
143
  },
144
144
  required: false,
145
- content: 'Type Something...',
145
+ content: '',
146
146
  width: 45,
147
147
  height: 5,
148
148
  rotate: 0,
@@ -152,7 +152,7 @@ exports.byteducatorTemplateV1 = {
152
152
  lineHeight: 1,
153
153
  characterSpacing: 0,
154
154
  fontColor: '#000000',
155
- fontName: 'Roboto',
155
+ fontName: 'font_regular',
156
156
  backgroundColor: '',
157
157
  opacity: 1,
158
158
  strikethrough: false,