@appcorp/app-corp-vista 0.3.76 → 0.3.77

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.76",
3
+ "version": "0.3.77",
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",
@@ -1,9 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.accountStatementTemplateV1 = void 0;
4
- var common_1 = require("@pdfme/common");
5
4
  exports.accountStatementTemplateV1 = {
6
- basePdf: common_1.BLANK_A4_PDF,
7
5
  schemas: [
8
6
  [
9
7
  {
@@ -124,12 +122,12 @@ exports.accountStatementTemplateV1 = {
124
122
  },
125
123
  columnStyles: {
126
124
  alignment: {
127
- 0: 'left',
128
- 1: 'left',
129
- 2: 'left',
130
- 3: 'left',
131
- 4: 'left',
132
- 5: 'right',
125
+ 0: 'center',
126
+ 1: 'center',
127
+ 2: 'center',
128
+ 3: 'center',
129
+ 4: 'center',
130
+ 5: 'center',
133
131
  },
134
132
  },
135
133
  readOnly: false,
@@ -198,26 +196,31 @@ exports.accountStatementTemplateV1 = {
198
196
  },
199
197
  ],
200
198
  ],
201
- staticSchemas: [
202
- {
203
- name: 'disclaimer',
204
- type: 'text',
205
- content: '',
206
- position: { x: 10, y: 265 },
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
- ],
199
+ basePdf: {
200
+ width: 210,
201
+ height: 297,
202
+ padding: [10, 10, 10, 10],
203
+ staticSchema: [
204
+ {
205
+ name: 'disclaimer',
206
+ type: 'text',
207
+ content: 'Disclaimer: This report reflects activity occurring on the Kismaa platform for informational purposes only. Advisors providing services through Kismaa operate as independent professionals and are not employees of Kismaa.',
208
+ position: { x: 10, y: 280 },
209
+ width: 190,
210
+ height: 15,
211
+ rotate: 0,
212
+ alignment: 'left',
213
+ verticalAlignment: 'top',
214
+ fontSize: 7,
215
+ lineHeight: 1,
216
+ characterSpacing: 0,
217
+ fontColor: '#909E98',
218
+ backgroundColor: '',
219
+ opacity: 1,
220
+ dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
221
+ fontName: 'font_light',
222
+ readOnly: false,
223
+ },
224
+ ],
225
+ },
223
226
  };