@appcorp/app-corp-vista 0.3.73 → 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.73",
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",
@@ -135,97 +135,6 @@ exports.accountStatementTemplateV1 = {
135
135
  readOnly: false,
136
136
  content: '[]',
137
137
  },
138
- // {
139
- // name: 'subTotalLabel',
140
- // type: 'text',
141
- // position: { x: 126.59, y: 110 },
142
- // content: '',
143
- // width: 25.42,
144
- // height: 8.61,
145
- // rotate: 0,
146
- // alignment: 'left',
147
- // verticalAlignment: 'middle',
148
- // fontSize: 10,
149
- // lineHeight: 1,
150
- // characterSpacing: 0,
151
- // fontColor: '#2C3139',
152
- // backgroundColor: '',
153
- // opacity: 1,
154
- // dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
155
- // fontName: 'font_bold',
156
- // readOnly: false,
157
- // },
158
- // {
159
- // name: 'subTotalValue',
160
- // type: 'text',
161
- // content: '$500',
162
- // position: { x: 167.26, y: 110 },
163
- // width: 32.48,
164
- // height: 7.56,
165
- // rotate: 0,
166
- // alignment: 'right',
167
- // verticalAlignment: 'middle',
168
- // fontSize: 10,
169
- // lineHeight: 1,
170
- // characterSpacing: 0,
171
- // fontColor: '#2C3139',
172
- // backgroundColor: '',
173
- // opacity: 1,
174
- // dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
175
- // fontName: 'font_regular',
176
- // readOnly: false,
177
- // },
178
- // {
179
- // name: 'subTotalDivider',
180
- // type: 'line',
181
- // position: { x: 127.09, y: 118 },
182
- // width: 71.91,
183
- // height: 1,
184
- // rotate: 0,
185
- // opacity: 1,
186
- // readOnly: true,
187
- // color: '#ECF1F1',
188
- // },
189
- // {
190
- // name: 'totalLabel',
191
- // type: 'text',
192
- // position: { x: 128.05, y: 123 },
193
- // content: '',
194
- // width: 22.01,
195
- // height: 10.2,
196
- // rotate: 0,
197
- // alignment: 'left',
198
- // verticalAlignment: 'middle',
199
- // fontSize: 14,
200
- // lineHeight: 1,
201
- // characterSpacing: 0,
202
- // fontColor: '#2C3139',
203
- // fontName: 'font_bold',
204
- // backgroundColor: '',
205
- // dynamicFontSize: { min: 6, max: 14, fit: 'vertical' },
206
- // opacity: 1,
207
- // readOnly: false,
208
- // },
209
- // {
210
- // name: 'totalValue',
211
- // type: 'text',
212
- // content: '',
213
- // position: { x: 167.26, y: 123 },
214
- // width: 32.48,
215
- // height: 9.94,
216
- // rotate: 0,
217
- // alignment: 'right',
218
- // verticalAlignment: 'middle',
219
- // fontSize: 14,
220
- // lineHeight: 1,
221
- // characterSpacing: 0,
222
- // fontColor: '#2C3139',
223
- // backgroundColor: '',
224
- // opacity: 1,
225
- // dynamicFontSize: { min: 6, max: 14, fit: 'vertical' },
226
- // fontName: 'font_regular',
227
- // readOnly: false,
228
- // },
229
138
  {
230
139
  name: 'marketingNote',
231
140
  type: 'text',
@@ -291,37 +200,47 @@ exports.accountStatementTemplateV1 = {
291
200
  readOnly: false,
292
201
  },
293
202
  {
294
- name: 'disclaimer',
203
+ name: 'date',
295
204
  type: 'text',
296
- position: { x: 10, y: 277 },
297
- 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.',
298
- width: 190,
299
- height: 10,
205
+ content: '',
206
+ position: { x: 140, y: 35 },
207
+ width: 60,
208
+ height: 15,
300
209
  rotate: 0,
301
- alignment: 'left',
210
+ alignment: 'right',
302
211
  verticalAlignment: 'top',
303
- fontSize: 10,
304
- fontWeight: 400,
212
+ fontSize: 7,
305
213
  lineHeight: 1,
306
214
  characterSpacing: 0,
307
- fontColor: '#2C3139',
215
+ fontColor: '#909E98',
308
216
  backgroundColor: '',
309
217
  opacity: 1,
310
218
  dynamicFontSize: { min: 6, max: 10, fit: 'vertical' },
311
- fontName: 'font_regular',
219
+ fontName: 'font_light',
312
220
  readOnly: false,
313
221
  },
314
- // {
315
- // name: 'totalDivider',
316
- // type: 'line',
317
- // position: { x: 127.09, y: 133 },
318
- // width: 72.91,
319
- // height: 1.2,
320
- // rotate: 0,
321
- // opacity: 1,
322
- // readOnly: false,
323
- // color: '#EFEFD1',
324
- // },
325
222
  ],
326
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
+ ],
327
246
  };