@appcorp/app-corp-vista 0.3.74 → 0.3.75

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.74",
3
+ "version": "0.3.75",
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",
@@ -199,26 +199,6 @@ exports.accountStatementTemplateV1 = {
199
199
  fontName: 'font_bold',
200
200
  readOnly: false,
201
201
  },
202
- {
203
- name: 'disclaimer',
204
- type: 'text',
205
- content: '',
206
- position: { x: 10, y: 180 },
207
- width: 190,
208
- height: 15,
209
- rotate: 0,
210
- alignment: 'left',
211
- verticalAlignment: 'top',
212
- fontSize: 7,
213
- lineHeight: 1,
214
- characterSpacing: 0,
215
- fontColor: '#909E98',
216
- backgroundColor: '',
217
- opacity: 1,
218
- dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
219
- fontName: 'font_light',
220
- readOnly: false,
221
- },
222
202
  {
223
203
  name: 'date',
224
204
  type: 'text',
@@ -241,4 +221,26 @@ exports.accountStatementTemplateV1 = {
241
221
  },
242
222
  ],
243
223
  ],
224
+ staticSchemas: [
225
+ {
226
+ name: 'disclaimer',
227
+ type: 'text',
228
+ content: '',
229
+ position: { x: 10, y: 272 },
230
+ width: 190,
231
+ height: 15,
232
+ rotate: 0,
233
+ alignment: 'left',
234
+ verticalAlignment: 'top',
235
+ fontSize: 7,
236
+ lineHeight: 1,
237
+ characterSpacing: 0,
238
+ fontColor: '#909E98',
239
+ backgroundColor: '',
240
+ opacity: 1,
241
+ dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
242
+ fontName: 'font_light',
243
+ readOnly: false,
244
+ },
245
+ ],
244
246
  };