This is page 8 of 8. Use http://codebase.md/1yhy/figma-context-mcp?lines=true&page={x} to view the full context.
# Directory Structure
```
├── .editorconfig
├── .env.example
├── .github
│ ├── ISSUE_TEMPLATE
│ │ ├── bug_report.yml
│ │ └── feature_request.yml
│ ├── PULL_REQUEST_TEMPLATE.md
│ └── workflows
│ └── ci.yml
├── .gitignore
├── .husky
│ ├── commit-msg
│ └── pre-commit
├── .lintstagedrc.json
├── .nvmrc
├── .prettierrc
├── CHANGELOG.md
├── commitlint.config.js
├── CONTRIBUTING.md
├── Dockerfile
├── docs
│ ├── en
│ │ ├── absolute-to-relative-research.md
│ │ ├── architecture.md
│ │ ├── cache-architecture.md
│ │ ├── grid-layout-research.md
│ │ ├── icon-detection.md
│ │ ├── layout-detection-research.md
│ │ └── layout-detection.md
│ └── zh-CN
│ ├── absolute-to-relative-research.md
│ ├── architecture.md
│ ├── cache-architecture.md
│ ├── grid-layout-research.md
│ ├── icon-detection.md
│ ├── layout-detection-research.md
│ ├── layout-detection.md
│ └── TODO-feature-enhancements.md
├── eslint.config.js
├── LICENSE
├── package.json
├── pnpm-lock.yaml
├── README.md
├── README.zh-CN.md
├── scripts
│ ├── fetch-test-data.ts
│ └── optimize-figma-json.ts
├── smithery.yaml
├── src
│ ├── algorithms
│ │ ├── icon
│ │ │ ├── detector.ts
│ │ │ └── index.ts
│ │ └── layout
│ │ ├── detector.ts
│ │ ├── index.ts
│ │ ├── optimizer.ts
│ │ └── spatial.ts
│ ├── config.ts
│ ├── core
│ │ ├── effects.ts
│ │ ├── layout.ts
│ │ ├── parser.ts
│ │ └── style.ts
│ ├── index.ts
│ ├── prompts
│ │ ├── design-to-code.ts
│ │ └── index.ts
│ ├── resources
│ │ ├── figma-resources.ts
│ │ └── index.ts
│ ├── server.ts
│ ├── services
│ │ ├── cache
│ │ │ ├── cache-manager.ts
│ │ │ ├── disk-cache.ts
│ │ │ ├── index.ts
│ │ │ ├── lru-cache.ts
│ │ │ └── types.ts
│ │ ├── cache.ts
│ │ ├── figma.ts
│ │ └── simplify-node-response.ts
│ ├── types
│ │ ├── figma.ts
│ │ ├── index.ts
│ │ └── simplified.ts
│ └── utils
│ ├── color.ts
│ ├── css.ts
│ ├── file.ts
│ └── validation.ts
├── tests
│ ├── fixtures
│ │ ├── expected
│ │ │ ├── node-240-32163-optimized.json
│ │ │ ├── node-402-34955-optimized.json
│ │ │ └── real-node-data-optimized.json
│ │ └── figma-data
│ │ ├── node-240-32163.json
│ │ ├── node-402-34955.json
│ │ └── real-node-data.json
│ ├── integration
│ │ ├── __snapshots__
│ │ │ ├── layout-optimization.test.ts.snap
│ │ │ └── output-quality.test.ts.snap
│ │ ├── layout-optimization.test.ts
│ │ ├── output-quality.test.ts
│ │ └── parser.test.ts
│ ├── unit
│ │ ├── algorithms
│ │ │ ├── icon-optimization.test.ts
│ │ │ ├── icon.test.ts
│ │ │ └── layout.test.ts
│ │ ├── resources
│ │ │ └── figma-resources.test.ts
│ │ └── services
│ │ └── cache.test.ts
│ └── utils
│ ├── preview-generator.ts
│ ├── preview.ts
│ ├── run-simplification.ts
│ └── viewer.html
├── tsconfig.json
├── tsup.config.ts
└── vitest.config.ts
```
# Files
--------------------------------------------------------------------------------
/tests/fixtures/figma-data/node-240-32163.json:
--------------------------------------------------------------------------------
```json
1 | {
2 | "name": "Untitled",
3 | "lastModified": "2025-12-05T16:16:42Z",
4 | "thumbnailUrl": "https://s3-alpha.figma.com/thumbnails/6d4c4440-1098-402c-b983-1bf44c182966?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWCXJW6HYPC%2F20251204%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20251204T000000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=d3f06b6fe775803929be1e1b720481975e85de86c48cc9eceead613e35ad8501",
5 | "version": "2294103145619317358",
6 | "role": "owner",
7 | "editorType": "figma",
8 | "linkAccess": "view",
9 | "nodes": {
10 | "240:32163": {
11 | "document": {
12 | "id": "240:32163",
13 | "name": "Call Logs 有数据",
14 | "type": "FRAME",
15 | "scrollBehavior": "SCROLLS",
16 | "children": [
17 | {
18 | "id": "240:32164",
19 | "name": "Group 125",
20 | "type": "INSTANCE",
21 | "scrollBehavior": "SCROLLS",
22 | "componentId": "188:22469",
23 | "overrides": [],
24 | "children": [
25 | {
26 | "id": "I240:32164;10:397",
27 | "name": "Rectangle 9",
28 | "type": "RECTANGLE",
29 | "scrollBehavior": "SCROLLS",
30 | "blendMode": "PASS_THROUGH",
31 | "fills": [
32 | {
33 | "blendMode": "NORMAL",
34 | "type": "SOLID",
35 | "color": {
36 | "r": 1,
37 | "g": 1,
38 | "b": 1,
39 | "a": 1
40 | }
41 | }
42 | ],
43 | "strokes": [],
44 | "strokeWeight": 1,
45 | "strokeAlign": "INSIDE",
46 | "absoluteBoundingBox": {
47 | "x": 33787,
48 | "y": 77291,
49 | "width": 375,
50 | "height": 56
51 | },
52 | "absoluteRenderBounds": {
53 | "x": 33787,
54 | "y": 77291,
55 | "width": 375,
56 | "height": 56
57 | },
58 | "constraints": {
59 | "vertical": "SCALE",
60 | "horizontal": "SCALE"
61 | },
62 | "effects": [],
63 | "interactions": []
64 | },
65 | {
66 | "id": "I240:32164;1473:19604",
67 | "name": "Link",
68 | "type": "FRAME",
69 | "scrollBehavior": "SCROLLS",
70 | "children": [
71 | {
72 | "id": "I240:32164;1473:19605",
73 | "name": "TRY NOW",
74 | "type": "TEXT",
75 | "scrollBehavior": "SCROLLS",
76 | "blendMode": "PASS_THROUGH",
77 | "fills": [
78 | {
79 | "blendMode": "NORMAL",
80 | "type": "SOLID",
81 | "color": {
82 | "r": 1,
83 | "g": 1,
84 | "b": 1,
85 | "a": 1
86 | }
87 | }
88 | ],
89 | "strokes": [],
90 | "strokeWeight": 1,
91 | "strokeAlign": "OUTSIDE",
92 | "absoluteBoundingBox": {
93 | "x": 33939.58984375,
94 | "y": 77311,
95 | "width": 64,
96 | "height": 16
97 | },
98 | "absoluteRenderBounds": {
99 | "x": 33940.0390625,
100 | "y": 77313.90625,
101 | "width": 63.15625,
102 | "height": 10.234375
103 | },
104 | "constraints": {
105 | "vertical": "CENTER",
106 | "horizontal": "CENTER"
107 | },
108 | "characters": "TRY NOW",
109 | "characterStyleOverrides": [],
110 | "styleOverrideTable": {},
111 | "lineTypes": ["NONE"],
112 | "lineIndentations": [0],
113 | "style": {
114 | "fontFamily": "Roboto",
115 | "fontPostScriptName": null,
116 | "fontStyle": "Bold",
117 | "fontWeight": 700,
118 | "textCase": "UPPER",
119 | "textAutoResize": "WIDTH_AND_HEIGHT",
120 | "fontSize": 14,
121 | "textAlignHorizontal": "CENTER",
122 | "textAlignVertical": "CENTER",
123 | "letterSpacing": 0.4000000059604645,
124 | "lineHeightPx": 16,
125 | "lineHeightPercent": 97.52381134033203,
126 | "lineHeightPercentFontSize": 114.28571319580078,
127 | "lineHeightUnit": "PIXELS"
128 | },
129 | "layoutVersion": 4,
130 | "effects": [],
131 | "interactions": []
132 | },
133 | {
134 | "id": "I240:32164;1473:19606",
135 | "name": "Container",
136 | "type": "FRAME",
137 | "scrollBehavior": "SCROLLS",
138 | "children": [],
139 | "blendMode": "PASS_THROUGH",
140 | "clipsContent": true,
141 | "background": [],
142 | "fills": [],
143 | "strokes": [],
144 | "cornerRadius": 8,
145 | "cornerSmoothing": 0,
146 | "strokeWeight": 1,
147 | "strokeAlign": "INSIDE",
148 | "backgroundColor": {
149 | "r": 0,
150 | "g": 0,
151 | "b": 0,
152 | "a": 0
153 | },
154 | "absoluteBoundingBox": {
155 | "x": 33907,
156 | "y": 77301,
157 | "width": 130,
158 | "height": 36
159 | },
160 | "absoluteRenderBounds": {
161 | "x": 33907,
162 | "y": 77301,
163 | "width": 130,
164 | "height": 36
165 | },
166 | "constraints": {
167 | "vertical": "TOP_BOTTOM",
168 | "horizontal": "LEFT_RIGHT"
169 | },
170 | "effects": [],
171 | "interactions": []
172 | }
173 | ],
174 | "blendMode": "PASS_THROUGH",
175 | "clipsContent": false,
176 | "background": [
177 | {
178 | "blendMode": "NORMAL",
179 | "type": "SOLID",
180 | "color": {
181 | "r": 0.18039216101169586,
182 | "g": 0.800000011920929,
183 | "b": 0.4431372582912445,
184 | "a": 1
185 | }
186 | }
187 | ],
188 | "fills": [
189 | {
190 | "blendMode": "NORMAL",
191 | "type": "SOLID",
192 | "color": {
193 | "r": 0.18039216101169586,
194 | "g": 0.800000011920929,
195 | "b": 0.4431372582912445,
196 | "a": 1
197 | }
198 | }
199 | ],
200 | "strokes": [],
201 | "cornerRadius": 8,
202 | "cornerSmoothing": 0,
203 | "strokeWeight": 1,
204 | "strokeAlign": "INSIDE",
205 | "backgroundColor": {
206 | "r": 0.18039216101169586,
207 | "g": 0.800000011920929,
208 | "b": 0.4431372582912445,
209 | "a": 1
210 | },
211 | "absoluteBoundingBox": {
212 | "x": 33907,
213 | "y": 77301,
214 | "width": 130,
215 | "height": 36
216 | },
217 | "absoluteRenderBounds": {
218 | "x": 33907,
219 | "y": 77301,
220 | "width": 130,
221 | "height": 36
222 | },
223 | "constraints": {
224 | "vertical": "CENTER",
225 | "horizontal": "LEFT"
226 | },
227 | "effects": [],
228 | "interactions": []
229 | },
230 | {
231 | "id": "I240:32164;10:398",
232 | "name": "Vector 6",
233 | "type": "VECTOR",
234 | "scrollBehavior": "SCROLLS",
235 | "blendMode": "PASS_THROUGH",
236 | "fills": [],
237 | "strokes": [
238 | {
239 | "blendMode": "NORMAL",
240 | "type": "SOLID",
241 | "color": {
242 | "r": 0.8850423097610474,
243 | "g": 0.8850423097610474,
244 | "b": 0.8850423097610474,
245 | "a": 1
246 | }
247 | }
248 | ],
249 | "strokeWeight": 1,
250 | "strokeAlign": "CENTER",
251 | "strokeCap": "ROUND",
252 | "absoluteBoundingBox": {
253 | "x": 33787,
254 | "y": 77347,
255 | "width": 375,
256 | "height": 0
257 | },
258 | "absoluteRenderBounds": {
259 | "x": 33787,
260 | "y": 77346.5,
261 | "width": 375,
262 | "height": 1
263 | },
264 | "constraints": {
265 | "vertical": "SCALE",
266 | "horizontal": "SCALE"
267 | },
268 | "effects": [],
269 | "interactions": []
270 | },
271 | {
272 | "id": "I240:32164;10:399",
273 | "name": "Group 1",
274 | "type": "GROUP",
275 | "scrollBehavior": "SCROLLS",
276 | "children": [
277 | {
278 | "id": "I240:32164;10:400",
279 | "name": "Rectangle 1",
280 | "type": "RECTANGLE",
281 | "scrollBehavior": "SCROLLS",
282 | "blendMode": "PASS_THROUGH",
283 | "fills": [
284 | {
285 | "blendMode": "NORMAL",
286 | "type": "SOLID",
287 | "color": {
288 | "r": 0.20000000298023224,
289 | "g": 0.20000000298023224,
290 | "b": 0.20000000298023224,
291 | "a": 1
292 | }
293 | }
294 | ],
295 | "strokes": [],
296 | "strokeWeight": 1,
297 | "strokeAlign": "INSIDE",
298 | "cornerRadius": 2,
299 | "cornerSmoothing": 0,
300 | "absoluteBoundingBox": {
301 | "x": 33803,
302 | "y": 77310,
303 | "width": 18,
304 | "height": 2.5
305 | },
306 | "absoluteRenderBounds": {
307 | "x": 33803,
308 | "y": 77310,
309 | "width": 18,
310 | "height": 2.5
311 | },
312 | "constraints": {
313 | "vertical": "SCALE",
314 | "horizontal": "SCALE"
315 | },
316 | "effects": [],
317 | "interactions": []
318 | },
319 | {
320 | "id": "I240:32164;10:401",
321 | "name": "Rectangle 2",
322 | "type": "RECTANGLE",
323 | "scrollBehavior": "SCROLLS",
324 | "blendMode": "PASS_THROUGH",
325 | "fills": [
326 | {
327 | "blendMode": "NORMAL",
328 | "type": "SOLID",
329 | "color": {
330 | "r": 0.20000000298023224,
331 | "g": 0.20000000298023224,
332 | "b": 0.20000000298023224,
333 | "a": 1
334 | }
335 | }
336 | ],
337 | "strokes": [],
338 | "strokeWeight": 1,
339 | "strokeAlign": "INSIDE",
340 | "cornerRadius": 2,
341 | "cornerSmoothing": 0,
342 | "absoluteBoundingBox": {
343 | "x": 33803,
344 | "y": 77317,
345 | "width": 18,
346 | "height": 2.5
347 | },
348 | "absoluteRenderBounds": {
349 | "x": 33803,
350 | "y": 77317,
351 | "width": 18,
352 | "height": 2.5
353 | },
354 | "constraints": {
355 | "vertical": "SCALE",
356 | "horizontal": "SCALE"
357 | },
358 | "effects": [],
359 | "interactions": []
360 | },
361 | {
362 | "id": "I240:32164;10:402",
363 | "name": "Rectangle 3",
364 | "type": "RECTANGLE",
365 | "scrollBehavior": "SCROLLS",
366 | "blendMode": "PASS_THROUGH",
367 | "fills": [
368 | {
369 | "blendMode": "NORMAL",
370 | "type": "SOLID",
371 | "color": {
372 | "r": 0.20000000298023224,
373 | "g": 0.20000000298023224,
374 | "b": 0.20000000298023224,
375 | "a": 1
376 | }
377 | }
378 | ],
379 | "strokes": [],
380 | "strokeWeight": 1,
381 | "strokeAlign": "INSIDE",
382 | "cornerRadius": 2,
383 | "cornerSmoothing": 0,
384 | "absoluteBoundingBox": {
385 | "x": 33803,
386 | "y": 77324,
387 | "width": 18,
388 | "height": 2.5
389 | },
390 | "absoluteRenderBounds": {
391 | "x": 33803,
392 | "y": 77324,
393 | "width": 18,
394 | "height": 2.5
395 | },
396 | "constraints": {
397 | "vertical": "SCALE",
398 | "horizontal": "SCALE"
399 | },
400 | "effects": [],
401 | "interactions": []
402 | }
403 | ],
404 | "blendMode": "PASS_THROUGH",
405 | "clipsContent": false,
406 | "background": [],
407 | "fills": [],
408 | "strokes": [],
409 | "cornerRadius": 2,
410 | "cornerSmoothing": 0,
411 | "strokeWeight": 1,
412 | "strokeAlign": "INSIDE",
413 | "backgroundColor": {
414 | "r": 0,
415 | "g": 0,
416 | "b": 0,
417 | "a": 0
418 | },
419 | "absoluteBoundingBox": {
420 | "x": 33803,
421 | "y": 77310,
422 | "width": 18,
423 | "height": 16.5
424 | },
425 | "absoluteRenderBounds": {
426 | "x": 33803,
427 | "y": 77310,
428 | "width": 18,
429 | "height": 16.5
430 | },
431 | "constraints": {
432 | "vertical": "SCALE",
433 | "horizontal": "SCALE"
434 | },
435 | "effects": [],
436 | "interactions": []
437 | },
438 | {
439 | "id": "I240:32164;10:403",
440 | "name": "Group 9",
441 | "type": "GROUP",
442 | "scrollBehavior": "SCROLLS",
443 | "children": [
444 | {
445 | "id": "I240:32164;10:404",
446 | "name": "Vector 1",
447 | "type": "VECTOR",
448 | "scrollBehavior": "SCROLLS",
449 | "blendMode": "PASS_THROUGH",
450 | "fills": [],
451 | "fillOverrideTable": {
452 | "1": null
453 | },
454 | "strokes": [
455 | {
456 | "blendMode": "NORMAL",
457 | "type": "SOLID",
458 | "color": {
459 | "r": 0.6000000238418579,
460 | "g": 0.6000000238418579,
461 | "b": 0.6000000238418579,
462 | "a": 1
463 | }
464 | }
465 | ],
466 | "strokeWeight": 1.5,
467 | "strokeAlign": "CENTER",
468 | "strokeJoin": "ROUND",
469 | "strokeCap": "ROUND",
470 | "absoluteBoundingBox": {
471 | "x": 34077,
472 | "y": 77316,
473 | "width": 9,
474 | "height": 4
475 | },
476 | "absoluteRenderBounds": {
477 | "x": 34076.25,
478 | "y": 77315.25,
479 | "width": 10.5,
480 | "height": 5.5
481 | },
482 | "constraints": {
483 | "vertical": "SCALE",
484 | "horizontal": "SCALE"
485 | },
486 | "effects": [],
487 | "interactions": []
488 | },
489 | {
490 | "id": "I240:32164;10:405",
491 | "name": "EN",
492 | "type": "TEXT",
493 | "scrollBehavior": "SCROLLS",
494 | "blendMode": "PASS_THROUGH",
495 | "fills": [
496 | {
497 | "blendMode": "NORMAL",
498 | "type": "SOLID",
499 | "color": {
500 | "r": 0.4000000059604645,
501 | "g": 0.4000000059604645,
502 | "b": 0.4000000059604645,
503 | "a": 1
504 | }
505 | }
506 | ],
507 | "strokes": [],
508 | "strokeWeight": 1,
509 | "strokeAlign": "OUTSIDE",
510 | "absoluteBoundingBox": {
511 | "x": 34053,
512 | "y": 77309,
513 | "width": 19,
514 | "height": 17
515 | },
516 | "absoluteRenderBounds": {
517 | "x": 34054.171875,
518 | "y": 77312.8203125,
519 | "width": 16.65234375,
520 | "height": 10.1796875
521 | },
522 | "constraints": {
523 | "vertical": "SCALE",
524 | "horizontal": "SCALE"
525 | },
526 | "characters": "EN",
527 | "characterStyleOverrides": [],
528 | "styleOverrideTable": {},
529 | "lineTypes": ["NONE"],
530 | "lineIndentations": [0],
531 | "style": {
532 | "fontFamily": "Inter",
533 | "fontPostScriptName": "Inter-Medium",
534 | "fontStyle": "Medium",
535 | "fontWeight": 500,
536 | "textAutoResize": "WIDTH_AND_HEIGHT",
537 | "fontSize": 14,
538 | "textAlignHorizontal": "CENTER",
539 | "textAlignVertical": "TOP",
540 | "letterSpacing": 0,
541 | "lineHeightPx": 16.94318199157715,
542 | "lineHeightPercent": 100,
543 | "lineHeightUnit": "INTRINSIC_%"
544 | },
545 | "layoutVersion": 4,
546 | "effects": [],
547 | "interactions": []
548 | }
549 | ],
550 | "blendMode": "PASS_THROUGH",
551 | "clipsContent": false,
552 | "background": [],
553 | "fills": [],
554 | "strokes": [],
555 | "strokeWeight": 1,
556 | "strokeAlign": "INSIDE",
557 | "backgroundColor": {
558 | "r": 0,
559 | "g": 0,
560 | "b": 0,
561 | "a": 0
562 | },
563 | "absoluteBoundingBox": {
564 | "x": 34053,
565 | "y": 77309,
566 | "width": 33,
567 | "height": 17
568 | },
569 | "absoluteRenderBounds": {
570 | "x": 34053,
571 | "y": 77309,
572 | "width": 33.75,
573 | "height": 17
574 | },
575 | "constraints": {
576 | "vertical": "SCALE",
577 | "horizontal": "SCALE"
578 | },
579 | "effects": [],
580 | "interactions": []
581 | },
582 | {
583 | "id": "I240:32164;10:407",
584 | "name": "Mask group",
585 | "type": "GROUP",
586 | "scrollBehavior": "SCROLLS",
587 | "children": [
588 | {
589 | "id": "I240:32164;10:408",
590 | "name": "Ellipse 33",
591 | "type": "ELLIPSE",
592 | "scrollBehavior": "SCROLLS",
593 | "blendMode": "PASS_THROUGH",
594 | "fills": [
595 | {
596 | "blendMode": "NORMAL",
597 | "type": "SOLID",
598 | "color": {
599 | "r": 0.8509804010391235,
600 | "g": 0.8509804010391235,
601 | "b": 0.8509804010391235,
602 | "a": 1
603 | }
604 | }
605 | ],
606 | "strokes": [],
607 | "strokeWeight": 1,
608 | "strokeAlign": "INSIDE",
609 | "absoluteBoundingBox": {
610 | "x": 34100,
611 | "y": 77300,
612 | "width": 38,
613 | "height": 38
614 | },
615 | "absoluteRenderBounds": null,
616 | "constraints": {
617 | "vertical": "SCALE",
618 | "horizontal": "SCALE"
619 | },
620 | "effects": [],
621 | "isMask": true,
622 | "maskType": "ALPHA",
623 | "arcData": {
624 | "startingAngle": 0,
625 | "endingAngle": 6.2831854820251465,
626 | "innerRadius": 0
627 | },
628 | "interactions": []
629 | },
630 | {
631 | "id": "I240:32164;10:409",
632 | "name": "image 10",
633 | "type": "RECTANGLE",
634 | "scrollBehavior": "SCROLLS",
635 | "blendMode": "PASS_THROUGH",
636 | "fills": [
637 | {
638 | "blendMode": "NORMAL",
639 | "type": "IMAGE",
640 | "scaleMode": "FILL",
641 | "imageRef": "48d28fe6b58b88ad4b20ffa2c33b9e492d0e1455"
642 | }
643 | ],
644 | "strokes": [],
645 | "strokeWeight": 1,
646 | "strokeAlign": "INSIDE",
647 | "absoluteBoundingBox": {
648 | "x": 34093.29296875,
649 | "y": 77300,
650 | "width": 50.48038864135742,
651 | "height": 37.860294342041016
652 | },
653 | "absoluteRenderBounds": {
654 | "x": 34100,
655 | "y": 77300,
656 | "width": 38,
657 | "height": 37.859375
658 | },
659 | "preserveRatio": true,
660 | "targetAspectRatio": {
661 | "x": 644,
662 | "y": 483
663 | },
664 | "constraints": {
665 | "vertical": "TOP",
666 | "horizontal": "SCALE"
667 | },
668 | "effects": [],
669 | "interactions": []
670 | }
671 | ],
672 | "blendMode": "PASS_THROUGH",
673 | "clipsContent": false,
674 | "background": [],
675 | "fills": [],
676 | "strokes": [],
677 | "strokeWeight": 1,
678 | "strokeAlign": "INSIDE",
679 | "backgroundColor": {
680 | "r": 0,
681 | "g": 0,
682 | "b": 0,
683 | "a": 0
684 | },
685 | "absoluteBoundingBox": {
686 | "x": 34100,
687 | "y": 77300,
688 | "width": 38,
689 | "height": 38
690 | },
691 | "absoluteRenderBounds": {
692 | "x": 34100,
693 | "y": 77300,
694 | "width": 38,
695 | "height": 38
696 | },
697 | "constraints": {
698 | "vertical": "SCALE",
699 | "horizontal": "SCALE"
700 | },
701 | "effects": [],
702 | "interactions": []
703 | },
704 | {
705 | "id": "I240:32164;10:410",
706 | "name": "Ellipse 34",
707 | "type": "ELLIPSE",
708 | "scrollBehavior": "SCROLLS",
709 | "blendMode": "PASS_THROUGH",
710 | "fills": [
711 | {
712 | "blendMode": "NORMAL",
713 | "type": "SOLID",
714 | "color": {
715 | "r": 0.15069255232810974,
716 | "g": 0.9519113302230835,
717 | "b": 0.40441179275512695,
718 | "a": 1
719 | }
720 | }
721 | ],
722 | "strokes": [
723 | {
724 | "blendMode": "NORMAL",
725 | "type": "SOLID",
726 | "color": {
727 | "r": 1,
728 | "g": 1,
729 | "b": 1,
730 | "a": 1
731 | }
732 | }
733 | ],
734 | "strokeWeight": 1,
735 | "strokeAlign": "OUTSIDE",
736 | "absoluteBoundingBox": {
737 | "x": 34129,
738 | "y": 77330,
739 | "width": 8,
740 | "height": 8
741 | },
742 | "absoluteRenderBounds": {
743 | "x": 34128,
744 | "y": 77329,
745 | "width": 10,
746 | "height": 10
747 | },
748 | "constraints": {
749 | "vertical": "TOP",
750 | "horizontal": "LEFT"
751 | },
752 | "effects": [],
753 | "arcData": {
754 | "startingAngle": 0,
755 | "endingAngle": 6.2831854820251465,
756 | "innerRadius": 0
757 | },
758 | "interactions": []
759 | }
760 | ],
761 | "blendMode": "PASS_THROUGH",
762 | "clipsContent": false,
763 | "background": [],
764 | "fills": [],
765 | "strokes": [],
766 | "strokeWeight": 1,
767 | "strokeAlign": "INSIDE",
768 | "backgroundColor": {
769 | "r": 0,
770 | "g": 0,
771 | "b": 0,
772 | "a": 0
773 | },
774 | "absoluteBoundingBox": {
775 | "x": 33787,
776 | "y": 77291,
777 | "width": 375,
778 | "height": 56
779 | },
780 | "absoluteRenderBounds": {
781 | "x": 33787,
782 | "y": 77291,
783 | "width": 375,
784 | "height": 56.5
785 | },
786 | "constraints": {
787 | "vertical": "TOP",
788 | "horizontal": "LEFT"
789 | },
790 | "effects": [],
791 | "interactions": []
792 | },
793 | {
794 | "id": "240:32165",
795 | "name": "Call Logs",
796 | "type": "TEXT",
797 | "scrollBehavior": "SCROLLS",
798 | "blendMode": "PASS_THROUGH",
799 | "fills": [
800 | {
801 | "blendMode": "NORMAL",
802 | "type": "SOLID",
803 | "color": {
804 | "r": 0,
805 | "g": 0,
806 | "b": 0,
807 | "a": 1
808 | }
809 | }
810 | ],
811 | "strokes": [],
812 | "strokeWeight": 1,
813 | "strokeAlign": "OUTSIDE",
814 | "absoluteBoundingBox": {
815 | "x": 33804,
816 | "y": 77367,
817 | "width": 100,
818 | "height": 28
819 | },
820 | "absoluteRenderBounds": {
821 | "x": 33805.0078125,
822 | "y": 77371,
823 | "width": 97.91015625,
824 | "height": 22.9921875
825 | },
826 | "constraints": {
827 | "vertical": "TOP",
828 | "horizontal": "LEFT"
829 | },
830 | "characters": "Call Logs",
831 | "characterStyleOverrides": [],
832 | "styleOverrideTable": {},
833 | "lineTypes": ["NONE"],
834 | "lineIndentations": [0],
835 | "style": {
836 | "fontFamily": "Roboto",
837 | "fontPostScriptName": "Roboto-Bold",
838 | "fontStyle": "Bold",
839 | "fontWeight": 700,
840 | "textAutoResize": "WIDTH_AND_HEIGHT",
841 | "fontSize": 24,
842 | "textAlignHorizontal": "LEFT",
843 | "textAlignVertical": "TOP",
844 | "letterSpacing": 0,
845 | "lineHeightPx": 28.125,
846 | "lineHeightPercent": 100,
847 | "lineHeightUnit": "INTRINSIC_%"
848 | },
849 | "layoutVersion": 4,
850 | "effects": [],
851 | "interactions": []
852 | },
853 | {
854 | "id": "240:32166",
855 | "name": "Rectangle 34625814",
856 | "type": "RECTANGLE",
857 | "scrollBehavior": "SCROLLS",
858 | "blendMode": "PASS_THROUGH",
859 | "fills": [
860 | {
861 | "blendMode": "NORMAL",
862 | "type": "SOLID",
863 | "color": {
864 | "r": 1,
865 | "g": 1,
866 | "b": 1,
867 | "a": 1
868 | }
869 | }
870 | ],
871 | "strokes": [],
872 | "strokeWeight": 0.8141040802001953,
873 | "strokeAlign": "INSIDE",
874 | "cornerRadius": 12,
875 | "cornerSmoothing": 0,
876 | "absoluteBoundingBox": {
877 | "x": 33803,
878 | "y": 77411,
879 | "width": 343,
880 | "height": 673
881 | },
882 | "absoluteRenderBounds": {
883 | "x": 33803,
884 | "y": 77411,
885 | "width": 343,
886 | "height": 673
887 | },
888 | "constraints": {
889 | "vertical": "TOP",
890 | "horizontal": "LEFT"
891 | },
892 | "exportSettings": [
893 | {
894 | "suffix": "",
895 | "format": "PNG",
896 | "constraint": {
897 | "type": "SCALE",
898 | "value": 1
899 | }
900 | }
901 | ],
902 | "effects": [],
903 | "interactions": []
904 | },
905 | {
906 | "id": "240:32167",
907 | "name": "Rectangle 34625853",
908 | "type": "RECTANGLE",
909 | "scrollBehavior": "SCROLLS",
910 | "blendMode": "PASS_THROUGH",
911 | "fills": [
912 | {
913 | "blendMode": "NORMAL",
914 | "type": "SOLID",
915 | "color": {
916 | "r": 0.800000011920929,
917 | "g": 0.800000011920929,
918 | "b": 0.800000011920929,
919 | "a": 1
920 | }
921 | }
922 | ],
923 | "strokes": [],
924 | "strokeWeight": 1,
925 | "strokeAlign": "INSIDE",
926 | "cornerRadius": 3,
927 | "cornerSmoothing": 0,
928 | "absoluteBoundingBox": {
929 | "x": 34134,
930 | "y": 77421,
931 | "width": 6,
932 | "height": 201
933 | },
934 | "absoluteRenderBounds": {
935 | "x": 34134,
936 | "y": 77421,
937 | "width": 6,
938 | "height": 201
939 | },
940 | "constraints": {
941 | "vertical": "TOP",
942 | "horizontal": "LEFT"
943 | },
944 | "effects": [],
945 | "interactions": []
946 | },
947 | {
948 | "id": "240:32168",
949 | "name": "Group 1410086443",
950 | "type": "GROUP",
951 | "scrollBehavior": "SCROLLS",
952 | "children": [
953 | {
954 | "id": "240:32169",
955 | "name": "That would be flne. Shall we make lt...",
956 | "type": "TEXT",
957 | "scrollBehavior": "SCROLLS",
958 | "blendMode": "PASS_THROUGH",
959 | "fills": [
960 | {
961 | "blendMode": "NORMAL",
962 | "type": "SOLID",
963 | "color": {
964 | "r": 0.4000000059604645,
965 | "g": 0.4000000059604645,
966 | "b": 0.4000000059604645,
967 | "a": 1
968 | }
969 | }
970 | ],
971 | "strokes": [],
972 | "strokeWeight": 1,
973 | "strokeAlign": "OUTSIDE",
974 | "absoluteBoundingBox": {
975 | "x": 33873,
976 | "y": 77513,
977 | "width": 214,
978 | "height": 15
979 | },
980 | "absoluteRenderBounds": {
981 | "x": 33873.578125,
982 | "y": 77515.8671875,
983 | "width": 212.21875,
984 | "height": 9.2890625
985 | },
986 | "constraints": {
987 | "vertical": "TOP",
988 | "horizontal": "LEFT"
989 | },
990 | "characters": "That would be flne. Shall we make lt...",
991 | "characterStyleOverrides": [],
992 | "styleOverrideTable": {},
993 | "lineTypes": ["NONE"],
994 | "lineIndentations": [0],
995 | "style": {
996 | "fontFamily": "Inter",
997 | "fontPostScriptName": null,
998 | "fontStyle": "Regular",
999 | "fontWeight": 400,
1000 | "textAutoResize": "WIDTH_AND_HEIGHT",
1001 | "fontSize": 12,
1002 | "textAlignHorizontal": "LEFT",
1003 | "textAlignVertical": "CENTER",
1004 | "letterSpacing": 0,
1005 | "lineHeightPx": 14.522727012634277,
1006 | "lineHeightPercent": 100,
1007 | "lineHeightUnit": "INTRINSIC_%"
1008 | },
1009 | "layoutVersion": 4,
1010 | "effects": [],
1011 | "interactions": []
1012 | },
1013 | {
1014 | "id": "240:32170",
1015 | "name": "Group 1410086330",
1016 | "type": "GROUP",
1017 | "scrollBehavior": "SCROLLS",
1018 | "children": [
1019 | {
1020 | "id": "240:32171",
1021 | "name": "Rectangle 24",
1022 | "type": "RECTANGLE",
1023 | "scrollBehavior": "SCROLLS",
1024 | "blendMode": "PASS_THROUGH",
1025 | "fills": [
1026 | {
1027 | "blendMode": "NORMAL",
1028 | "type": "SOLID",
1029 | "color": {
1030 | "r": 0.95686274766922,
1031 | "g": 0.9529411792755127,
1032 | "b": 0.9647058844566345,
1033 | "a": 1
1034 | }
1035 | }
1036 | ],
1037 | "strokes": [],
1038 | "strokeWeight": 1,
1039 | "strokeAlign": "INSIDE",
1040 | "cornerRadius": 10,
1041 | "cornerSmoothing": 0,
1042 | "absoluteBoundingBox": {
1043 | "x": 33811,
1044 | "y": 77421,
1045 | "width": 317,
1046 | "height": 62
1047 | },
1048 | "absoluteRenderBounds": {
1049 | "x": 33811,
1050 | "y": 77421,
1051 | "width": 317,
1052 | "height": 62
1053 | },
1054 | "constraints": {
1055 | "vertical": "TOP",
1056 | "horizontal": "LEFT"
1057 | },
1058 | "effects": [],
1059 | "interactions": []
1060 | },
1061 | {
1062 | "id": "240:32172",
1063 | "name": "Today",
1064 | "type": "TEXT",
1065 | "scrollBehavior": "SCROLLS",
1066 | "blendMode": "PASS_THROUGH",
1067 | "fills": [
1068 | {
1069 | "blendMode": "NORMAL",
1070 | "type": "SOLID",
1071 | "color": {
1072 | "r": 0.6000000238418579,
1073 | "g": 0.6000000238418579,
1074 | "b": 0.6000000238418579,
1075 | "a": 1
1076 | }
1077 | }
1078 | ],
1079 | "strokes": [],
1080 | "strokeWeight": 1,
1081 | "strokeAlign": "OUTSIDE",
1082 | "absoluteBoundingBox": {
1083 | "x": 34081,
1084 | "y": 77434,
1085 | "width": 35,
1086 | "height": 15
1087 | },
1088 | "absoluteRenderBounds": {
1089 | "x": 34082.0078125,
1090 | "y": 77437.2734375,
1091 | "width": 33.5859375,
1092 | "height": 11.1796875
1093 | },
1094 | "constraints": {
1095 | "vertical": "TOP",
1096 | "horizontal": "LEFT"
1097 | },
1098 | "characters": "Today",
1099 | "characterStyleOverrides": [],
1100 | "styleOverrideTable": {},
1101 | "lineTypes": ["NONE"],
1102 | "lineIndentations": [0],
1103 | "style": {
1104 | "fontFamily": "Inter",
1105 | "fontPostScriptName": null,
1106 | "fontStyle": "Regular",
1107 | "fontWeight": 400,
1108 | "textAutoResize": "WIDTH_AND_HEIGHT",
1109 | "fontSize": 12,
1110 | "textAlignHorizontal": "RIGHT",
1111 | "textAlignVertical": "CENTER",
1112 | "letterSpacing": 0,
1113 | "lineHeightPx": 14.522727012634277,
1114 | "lineHeightPercent": 100,
1115 | "lineHeightUnit": "INTRINSIC_%"
1116 | },
1117 | "layoutVersion": 4,
1118 | "effects": [],
1119 | "interactions": []
1120 | },
1121 | {
1122 | "id": "240:32173",
1123 | "name": "Outgoing",
1124 | "type": "TEXT",
1125 | "scrollBehavior": "SCROLLS",
1126 | "boundVariables": {
1127 | "fills": [
1128 | {
1129 | "type": "VARIABLE_ALIAS",
1130 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
1131 | }
1132 | ]
1133 | },
1134 | "blendMode": "PASS_THROUGH",
1135 | "fills": [
1136 | {
1137 | "blendMode": "NORMAL",
1138 | "type": "SOLID",
1139 | "color": {
1140 | "r": 0,
1141 | "g": 0.5882353186607361,
1142 | "b": 0.38823530077934265,
1143 | "a": 1
1144 | },
1145 | "boundVariables": {
1146 | "color": {
1147 | "type": "VARIABLE_ALIAS",
1148 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
1149 | }
1150 | }
1151 | }
1152 | ],
1153 | "strokes": [],
1154 | "strokeWeight": 1,
1155 | "strokeAlign": "OUTSIDE",
1156 | "absoluteBoundingBox": {
1157 | "x": 34046,
1158 | "y": 77455,
1159 | "width": 53,
1160 | "height": 15
1161 | },
1162 | "absoluteRenderBounds": {
1163 | "x": 34047.66015625,
1164 | "y": 77458,
1165 | "width": 50.41796875,
1166 | "height": 11.59375
1167 | },
1168 | "constraints": {
1169 | "vertical": "TOP",
1170 | "horizontal": "LEFT"
1171 | },
1172 | "characters": "Outgoing",
1173 | "characterStyleOverrides": [],
1174 | "styleOverrideTable": {},
1175 | "lineTypes": ["NONE"],
1176 | "lineIndentations": [0],
1177 | "style": {
1178 | "fontFamily": "Inter",
1179 | "fontPostScriptName": null,
1180 | "fontStyle": "Regular",
1181 | "fontWeight": 400,
1182 | "textAutoResize": "WIDTH_AND_HEIGHT",
1183 | "fontSize": 12,
1184 | "textAlignHorizontal": "RIGHT",
1185 | "textAlignVertical": "CENTER",
1186 | "letterSpacing": 0,
1187 | "lineHeightPx": 14.522727012634277,
1188 | "lineHeightPercent": 100,
1189 | "lineHeightUnit": "INTRINSIC_%"
1190 | },
1191 | "layoutVersion": 4,
1192 | "effects": [],
1193 | "interactions": []
1194 | },
1195 | {
1196 | "id": "240:32174",
1197 | "name": "Vector 8",
1198 | "type": "VECTOR",
1199 | "scrollBehavior": "SCROLLS",
1200 | "blendMode": "PASS_THROUGH",
1201 | "fills": [],
1202 | "fillOverrideTable": {
1203 | "1": null,
1204 | "2": null
1205 | },
1206 | "strokes": [
1207 | {
1208 | "blendMode": "NORMAL",
1209 | "type": "SOLID",
1210 | "color": {
1211 | "r": 0.1411764770746231,
1212 | "g": 0.7803921699523926,
1213 | "b": 0.5647059082984924,
1214 | "a": 1
1215 | }
1216 | }
1217 | ],
1218 | "strokeWeight": 1.5,
1219 | "strokeAlign": "CENTER",
1220 | "absoluteBoundingBox": {
1221 | "x": 34106,
1222 | "y": 77459,
1223 | "width": 8,
1224 | "height": 8
1225 | },
1226 | "absoluteRenderBounds": {
1227 | "x": 34105.25,
1228 | "y": 77458.25,
1229 | "width": 9.5,
1230 | "height": 9.5
1231 | },
1232 | "constraints": {
1233 | "vertical": "TOP",
1234 | "horizontal": "LEFT"
1235 | },
1236 | "effects": [],
1237 | "interactions": []
1238 | },
1239 | {
1240 | "id": "240:32175",
1241 | "name": "image",
1242 | "type": "ELLIPSE",
1243 | "scrollBehavior": "SCROLLS",
1244 | "blendMode": "PASS_THROUGH",
1245 | "fills": [
1246 | {
1247 | "blendMode": "NORMAL",
1248 | "type": "IMAGE",
1249 | "scaleMode": "FILL",
1250 | "imageRef": "2f834425bec9aae49c3bdb34557d27a444cddaca"
1251 | }
1252 | ],
1253 | "strokes": [],
1254 | "strokeWeight": 1,
1255 | "strokeAlign": "INSIDE",
1256 | "absoluteBoundingBox": {
1257 | "x": 33821,
1258 | "y": 77431,
1259 | "width": 42,
1260 | "height": 42
1261 | },
1262 | "absoluteRenderBounds": {
1263 | "x": 33821,
1264 | "y": 77431,
1265 | "width": 42,
1266 | "height": 42
1267 | },
1268 | "constraints": {
1269 | "vertical": "TOP",
1270 | "horizontal": "LEFT"
1271 | },
1272 | "effects": [],
1273 | "arcData": {
1274 | "startingAngle": 0,
1275 | "endingAngle": 6.2831854820251465,
1276 | "innerRadius": 0
1277 | },
1278 | "interactions": []
1279 | },
1280 | {
1281 | "id": "240:32176",
1282 | "name": "Harry",
1283 | "type": "TEXT",
1284 | "scrollBehavior": "SCROLLS",
1285 | "blendMode": "PASS_THROUGH",
1286 | "fills": [
1287 | {
1288 | "blendMode": "NORMAL",
1289 | "type": "SOLID",
1290 | "color": {
1291 | "r": 0.20000000298023224,
1292 | "g": 0.20000000298023224,
1293 | "b": 0.20000000298023224,
1294 | "a": 1
1295 | }
1296 | }
1297 | ],
1298 | "strokes": [],
1299 | "strokeWeight": 1,
1300 | "strokeAlign": "OUTSIDE",
1301 | "absoluteBoundingBox": {
1302 | "x": 33873,
1303 | "y": 77434,
1304 | "width": 38,
1305 | "height": 17
1306 | },
1307 | "absoluteRenderBounds": {
1308 | "x": 33874.00390625,
1309 | "y": 77437.8203125,
1310 | "width": 36.53125,
1311 | "height": 13.046875
1312 | },
1313 | "constraints": {
1314 | "vertical": "TOP",
1315 | "horizontal": "LEFT"
1316 | },
1317 | "characters": "Harry",
1318 | "characterStyleOverrides": [],
1319 | "styleOverrideTable": {},
1320 | "lineTypes": ["NONE"],
1321 | "lineIndentations": [0],
1322 | "style": {
1323 | "fontFamily": "Inter",
1324 | "fontPostScriptName": "Inter-SemiBold",
1325 | "fontStyle": "Semi Bold",
1326 | "fontWeight": 600,
1327 | "textAutoResize": "WIDTH_AND_HEIGHT",
1328 | "fontSize": 14,
1329 | "textAlignHorizontal": "LEFT",
1330 | "textAlignVertical": "TOP",
1331 | "letterSpacing": 0,
1332 | "lineHeightPx": 16.94318199157715,
1333 | "lineHeightPercent": 100,
1334 | "lineHeightUnit": "INTRINSIC_%"
1335 | },
1336 | "layoutVersion": 4,
1337 | "effects": [],
1338 | "interactions": []
1339 | },
1340 | {
1341 | "id": "240:32177",
1342 | "name": "outgoing",
1343 | "type": "TEXT",
1344 | "scrollBehavior": "SCROLLS",
1345 | "blendMode": "PASS_THROUGH",
1346 | "fills": [
1347 | {
1348 | "blendMode": "NORMAL",
1349 | "type": "SOLID",
1350 | "color": {
1351 | "r": 0.4000000059604645,
1352 | "g": 0.4000000059604645,
1353 | "b": 0.4000000059604645,
1354 | "a": 1
1355 | }
1356 | }
1357 | ],
1358 | "strokes": [],
1359 | "strokeWeight": 1,
1360 | "strokeAlign": "OUTSIDE",
1361 | "absoluteBoundingBox": {
1362 | "x": 33873,
1363 | "y": 77455,
1364 | "width": 51,
1365 | "height": 15
1366 | },
1367 | "absoluteRenderBounds": {
1368 | "x": 33873.61328125,
1369 | "y": 77458,
1370 | "width": 48.5390625,
1371 | "height": 11.59375
1372 | },
1373 | "constraints": {
1374 | "vertical": "TOP",
1375 | "horizontal": "LEFT"
1376 | },
1377 | "characters": "outgoing",
1378 | "characterStyleOverrides": [],
1379 | "styleOverrideTable": {},
1380 | "lineTypes": ["NONE"],
1381 | "lineIndentations": [0],
1382 | "style": {
1383 | "fontFamily": "Inter",
1384 | "fontPostScriptName": null,
1385 | "fontStyle": "Regular",
1386 | "fontWeight": 400,
1387 | "textAutoResize": "WIDTH_AND_HEIGHT",
1388 | "fontSize": 12,
1389 | "textAlignHorizontal": "LEFT",
1390 | "textAlignVertical": "CENTER",
1391 | "letterSpacing": 0,
1392 | "lineHeightPx": 14.522727012634277,
1393 | "lineHeightPercent": 100,
1394 | "lineHeightUnit": "INTRINSIC_%"
1395 | },
1396 | "layoutVersion": 4,
1397 | "effects": [],
1398 | "interactions": []
1399 | },
1400 | {
1401 | "id": "240:32178",
1402 | "name": "Group 1410086532",
1403 | "type": "GROUP",
1404 | "scrollBehavior": "SCROLLS",
1405 | "children": [
1406 | {
1407 | "id": "240:32179",
1408 | "name": "Ellipse 40",
1409 | "type": "ELLIPSE",
1410 | "scrollBehavior": "SCROLLS",
1411 | "blendMode": "PASS_THROUGH",
1412 | "fills": [
1413 | {
1414 | "blendMode": "NORMAL",
1415 | "type": "SOLID",
1416 | "color": {
1417 | "r": 0,
1418 | "g": 0.5882353186607361,
1419 | "b": 0.38823530077934265,
1420 | "a": 1
1421 | }
1422 | }
1423 | ],
1424 | "strokes": [
1425 | {
1426 | "opacity": 0.5699999928474426,
1427 | "blendMode": "NORMAL",
1428 | "type": "SOLID",
1429 | "color": {
1430 | "r": 1,
1431 | "g": 1,
1432 | "b": 1,
1433 | "a": 1
1434 | }
1435 | }
1436 | ],
1437 | "strokeWeight": 1,
1438 | "strokeAlign": "INSIDE",
1439 | "absoluteBoundingBox": {
1440 | "x": 33845,
1441 | "y": 77455,
1442 | "width": 18,
1443 | "height": 18
1444 | },
1445 | "absoluteRenderBounds": {
1446 | "x": 33845,
1447 | "y": 77455,
1448 | "width": 18,
1449 | "height": 18
1450 | },
1451 | "constraints": {
1452 | "vertical": "TOP",
1453 | "horizontal": "LEFT"
1454 | },
1455 | "effects": [],
1456 | "arcData": {
1457 | "startingAngle": 0,
1458 | "endingAngle": 6.2831854820251465,
1459 | "innerRadius": 0
1460 | },
1461 | "interactions": []
1462 | },
1463 | {
1464 | "id": "240:32180",
1465 | "name": "Frame",
1466 | "type": "FRAME",
1467 | "scrollBehavior": "SCROLLS",
1468 | "children": [
1469 | {
1470 | "id": "240:32181",
1471 | "name": "Vector",
1472 | "type": "VECTOR",
1473 | "scrollBehavior": "SCROLLS",
1474 | "blendMode": "PASS_THROUGH",
1475 | "fills": [
1476 | {
1477 | "blendMode": "NORMAL",
1478 | "type": "SOLID",
1479 | "color": {
1480 | "r": 1,
1481 | "g": 1,
1482 | "b": 1,
1483 | "a": 1
1484 | }
1485 | }
1486 | ],
1487 | "strokes": [],
1488 | "strokeWeight": 0.1953125,
1489 | "strokeAlign": "INSIDE",
1490 | "absoluteBoundingBox": {
1491 | "x": 33847.984375,
1492 | "y": 77459.3203125,
1493 | "width": 12.033830642700195,
1494 | "height": 9.3515625
1495 | },
1496 | "absoluteRenderBounds": {
1497 | "x": 33847.984375,
1498 | "y": 77459.3203125,
1499 | "width": 12.03515625,
1500 | "height": 9.3515625
1501 | },
1502 | "constraints": {
1503 | "vertical": "SCALE",
1504 | "horizontal": "SCALE"
1505 | },
1506 | "effects": [],
1507 | "interactions": []
1508 | }
1509 | ],
1510 | "blendMode": "PASS_THROUGH",
1511 | "clipsContent": true,
1512 | "background": [
1513 | {
1514 | "blendMode": "NORMAL",
1515 | "visible": false,
1516 | "type": "SOLID",
1517 | "color": {
1518 | "r": 1,
1519 | "g": 1,
1520 | "b": 1,
1521 | "a": 1
1522 | }
1523 | }
1524 | ],
1525 | "fills": [
1526 | {
1527 | "blendMode": "NORMAL",
1528 | "visible": false,
1529 | "type": "SOLID",
1530 | "color": {
1531 | "r": 1,
1532 | "g": 1,
1533 | "b": 1,
1534 | "a": 1
1535 | }
1536 | }
1537 | ],
1538 | "strokes": [],
1539 | "strokeWeight": 1,
1540 | "strokeAlign": "INSIDE",
1541 | "backgroundColor": {
1542 | "r": 0,
1543 | "g": 0,
1544 | "b": 0,
1545 | "a": 0
1546 | },
1547 | "absoluteBoundingBox": {
1548 | "x": 33847,
1549 | "y": 77457,
1550 | "width": 14,
1551 | "height": 14
1552 | },
1553 | "absoluteRenderBounds": {
1554 | "x": 33847,
1555 | "y": 77457,
1556 | "width": 14,
1557 | "height": 14
1558 | },
1559 | "constraints": {
1560 | "vertical": "TOP",
1561 | "horizontal": "LEFT"
1562 | },
1563 | "effects": [],
1564 | "interactions": []
1565 | }
1566 | ],
1567 | "blendMode": "PASS_THROUGH",
1568 | "clipsContent": false,
1569 | "background": [],
1570 | "fills": [],
1571 | "strokes": [],
1572 | "strokeWeight": 1,
1573 | "strokeAlign": "INSIDE",
1574 | "backgroundColor": {
1575 | "r": 0,
1576 | "g": 0,
1577 | "b": 0,
1578 | "a": 0
1579 | },
1580 | "absoluteBoundingBox": {
1581 | "x": 33845,
1582 | "y": 77455,
1583 | "width": 18,
1584 | "height": 18
1585 | },
1586 | "absoluteRenderBounds": {
1587 | "x": 33845,
1588 | "y": 77455,
1589 | "width": 18,
1590 | "height": 18
1591 | },
1592 | "constraints": {
1593 | "vertical": "TOP",
1594 | "horizontal": "LEFT"
1595 | },
1596 | "effects": [],
1597 | "interactions": []
1598 | }
1599 | ],
1600 | "blendMode": "PASS_THROUGH",
1601 | "clipsContent": false,
1602 | "background": [],
1603 | "fills": [],
1604 | "strokes": [],
1605 | "rectangleCornerRadii": [0, 0, 0, 0],
1606 | "cornerSmoothing": 0,
1607 | "strokeWeight": 1,
1608 | "strokeAlign": "INSIDE",
1609 | "backgroundColor": {
1610 | "r": 0,
1611 | "g": 0,
1612 | "b": 0,
1613 | "a": 0
1614 | },
1615 | "absoluteBoundingBox": {
1616 | "x": 33811,
1617 | "y": 77421,
1618 | "width": 317,
1619 | "height": 62
1620 | },
1621 | "absoluteRenderBounds": {
1622 | "x": 33811,
1623 | "y": 77421,
1624 | "width": 317,
1625 | "height": 62
1626 | },
1627 | "constraints": {
1628 | "vertical": "TOP",
1629 | "horizontal": "LEFT"
1630 | },
1631 | "effects": [],
1632 | "interactions": []
1633 | },
1634 | {
1635 | "id": "240:32182",
1636 | "name": "Group 1410086328",
1637 | "type": "GROUP",
1638 | "scrollBehavior": "SCROLLS",
1639 | "children": [
1640 | {
1641 | "id": "240:32183",
1642 | "name": "Rectangle 26",
1643 | "type": "RECTANGLE",
1644 | "scrollBehavior": "SCROLLS",
1645 | "blendMode": "PASS_THROUGH",
1646 | "fills": [
1647 | {
1648 | "blendMode": "NORMAL",
1649 | "type": "SOLID",
1650 | "color": {
1651 | "r": 0.95686274766922,
1652 | "g": 0.9529411792755127,
1653 | "b": 0.9647058844566345,
1654 | "a": 1
1655 | }
1656 | }
1657 | ],
1658 | "strokes": [],
1659 | "strokeWeight": 1,
1660 | "strokeAlign": "INSIDE",
1661 | "cornerRadius": 10,
1662 | "cornerSmoothing": 0,
1663 | "absoluteBoundingBox": {
1664 | "x": 33811,
1665 | "y": 77557,
1666 | "width": 317,
1667 | "height": 62
1668 | },
1669 | "absoluteRenderBounds": {
1670 | "x": 33811,
1671 | "y": 77557,
1672 | "width": 317,
1673 | "height": 62
1674 | },
1675 | "constraints": {
1676 | "vertical": "TOP",
1677 | "horizontal": "LEFT"
1678 | },
1679 | "effects": [],
1680 | "interactions": []
1681 | },
1682 | {
1683 | "id": "240:32184",
1684 | "name": "Yesterday",
1685 | "type": "TEXT",
1686 | "scrollBehavior": "SCROLLS",
1687 | "blendMode": "PASS_THROUGH",
1688 | "fills": [
1689 | {
1690 | "blendMode": "NORMAL",
1691 | "type": "SOLID",
1692 | "color": {
1693 | "r": 0.6000000238418579,
1694 | "g": 0.6000000238418579,
1695 | "b": 0.6000000238418579,
1696 | "a": 1
1697 | }
1698 | }
1699 | ],
1700 | "strokes": [],
1701 | "strokeWeight": 1,
1702 | "strokeAlign": "OUTSIDE",
1703 | "absoluteBoundingBox": {
1704 | "x": 34059,
1705 | "y": 77570,
1706 | "width": 57,
1707 | "height": 15
1708 | },
1709 | "absoluteRenderBounds": {
1710 | "x": 34059.80078125,
1711 | "y": 77573.2734375,
1712 | "width": 55.79296875,
1713 | "height": 11.1796875
1714 | },
1715 | "constraints": {
1716 | "vertical": "TOP",
1717 | "horizontal": "LEFT"
1718 | },
1719 | "characters": "Yesterday",
1720 | "characterStyleOverrides": [],
1721 | "styleOverrideTable": {},
1722 | "lineTypes": ["NONE"],
1723 | "lineIndentations": [0],
1724 | "style": {
1725 | "fontFamily": "Inter",
1726 | "fontPostScriptName": null,
1727 | "fontStyle": "Regular",
1728 | "fontWeight": 400,
1729 | "textAutoResize": "WIDTH_AND_HEIGHT",
1730 | "fontSize": 12,
1731 | "textAlignHorizontal": "RIGHT",
1732 | "textAlignVertical": "CENTER",
1733 | "letterSpacing": 0,
1734 | "lineHeightPx": 14.522727012634277,
1735 | "lineHeightPercent": 100,
1736 | "lineHeightUnit": "INTRINSIC_%"
1737 | },
1738 | "layoutVersion": 4,
1739 | "effects": [],
1740 | "interactions": []
1741 | },
1742 | {
1743 | "id": "240:32185",
1744 | "name": "Outgoing",
1745 | "type": "TEXT",
1746 | "scrollBehavior": "SCROLLS",
1747 | "boundVariables": {
1748 | "fills": [
1749 | {
1750 | "type": "VARIABLE_ALIAS",
1751 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
1752 | }
1753 | ]
1754 | },
1755 | "blendMode": "PASS_THROUGH",
1756 | "fills": [
1757 | {
1758 | "blendMode": "NORMAL",
1759 | "type": "SOLID",
1760 | "color": {
1761 | "r": 0,
1762 | "g": 0.5882353186607361,
1763 | "b": 0.38823530077934265,
1764 | "a": 1
1765 | },
1766 | "boundVariables": {
1767 | "color": {
1768 | "type": "VARIABLE_ALIAS",
1769 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
1770 | }
1771 | }
1772 | }
1773 | ],
1774 | "strokes": [],
1775 | "strokeWeight": 1,
1776 | "strokeAlign": "OUTSIDE",
1777 | "absoluteBoundingBox": {
1778 | "x": 34046,
1779 | "y": 77591,
1780 | "width": 53,
1781 | "height": 15
1782 | },
1783 | "absoluteRenderBounds": {
1784 | "x": 34047.66015625,
1785 | "y": 77594,
1786 | "width": 50.41796875,
1787 | "height": 11.59375
1788 | },
1789 | "constraints": {
1790 | "vertical": "TOP",
1791 | "horizontal": "LEFT"
1792 | },
1793 | "characters": "Outgoing",
1794 | "characterStyleOverrides": [],
1795 | "styleOverrideTable": {},
1796 | "lineTypes": ["NONE"],
1797 | "lineIndentations": [0],
1798 | "style": {
1799 | "fontFamily": "Inter",
1800 | "fontPostScriptName": null,
1801 | "fontStyle": "Regular",
1802 | "fontWeight": 400,
1803 | "textAutoResize": "WIDTH_AND_HEIGHT",
1804 | "fontSize": 12,
1805 | "textAlignHorizontal": "RIGHT",
1806 | "textAlignVertical": "CENTER",
1807 | "letterSpacing": 0,
1808 | "lineHeightPx": 14.522727012634277,
1809 | "lineHeightPercent": 100,
1810 | "lineHeightUnit": "INTRINSIC_%"
1811 | },
1812 | "layoutVersion": 4,
1813 | "effects": [],
1814 | "interactions": []
1815 | },
1816 | {
1817 | "id": "240:32186",
1818 | "name": "Vector 8",
1819 | "type": "VECTOR",
1820 | "scrollBehavior": "SCROLLS",
1821 | "blendMode": "PASS_THROUGH",
1822 | "fills": [],
1823 | "fillOverrideTable": {
1824 | "1": null,
1825 | "2": null
1826 | },
1827 | "strokes": [
1828 | {
1829 | "blendMode": "NORMAL",
1830 | "type": "SOLID",
1831 | "color": {
1832 | "r": 0.1411764770746231,
1833 | "g": 0.7803921699523926,
1834 | "b": 0.5647059082984924,
1835 | "a": 1
1836 | }
1837 | }
1838 | ],
1839 | "strokeWeight": 1.5,
1840 | "strokeAlign": "CENTER",
1841 | "absoluteBoundingBox": {
1842 | "x": 34106,
1843 | "y": 77595,
1844 | "width": 8,
1845 | "height": 8
1846 | },
1847 | "absoluteRenderBounds": {
1848 | "x": 34105.25,
1849 | "y": 77594.25,
1850 | "width": 9.5,
1851 | "height": 9.5
1852 | },
1853 | "constraints": {
1854 | "vertical": "TOP",
1855 | "horizontal": "LEFT"
1856 | },
1857 | "effects": [],
1858 | "interactions": []
1859 | },
1860 | {
1861 | "id": "240:32187",
1862 | "name": "677-377-9558",
1863 | "type": "TEXT",
1864 | "scrollBehavior": "SCROLLS",
1865 | "blendMode": "PASS_THROUGH",
1866 | "fills": [
1867 | {
1868 | "blendMode": "NORMAL",
1869 | "type": "SOLID",
1870 | "color": {
1871 | "r": 0.4000000059604645,
1872 | "g": 0.4000000059604645,
1873 | "b": 0.4000000059604645,
1874 | "a": 1
1875 | }
1876 | }
1877 | ],
1878 | "strokes": [],
1879 | "strokeWeight": 1,
1880 | "strokeAlign": "OUTSIDE",
1881 | "absoluteBoundingBox": {
1882 | "x": 33873,
1883 | "y": 77591,
1884 | "width": 84,
1885 | "height": 15
1886 | },
1887 | "absoluteRenderBounds": {
1888 | "x": 33873.765625,
1889 | "y": 77594.140625,
1890 | "width": 81.90625,
1891 | "height": 8.984375
1892 | },
1893 | "constraints": {
1894 | "vertical": "TOP",
1895 | "horizontal": "LEFT"
1896 | },
1897 | "characters": "677-377-9558",
1898 | "characterStyleOverrides": [],
1899 | "styleOverrideTable": {},
1900 | "lineTypes": ["NONE"],
1901 | "lineIndentations": [0],
1902 | "style": {
1903 | "fontFamily": "Inter",
1904 | "fontPostScriptName": null,
1905 | "fontStyle": "Regular",
1906 | "fontWeight": 400,
1907 | "textAutoResize": "WIDTH_AND_HEIGHT",
1908 | "fontSize": 12,
1909 | "textAlignHorizontal": "LEFT",
1910 | "textAlignVertical": "CENTER",
1911 | "letterSpacing": 0,
1912 | "lineHeightPx": 14.522727012634277,
1913 | "lineHeightPercent": 100,
1914 | "lineHeightUnit": "INTRINSIC_%"
1915 | },
1916 | "layoutVersion": 4,
1917 | "effects": [],
1918 | "interactions": []
1919 | },
1920 | {
1921 | "id": "240:32188",
1922 | "name": "image",
1923 | "type": "ELLIPSE",
1924 | "scrollBehavior": "SCROLLS",
1925 | "blendMode": "PASS_THROUGH",
1926 | "fills": [
1927 | {
1928 | "blendMode": "NORMAL",
1929 | "type": "IMAGE",
1930 | "scaleMode": "FILL",
1931 | "imageRef": "c93f71a01a5a26cbb3c38533a22d8dd9a054e454"
1932 | }
1933 | ],
1934 | "strokes": [],
1935 | "strokeWeight": 1,
1936 | "strokeAlign": "INSIDE",
1937 | "absoluteBoundingBox": {
1938 | "x": 33821,
1939 | "y": 77567,
1940 | "width": 42,
1941 | "height": 42
1942 | },
1943 | "absoluteRenderBounds": {
1944 | "x": 33821,
1945 | "y": 77567,
1946 | "width": 42,
1947 | "height": 42
1948 | },
1949 | "constraints": {
1950 | "vertical": "TOP",
1951 | "horizontal": "LEFT"
1952 | },
1953 | "effects": [],
1954 | "arcData": {
1955 | "startingAngle": 0,
1956 | "endingAngle": 6.2831854820251465,
1957 | "innerRadius": 0
1958 | },
1959 | "interactions": []
1960 | },
1961 | {
1962 | "id": "240:32189",
1963 | "name": "Teresa school",
1964 | "type": "TEXT",
1965 | "scrollBehavior": "SCROLLS",
1966 | "blendMode": "PASS_THROUGH",
1967 | "fills": [
1968 | {
1969 | "blendMode": "NORMAL",
1970 | "type": "SOLID",
1971 | "color": {
1972 | "r": 0.20000000298023224,
1973 | "g": 0.20000000298023224,
1974 | "b": 0.20000000298023224,
1975 | "a": 1
1976 | }
1977 | }
1978 | ],
1979 | "strokes": [],
1980 | "strokeWeight": 1,
1981 | "strokeAlign": "OUTSIDE",
1982 | "absoluteBoundingBox": {
1983 | "x": 33873,
1984 | "y": 77570,
1985 | "width": 95,
1986 | "height": 17
1987 | },
1988 | "absoluteRenderBounds": {
1989 | "x": 33873.55859375,
1990 | "y": 77573.8203125,
1991 | "width": 92.71484375,
1992 | "height": 10.3359375
1993 | },
1994 | "constraints": {
1995 | "vertical": "TOP",
1996 | "horizontal": "LEFT"
1997 | },
1998 | "characters": "Teresa school",
1999 | "characterStyleOverrides": [],
2000 | "styleOverrideTable": {},
2001 | "lineTypes": ["NONE"],
2002 | "lineIndentations": [0],
2003 | "style": {
2004 | "fontFamily": "Inter",
2005 | "fontPostScriptName": "Inter-SemiBold",
2006 | "fontStyle": "Semi Bold",
2007 | "fontWeight": 600,
2008 | "textAutoResize": "WIDTH_AND_HEIGHT",
2009 | "fontSize": 14,
2010 | "textAlignHorizontal": "LEFT",
2011 | "textAlignVertical": "TOP",
2012 | "letterSpacing": 0,
2013 | "lineHeightPx": 16.94318199157715,
2014 | "lineHeightPercent": 100,
2015 | "lineHeightUnit": "INTRINSIC_%"
2016 | },
2017 | "layoutVersion": 4,
2018 | "effects": [],
2019 | "interactions": []
2020 | },
2021 | {
2022 | "id": "240:32190",
2023 | "name": "Group 1410086532",
2024 | "type": "GROUP",
2025 | "scrollBehavior": "SCROLLS",
2026 | "children": [
2027 | {
2028 | "id": "240:32191",
2029 | "name": "Ellipse 40",
2030 | "type": "ELLIPSE",
2031 | "scrollBehavior": "SCROLLS",
2032 | "blendMode": "PASS_THROUGH",
2033 | "fills": [
2034 | {
2035 | "blendMode": "NORMAL",
2036 | "type": "SOLID",
2037 | "color": {
2038 | "r": 0,
2039 | "g": 0.5882353186607361,
2040 | "b": 0.38823530077934265,
2041 | "a": 1
2042 | }
2043 | }
2044 | ],
2045 | "strokes": [
2046 | {
2047 | "opacity": 0.5699999928474426,
2048 | "blendMode": "NORMAL",
2049 | "type": "SOLID",
2050 | "color": {
2051 | "r": 1,
2052 | "g": 1,
2053 | "b": 1,
2054 | "a": 1
2055 | }
2056 | }
2057 | ],
2058 | "strokeWeight": 1,
2059 | "strokeAlign": "INSIDE",
2060 | "absoluteBoundingBox": {
2061 | "x": 33845,
2062 | "y": 77591,
2063 | "width": 18,
2064 | "height": 18
2065 | },
2066 | "absoluteRenderBounds": {
2067 | "x": 33845,
2068 | "y": 77591,
2069 | "width": 18,
2070 | "height": 18
2071 | },
2072 | "constraints": {
2073 | "vertical": "TOP",
2074 | "horizontal": "LEFT"
2075 | },
2076 | "effects": [],
2077 | "arcData": {
2078 | "startingAngle": 0,
2079 | "endingAngle": 6.2831854820251465,
2080 | "innerRadius": 0
2081 | },
2082 | "interactions": []
2083 | },
2084 | {
2085 | "id": "240:32192",
2086 | "name": "Frame",
2087 | "type": "FRAME",
2088 | "scrollBehavior": "SCROLLS",
2089 | "children": [
2090 | {
2091 | "id": "240:32193",
2092 | "name": "Vector",
2093 | "type": "VECTOR",
2094 | "scrollBehavior": "SCROLLS",
2095 | "blendMode": "PASS_THROUGH",
2096 | "fills": [
2097 | {
2098 | "blendMode": "NORMAL",
2099 | "type": "SOLID",
2100 | "color": {
2101 | "r": 1,
2102 | "g": 1,
2103 | "b": 1,
2104 | "a": 1
2105 | }
2106 | }
2107 | ],
2108 | "strokes": [],
2109 | "strokeWeight": 0.1953125,
2110 | "strokeAlign": "INSIDE",
2111 | "absoluteBoundingBox": {
2112 | "x": 33847.984375,
2113 | "y": 77595.3203125,
2114 | "width": 12.033830642700195,
2115 | "height": 9.3515625
2116 | },
2117 | "absoluteRenderBounds": {
2118 | "x": 33847.984375,
2119 | "y": 77595.3203125,
2120 | "width": 12.03515625,
2121 | "height": 9.3515625
2122 | },
2123 | "constraints": {
2124 | "vertical": "SCALE",
2125 | "horizontal": "SCALE"
2126 | },
2127 | "effects": [],
2128 | "interactions": []
2129 | }
2130 | ],
2131 | "blendMode": "PASS_THROUGH",
2132 | "clipsContent": true,
2133 | "background": [
2134 | {
2135 | "blendMode": "NORMAL",
2136 | "visible": false,
2137 | "type": "SOLID",
2138 | "color": {
2139 | "r": 1,
2140 | "g": 1,
2141 | "b": 1,
2142 | "a": 1
2143 | }
2144 | }
2145 | ],
2146 | "fills": [
2147 | {
2148 | "blendMode": "NORMAL",
2149 | "visible": false,
2150 | "type": "SOLID",
2151 | "color": {
2152 | "r": 1,
2153 | "g": 1,
2154 | "b": 1,
2155 | "a": 1
2156 | }
2157 | }
2158 | ],
2159 | "strokes": [],
2160 | "strokeWeight": 1,
2161 | "strokeAlign": "INSIDE",
2162 | "backgroundColor": {
2163 | "r": 0,
2164 | "g": 0,
2165 | "b": 0,
2166 | "a": 0
2167 | },
2168 | "absoluteBoundingBox": {
2169 | "x": 33847,
2170 | "y": 77593,
2171 | "width": 14,
2172 | "height": 14
2173 | },
2174 | "absoluteRenderBounds": {
2175 | "x": 33847,
2176 | "y": 77593,
2177 | "width": 14,
2178 | "height": 14
2179 | },
2180 | "constraints": {
2181 | "vertical": "TOP",
2182 | "horizontal": "LEFT"
2183 | },
2184 | "effects": [],
2185 | "interactions": []
2186 | }
2187 | ],
2188 | "blendMode": "PASS_THROUGH",
2189 | "clipsContent": false,
2190 | "background": [],
2191 | "fills": [],
2192 | "strokes": [],
2193 | "strokeWeight": 1,
2194 | "strokeAlign": "INSIDE",
2195 | "backgroundColor": {
2196 | "r": 0,
2197 | "g": 0,
2198 | "b": 0,
2199 | "a": 0
2200 | },
2201 | "absoluteBoundingBox": {
2202 | "x": 33845,
2203 | "y": 77591,
2204 | "width": 18,
2205 | "height": 18
2206 | },
2207 | "absoluteRenderBounds": {
2208 | "x": 33845,
2209 | "y": 77591,
2210 | "width": 18,
2211 | "height": 18
2212 | },
2213 | "constraints": {
2214 | "vertical": "TOP",
2215 | "horizontal": "LEFT"
2216 | },
2217 | "effects": [],
2218 | "interactions": []
2219 | }
2220 | ],
2221 | "blendMode": "PASS_THROUGH",
2222 | "clipsContent": false,
2223 | "background": [],
2224 | "fills": [],
2225 | "strokes": [],
2226 | "rectangleCornerRadii": [0, 0, 0, 0],
2227 | "cornerSmoothing": 0,
2228 | "strokeWeight": 1,
2229 | "strokeAlign": "INSIDE",
2230 | "backgroundColor": {
2231 | "r": 0,
2232 | "g": 0,
2233 | "b": 0,
2234 | "a": 0
2235 | },
2236 | "absoluteBoundingBox": {
2237 | "x": 33811,
2238 | "y": 77557,
2239 | "width": 317,
2240 | "height": 62
2241 | },
2242 | "absoluteRenderBounds": {
2243 | "x": 33811,
2244 | "y": 77557,
2245 | "width": 317,
2246 | "height": 62
2247 | },
2248 | "constraints": {
2249 | "vertical": "TOP",
2250 | "horizontal": "LEFT"
2251 | },
2252 | "effects": [],
2253 | "interactions": []
2254 | },
2255 | {
2256 | "id": "240:32194",
2257 | "name": "Group 1410086340",
2258 | "type": "GROUP",
2259 | "scrollBehavior": "SCROLLS",
2260 | "children": [
2261 | {
2262 | "id": "240:32195",
2263 | "name": "Rectangle 26",
2264 | "type": "RECTANGLE",
2265 | "scrollBehavior": "SCROLLS",
2266 | "blendMode": "PASS_THROUGH",
2267 | "fills": [
2268 | {
2269 | "blendMode": "NORMAL",
2270 | "type": "SOLID",
2271 | "color": {
2272 | "r": 0.95686274766922,
2273 | "g": 0.9529411792755127,
2274 | "b": 0.9647058844566345,
2275 | "a": 1
2276 | }
2277 | }
2278 | ],
2279 | "strokes": [],
2280 | "strokeWeight": 1,
2281 | "strokeAlign": "INSIDE",
2282 | "cornerRadius": 10,
2283 | "cornerSmoothing": 0,
2284 | "absoluteBoundingBox": {
2285 | "x": 33811,
2286 | "y": 77897,
2287 | "width": 317,
2288 | "height": 62
2289 | },
2290 | "absoluteRenderBounds": {
2291 | "x": 33811,
2292 | "y": 77897,
2293 | "width": 317,
2294 | "height": 62
2295 | },
2296 | "constraints": {
2297 | "vertical": "TOP",
2298 | "horizontal": "LEFT"
2299 | },
2300 | "effects": [],
2301 | "interactions": []
2302 | },
2303 | {
2304 | "id": "240:32196",
2305 | "name": "May 23, 2025",
2306 | "type": "TEXT",
2307 | "scrollBehavior": "SCROLLS",
2308 | "blendMode": "PASS_THROUGH",
2309 | "fills": [
2310 | {
2311 | "blendMode": "NORMAL",
2312 | "type": "SOLID",
2313 | "color": {
2314 | "r": 0.6000000238418579,
2315 | "g": 0.6000000238418579,
2316 | "b": 0.6000000238418579,
2317 | "a": 1
2318 | }
2319 | }
2320 | ],
2321 | "strokes": [],
2322 | "strokeWeight": 1,
2323 | "strokeAlign": "OUTSIDE",
2324 | "absoluteBoundingBox": {
2325 | "x": 34038,
2326 | "y": 77910,
2327 | "width": 78,
2328 | "height": 15
2329 | },
2330 | "absoluteRenderBounds": {
2331 | "x": 34039.09375,
2332 | "y": 77913.15625,
2333 | "width": 76.1171875,
2334 | "height": 11.296875
2335 | },
2336 | "constraints": {
2337 | "vertical": "TOP",
2338 | "horizontal": "LEFT"
2339 | },
2340 | "characters": "May 23, 2025",
2341 | "characterStyleOverrides": [],
2342 | "styleOverrideTable": {},
2343 | "lineTypes": ["NONE"],
2344 | "lineIndentations": [0],
2345 | "style": {
2346 | "fontFamily": "Inter",
2347 | "fontPostScriptName": null,
2348 | "fontStyle": "Regular",
2349 | "fontWeight": 400,
2350 | "textAutoResize": "WIDTH_AND_HEIGHT",
2351 | "fontSize": 12,
2352 | "textAlignHorizontal": "RIGHT",
2353 | "textAlignVertical": "CENTER",
2354 | "letterSpacing": 0,
2355 | "lineHeightPx": 14.522727012634277,
2356 | "lineHeightPercent": 100,
2357 | "lineHeightUnit": "INTRINSIC_%"
2358 | },
2359 | "layoutVersion": 4,
2360 | "effects": [],
2361 | "interactions": []
2362 | },
2363 | {
2364 | "id": "240:32197",
2365 | "name": "Missed",
2366 | "type": "TEXT",
2367 | "scrollBehavior": "SCROLLS",
2368 | "blendMode": "PASS_THROUGH",
2369 | "fills": [
2370 | {
2371 | "blendMode": "NORMAL",
2372 | "type": "SOLID",
2373 | "color": {
2374 | "r": 1,
2375 | "g": 0.12606576085090637,
2376 | "b": 0.12606576085090637,
2377 | "a": 1
2378 | }
2379 | }
2380 | ],
2381 | "strokes": [],
2382 | "strokeWeight": 1,
2383 | "strokeAlign": "OUTSIDE",
2384 | "absoluteBoundingBox": {
2385 | "x": 34058,
2386 | "y": 77931,
2387 | "width": 41,
2388 | "height": 15
2389 | },
2390 | "absoluteRenderBounds": {
2391 | "x": 34059.55859375,
2392 | "y": 77934,
2393 | "width": 38.37890625,
2394 | "height": 9.1328125
2395 | },
2396 | "constraints": {
2397 | "vertical": "TOP",
2398 | "horizontal": "LEFT"
2399 | },
2400 | "characters": "Missed",
2401 | "characterStyleOverrides": [],
2402 | "styleOverrideTable": {},
2403 | "lineTypes": ["NONE"],
2404 | "lineIndentations": [0],
2405 | "style": {
2406 | "fontFamily": "Inter",
2407 | "fontPostScriptName": null,
2408 | "fontStyle": "Regular",
2409 | "fontWeight": 400,
2410 | "textAutoResize": "WIDTH_AND_HEIGHT",
2411 | "fontSize": 12,
2412 | "textAlignHorizontal": "RIGHT",
2413 | "textAlignVertical": "CENTER",
2414 | "letterSpacing": 0,
2415 | "lineHeightPx": 14.522727012634277,
2416 | "lineHeightPercent": 100,
2417 | "lineHeightUnit": "INTRINSIC_%"
2418 | },
2419 | "layoutVersion": 4,
2420 | "effects": [],
2421 | "interactions": []
2422 | },
2423 | {
2424 | "id": "240:32198",
2425 | "name": "Group 1410086347",
2426 | "type": "GROUP",
2427 | "scrollBehavior": "SCROLLS",
2428 | "children": [
2429 | {
2430 | "id": "240:32199",
2431 | "name": "Vector 10",
2432 | "type": "VECTOR",
2433 | "scrollBehavior": "SCROLLS",
2434 | "rotation": -3.1415925661670165,
2435 | "blendMode": "PASS_THROUGH",
2436 | "fills": [],
2437 | "fillOverrideTable": {
2438 | "6": null
2439 | },
2440 | "strokes": [
2441 | {
2442 | "blendMode": "NORMAL",
2443 | "type": "SOLID",
2444 | "color": {
2445 | "r": 1,
2446 | "g": 0.12606576085090637,
2447 | "b": 0.12606576085090637,
2448 | "a": 1
2449 | }
2450 | }
2451 | ],
2452 | "strokeWeight": 1.5,
2453 | "strokeAlign": "CENTER",
2454 | "strokeCap": "ROUND",
2455 | "absoluteBoundingBox": {
2456 | "x": 34106,
2457 | "y": 77934.99999930062,
2458 | "width": 8.000000699379598,
2459 | "height": 8.000000699379598
2460 | },
2461 | "absoluteRenderBounds": {
2462 | "x": 34105.25,
2463 | "y": 77934.25,
2464 | "width": 9.5,
2465 | "height": 9.5
2466 | },
2467 | "constraints": {
2468 | "vertical": "TOP",
2469 | "horizontal": "LEFT"
2470 | },
2471 | "effects": [],
2472 | "interactions": []
2473 | },
2474 | {
2475 | "id": "240:32200",
2476 | "name": "Vector 11",
2477 | "type": "VECTOR",
2478 | "scrollBehavior": "SCROLLS",
2479 | "rotation": -1.5707963705062884,
2480 | "blendMode": "PASS_THROUGH",
2481 | "fills": [],
2482 | "fillOverrideTable": {
2483 | "6": null
2484 | },
2485 | "strokes": [
2486 | {
2487 | "blendMode": "NORMAL",
2488 | "type": "SOLID",
2489 | "color": {
2490 | "r": 1,
2491 | "g": 0.12606576085090637,
2492 | "b": 0.12606576085090637,
2493 | "a": 1
2494 | }
2495 | }
2496 | ],
2497 | "strokeWeight": 1.5,
2498 | "strokeAlign": "CENTER",
2499 | "strokeCap": "ROUND",
2500 | "absoluteBoundingBox": {
2501 | "x": 34105.99999965031,
2502 | "y": 77934.9999996503,
2503 | "width": 8.000000349689799,
2504 | "height": 8.000000349697075
2505 | },
2506 | "absoluteRenderBounds": {
2507 | "x": 34105.25,
2508 | "y": 77934.25,
2509 | "width": 9.5,
2510 | "height": 9.5
2511 | },
2512 | "constraints": {
2513 | "vertical": "TOP",
2514 | "horizontal": "LEFT"
2515 | },
2516 | "effects": [],
2517 | "interactions": []
2518 | }
2519 | ],
2520 | "blendMode": "PASS_THROUGH",
2521 | "clipsContent": false,
2522 | "background": [],
2523 | "fills": [],
2524 | "strokes": [],
2525 | "strokeWeight": 1,
2526 | "strokeAlign": "INSIDE",
2527 | "backgroundColor": {
2528 | "r": 0,
2529 | "g": 0,
2530 | "b": 0,
2531 | "a": 0
2532 | },
2533 | "absoluteBoundingBox": {
2534 | "x": 34106,
2535 | "y": 77935,
2536 | "width": 8.000000953674316,
2537 | "height": 8.000000953674316
2538 | },
2539 | "absoluteRenderBounds": {
2540 | "x": 34105.25,
2541 | "y": 77934.25,
2542 | "width": 9.5,
2543 | "height": 9.5
2544 | },
2545 | "constraints": {
2546 | "vertical": "TOP",
2547 | "horizontal": "LEFT"
2548 | },
2549 | "effects": [],
2550 | "interactions": []
2551 | },
2552 | {
2553 | "id": "240:32201",
2554 | "name": "image",
2555 | "type": "ELLIPSE",
2556 | "scrollBehavior": "SCROLLS",
2557 | "blendMode": "PASS_THROUGH",
2558 | "fills": [
2559 | {
2560 | "blendMode": "NORMAL",
2561 | "type": "IMAGE",
2562 | "scaleMode": "FILL",
2563 | "imageRef": "c93f71a01a5a26cbb3c38533a22d8dd9a054e454"
2564 | }
2565 | ],
2566 | "strokes": [],
2567 | "strokeWeight": 1,
2568 | "strokeAlign": "INSIDE",
2569 | "absoluteBoundingBox": {
2570 | "x": 33821,
2571 | "y": 77907,
2572 | "width": 42,
2573 | "height": 42
2574 | },
2575 | "absoluteRenderBounds": {
2576 | "x": 33821,
2577 | "y": 77907,
2578 | "width": 42,
2579 | "height": 42
2580 | },
2581 | "constraints": {
2582 | "vertical": "TOP",
2583 | "horizontal": "LEFT"
2584 | },
2585 | "effects": [],
2586 | "arcData": {
2587 | "startingAngle": 0,
2588 | "endingAngle": 6.2831854820251465,
2589 | "innerRadius": 0
2590 | },
2591 | "interactions": []
2592 | },
2593 | {
2594 | "id": "240:32202",
2595 | "name": "Teresa school",
2596 | "type": "TEXT",
2597 | "scrollBehavior": "SCROLLS",
2598 | "blendMode": "PASS_THROUGH",
2599 | "fills": [
2600 | {
2601 | "blendMode": "NORMAL",
2602 | "type": "SOLID",
2603 | "color": {
2604 | "r": 0.20000000298023224,
2605 | "g": 0.20000000298023224,
2606 | "b": 0.20000000298023224,
2607 | "a": 1
2608 | }
2609 | }
2610 | ],
2611 | "strokes": [],
2612 | "strokeWeight": 1,
2613 | "strokeAlign": "OUTSIDE",
2614 | "absoluteBoundingBox": {
2615 | "x": 33873,
2616 | "y": 77910,
2617 | "width": 95,
2618 | "height": 17
2619 | },
2620 | "absoluteRenderBounds": {
2621 | "x": 33873.55859375,
2622 | "y": 77913.8203125,
2623 | "width": 92.71484375,
2624 | "height": 10.3359375
2625 | },
2626 | "constraints": {
2627 | "vertical": "TOP",
2628 | "horizontal": "LEFT"
2629 | },
2630 | "characters": "Teresa school",
2631 | "characterStyleOverrides": [],
2632 | "styleOverrideTable": {},
2633 | "lineTypes": ["NONE"],
2634 | "lineIndentations": [0],
2635 | "style": {
2636 | "fontFamily": "Inter",
2637 | "fontPostScriptName": "Inter-SemiBold",
2638 | "fontStyle": "Semi Bold",
2639 | "fontWeight": 600,
2640 | "textAutoResize": "WIDTH_AND_HEIGHT",
2641 | "fontSize": 14,
2642 | "textAlignHorizontal": "LEFT",
2643 | "textAlignVertical": "TOP",
2644 | "letterSpacing": 0,
2645 | "lineHeightPx": 16.94318199157715,
2646 | "lineHeightPercent": 100,
2647 | "lineHeightUnit": "INTRINSIC_%"
2648 | },
2649 | "layoutVersion": 4,
2650 | "effects": [],
2651 | "interactions": []
2652 | },
2653 | {
2654 | "id": "240:32203",
2655 | "name": "677-377-9558",
2656 | "type": "TEXT",
2657 | "scrollBehavior": "SCROLLS",
2658 | "blendMode": "PASS_THROUGH",
2659 | "fills": [
2660 | {
2661 | "blendMode": "NORMAL",
2662 | "type": "SOLID",
2663 | "color": {
2664 | "r": 0.4000000059604645,
2665 | "g": 0.4000000059604645,
2666 | "b": 0.4000000059604645,
2667 | "a": 1
2668 | }
2669 | }
2670 | ],
2671 | "strokes": [],
2672 | "strokeWeight": 1,
2673 | "strokeAlign": "OUTSIDE",
2674 | "absoluteBoundingBox": {
2675 | "x": 33873,
2676 | "y": 77931,
2677 | "width": 84,
2678 | "height": 15
2679 | },
2680 | "absoluteRenderBounds": {
2681 | "x": 33873.765625,
2682 | "y": 77934.140625,
2683 | "width": 81.90625,
2684 | "height": 8.984375
2685 | },
2686 | "constraints": {
2687 | "vertical": "TOP",
2688 | "horizontal": "LEFT"
2689 | },
2690 | "characters": "677-377-9558",
2691 | "characterStyleOverrides": [],
2692 | "styleOverrideTable": {},
2693 | "lineTypes": ["NONE"],
2694 | "lineIndentations": [0],
2695 | "style": {
2696 | "fontFamily": "Inter",
2697 | "fontPostScriptName": null,
2698 | "fontStyle": "Regular",
2699 | "fontWeight": 400,
2700 | "textAutoResize": "WIDTH_AND_HEIGHT",
2701 | "fontSize": 12,
2702 | "textAlignHorizontal": "LEFT",
2703 | "textAlignVertical": "CENTER",
2704 | "letterSpacing": 0,
2705 | "lineHeightPx": 14.522727012634277,
2706 | "lineHeightPercent": 100,
2707 | "lineHeightUnit": "INTRINSIC_%"
2708 | },
2709 | "layoutVersion": 4,
2710 | "effects": [],
2711 | "interactions": []
2712 | }
2713 | ],
2714 | "blendMode": "PASS_THROUGH",
2715 | "clipsContent": false,
2716 | "background": [],
2717 | "fills": [],
2718 | "strokes": [],
2719 | "rectangleCornerRadii": [0, 0, 0, 0],
2720 | "cornerSmoothing": 0,
2721 | "strokeWeight": 1,
2722 | "strokeAlign": "INSIDE",
2723 | "backgroundColor": {
2724 | "r": 0,
2725 | "g": 0,
2726 | "b": 0,
2727 | "a": 0
2728 | },
2729 | "absoluteBoundingBox": {
2730 | "x": 33811,
2731 | "y": 77897,
2732 | "width": 317,
2733 | "height": 62
2734 | },
2735 | "absoluteRenderBounds": {
2736 | "x": 33811,
2737 | "y": 77897,
2738 | "width": 317,
2739 | "height": 62
2740 | },
2741 | "constraints": {
2742 | "vertical": "TOP",
2743 | "horizontal": "LEFT"
2744 | },
2745 | "effects": [],
2746 | "interactions": []
2747 | },
2748 | {
2749 | "id": "240:32204",
2750 | "name": "Group 1410086326",
2751 | "type": "GROUP",
2752 | "scrollBehavior": "SCROLLS",
2753 | "children": [
2754 | {
2755 | "id": "240:32205",
2756 | "name": "Rectangle 28",
2757 | "type": "RECTANGLE",
2758 | "scrollBehavior": "SCROLLS",
2759 | "blendMode": "PASS_THROUGH",
2760 | "fills": [
2761 | {
2762 | "blendMode": "NORMAL",
2763 | "type": "SOLID",
2764 | "color": {
2765 | "r": 0.95686274766922,
2766 | "g": 0.9529411792755127,
2767 | "b": 0.9647058844566345,
2768 | "a": 1
2769 | }
2770 | }
2771 | ],
2772 | "strokes": [],
2773 | "strokeWeight": 1,
2774 | "strokeAlign": "INSIDE",
2775 | "cornerRadius": 10,
2776 | "cornerSmoothing": 0,
2777 | "absoluteBoundingBox": {
2778 | "x": 33811,
2779 | "y": 77693,
2780 | "width": 317,
2781 | "height": 62
2782 | },
2783 | "absoluteRenderBounds": {
2784 | "x": 33811,
2785 | "y": 77693,
2786 | "width": 317,
2787 | "height": 62
2788 | },
2789 | "constraints": {
2790 | "vertical": "TOP",
2791 | "horizontal": "LEFT"
2792 | },
2793 | "effects": [],
2794 | "interactions": []
2795 | },
2796 | {
2797 | "id": "240:32206",
2798 | "name": "Yesterday",
2799 | "type": "TEXT",
2800 | "scrollBehavior": "SCROLLS",
2801 | "blendMode": "PASS_THROUGH",
2802 | "fills": [
2803 | {
2804 | "blendMode": "NORMAL",
2805 | "type": "SOLID",
2806 | "color": {
2807 | "r": 0.6000000238418579,
2808 | "g": 0.6000000238418579,
2809 | "b": 0.6000000238418579,
2810 | "a": 1
2811 | }
2812 | }
2813 | ],
2814 | "strokes": [],
2815 | "strokeWeight": 1,
2816 | "strokeAlign": "OUTSIDE",
2817 | "absoluteBoundingBox": {
2818 | "x": 34059,
2819 | "y": 77706,
2820 | "width": 57,
2821 | "height": 15
2822 | },
2823 | "absoluteRenderBounds": {
2824 | "x": 34059.80078125,
2825 | "y": 77709.2734375,
2826 | "width": 55.79296875,
2827 | "height": 11.1796875
2828 | },
2829 | "constraints": {
2830 | "vertical": "TOP",
2831 | "horizontal": "LEFT"
2832 | },
2833 | "characters": "Yesterday",
2834 | "characterStyleOverrides": [],
2835 | "styleOverrideTable": {},
2836 | "lineTypes": ["NONE"],
2837 | "lineIndentations": [0],
2838 | "style": {
2839 | "fontFamily": "Inter",
2840 | "fontPostScriptName": null,
2841 | "fontStyle": "Regular",
2842 | "fontWeight": 400,
2843 | "textAutoResize": "WIDTH_AND_HEIGHT",
2844 | "fontSize": 12,
2845 | "textAlignHorizontal": "RIGHT",
2846 | "textAlignVertical": "CENTER",
2847 | "letterSpacing": 0,
2848 | "lineHeightPx": 14.522727012634277,
2849 | "lineHeightPercent": 100,
2850 | "lineHeightUnit": "INTRINSIC_%"
2851 | },
2852 | "layoutVersion": 4,
2853 | "effects": [],
2854 | "interactions": []
2855 | },
2856 | {
2857 | "id": "240:32207",
2858 | "name": "Incoming",
2859 | "type": "TEXT",
2860 | "scrollBehavior": "SCROLLS",
2861 | "blendMode": "PASS_THROUGH",
2862 | "fills": [
2863 | {
2864 | "blendMode": "NORMAL",
2865 | "type": "SOLID",
2866 | "color": {
2867 | "r": 0.20000000298023224,
2868 | "g": 0.20000000298023224,
2869 | "b": 0.20000000298023224,
2870 | "a": 1
2871 | }
2872 | }
2873 | ],
2874 | "strokes": [],
2875 | "strokeWeight": 1,
2876 | "strokeAlign": "OUTSIDE",
2877 | "absoluteBoundingBox": {
2878 | "x": 34047,
2879 | "y": 77727,
2880 | "width": 52,
2881 | "height": 15
2882 | },
2883 | "absoluteRenderBounds": {
2884 | "x": 34048.390625,
2885 | "y": 77730,
2886 | "width": 49.6875,
2887 | "height": 11.59375
2888 | },
2889 | "constraints": {
2890 | "vertical": "TOP",
2891 | "horizontal": "LEFT"
2892 | },
2893 | "characters": "Incoming",
2894 | "characterStyleOverrides": [],
2895 | "styleOverrideTable": {},
2896 | "lineTypes": ["NONE"],
2897 | "lineIndentations": [0],
2898 | "style": {
2899 | "fontFamily": "Inter",
2900 | "fontPostScriptName": null,
2901 | "fontStyle": "Regular",
2902 | "fontWeight": 400,
2903 | "textAutoResize": "WIDTH_AND_HEIGHT",
2904 | "fontSize": 12,
2905 | "textAlignHorizontal": "RIGHT",
2906 | "textAlignVertical": "CENTER",
2907 | "letterSpacing": 0,
2908 | "lineHeightPx": 14.522727012634277,
2909 | "lineHeightPercent": 100,
2910 | "lineHeightUnit": "INTRINSIC_%"
2911 | },
2912 | "layoutVersion": 4,
2913 | "effects": [],
2914 | "interactions": []
2915 | },
2916 | {
2917 | "id": "240:32208",
2918 | "name": "Vector 8",
2919 | "type": "VECTOR",
2920 | "scrollBehavior": "SCROLLS",
2921 | "rotation": -3.1415925661670165,
2922 | "blendMode": "PASS_THROUGH",
2923 | "fills": [],
2924 | "fillOverrideTable": {
2925 | "1": null,
2926 | "2": null
2927 | },
2928 | "strokes": [
2929 | {
2930 | "blendMode": "NORMAL",
2931 | "type": "SOLID",
2932 | "color": {
2933 | "r": 0.1411764770746231,
2934 | "g": 0.7803921699523926,
2935 | "b": 0.5647059082984924,
2936 | "a": 1
2937 | }
2938 | }
2939 | ],
2940 | "strokeWeight": 1.5,
2941 | "strokeAlign": "CENTER",
2942 | "absoluteBoundingBox": {
2943 | "x": 34106,
2944 | "y": 77730.99999930062,
2945 | "width": 8.000000699379598,
2946 | "height": 8.000000699379598
2947 | },
2948 | "absoluteRenderBounds": {
2949 | "x": 34105.25,
2950 | "y": 77730.25,
2951 | "width": 9.5,
2952 | "height": 9.5
2953 | },
2954 | "constraints": {
2955 | "vertical": "TOP",
2956 | "horizontal": "LEFT"
2957 | },
2958 | "effects": [],
2959 | "interactions": []
2960 | },
2961 | {
2962 | "id": "240:32209",
2963 | "name": "image",
2964 | "type": "ELLIPSE",
2965 | "scrollBehavior": "SCROLLS",
2966 | "blendMode": "PASS_THROUGH",
2967 | "fills": [
2968 | {
2969 | "blendMode": "NORMAL",
2970 | "type": "IMAGE",
2971 | "scaleMode": "FILL",
2972 | "imageRef": "292429fba1cd5141bba22503b57b165c8fed8630"
2973 | }
2974 | ],
2975 | "strokes": [],
2976 | "strokeWeight": 1,
2977 | "strokeAlign": "INSIDE",
2978 | "absoluteBoundingBox": {
2979 | "x": 33821,
2980 | "y": 77703,
2981 | "width": 42,
2982 | "height": 42
2983 | },
2984 | "absoluteRenderBounds": {
2985 | "x": 33821,
2986 | "y": 77703,
2987 | "width": 42,
2988 | "height": 42
2989 | },
2990 | "constraints": {
2991 | "vertical": "TOP",
2992 | "horizontal": "LEFT"
2993 | },
2994 | "effects": [],
2995 | "arcData": {
2996 | "startingAngle": 0,
2997 | "endingAngle": 6.2831854820251465,
2998 | "innerRadius": 0
2999 | },
3000 | "interactions": []
3001 | },
3002 | {
3003 | "id": "240:32210",
3004 | "name": "Charlie",
3005 | "type": "TEXT",
3006 | "scrollBehavior": "SCROLLS",
3007 | "blendMode": "PASS_THROUGH",
3008 | "fills": [
3009 | {
3010 | "blendMode": "NORMAL",
3011 | "type": "SOLID",
3012 | "color": {
3013 | "r": 0.20000000298023224,
3014 | "g": 0.20000000298023224,
3015 | "b": 0.20000000298023224,
3016 | "a": 1
3017 | }
3018 | }
3019 | ],
3020 | "strokes": [],
3021 | "strokeWeight": 1,
3022 | "strokeAlign": "OUTSIDE",
3023 | "absoluteBoundingBox": {
3024 | "x": 33873,
3025 | "y": 77706,
3026 | "width": 49,
3027 | "height": 17
3028 | },
3029 | "absoluteRenderBounds": {
3030 | "x": 33873.74609375,
3031 | "y": 77709.328125,
3032 | "width": 46.8359375,
3033 | "height": 10.828125
3034 | },
3035 | "constraints": {
3036 | "vertical": "TOP",
3037 | "horizontal": "LEFT"
3038 | },
3039 | "characters": "Charlie",
3040 | "characterStyleOverrides": [],
3041 | "styleOverrideTable": {},
3042 | "lineTypes": ["NONE"],
3043 | "lineIndentations": [0],
3044 | "style": {
3045 | "fontFamily": "Inter",
3046 | "fontPostScriptName": "Inter-SemiBold",
3047 | "fontStyle": "Semi Bold",
3048 | "fontWeight": 600,
3049 | "textAutoResize": "WIDTH_AND_HEIGHT",
3050 | "fontSize": 14,
3051 | "textAlignHorizontal": "LEFT",
3052 | "textAlignVertical": "TOP",
3053 | "letterSpacing": 0,
3054 | "lineHeightPx": 16.94318199157715,
3055 | "lineHeightPercent": 100,
3056 | "lineHeightUnit": "INTRINSIC_%"
3057 | },
3058 | "layoutVersion": 4,
3059 | "effects": [],
3060 | "interactions": []
3061 | },
3062 | {
3063 | "id": "240:32211",
3064 | "name": "677-377-9558",
3065 | "type": "TEXT",
3066 | "scrollBehavior": "SCROLLS",
3067 | "blendMode": "PASS_THROUGH",
3068 | "fills": [
3069 | {
3070 | "blendMode": "NORMAL",
3071 | "type": "SOLID",
3072 | "color": {
3073 | "r": 0.4000000059604645,
3074 | "g": 0.4000000059604645,
3075 | "b": 0.4000000059604645,
3076 | "a": 1
3077 | }
3078 | }
3079 | ],
3080 | "strokes": [],
3081 | "strokeWeight": 1,
3082 | "strokeAlign": "OUTSIDE",
3083 | "absoluteBoundingBox": {
3084 | "x": 33873,
3085 | "y": 77727,
3086 | "width": 84,
3087 | "height": 15
3088 | },
3089 | "absoluteRenderBounds": {
3090 | "x": 33873.765625,
3091 | "y": 77730.140625,
3092 | "width": 81.90625,
3093 | "height": 8.984375
3094 | },
3095 | "constraints": {
3096 | "vertical": "TOP",
3097 | "horizontal": "LEFT"
3098 | },
3099 | "characters": "677-377-9558",
3100 | "characterStyleOverrides": [],
3101 | "styleOverrideTable": {},
3102 | "lineTypes": ["NONE"],
3103 | "lineIndentations": [0],
3104 | "style": {
3105 | "fontFamily": "Inter",
3106 | "fontPostScriptName": null,
3107 | "fontStyle": "Regular",
3108 | "fontWeight": 400,
3109 | "textAutoResize": "WIDTH_AND_HEIGHT",
3110 | "fontSize": 12,
3111 | "textAlignHorizontal": "LEFT",
3112 | "textAlignVertical": "CENTER",
3113 | "letterSpacing": 0,
3114 | "lineHeightPx": 14.522727012634277,
3115 | "lineHeightPercent": 100,
3116 | "lineHeightUnit": "INTRINSIC_%"
3117 | },
3118 | "layoutVersion": 4,
3119 | "effects": [],
3120 | "interactions": []
3121 | },
3122 | {
3123 | "id": "240:32212",
3124 | "name": "Group 1410086532",
3125 | "type": "GROUP",
3126 | "scrollBehavior": "SCROLLS",
3127 | "children": [
3128 | {
3129 | "id": "240:32213",
3130 | "name": "Ellipse 40",
3131 | "type": "ELLIPSE",
3132 | "scrollBehavior": "SCROLLS",
3133 | "blendMode": "PASS_THROUGH",
3134 | "fills": [
3135 | {
3136 | "blendMode": "NORMAL",
3137 | "type": "SOLID",
3138 | "color": {
3139 | "r": 0,
3140 | "g": 0.5882353186607361,
3141 | "b": 0.38823530077934265,
3142 | "a": 1
3143 | }
3144 | }
3145 | ],
3146 | "strokes": [
3147 | {
3148 | "opacity": 0.5699999928474426,
3149 | "blendMode": "NORMAL",
3150 | "type": "SOLID",
3151 | "color": {
3152 | "r": 1,
3153 | "g": 1,
3154 | "b": 1,
3155 | "a": 1
3156 | }
3157 | }
3158 | ],
3159 | "strokeWeight": 1,
3160 | "strokeAlign": "INSIDE",
3161 | "absoluteBoundingBox": {
3162 | "x": 33845,
3163 | "y": 77727,
3164 | "width": 18,
3165 | "height": 18
3166 | },
3167 | "absoluteRenderBounds": {
3168 | "x": 33845,
3169 | "y": 77727,
3170 | "width": 18,
3171 | "height": 18
3172 | },
3173 | "constraints": {
3174 | "vertical": "TOP",
3175 | "horizontal": "LEFT"
3176 | },
3177 | "effects": [],
3178 | "arcData": {
3179 | "startingAngle": 0,
3180 | "endingAngle": 6.2831854820251465,
3181 | "innerRadius": 0
3182 | },
3183 | "interactions": []
3184 | },
3185 | {
3186 | "id": "240:32214",
3187 | "name": "Frame",
3188 | "type": "FRAME",
3189 | "scrollBehavior": "SCROLLS",
3190 | "children": [
3191 | {
3192 | "id": "240:32215",
3193 | "name": "Vector",
3194 | "type": "VECTOR",
3195 | "scrollBehavior": "SCROLLS",
3196 | "blendMode": "PASS_THROUGH",
3197 | "fills": [
3198 | {
3199 | "blendMode": "NORMAL",
3200 | "type": "SOLID",
3201 | "color": {
3202 | "r": 1,
3203 | "g": 1,
3204 | "b": 1,
3205 | "a": 1
3206 | }
3207 | }
3208 | ],
3209 | "strokes": [],
3210 | "strokeWeight": 0.1953125,
3211 | "strokeAlign": "INSIDE",
3212 | "absoluteBoundingBox": {
3213 | "x": 33847.984375,
3214 | "y": 77731.3203125,
3215 | "width": 12.033830642700195,
3216 | "height": 9.3515625
3217 | },
3218 | "absoluteRenderBounds": {
3219 | "x": 33847.984375,
3220 | "y": 77731.3203125,
3221 | "width": 12.03515625,
3222 | "height": 9.3515625
3223 | },
3224 | "constraints": {
3225 | "vertical": "SCALE",
3226 | "horizontal": "SCALE"
3227 | },
3228 | "effects": [],
3229 | "interactions": []
3230 | }
3231 | ],
3232 | "blendMode": "PASS_THROUGH",
3233 | "clipsContent": true,
3234 | "background": [
3235 | {
3236 | "blendMode": "NORMAL",
3237 | "visible": false,
3238 | "type": "SOLID",
3239 | "color": {
3240 | "r": 1,
3241 | "g": 1,
3242 | "b": 1,
3243 | "a": 1
3244 | }
3245 | }
3246 | ],
3247 | "fills": [
3248 | {
3249 | "blendMode": "NORMAL",
3250 | "visible": false,
3251 | "type": "SOLID",
3252 | "color": {
3253 | "r": 1,
3254 | "g": 1,
3255 | "b": 1,
3256 | "a": 1
3257 | }
3258 | }
3259 | ],
3260 | "strokes": [],
3261 | "strokeWeight": 1,
3262 | "strokeAlign": "INSIDE",
3263 | "backgroundColor": {
3264 | "r": 0,
3265 | "g": 0,
3266 | "b": 0,
3267 | "a": 0
3268 | },
3269 | "absoluteBoundingBox": {
3270 | "x": 33847,
3271 | "y": 77729,
3272 | "width": 14,
3273 | "height": 14
3274 | },
3275 | "absoluteRenderBounds": {
3276 | "x": 33847,
3277 | "y": 77729,
3278 | "width": 14,
3279 | "height": 14
3280 | },
3281 | "constraints": {
3282 | "vertical": "TOP",
3283 | "horizontal": "LEFT"
3284 | },
3285 | "effects": [],
3286 | "interactions": []
3287 | }
3288 | ],
3289 | "blendMode": "PASS_THROUGH",
3290 | "clipsContent": false,
3291 | "background": [],
3292 | "fills": [],
3293 | "strokes": [],
3294 | "strokeWeight": 1,
3295 | "strokeAlign": "INSIDE",
3296 | "backgroundColor": {
3297 | "r": 0,
3298 | "g": 0,
3299 | "b": 0,
3300 | "a": 0
3301 | },
3302 | "absoluteBoundingBox": {
3303 | "x": 33845,
3304 | "y": 77727,
3305 | "width": 18,
3306 | "height": 18
3307 | },
3308 | "absoluteRenderBounds": {
3309 | "x": 33845,
3310 | "y": 77727,
3311 | "width": 18,
3312 | "height": 18
3313 | },
3314 | "constraints": {
3315 | "vertical": "TOP",
3316 | "horizontal": "LEFT"
3317 | },
3318 | "effects": [],
3319 | "interactions": []
3320 | }
3321 | ],
3322 | "blendMode": "PASS_THROUGH",
3323 | "clipsContent": false,
3324 | "background": [],
3325 | "fills": [],
3326 | "strokes": [],
3327 | "rectangleCornerRadii": [0, 0, 0, 0],
3328 | "cornerSmoothing": 0,
3329 | "strokeWeight": 1,
3330 | "strokeAlign": "INSIDE",
3331 | "backgroundColor": {
3332 | "r": 0,
3333 | "g": 0,
3334 | "b": 0,
3335 | "a": 0
3336 | },
3337 | "absoluteBoundingBox": {
3338 | "x": 33811,
3339 | "y": 77693,
3340 | "width": 317,
3341 | "height": 62
3342 | },
3343 | "absoluteRenderBounds": {
3344 | "x": 33811,
3345 | "y": 77693,
3346 | "width": 317,
3347 | "height": 62
3348 | },
3349 | "constraints": {
3350 | "vertical": "TOP",
3351 | "horizontal": "LEFT"
3352 | },
3353 | "effects": [],
3354 | "interactions": []
3355 | },
3356 | {
3357 | "id": "240:32216",
3358 | "name": "Group 1410086325",
3359 | "type": "GROUP",
3360 | "scrollBehavior": "SCROLLS",
3361 | "children": [
3362 | {
3363 | "id": "240:32217",
3364 | "name": "Rectangle 61",
3365 | "type": "RECTANGLE",
3366 | "scrollBehavior": "SCROLLS",
3367 | "blendMode": "PASS_THROUGH",
3368 | "fills": [
3369 | {
3370 | "blendMode": "NORMAL",
3371 | "type": "SOLID",
3372 | "color": {
3373 | "r": 0.95686274766922,
3374 | "g": 0.9529411792755127,
3375 | "b": 0.9647058844566345,
3376 | "a": 1
3377 | }
3378 | }
3379 | ],
3380 | "strokes": [],
3381 | "strokeWeight": 1,
3382 | "strokeAlign": "INSIDE",
3383 | "cornerRadius": 10,
3384 | "cornerSmoothing": 0,
3385 | "absoluteBoundingBox": {
3386 | "x": 33811,
3387 | "y": 77761,
3388 | "width": 317,
3389 | "height": 62
3390 | },
3391 | "absoluteRenderBounds": {
3392 | "x": 33811,
3393 | "y": 77761,
3394 | "width": 317,
3395 | "height": 62
3396 | },
3397 | "constraints": {
3398 | "vertical": "TOP",
3399 | "horizontal": "LEFT"
3400 | },
3401 | "effects": [],
3402 | "interactions": []
3403 | },
3404 | {
3405 | "id": "240:32218",
3406 | "name": "Friday",
3407 | "type": "TEXT",
3408 | "scrollBehavior": "SCROLLS",
3409 | "blendMode": "PASS_THROUGH",
3410 | "fills": [
3411 | {
3412 | "blendMode": "NORMAL",
3413 | "type": "SOLID",
3414 | "color": {
3415 | "r": 0.6000000238418579,
3416 | "g": 0.6000000238418579,
3417 | "b": 0.6000000238418579,
3418 | "a": 1
3419 | }
3420 | }
3421 | ],
3422 | "strokes": [],
3423 | "strokeWeight": 1,
3424 | "strokeAlign": "OUTSIDE",
3425 | "absoluteBoundingBox": {
3426 | "x": 34081,
3427 | "y": 77774,
3428 | "width": 35,
3429 | "height": 15
3430 | },
3431 | "absoluteRenderBounds": {
3432 | "x": 34082.11328125,
3433 | "y": 77777,
3434 | "width": 33.48046875,
3435 | "height": 11.453125
3436 | },
3437 | "constraints": {
3438 | "vertical": "TOP",
3439 | "horizontal": "LEFT"
3440 | },
3441 | "characters": "Friday",
3442 | "characterStyleOverrides": [],
3443 | "styleOverrideTable": {},
3444 | "lineTypes": ["NONE"],
3445 | "lineIndentations": [0],
3446 | "style": {
3447 | "fontFamily": "Inter",
3448 | "fontPostScriptName": null,
3449 | "fontStyle": "Regular",
3450 | "fontWeight": 400,
3451 | "textAutoResize": "WIDTH_AND_HEIGHT",
3452 | "fontSize": 12,
3453 | "textAlignHorizontal": "RIGHT",
3454 | "textAlignVertical": "CENTER",
3455 | "letterSpacing": 0,
3456 | "lineHeightPx": 14.522727012634277,
3457 | "lineHeightPercent": 100,
3458 | "lineHeightUnit": "INTRINSIC_%"
3459 | },
3460 | "layoutVersion": 4,
3461 | "effects": [],
3462 | "interactions": []
3463 | },
3464 | {
3465 | "id": "240:32219",
3466 | "name": "Outgoing",
3467 | "type": "TEXT",
3468 | "scrollBehavior": "SCROLLS",
3469 | "boundVariables": {
3470 | "fills": [
3471 | {
3472 | "type": "VARIABLE_ALIAS",
3473 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
3474 | }
3475 | ]
3476 | },
3477 | "blendMode": "PASS_THROUGH",
3478 | "fills": [
3479 | {
3480 | "blendMode": "NORMAL",
3481 | "type": "SOLID",
3482 | "color": {
3483 | "r": 0,
3484 | "g": 0.5882353186607361,
3485 | "b": 0.38823530077934265,
3486 | "a": 1
3487 | },
3488 | "boundVariables": {
3489 | "color": {
3490 | "type": "VARIABLE_ALIAS",
3491 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
3492 | }
3493 | }
3494 | }
3495 | ],
3496 | "strokes": [],
3497 | "strokeWeight": 1,
3498 | "strokeAlign": "OUTSIDE",
3499 | "absoluteBoundingBox": {
3500 | "x": 34046,
3501 | "y": 77795,
3502 | "width": 53,
3503 | "height": 15
3504 | },
3505 | "absoluteRenderBounds": {
3506 | "x": 34047.66015625,
3507 | "y": 77798,
3508 | "width": 50.41796875,
3509 | "height": 11.59375
3510 | },
3511 | "constraints": {
3512 | "vertical": "TOP",
3513 | "horizontal": "LEFT"
3514 | },
3515 | "characters": "Outgoing",
3516 | "characterStyleOverrides": [],
3517 | "styleOverrideTable": {},
3518 | "lineTypes": ["NONE"],
3519 | "lineIndentations": [0],
3520 | "style": {
3521 | "fontFamily": "Inter",
3522 | "fontPostScriptName": null,
3523 | "fontStyle": "Regular",
3524 | "fontWeight": 400,
3525 | "textAutoResize": "WIDTH_AND_HEIGHT",
3526 | "fontSize": 12,
3527 | "textAlignHorizontal": "RIGHT",
3528 | "textAlignVertical": "CENTER",
3529 | "letterSpacing": 0,
3530 | "lineHeightPx": 14.522727012634277,
3531 | "lineHeightPercent": 100,
3532 | "lineHeightUnit": "INTRINSIC_%"
3533 | },
3534 | "layoutVersion": 4,
3535 | "effects": [],
3536 | "interactions": []
3537 | },
3538 | {
3539 | "id": "240:32220",
3540 | "name": "Vector 8",
3541 | "type": "VECTOR",
3542 | "scrollBehavior": "SCROLLS",
3543 | "blendMode": "PASS_THROUGH",
3544 | "fills": [],
3545 | "fillOverrideTable": {
3546 | "1": null,
3547 | "2": null
3548 | },
3549 | "strokes": [
3550 | {
3551 | "blendMode": "NORMAL",
3552 | "type": "SOLID",
3553 | "color": {
3554 | "r": 0.1411764770746231,
3555 | "g": 0.7803921699523926,
3556 | "b": 0.5647059082984924,
3557 | "a": 1
3558 | }
3559 | }
3560 | ],
3561 | "strokeWeight": 1.5,
3562 | "strokeAlign": "CENTER",
3563 | "absoluteBoundingBox": {
3564 | "x": 34106,
3565 | "y": 77799,
3566 | "width": 8,
3567 | "height": 8
3568 | },
3569 | "absoluteRenderBounds": {
3570 | "x": 34105.25,
3571 | "y": 77798.25,
3572 | "width": 9.5,
3573 | "height": 9.5
3574 | },
3575 | "constraints": {
3576 | "vertical": "TOP",
3577 | "horizontal": "LEFT"
3578 | },
3579 | "effects": [],
3580 | "interactions": []
3581 | },
3582 | {
3583 | "id": "240:32221",
3584 | "name": "677-377-9558",
3585 | "type": "TEXT",
3586 | "scrollBehavior": "SCROLLS",
3587 | "blendMode": "PASS_THROUGH",
3588 | "fills": [
3589 | {
3590 | "blendMode": "NORMAL",
3591 | "type": "SOLID",
3592 | "color": {
3593 | "r": 0.4000000059604645,
3594 | "g": 0.4000000059604645,
3595 | "b": 0.4000000059604645,
3596 | "a": 1
3597 | }
3598 | }
3599 | ],
3600 | "strokes": [],
3601 | "strokeWeight": 1,
3602 | "strokeAlign": "OUTSIDE",
3603 | "absoluteBoundingBox": {
3604 | "x": 33873,
3605 | "y": 77795,
3606 | "width": 84,
3607 | "height": 15
3608 | },
3609 | "absoluteRenderBounds": {
3610 | "x": 33873.765625,
3611 | "y": 77798.140625,
3612 | "width": 81.90625,
3613 | "height": 8.984375
3614 | },
3615 | "constraints": {
3616 | "vertical": "TOP",
3617 | "horizontal": "LEFT"
3618 | },
3619 | "characters": "677-377-9558",
3620 | "characterStyleOverrides": [],
3621 | "styleOverrideTable": {},
3622 | "lineTypes": ["NONE"],
3623 | "lineIndentations": [0],
3624 | "style": {
3625 | "fontFamily": "Inter",
3626 | "fontPostScriptName": null,
3627 | "fontStyle": "Regular",
3628 | "fontWeight": 400,
3629 | "textAutoResize": "WIDTH_AND_HEIGHT",
3630 | "fontSize": 12,
3631 | "textAlignHorizontal": "LEFT",
3632 | "textAlignVertical": "CENTER",
3633 | "letterSpacing": 0,
3634 | "lineHeightPx": 14.522727012634277,
3635 | "lineHeightPercent": 100,
3636 | "lineHeightUnit": "INTRINSIC_%"
3637 | },
3638 | "layoutVersion": 4,
3639 | "effects": [],
3640 | "interactions": []
3641 | },
3642 | {
3643 | "id": "240:32222",
3644 | "name": "image",
3645 | "type": "ELLIPSE",
3646 | "scrollBehavior": "SCROLLS",
3647 | "blendMode": "PASS_THROUGH",
3648 | "fills": [
3649 | {
3650 | "blendMode": "NORMAL",
3651 | "type": "IMAGE",
3652 | "scaleMode": "FILL",
3653 | "imageRef": "0b9c5db0ffc24fc06fce788bd03637d8f7976f8b"
3654 | }
3655 | ],
3656 | "strokes": [],
3657 | "strokeWeight": 1,
3658 | "strokeAlign": "INSIDE",
3659 | "absoluteBoundingBox": {
3660 | "x": 33821,
3661 | "y": 77771,
3662 | "width": 42,
3663 | "height": 42
3664 | },
3665 | "absoluteRenderBounds": {
3666 | "x": 33821,
3667 | "y": 77771,
3668 | "width": 42,
3669 | "height": 42
3670 | },
3671 | "constraints": {
3672 | "vertical": "TOP",
3673 | "horizontal": "LEFT"
3674 | },
3675 | "effects": [],
3676 | "arcData": {
3677 | "startingAngle": 0,
3678 | "endingAngle": 6.2831854820251465,
3679 | "innerRadius": 0
3680 | },
3681 | "interactions": []
3682 | },
3683 | {
3684 | "id": "240:32223",
3685 | "name": "Charlie",
3686 | "type": "TEXT",
3687 | "scrollBehavior": "SCROLLS",
3688 | "blendMode": "PASS_THROUGH",
3689 | "fills": [
3690 | {
3691 | "blendMode": "NORMAL",
3692 | "type": "SOLID",
3693 | "color": {
3694 | "r": 0.20000000298023224,
3695 | "g": 0.20000000298023224,
3696 | "b": 0.20000000298023224,
3697 | "a": 1
3698 | }
3699 | }
3700 | ],
3701 | "strokes": [],
3702 | "strokeWeight": 1,
3703 | "strokeAlign": "OUTSIDE",
3704 | "absoluteBoundingBox": {
3705 | "x": 33873,
3706 | "y": 77774,
3707 | "width": 49,
3708 | "height": 17
3709 | },
3710 | "absoluteRenderBounds": {
3711 | "x": 33873.74609375,
3712 | "y": 77777.328125,
3713 | "width": 46.8359375,
3714 | "height": 10.828125
3715 | },
3716 | "constraints": {
3717 | "vertical": "TOP",
3718 | "horizontal": "LEFT"
3719 | },
3720 | "characters": "Charlie",
3721 | "characterStyleOverrides": [],
3722 | "styleOverrideTable": {},
3723 | "lineTypes": ["NONE"],
3724 | "lineIndentations": [0],
3725 | "style": {
3726 | "fontFamily": "Inter",
3727 | "fontPostScriptName": "Inter-SemiBold",
3728 | "fontStyle": "Semi Bold",
3729 | "fontWeight": 600,
3730 | "textAutoResize": "WIDTH_AND_HEIGHT",
3731 | "fontSize": 14,
3732 | "textAlignHorizontal": "LEFT",
3733 | "textAlignVertical": "TOP",
3734 | "letterSpacing": 0,
3735 | "lineHeightPx": 16.94318199157715,
3736 | "lineHeightPercent": 100,
3737 | "lineHeightUnit": "INTRINSIC_%"
3738 | },
3739 | "layoutVersion": 4,
3740 | "effects": [],
3741 | "interactions": []
3742 | }
3743 | ],
3744 | "blendMode": "PASS_THROUGH",
3745 | "clipsContent": false,
3746 | "background": [],
3747 | "fills": [],
3748 | "strokes": [],
3749 | "rectangleCornerRadii": [0, 0, 0, 0],
3750 | "cornerSmoothing": 0,
3751 | "strokeWeight": 1,
3752 | "strokeAlign": "INSIDE",
3753 | "backgroundColor": {
3754 | "r": 0,
3755 | "g": 0,
3756 | "b": 0,
3757 | "a": 0
3758 | },
3759 | "absoluteBoundingBox": {
3760 | "x": 33811,
3761 | "y": 77761,
3762 | "width": 317,
3763 | "height": 62
3764 | },
3765 | "absoluteRenderBounds": {
3766 | "x": 33811,
3767 | "y": 77761,
3768 | "width": 317,
3769 | "height": 62
3770 | },
3771 | "constraints": {
3772 | "vertical": "TOP",
3773 | "horizontal": "LEFT"
3774 | },
3775 | "effects": [],
3776 | "interactions": []
3777 | },
3778 | {
3779 | "id": "240:32224",
3780 | "name": "Group 1410086329",
3781 | "type": "GROUP",
3782 | "scrollBehavior": "SCROLLS",
3783 | "children": [
3784 | {
3785 | "id": "240:32225",
3786 | "name": "Rectangle 25",
3787 | "type": "RECTANGLE",
3788 | "scrollBehavior": "SCROLLS",
3789 | "blendMode": "PASS_THROUGH",
3790 | "fills": [
3791 | {
3792 | "blendMode": "NORMAL",
3793 | "type": "SOLID",
3794 | "color": {
3795 | "r": 0.95686274766922,
3796 | "g": 0.9529411792755127,
3797 | "b": 0.9647058844566345,
3798 | "a": 1
3799 | }
3800 | }
3801 | ],
3802 | "strokes": [],
3803 | "strokeWeight": 1,
3804 | "strokeAlign": "INSIDE",
3805 | "cornerRadius": 10,
3806 | "cornerSmoothing": 0,
3807 | "absoluteBoundingBox": {
3808 | "x": 33811,
3809 | "y": 77489,
3810 | "width": 317,
3811 | "height": 62
3812 | },
3813 | "absoluteRenderBounds": {
3814 | "x": 33811,
3815 | "y": 77489,
3816 | "width": 317,
3817 | "height": 62
3818 | },
3819 | "constraints": {
3820 | "vertical": "TOP",
3821 | "horizontal": "LEFT"
3822 | },
3823 | "effects": [],
3824 | "interactions": []
3825 | },
3826 | {
3827 | "id": "240:32226",
3828 | "name": "Yesterday",
3829 | "type": "TEXT",
3830 | "scrollBehavior": "SCROLLS",
3831 | "blendMode": "PASS_THROUGH",
3832 | "fills": [
3833 | {
3834 | "blendMode": "NORMAL",
3835 | "type": "SOLID",
3836 | "color": {
3837 | "r": 0.6000000238418579,
3838 | "g": 0.6000000238418579,
3839 | "b": 0.6000000238418579,
3840 | "a": 1
3841 | }
3842 | }
3843 | ],
3844 | "strokes": [],
3845 | "strokeWeight": 1,
3846 | "strokeAlign": "OUTSIDE",
3847 | "absoluteBoundingBox": {
3848 | "x": 34059,
3849 | "y": 77502,
3850 | "width": 57,
3851 | "height": 15
3852 | },
3853 | "absoluteRenderBounds": {
3854 | "x": 34059.80078125,
3855 | "y": 77505.2734375,
3856 | "width": 55.79296875,
3857 | "height": 11.1796875
3858 | },
3859 | "constraints": {
3860 | "vertical": "TOP",
3861 | "horizontal": "LEFT"
3862 | },
3863 | "characters": "Yesterday",
3864 | "characterStyleOverrides": [],
3865 | "styleOverrideTable": {},
3866 | "lineTypes": ["NONE"],
3867 | "lineIndentations": [0],
3868 | "style": {
3869 | "fontFamily": "Inter",
3870 | "fontPostScriptName": null,
3871 | "fontStyle": "Regular",
3872 | "fontWeight": 400,
3873 | "textAutoResize": "WIDTH_AND_HEIGHT",
3874 | "fontSize": 12,
3875 | "textAlignHorizontal": "RIGHT",
3876 | "textAlignVertical": "CENTER",
3877 | "letterSpacing": 0,
3878 | "lineHeightPx": 14.522727012634277,
3879 | "lineHeightPercent": 100,
3880 | "lineHeightUnit": "INTRINSIC_%"
3881 | },
3882 | "layoutVersion": 4,
3883 | "effects": [],
3884 | "interactions": []
3885 | },
3886 | {
3887 | "id": "240:32227",
3888 | "name": "Outgoing",
3889 | "type": "TEXT",
3890 | "scrollBehavior": "SCROLLS",
3891 | "boundVariables": {
3892 | "fills": [
3893 | {
3894 | "type": "VARIABLE_ALIAS",
3895 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
3896 | }
3897 | ]
3898 | },
3899 | "blendMode": "PASS_THROUGH",
3900 | "fills": [
3901 | {
3902 | "blendMode": "NORMAL",
3903 | "type": "SOLID",
3904 | "color": {
3905 | "r": 0,
3906 | "g": 0.5882353186607361,
3907 | "b": 0.38823530077934265,
3908 | "a": 1
3909 | },
3910 | "boundVariables": {
3911 | "color": {
3912 | "type": "VARIABLE_ALIAS",
3913 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
3914 | }
3915 | }
3916 | }
3917 | ],
3918 | "strokes": [],
3919 | "strokeWeight": 1,
3920 | "strokeAlign": "OUTSIDE",
3921 | "absoluteBoundingBox": {
3922 | "x": 34046,
3923 | "y": 77523,
3924 | "width": 53,
3925 | "height": 15
3926 | },
3927 | "absoluteRenderBounds": {
3928 | "x": 34047.66015625,
3929 | "y": 77526,
3930 | "width": 50.41796875,
3931 | "height": 11.59375
3932 | },
3933 | "constraints": {
3934 | "vertical": "TOP",
3935 | "horizontal": "LEFT"
3936 | },
3937 | "characters": "Outgoing",
3938 | "characterStyleOverrides": [],
3939 | "styleOverrideTable": {},
3940 | "lineTypes": ["NONE"],
3941 | "lineIndentations": [0],
3942 | "style": {
3943 | "fontFamily": "Inter",
3944 | "fontPostScriptName": null,
3945 | "fontStyle": "Regular",
3946 | "fontWeight": 400,
3947 | "textAutoResize": "WIDTH_AND_HEIGHT",
3948 | "fontSize": 12,
3949 | "textAlignHorizontal": "RIGHT",
3950 | "textAlignVertical": "CENTER",
3951 | "letterSpacing": 0,
3952 | "lineHeightPx": 14.522727012634277,
3953 | "lineHeightPercent": 100,
3954 | "lineHeightUnit": "INTRINSIC_%"
3955 | },
3956 | "layoutVersion": 4,
3957 | "effects": [],
3958 | "interactions": []
3959 | },
3960 | {
3961 | "id": "240:32228",
3962 | "name": "Vector 8",
3963 | "type": "VECTOR",
3964 | "scrollBehavior": "SCROLLS",
3965 | "blendMode": "PASS_THROUGH",
3966 | "fills": [],
3967 | "fillOverrideTable": {
3968 | "1": null,
3969 | "2": null
3970 | },
3971 | "strokes": [
3972 | {
3973 | "blendMode": "NORMAL",
3974 | "type": "SOLID",
3975 | "color": {
3976 | "r": 0.1411764770746231,
3977 | "g": 0.7803921699523926,
3978 | "b": 0.5647059082984924,
3979 | "a": 1
3980 | }
3981 | }
3982 | ],
3983 | "strokeWeight": 1.5,
3984 | "strokeAlign": "CENTER",
3985 | "absoluteBoundingBox": {
3986 | "x": 34106,
3987 | "y": 77527,
3988 | "width": 8,
3989 | "height": 8
3990 | },
3991 | "absoluteRenderBounds": {
3992 | "x": 34105.25,
3993 | "y": 77526.25,
3994 | "width": 9.5,
3995 | "height": 9.5
3996 | },
3997 | "constraints": {
3998 | "vertical": "TOP",
3999 | "horizontal": "LEFT"
4000 | },
4001 | "effects": [],
4002 | "interactions": []
4003 | },
4004 | {
4005 | "id": "240:32229",
4006 | "name": "677-377-9558",
4007 | "type": "TEXT",
4008 | "scrollBehavior": "SCROLLS",
4009 | "blendMode": "PASS_THROUGH",
4010 | "fills": [
4011 | {
4012 | "blendMode": "NORMAL",
4013 | "type": "SOLID",
4014 | "color": {
4015 | "r": 0.4000000059604645,
4016 | "g": 0.4000000059604645,
4017 | "b": 0.4000000059604645,
4018 | "a": 1
4019 | }
4020 | }
4021 | ],
4022 | "strokes": [],
4023 | "strokeWeight": 1,
4024 | "strokeAlign": "OUTSIDE",
4025 | "absoluteBoundingBox": {
4026 | "x": 33873,
4027 | "y": 77523,
4028 | "width": 84,
4029 | "height": 15
4030 | },
4031 | "absoluteRenderBounds": {
4032 | "x": 33873.765625,
4033 | "y": 77526.140625,
4034 | "width": 81.90625,
4035 | "height": 8.984375
4036 | },
4037 | "constraints": {
4038 | "vertical": "TOP",
4039 | "horizontal": "LEFT"
4040 | },
4041 | "characters": "677-377-9558",
4042 | "characterStyleOverrides": [],
4043 | "styleOverrideTable": {},
4044 | "lineTypes": ["NONE"],
4045 | "lineIndentations": [0],
4046 | "style": {
4047 | "fontFamily": "Inter",
4048 | "fontPostScriptName": null,
4049 | "fontStyle": "Regular",
4050 | "fontWeight": 400,
4051 | "textAutoResize": "WIDTH_AND_HEIGHT",
4052 | "fontSize": 12,
4053 | "textAlignHorizontal": "LEFT",
4054 | "textAlignVertical": "CENTER",
4055 | "letterSpacing": 0,
4056 | "lineHeightPx": 14.522727012634277,
4057 | "lineHeightPercent": 100,
4058 | "lineHeightUnit": "INTRINSIC_%"
4059 | },
4060 | "layoutVersion": 4,
4061 | "effects": [],
4062 | "interactions": []
4063 | },
4064 | {
4065 | "id": "240:32230",
4066 | "name": "image",
4067 | "type": "ELLIPSE",
4068 | "scrollBehavior": "SCROLLS",
4069 | "blendMode": "PASS_THROUGH",
4070 | "fills": [
4071 | {
4072 | "blendMode": "NORMAL",
4073 | "type": "IMAGE",
4074 | "scaleMode": "FILL",
4075 | "imageRef": "a81e312be24b3cb3829228752425b584a421e753"
4076 | }
4077 | ],
4078 | "strokes": [],
4079 | "strokeWeight": 1,
4080 | "strokeAlign": "INSIDE",
4081 | "absoluteBoundingBox": {
4082 | "x": 33821,
4083 | "y": 77499,
4084 | "width": 42,
4085 | "height": 42
4086 | },
4087 | "absoluteRenderBounds": {
4088 | "x": 33821,
4089 | "y": 77499,
4090 | "width": 42,
4091 | "height": 42
4092 | },
4093 | "constraints": {
4094 | "vertical": "TOP",
4095 | "horizontal": "LEFT"
4096 | },
4097 | "effects": [],
4098 | "arcData": {
4099 | "startingAngle": 0,
4100 | "endingAngle": 6.2831854820251465,
4101 | "innerRadius": 0
4102 | },
4103 | "interactions": []
4104 | },
4105 | {
4106 | "id": "240:32231",
4107 | "name": "Chris Monet",
4108 | "type": "TEXT",
4109 | "scrollBehavior": "SCROLLS",
4110 | "blendMode": "PASS_THROUGH",
4111 | "fills": [
4112 | {
4113 | "blendMode": "NORMAL",
4114 | "type": "SOLID",
4115 | "color": {
4116 | "r": 0.20000000298023224,
4117 | "g": 0.20000000298023224,
4118 | "b": 0.20000000298023224,
4119 | "a": 1
4120 | }
4121 | }
4122 | ],
4123 | "strokes": [],
4124 | "strokeWeight": 1,
4125 | "strokeAlign": "OUTSIDE",
4126 | "absoluteBoundingBox": {
4127 | "x": 33873,
4128 | "y": 77502,
4129 | "width": 83,
4130 | "height": 17
4131 | },
4132 | "absoluteRenderBounds": {
4133 | "x": 33873.74609375,
4134 | "y": 77505.328125,
4135 | "width": 81.515625,
4136 | "height": 10.8203125
4137 | },
4138 | "constraints": {
4139 | "vertical": "TOP",
4140 | "horizontal": "LEFT"
4141 | },
4142 | "characters": "Chris Monet",
4143 | "characterStyleOverrides": [],
4144 | "styleOverrideTable": {},
4145 | "lineTypes": ["NONE"],
4146 | "lineIndentations": [0],
4147 | "style": {
4148 | "fontFamily": "Inter",
4149 | "fontPostScriptName": "Inter-SemiBold",
4150 | "fontStyle": "Semi Bold",
4151 | "fontWeight": 600,
4152 | "textAutoResize": "WIDTH_AND_HEIGHT",
4153 | "fontSize": 14,
4154 | "textAlignHorizontal": "LEFT",
4155 | "textAlignVertical": "TOP",
4156 | "letterSpacing": 0,
4157 | "lineHeightPx": 16.94318199157715,
4158 | "lineHeightPercent": 100,
4159 | "lineHeightUnit": "INTRINSIC_%"
4160 | },
4161 | "layoutVersion": 4,
4162 | "effects": [],
4163 | "interactions": []
4164 | },
4165 | {
4166 | "id": "240:32232",
4167 | "name": "Group 1410086532",
4168 | "type": "GROUP",
4169 | "scrollBehavior": "SCROLLS",
4170 | "children": [
4171 | {
4172 | "id": "240:32233",
4173 | "name": "Ellipse 40",
4174 | "type": "ELLIPSE",
4175 | "scrollBehavior": "SCROLLS",
4176 | "blendMode": "PASS_THROUGH",
4177 | "fills": [
4178 | {
4179 | "blendMode": "NORMAL",
4180 | "type": "SOLID",
4181 | "color": {
4182 | "r": 0,
4183 | "g": 0.5882353186607361,
4184 | "b": 0.38823530077934265,
4185 | "a": 1
4186 | }
4187 | }
4188 | ],
4189 | "strokes": [
4190 | {
4191 | "opacity": 0.5699999928474426,
4192 | "blendMode": "NORMAL",
4193 | "type": "SOLID",
4194 | "color": {
4195 | "r": 1,
4196 | "g": 1,
4197 | "b": 1,
4198 | "a": 1
4199 | }
4200 | }
4201 | ],
4202 | "strokeWeight": 1,
4203 | "strokeAlign": "INSIDE",
4204 | "absoluteBoundingBox": {
4205 | "x": 33845,
4206 | "y": 77523,
4207 | "width": 18,
4208 | "height": 18
4209 | },
4210 | "absoluteRenderBounds": {
4211 | "x": 33845,
4212 | "y": 77523,
4213 | "width": 18,
4214 | "height": 18
4215 | },
4216 | "constraints": {
4217 | "vertical": "TOP",
4218 | "horizontal": "LEFT"
4219 | },
4220 | "effects": [],
4221 | "arcData": {
4222 | "startingAngle": 0,
4223 | "endingAngle": 6.2831854820251465,
4224 | "innerRadius": 0
4225 | },
4226 | "interactions": []
4227 | },
4228 | {
4229 | "id": "240:32234",
4230 | "name": "Frame",
4231 | "type": "FRAME",
4232 | "scrollBehavior": "SCROLLS",
4233 | "children": [
4234 | {
4235 | "id": "240:32235",
4236 | "name": "Vector",
4237 | "type": "VECTOR",
4238 | "scrollBehavior": "SCROLLS",
4239 | "blendMode": "PASS_THROUGH",
4240 | "fills": [
4241 | {
4242 | "blendMode": "NORMAL",
4243 | "type": "SOLID",
4244 | "color": {
4245 | "r": 1,
4246 | "g": 1,
4247 | "b": 1,
4248 | "a": 1
4249 | }
4250 | }
4251 | ],
4252 | "strokes": [],
4253 | "strokeWeight": 0.1953125,
4254 | "strokeAlign": "INSIDE",
4255 | "absoluteBoundingBox": {
4256 | "x": 33847.984375,
4257 | "y": 77527.3203125,
4258 | "width": 12.033830642700195,
4259 | "height": 9.3515625
4260 | },
4261 | "absoluteRenderBounds": {
4262 | "x": 33847.984375,
4263 | "y": 77527.3203125,
4264 | "width": 12.03515625,
4265 | "height": 9.3515625
4266 | },
4267 | "constraints": {
4268 | "vertical": "SCALE",
4269 | "horizontal": "SCALE"
4270 | },
4271 | "effects": [],
4272 | "interactions": []
4273 | }
4274 | ],
4275 | "blendMode": "PASS_THROUGH",
4276 | "clipsContent": true,
4277 | "background": [
4278 | {
4279 | "blendMode": "NORMAL",
4280 | "visible": false,
4281 | "type": "SOLID",
4282 | "color": {
4283 | "r": 1,
4284 | "g": 1,
4285 | "b": 1,
4286 | "a": 1
4287 | }
4288 | }
4289 | ],
4290 | "fills": [
4291 | {
4292 | "blendMode": "NORMAL",
4293 | "visible": false,
4294 | "type": "SOLID",
4295 | "color": {
4296 | "r": 1,
4297 | "g": 1,
4298 | "b": 1,
4299 | "a": 1
4300 | }
4301 | }
4302 | ],
4303 | "strokes": [],
4304 | "strokeWeight": 1,
4305 | "strokeAlign": "INSIDE",
4306 | "backgroundColor": {
4307 | "r": 0,
4308 | "g": 0,
4309 | "b": 0,
4310 | "a": 0
4311 | },
4312 | "absoluteBoundingBox": {
4313 | "x": 33847,
4314 | "y": 77525,
4315 | "width": 14,
4316 | "height": 14
4317 | },
4318 | "absoluteRenderBounds": {
4319 | "x": 33847,
4320 | "y": 77525,
4321 | "width": 14,
4322 | "height": 14
4323 | },
4324 | "constraints": {
4325 | "vertical": "TOP",
4326 | "horizontal": "LEFT"
4327 | },
4328 | "effects": [],
4329 | "interactions": []
4330 | }
4331 | ],
4332 | "blendMode": "PASS_THROUGH",
4333 | "clipsContent": false,
4334 | "background": [],
4335 | "fills": [],
4336 | "strokes": [],
4337 | "strokeWeight": 1,
4338 | "strokeAlign": "INSIDE",
4339 | "backgroundColor": {
4340 | "r": 0,
4341 | "g": 0,
4342 | "b": 0,
4343 | "a": 0
4344 | },
4345 | "absoluteBoundingBox": {
4346 | "x": 33845,
4347 | "y": 77523,
4348 | "width": 18,
4349 | "height": 18
4350 | },
4351 | "absoluteRenderBounds": {
4352 | "x": 33845,
4353 | "y": 77523,
4354 | "width": 18,
4355 | "height": 18
4356 | },
4357 | "constraints": {
4358 | "vertical": "TOP",
4359 | "horizontal": "LEFT"
4360 | },
4361 | "effects": [],
4362 | "interactions": []
4363 | }
4364 | ],
4365 | "blendMode": "PASS_THROUGH",
4366 | "clipsContent": false,
4367 | "background": [],
4368 | "fills": [],
4369 | "strokes": [],
4370 | "rectangleCornerRadii": [0, 0, 0, 0],
4371 | "cornerSmoothing": 0,
4372 | "strokeWeight": 1,
4373 | "strokeAlign": "INSIDE",
4374 | "backgroundColor": {
4375 | "r": 0,
4376 | "g": 0,
4377 | "b": 0,
4378 | "a": 0
4379 | },
4380 | "absoluteBoundingBox": {
4381 | "x": 33811,
4382 | "y": 77489,
4383 | "width": 317,
4384 | "height": 62
4385 | },
4386 | "absoluteRenderBounds": {
4387 | "x": 33811,
4388 | "y": 77489,
4389 | "width": 317,
4390 | "height": 62
4391 | },
4392 | "constraints": {
4393 | "vertical": "TOP",
4394 | "horizontal": "LEFT"
4395 | },
4396 | "effects": [],
4397 | "interactions": []
4398 | },
4399 | {
4400 | "id": "240:32236",
4401 | "name": "Group 1410086343",
4402 | "type": "GROUP",
4403 | "scrollBehavior": "SCROLLS",
4404 | "children": [
4405 | {
4406 | "id": "240:32237",
4407 | "name": "Rectangle 25",
4408 | "type": "RECTANGLE",
4409 | "scrollBehavior": "SCROLLS",
4410 | "blendMode": "PASS_THROUGH",
4411 | "fills": [
4412 | {
4413 | "blendMode": "NORMAL",
4414 | "type": "SOLID",
4415 | "color": {
4416 | "r": 0.95686274766922,
4417 | "g": 0.9529411792755127,
4418 | "b": 0.9647058844566345,
4419 | "a": 1
4420 | }
4421 | }
4422 | ],
4423 | "strokes": [],
4424 | "strokeWeight": 1,
4425 | "strokeAlign": "INSIDE",
4426 | "cornerRadius": 10,
4427 | "cornerSmoothing": 0,
4428 | "absoluteBoundingBox": {
4429 | "x": 33811,
4430 | "y": 77829,
4431 | "width": 317,
4432 | "height": 62
4433 | },
4434 | "absoluteRenderBounds": {
4435 | "x": 33811,
4436 | "y": 77829,
4437 | "width": 317,
4438 | "height": 62
4439 | },
4440 | "constraints": {
4441 | "vertical": "TOP",
4442 | "horizontal": "LEFT"
4443 | },
4444 | "effects": [],
4445 | "interactions": []
4446 | },
4447 | {
4448 | "id": "240:32238",
4449 | "name": "image",
4450 | "type": "ELLIPSE",
4451 | "scrollBehavior": "SCROLLS",
4452 | "blendMode": "PASS_THROUGH",
4453 | "fills": [
4454 | {
4455 | "blendMode": "NORMAL",
4456 | "type": "IMAGE",
4457 | "scaleMode": "FILL",
4458 | "imageRef": "a81e312be24b3cb3829228752425b584a421e753"
4459 | }
4460 | ],
4461 | "strokes": [],
4462 | "strokeWeight": 1,
4463 | "strokeAlign": "INSIDE",
4464 | "absoluteBoundingBox": {
4465 | "x": 33821,
4466 | "y": 77839,
4467 | "width": 42,
4468 | "height": 42
4469 | },
4470 | "absoluteRenderBounds": {
4471 | "x": 33821,
4472 | "y": 77839,
4473 | "width": 42,
4474 | "height": 42
4475 | },
4476 | "constraints": {
4477 | "vertical": "TOP",
4478 | "horizontal": "LEFT"
4479 | },
4480 | "effects": [],
4481 | "arcData": {
4482 | "startingAngle": 0,
4483 | "endingAngle": 6.2831854820251465,
4484 | "innerRadius": 0
4485 | },
4486 | "interactions": []
4487 | },
4488 | {
4489 | "id": "240:32239",
4490 | "name": "Chris Monet",
4491 | "type": "TEXT",
4492 | "scrollBehavior": "SCROLLS",
4493 | "blendMode": "PASS_THROUGH",
4494 | "fills": [
4495 | {
4496 | "blendMode": "NORMAL",
4497 | "type": "SOLID",
4498 | "color": {
4499 | "r": 0.20000000298023224,
4500 | "g": 0.20000000298023224,
4501 | "b": 0.20000000298023224,
4502 | "a": 1
4503 | }
4504 | }
4505 | ],
4506 | "strokes": [],
4507 | "strokeWeight": 1,
4508 | "strokeAlign": "OUTSIDE",
4509 | "absoluteBoundingBox": {
4510 | "x": 33873,
4511 | "y": 77842,
4512 | "width": 83,
4513 | "height": 17
4514 | },
4515 | "absoluteRenderBounds": {
4516 | "x": 33873.74609375,
4517 | "y": 77845.328125,
4518 | "width": 81.515625,
4519 | "height": 10.8203125
4520 | },
4521 | "constraints": {
4522 | "vertical": "TOP",
4523 | "horizontal": "LEFT"
4524 | },
4525 | "characters": "Chris Monet",
4526 | "characterStyleOverrides": [],
4527 | "styleOverrideTable": {},
4528 | "lineTypes": ["NONE"],
4529 | "lineIndentations": [0],
4530 | "style": {
4531 | "fontFamily": "Inter",
4532 | "fontPostScriptName": "Inter-SemiBold",
4533 | "fontStyle": "Semi Bold",
4534 | "fontWeight": 600,
4535 | "textAutoResize": "WIDTH_AND_HEIGHT",
4536 | "fontSize": 14,
4537 | "textAlignHorizontal": "LEFT",
4538 | "textAlignVertical": "TOP",
4539 | "letterSpacing": 0,
4540 | "lineHeightPx": 16.94318199157715,
4541 | "lineHeightPercent": 100,
4542 | "lineHeightUnit": "INTRINSIC_%"
4543 | },
4544 | "layoutVersion": 4,
4545 | "effects": [],
4546 | "interactions": []
4547 | },
4548 | {
4549 | "id": "240:32240",
4550 | "name": "677-377-9558",
4551 | "type": "TEXT",
4552 | "scrollBehavior": "SCROLLS",
4553 | "blendMode": "PASS_THROUGH",
4554 | "fills": [
4555 | {
4556 | "blendMode": "NORMAL",
4557 | "type": "SOLID",
4558 | "color": {
4559 | "r": 0.4000000059604645,
4560 | "g": 0.4000000059604645,
4561 | "b": 0.4000000059604645,
4562 | "a": 1
4563 | }
4564 | }
4565 | ],
4566 | "strokes": [],
4567 | "strokeWeight": 1,
4568 | "strokeAlign": "OUTSIDE",
4569 | "absoluteBoundingBox": {
4570 | "x": 33873,
4571 | "y": 77863,
4572 | "width": 84,
4573 | "height": 15
4574 | },
4575 | "absoluteRenderBounds": {
4576 | "x": 33873.765625,
4577 | "y": 77866.140625,
4578 | "width": 81.90625,
4579 | "height": 8.984375
4580 | },
4581 | "constraints": {
4582 | "vertical": "TOP",
4583 | "horizontal": "LEFT"
4584 | },
4585 | "characters": "677-377-9558",
4586 | "characterStyleOverrides": [],
4587 | "styleOverrideTable": {},
4588 | "lineTypes": ["NONE"],
4589 | "lineIndentations": [0],
4590 | "style": {
4591 | "fontFamily": "Inter",
4592 | "fontPostScriptName": null,
4593 | "fontStyle": "Regular",
4594 | "fontWeight": 400,
4595 | "textAutoResize": "WIDTH_AND_HEIGHT",
4596 | "fontSize": 12,
4597 | "textAlignHorizontal": "LEFT",
4598 | "textAlignVertical": "CENTER",
4599 | "letterSpacing": 0,
4600 | "lineHeightPx": 14.522727012634277,
4601 | "lineHeightPercent": 100,
4602 | "lineHeightUnit": "INTRINSIC_%"
4603 | },
4604 | "layoutVersion": 4,
4605 | "effects": [],
4606 | "interactions": []
4607 | },
4608 | {
4609 | "id": "240:32241",
4610 | "name": "Friday",
4611 | "type": "TEXT",
4612 | "scrollBehavior": "SCROLLS",
4613 | "blendMode": "PASS_THROUGH",
4614 | "fills": [
4615 | {
4616 | "blendMode": "NORMAL",
4617 | "type": "SOLID",
4618 | "color": {
4619 | "r": 0.6000000238418579,
4620 | "g": 0.6000000238418579,
4621 | "b": 0.6000000238418579,
4622 | "a": 1
4623 | }
4624 | }
4625 | ],
4626 | "strokes": [],
4627 | "strokeWeight": 1,
4628 | "strokeAlign": "OUTSIDE",
4629 | "absoluteBoundingBox": {
4630 | "x": 34081,
4631 | "y": 77842,
4632 | "width": 35,
4633 | "height": 15
4634 | },
4635 | "absoluteRenderBounds": {
4636 | "x": 34082.11328125,
4637 | "y": 77845,
4638 | "width": 33.48046875,
4639 | "height": 11.453125
4640 | },
4641 | "constraints": {
4642 | "vertical": "TOP",
4643 | "horizontal": "LEFT"
4644 | },
4645 | "characters": "Friday",
4646 | "characterStyleOverrides": [],
4647 | "styleOverrideTable": {},
4648 | "lineTypes": ["NONE"],
4649 | "lineIndentations": [0],
4650 | "style": {
4651 | "fontFamily": "Inter",
4652 | "fontPostScriptName": null,
4653 | "fontStyle": "Regular",
4654 | "fontWeight": 400,
4655 | "textAutoResize": "WIDTH_AND_HEIGHT",
4656 | "fontSize": 12,
4657 | "textAlignHorizontal": "RIGHT",
4658 | "textAlignVertical": "CENTER",
4659 | "letterSpacing": 0,
4660 | "lineHeightPx": 14.522727012634277,
4661 | "lineHeightPercent": 100,
4662 | "lineHeightUnit": "INTRINSIC_%"
4663 | },
4664 | "layoutVersion": 4,
4665 | "effects": [],
4666 | "interactions": []
4667 | },
4668 | {
4669 | "id": "240:32242",
4670 | "name": "Incoming",
4671 | "type": "TEXT",
4672 | "scrollBehavior": "SCROLLS",
4673 | "blendMode": "PASS_THROUGH",
4674 | "fills": [
4675 | {
4676 | "blendMode": "NORMAL",
4677 | "type": "SOLID",
4678 | "color": {
4679 | "r": 0.20000000298023224,
4680 | "g": 0.20000000298023224,
4681 | "b": 0.20000000298023224,
4682 | "a": 1
4683 | }
4684 | }
4685 | ],
4686 | "strokes": [],
4687 | "strokeWeight": 1,
4688 | "strokeAlign": "OUTSIDE",
4689 | "absoluteBoundingBox": {
4690 | "x": 34047,
4691 | "y": 77863,
4692 | "width": 52,
4693 | "height": 15
4694 | },
4695 | "absoluteRenderBounds": {
4696 | "x": 34048.390625,
4697 | "y": 77866,
4698 | "width": 49.6875,
4699 | "height": 11.59375
4700 | },
4701 | "constraints": {
4702 | "vertical": "TOP",
4703 | "horizontal": "LEFT"
4704 | },
4705 | "characters": "Incoming",
4706 | "characterStyleOverrides": [],
4707 | "styleOverrideTable": {},
4708 | "lineTypes": ["NONE"],
4709 | "lineIndentations": [0],
4710 | "style": {
4711 | "fontFamily": "Inter",
4712 | "fontPostScriptName": null,
4713 | "fontStyle": "Regular",
4714 | "fontWeight": 400,
4715 | "textAutoResize": "WIDTH_AND_HEIGHT",
4716 | "fontSize": 12,
4717 | "textAlignHorizontal": "RIGHT",
4718 | "textAlignVertical": "CENTER",
4719 | "letterSpacing": 0,
4720 | "lineHeightPx": 14.522727012634277,
4721 | "lineHeightPercent": 100,
4722 | "lineHeightUnit": "INTRINSIC_%"
4723 | },
4724 | "layoutVersion": 4,
4725 | "effects": [],
4726 | "interactions": []
4727 | },
4728 | {
4729 | "id": "240:32243",
4730 | "name": "Vector 8",
4731 | "type": "VECTOR",
4732 | "scrollBehavior": "SCROLLS",
4733 | "rotation": -3.1415925661670165,
4734 | "blendMode": "PASS_THROUGH",
4735 | "fills": [],
4736 | "fillOverrideTable": {
4737 | "1": null,
4738 | "2": null
4739 | },
4740 | "strokes": [
4741 | {
4742 | "blendMode": "NORMAL",
4743 | "type": "SOLID",
4744 | "color": {
4745 | "r": 0.1411764770746231,
4746 | "g": 0.7803921699523926,
4747 | "b": 0.5647059082984924,
4748 | "a": 1
4749 | }
4750 | }
4751 | ],
4752 | "strokeWeight": 1.5,
4753 | "strokeAlign": "CENTER",
4754 | "absoluteBoundingBox": {
4755 | "x": 34106,
4756 | "y": 77866.99999930062,
4757 | "width": 8.000000699379598,
4758 | "height": 8.000000699379598
4759 | },
4760 | "absoluteRenderBounds": {
4761 | "x": 34105.25,
4762 | "y": 77866.25,
4763 | "width": 9.5,
4764 | "height": 9.5
4765 | },
4766 | "constraints": {
4767 | "vertical": "TOP",
4768 | "horizontal": "LEFT"
4769 | },
4770 | "effects": [],
4771 | "interactions": []
4772 | }
4773 | ],
4774 | "blendMode": "PASS_THROUGH",
4775 | "clipsContent": false,
4776 | "background": [],
4777 | "fills": [],
4778 | "strokes": [],
4779 | "rectangleCornerRadii": [0, 0, 0, 0],
4780 | "cornerSmoothing": 0,
4781 | "strokeWeight": 1,
4782 | "strokeAlign": "INSIDE",
4783 | "backgroundColor": {
4784 | "r": 0,
4785 | "g": 0,
4786 | "b": 0,
4787 | "a": 0
4788 | },
4789 | "absoluteBoundingBox": {
4790 | "x": 33811,
4791 | "y": 77829,
4792 | "width": 317,
4793 | "height": 62
4794 | },
4795 | "absoluteRenderBounds": {
4796 | "x": 33811,
4797 | "y": 77829,
4798 | "width": 317,
4799 | "height": 62
4800 | },
4801 | "constraints": {
4802 | "vertical": "TOP",
4803 | "horizontal": "LEFT"
4804 | },
4805 | "effects": [],
4806 | "interactions": []
4807 | },
4808 | {
4809 | "id": "240:32244",
4810 | "name": "Group 1410086327",
4811 | "type": "GROUP",
4812 | "scrollBehavior": "SCROLLS",
4813 | "children": [
4814 | {
4815 | "id": "240:32245",
4816 | "name": "Rectangle 27",
4817 | "type": "RECTANGLE",
4818 | "scrollBehavior": "SCROLLS",
4819 | "blendMode": "PASS_THROUGH",
4820 | "fills": [
4821 | {
4822 | "blendMode": "NORMAL",
4823 | "type": "SOLID",
4824 | "color": {
4825 | "r": 0.95686274766922,
4826 | "g": 0.9529411792755127,
4827 | "b": 0.9647058844566345,
4828 | "a": 1
4829 | }
4830 | }
4831 | ],
4832 | "strokes": [],
4833 | "strokeWeight": 1,
4834 | "strokeAlign": "INSIDE",
4835 | "cornerRadius": 10,
4836 | "cornerSmoothing": 0,
4837 | "absoluteBoundingBox": {
4838 | "x": 33811,
4839 | "y": 77625,
4840 | "width": 317,
4841 | "height": 62
4842 | },
4843 | "absoluteRenderBounds": {
4844 | "x": 33811,
4845 | "y": 77625,
4846 | "width": 317,
4847 | "height": 62
4848 | },
4849 | "constraints": {
4850 | "vertical": "TOP",
4851 | "horizontal": "LEFT"
4852 | },
4853 | "effects": [],
4854 | "interactions": []
4855 | },
4856 | {
4857 | "id": "240:32246",
4858 | "name": "Yesterday",
4859 | "type": "TEXT",
4860 | "scrollBehavior": "SCROLLS",
4861 | "blendMode": "PASS_THROUGH",
4862 | "fills": [
4863 | {
4864 | "blendMode": "NORMAL",
4865 | "type": "SOLID",
4866 | "color": {
4867 | "r": 0.6000000238418579,
4868 | "g": 0.6000000238418579,
4869 | "b": 0.6000000238418579,
4870 | "a": 1
4871 | }
4872 | }
4873 | ],
4874 | "strokes": [],
4875 | "strokeWeight": 1,
4876 | "strokeAlign": "OUTSIDE",
4877 | "absoluteBoundingBox": {
4878 | "x": 34059,
4879 | "y": 77638,
4880 | "width": 57,
4881 | "height": 15
4882 | },
4883 | "absoluteRenderBounds": {
4884 | "x": 34059.80078125,
4885 | "y": 77641.2734375,
4886 | "width": 55.79296875,
4887 | "height": 11.1796875
4888 | },
4889 | "constraints": {
4890 | "vertical": "TOP",
4891 | "horizontal": "LEFT"
4892 | },
4893 | "characters": "Yesterday",
4894 | "characterStyleOverrides": [],
4895 | "styleOverrideTable": {},
4896 | "lineTypes": ["NONE"],
4897 | "lineIndentations": [0],
4898 | "style": {
4899 | "fontFamily": "Inter",
4900 | "fontPostScriptName": null,
4901 | "fontStyle": "Regular",
4902 | "fontWeight": 400,
4903 | "textAutoResize": "WIDTH_AND_HEIGHT",
4904 | "fontSize": 12,
4905 | "textAlignHorizontal": "RIGHT",
4906 | "textAlignVertical": "CENTER",
4907 | "letterSpacing": 0,
4908 | "lineHeightPx": 14.522727012634277,
4909 | "lineHeightPercent": 100,
4910 | "lineHeightUnit": "INTRINSIC_%"
4911 | },
4912 | "layoutVersion": 4,
4913 | "effects": [],
4914 | "interactions": []
4915 | },
4916 | {
4917 | "id": "240:32247",
4918 | "name": "Incoming",
4919 | "type": "TEXT",
4920 | "scrollBehavior": "SCROLLS",
4921 | "blendMode": "PASS_THROUGH",
4922 | "fills": [
4923 | {
4924 | "blendMode": "NORMAL",
4925 | "type": "SOLID",
4926 | "color": {
4927 | "r": 0.20000000298023224,
4928 | "g": 0.20000000298023224,
4929 | "b": 0.20000000298023224,
4930 | "a": 1
4931 | }
4932 | }
4933 | ],
4934 | "strokes": [],
4935 | "strokeWeight": 1,
4936 | "strokeAlign": "OUTSIDE",
4937 | "absoluteBoundingBox": {
4938 | "x": 34047,
4939 | "y": 77659,
4940 | "width": 52,
4941 | "height": 15
4942 | },
4943 | "absoluteRenderBounds": {
4944 | "x": 34048.390625,
4945 | "y": 77662,
4946 | "width": 49.6875,
4947 | "height": 11.59375
4948 | },
4949 | "constraints": {
4950 | "vertical": "TOP",
4951 | "horizontal": "LEFT"
4952 | },
4953 | "characters": "Incoming",
4954 | "characterStyleOverrides": [],
4955 | "styleOverrideTable": {},
4956 | "lineTypes": ["NONE"],
4957 | "lineIndentations": [0],
4958 | "style": {
4959 | "fontFamily": "Inter",
4960 | "fontPostScriptName": null,
4961 | "fontStyle": "Regular",
4962 | "fontWeight": 400,
4963 | "textAutoResize": "WIDTH_AND_HEIGHT",
4964 | "fontSize": 12,
4965 | "textAlignHorizontal": "RIGHT",
4966 | "textAlignVertical": "CENTER",
4967 | "letterSpacing": 0,
4968 | "lineHeightPx": 14.522727012634277,
4969 | "lineHeightPercent": 100,
4970 | "lineHeightUnit": "INTRINSIC_%"
4971 | },
4972 | "layoutVersion": 4,
4973 | "effects": [],
4974 | "interactions": []
4975 | },
4976 | {
4977 | "id": "240:32248",
4978 | "name": "Vector 8",
4979 | "type": "VECTOR",
4980 | "scrollBehavior": "SCROLLS",
4981 | "rotation": -3.1415925661670165,
4982 | "blendMode": "PASS_THROUGH",
4983 | "fills": [],
4984 | "fillOverrideTable": {
4985 | "1": null,
4986 | "2": null
4987 | },
4988 | "strokes": [
4989 | {
4990 | "blendMode": "NORMAL",
4991 | "type": "SOLID",
4992 | "color": {
4993 | "r": 0.1411764770746231,
4994 | "g": 0.7803921699523926,
4995 | "b": 0.5647059082984924,
4996 | "a": 1
4997 | }
4998 | }
4999 | ],
5000 | "strokeWeight": 1.5,
5001 | "strokeAlign": "CENTER",
5002 | "absoluteBoundingBox": {
5003 | "x": 34106,
5004 | "y": 77662.99999930062,
5005 | "width": 8.000000699379598,
5006 | "height": 8.000000699379598
5007 | },
5008 | "absoluteRenderBounds": {
5009 | "x": 34105.25,
5010 | "y": 77662.25,
5011 | "width": 9.5,
5012 | "height": 9.5
5013 | },
5014 | "constraints": {
5015 | "vertical": "TOP",
5016 | "horizontal": "LEFT"
5017 | },
5018 | "effects": [],
5019 | "interactions": []
5020 | },
5021 | {
5022 | "id": "240:32249",
5023 | "name": "677-377-9558",
5024 | "type": "TEXT",
5025 | "scrollBehavior": "SCROLLS",
5026 | "blendMode": "PASS_THROUGH",
5027 | "fills": [
5028 | {
5029 | "blendMode": "NORMAL",
5030 | "type": "SOLID",
5031 | "color": {
5032 | "r": 0.4000000059604645,
5033 | "g": 0.4000000059604645,
5034 | "b": 0.4000000059604645,
5035 | "a": 1
5036 | }
5037 | }
5038 | ],
5039 | "strokes": [],
5040 | "strokeWeight": 1,
5041 | "strokeAlign": "OUTSIDE",
5042 | "absoluteBoundingBox": {
5043 | "x": 33873,
5044 | "y": 77659,
5045 | "width": 84,
5046 | "height": 15
5047 | },
5048 | "absoluteRenderBounds": {
5049 | "x": 33873.765625,
5050 | "y": 77662.140625,
5051 | "width": 81.90625,
5052 | "height": 8.984375
5053 | },
5054 | "constraints": {
5055 | "vertical": "TOP",
5056 | "horizontal": "LEFT"
5057 | },
5058 | "characters": "677-377-9558",
5059 | "characterStyleOverrides": [],
5060 | "styleOverrideTable": {},
5061 | "lineTypes": ["NONE"],
5062 | "lineIndentations": [0],
5063 | "style": {
5064 | "fontFamily": "Inter",
5065 | "fontPostScriptName": null,
5066 | "fontStyle": "Regular",
5067 | "fontWeight": 400,
5068 | "textAutoResize": "WIDTH_AND_HEIGHT",
5069 | "fontSize": 12,
5070 | "textAlignHorizontal": "LEFT",
5071 | "textAlignVertical": "CENTER",
5072 | "letterSpacing": 0,
5073 | "lineHeightPx": 14.522727012634277,
5074 | "lineHeightPercent": 100,
5075 | "lineHeightUnit": "INTRINSIC_%"
5076 | },
5077 | "layoutVersion": 4,
5078 | "effects": [],
5079 | "interactions": []
5080 | },
5081 | {
5082 | "id": "240:32250",
5083 | "name": "image",
5084 | "type": "ELLIPSE",
5085 | "scrollBehavior": "SCROLLS",
5086 | "blendMode": "PASS_THROUGH",
5087 | "fills": [
5088 | {
5089 | "blendMode": "NORMAL",
5090 | "type": "IMAGE",
5091 | "scaleMode": "FILL",
5092 | "imageRef": "6c466f1c57cb7d632c39fdaacb57224889e445df"
5093 | }
5094 | ],
5095 | "strokes": [],
5096 | "strokeWeight": 1,
5097 | "strokeAlign": "INSIDE",
5098 | "absoluteBoundingBox": {
5099 | "x": 33821,
5100 | "y": 77635,
5101 | "width": 42,
5102 | "height": 42
5103 | },
5104 | "absoluteRenderBounds": {
5105 | "x": 33821,
5106 | "y": 77635,
5107 | "width": 42,
5108 | "height": 42
5109 | },
5110 | "constraints": {
5111 | "vertical": "TOP",
5112 | "horizontal": "LEFT"
5113 | },
5114 | "effects": [],
5115 | "arcData": {
5116 | "startingAngle": 0,
5117 | "endingAngle": 6.2831854820251465,
5118 | "innerRadius": 0
5119 | },
5120 | "interactions": []
5121 | },
5122 | {
5123 | "id": "240:32251",
5124 | "name": "Jackie",
5125 | "type": "TEXT",
5126 | "scrollBehavior": "SCROLLS",
5127 | "blendMode": "PASS_THROUGH",
5128 | "fills": [
5129 | {
5130 | "blendMode": "NORMAL",
5131 | "type": "SOLID",
5132 | "color": {
5133 | "r": 0.20000000298023224,
5134 | "g": 0.20000000298023224,
5135 | "b": 0.20000000298023224,
5136 | "a": 1
5137 | }
5138 | }
5139 | ],
5140 | "strokes": [],
5141 | "strokeWeight": 1,
5142 | "strokeAlign": "OUTSIDE",
5143 | "absoluteBoundingBox": {
5144 | "x": 33873,
5145 | "y": 77638,
5146 | "width": 44,
5147 | "height": 17
5148 | },
5149 | "absoluteRenderBounds": {
5150 | "x": 33873.40625,
5151 | "y": 77641.328125,
5152 | "width": 42.8828125,
5153 | "height": 10.828125
5154 | },
5155 | "constraints": {
5156 | "vertical": "TOP",
5157 | "horizontal": "LEFT"
5158 | },
5159 | "characters": "Jackie",
5160 | "characterStyleOverrides": [],
5161 | "styleOverrideTable": {},
5162 | "lineTypes": ["NONE"],
5163 | "lineIndentations": [0],
5164 | "style": {
5165 | "fontFamily": "Inter",
5166 | "fontPostScriptName": "Inter-SemiBold",
5167 | "fontStyle": "Semi Bold",
5168 | "fontWeight": 600,
5169 | "textAutoResize": "WIDTH_AND_HEIGHT",
5170 | "fontSize": 14,
5171 | "textAlignHorizontal": "LEFT",
5172 | "textAlignVertical": "TOP",
5173 | "letterSpacing": 0,
5174 | "lineHeightPx": 16.94318199157715,
5175 | "lineHeightPercent": 100,
5176 | "lineHeightUnit": "INTRINSIC_%"
5177 | },
5178 | "layoutVersion": 4,
5179 | "effects": [],
5180 | "interactions": []
5181 | },
5182 | {
5183 | "id": "240:32252",
5184 | "name": "Group 1410086532",
5185 | "type": "GROUP",
5186 | "scrollBehavior": "SCROLLS",
5187 | "children": [
5188 | {
5189 | "id": "240:32253",
5190 | "name": "Ellipse 40",
5191 | "type": "ELLIPSE",
5192 | "scrollBehavior": "SCROLLS",
5193 | "blendMode": "PASS_THROUGH",
5194 | "fills": [
5195 | {
5196 | "blendMode": "NORMAL",
5197 | "type": "SOLID",
5198 | "color": {
5199 | "r": 0,
5200 | "g": 0.5882353186607361,
5201 | "b": 0.38823530077934265,
5202 | "a": 1
5203 | }
5204 | }
5205 | ],
5206 | "strokes": [
5207 | {
5208 | "opacity": 0.5699999928474426,
5209 | "blendMode": "NORMAL",
5210 | "type": "SOLID",
5211 | "color": {
5212 | "r": 1,
5213 | "g": 1,
5214 | "b": 1,
5215 | "a": 1
5216 | }
5217 | }
5218 | ],
5219 | "strokeWeight": 1,
5220 | "strokeAlign": "INSIDE",
5221 | "absoluteBoundingBox": {
5222 | "x": 33845,
5223 | "y": 77659,
5224 | "width": 18,
5225 | "height": 18
5226 | },
5227 | "absoluteRenderBounds": {
5228 | "x": 33845,
5229 | "y": 77659,
5230 | "width": 18,
5231 | "height": 18
5232 | },
5233 | "constraints": {
5234 | "vertical": "TOP",
5235 | "horizontal": "LEFT"
5236 | },
5237 | "effects": [],
5238 | "arcData": {
5239 | "startingAngle": 0,
5240 | "endingAngle": 6.2831854820251465,
5241 | "innerRadius": 0
5242 | },
5243 | "interactions": []
5244 | },
5245 | {
5246 | "id": "240:32254",
5247 | "name": "Frame",
5248 | "type": "FRAME",
5249 | "scrollBehavior": "SCROLLS",
5250 | "children": [
5251 | {
5252 | "id": "240:32255",
5253 | "name": "Vector",
5254 | "type": "VECTOR",
5255 | "scrollBehavior": "SCROLLS",
5256 | "blendMode": "PASS_THROUGH",
5257 | "fills": [
5258 | {
5259 | "blendMode": "NORMAL",
5260 | "type": "SOLID",
5261 | "color": {
5262 | "r": 1,
5263 | "g": 1,
5264 | "b": 1,
5265 | "a": 1
5266 | }
5267 | }
5268 | ],
5269 | "strokes": [],
5270 | "strokeWeight": 0.1953125,
5271 | "strokeAlign": "INSIDE",
5272 | "absoluteBoundingBox": {
5273 | "x": 33847.984375,
5274 | "y": 77663.3203125,
5275 | "width": 12.033830642700195,
5276 | "height": 9.3515625
5277 | },
5278 | "absoluteRenderBounds": {
5279 | "x": 33847.984375,
5280 | "y": 77663.3203125,
5281 | "width": 12.03515625,
5282 | "height": 9.3515625
5283 | },
5284 | "constraints": {
5285 | "vertical": "SCALE",
5286 | "horizontal": "SCALE"
5287 | },
5288 | "effects": [],
5289 | "interactions": []
5290 | }
5291 | ],
5292 | "blendMode": "PASS_THROUGH",
5293 | "clipsContent": true,
5294 | "background": [
5295 | {
5296 | "blendMode": "NORMAL",
5297 | "visible": false,
5298 | "type": "SOLID",
5299 | "color": {
5300 | "r": 1,
5301 | "g": 1,
5302 | "b": 1,
5303 | "a": 1
5304 | }
5305 | }
5306 | ],
5307 | "fills": [
5308 | {
5309 | "blendMode": "NORMAL",
5310 | "visible": false,
5311 | "type": "SOLID",
5312 | "color": {
5313 | "r": 1,
5314 | "g": 1,
5315 | "b": 1,
5316 | "a": 1
5317 | }
5318 | }
5319 | ],
5320 | "strokes": [],
5321 | "strokeWeight": 1,
5322 | "strokeAlign": "INSIDE",
5323 | "backgroundColor": {
5324 | "r": 0,
5325 | "g": 0,
5326 | "b": 0,
5327 | "a": 0
5328 | },
5329 | "absoluteBoundingBox": {
5330 | "x": 33847,
5331 | "y": 77661,
5332 | "width": 14,
5333 | "height": 14
5334 | },
5335 | "absoluteRenderBounds": {
5336 | "x": 33847,
5337 | "y": 77661,
5338 | "width": 14,
5339 | "height": 14
5340 | },
5341 | "constraints": {
5342 | "vertical": "TOP",
5343 | "horizontal": "LEFT"
5344 | },
5345 | "effects": [],
5346 | "interactions": []
5347 | }
5348 | ],
5349 | "blendMode": "PASS_THROUGH",
5350 | "clipsContent": false,
5351 | "background": [],
5352 | "fills": [],
5353 | "strokes": [],
5354 | "strokeWeight": 1,
5355 | "strokeAlign": "INSIDE",
5356 | "backgroundColor": {
5357 | "r": 0,
5358 | "g": 0,
5359 | "b": 0,
5360 | "a": 0
5361 | },
5362 | "absoluteBoundingBox": {
5363 | "x": 33845,
5364 | "y": 77659,
5365 | "width": 18,
5366 | "height": 18
5367 | },
5368 | "absoluteRenderBounds": {
5369 | "x": 33845,
5370 | "y": 77659,
5371 | "width": 18,
5372 | "height": 18
5373 | },
5374 | "constraints": {
5375 | "vertical": "TOP",
5376 | "horizontal": "LEFT"
5377 | },
5378 | "effects": [],
5379 | "interactions": []
5380 | }
5381 | ],
5382 | "blendMode": "PASS_THROUGH",
5383 | "clipsContent": false,
5384 | "background": [],
5385 | "fills": [],
5386 | "strokes": [],
5387 | "rectangleCornerRadii": [0, 0, 0, 0],
5388 | "cornerSmoothing": 0,
5389 | "strokeWeight": 1,
5390 | "strokeAlign": "INSIDE",
5391 | "backgroundColor": {
5392 | "r": 0,
5393 | "g": 0,
5394 | "b": 0,
5395 | "a": 0
5396 | },
5397 | "absoluteBoundingBox": {
5398 | "x": 33811,
5399 | "y": 77625,
5400 | "width": 317,
5401 | "height": 62
5402 | },
5403 | "absoluteRenderBounds": {
5404 | "x": 33811,
5405 | "y": 77625,
5406 | "width": 317,
5407 | "height": 62
5408 | },
5409 | "constraints": {
5410 | "vertical": "TOP",
5411 | "horizontal": "LEFT"
5412 | },
5413 | "effects": [],
5414 | "interactions": []
5415 | },
5416 | {
5417 | "id": "240:32256",
5418 | "name": "Group 1410086344",
5419 | "type": "GROUP",
5420 | "scrollBehavior": "SCROLLS",
5421 | "children": [
5422 | {
5423 | "id": "240:32257",
5424 | "name": "Rectangle 27",
5425 | "type": "RECTANGLE",
5426 | "scrollBehavior": "SCROLLS",
5427 | "blendMode": "PASS_THROUGH",
5428 | "fills": [
5429 | {
5430 | "blendMode": "NORMAL",
5431 | "type": "SOLID",
5432 | "color": {
5433 | "r": 0.95686274766922,
5434 | "g": 0.9529411792755127,
5435 | "b": 0.9647058844566345,
5436 | "a": 1
5437 | }
5438 | }
5439 | ],
5440 | "strokes": [],
5441 | "strokeWeight": 1,
5442 | "strokeAlign": "INSIDE",
5443 | "cornerRadius": 10,
5444 | "cornerSmoothing": 0,
5445 | "absoluteBoundingBox": {
5446 | "x": 33811,
5447 | "y": 77965,
5448 | "width": 317,
5449 | "height": 55
5450 | },
5451 | "absoluteRenderBounds": {
5452 | "x": 33811,
5453 | "y": 77965,
5454 | "width": 317,
5455 | "height": 55
5456 | },
5457 | "constraints": {
5458 | "vertical": "TOP",
5459 | "horizontal": "LEFT"
5460 | },
5461 | "effects": [],
5462 | "interactions": []
5463 | },
5464 | {
5465 | "id": "240:32258",
5466 | "name": "May 23, 2025",
5467 | "type": "TEXT",
5468 | "scrollBehavior": "SCROLLS",
5469 | "blendMode": "PASS_THROUGH",
5470 | "fills": [
5471 | {
5472 | "blendMode": "NORMAL",
5473 | "type": "SOLID",
5474 | "color": {
5475 | "r": 0.6000000238418579,
5476 | "g": 0.6000000238418579,
5477 | "b": 0.6000000238418579,
5478 | "a": 1
5479 | }
5480 | }
5481 | ],
5482 | "strokes": [],
5483 | "strokeWeight": 1,
5484 | "strokeAlign": "OUTSIDE",
5485 | "absoluteBoundingBox": {
5486 | "x": 34038,
5487 | "y": 77978,
5488 | "width": 78,
5489 | "height": 15
5490 | },
5491 | "absoluteRenderBounds": {
5492 | "x": 34039.09375,
5493 | "y": 77981.15625,
5494 | "width": 76.1171875,
5495 | "height": 11.296875
5496 | },
5497 | "constraints": {
5498 | "vertical": "TOP",
5499 | "horizontal": "LEFT"
5500 | },
5501 | "characters": "May 23, 2025",
5502 | "characterStyleOverrides": [],
5503 | "styleOverrideTable": {},
5504 | "lineTypes": ["NONE"],
5505 | "lineIndentations": [0],
5506 | "style": {
5507 | "fontFamily": "Inter",
5508 | "fontPostScriptName": null,
5509 | "fontStyle": "Regular",
5510 | "fontWeight": 400,
5511 | "textAutoResize": "WIDTH_AND_HEIGHT",
5512 | "fontSize": 12,
5513 | "textAlignHorizontal": "RIGHT",
5514 | "textAlignVertical": "CENTER",
5515 | "letterSpacing": 0,
5516 | "lineHeightPx": 14.522727012634277,
5517 | "lineHeightPercent": 100,
5518 | "lineHeightUnit": "INTRINSIC_%"
5519 | },
5520 | "layoutVersion": 4,
5521 | "effects": [],
5522 | "interactions": []
5523 | },
5524 | {
5525 | "id": "240:32259",
5526 | "name": "Outgoing",
5527 | "type": "TEXT",
5528 | "scrollBehavior": "SCROLLS",
5529 | "boundVariables": {
5530 | "fills": [
5531 | {
5532 | "type": "VARIABLE_ALIAS",
5533 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
5534 | }
5535 | ]
5536 | },
5537 | "blendMode": "PASS_THROUGH",
5538 | "fills": [
5539 | {
5540 | "blendMode": "NORMAL",
5541 | "type": "SOLID",
5542 | "color": {
5543 | "r": 0,
5544 | "g": 0.5882353186607361,
5545 | "b": 0.38823530077934265,
5546 | "a": 1
5547 | },
5548 | "boundVariables": {
5549 | "color": {
5550 | "type": "VARIABLE_ALIAS",
5551 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
5552 | }
5553 | }
5554 | }
5555 | ],
5556 | "strokes": [],
5557 | "strokeWeight": 1,
5558 | "strokeAlign": "OUTSIDE",
5559 | "absoluteBoundingBox": {
5560 | "x": 34046,
5561 | "y": 77999,
5562 | "width": 53,
5563 | "height": 15
5564 | },
5565 | "absoluteRenderBounds": {
5566 | "x": 34047.66015625,
5567 | "y": 78002,
5568 | "width": 50.41796875,
5569 | "height": 11.59375
5570 | },
5571 | "constraints": {
5572 | "vertical": "TOP",
5573 | "horizontal": "LEFT"
5574 | },
5575 | "characters": "Outgoing",
5576 | "characterStyleOverrides": [],
5577 | "styleOverrideTable": {},
5578 | "lineTypes": ["NONE"],
5579 | "lineIndentations": [0],
5580 | "style": {
5581 | "fontFamily": "Inter",
5582 | "fontPostScriptName": null,
5583 | "fontStyle": "Regular",
5584 | "fontWeight": 400,
5585 | "textAutoResize": "WIDTH_AND_HEIGHT",
5586 | "fontSize": 12,
5587 | "textAlignHorizontal": "RIGHT",
5588 | "textAlignVertical": "CENTER",
5589 | "letterSpacing": 0,
5590 | "lineHeightPx": 14.522727012634277,
5591 | "lineHeightPercent": 100,
5592 | "lineHeightUnit": "INTRINSIC_%"
5593 | },
5594 | "layoutVersion": 4,
5595 | "effects": [],
5596 | "interactions": []
5597 | },
5598 | {
5599 | "id": "240:32260",
5600 | "name": "Vector 8",
5601 | "type": "VECTOR",
5602 | "scrollBehavior": "SCROLLS",
5603 | "blendMode": "PASS_THROUGH",
5604 | "fills": [],
5605 | "fillOverrideTable": {
5606 | "1": null,
5607 | "2": null
5608 | },
5609 | "strokes": [
5610 | {
5611 | "blendMode": "NORMAL",
5612 | "type": "SOLID",
5613 | "color": {
5614 | "r": 0.1411764770746231,
5615 | "g": 0.7803921699523926,
5616 | "b": 0.5647059082984924,
5617 | "a": 1
5618 | }
5619 | }
5620 | ],
5621 | "strokeWeight": 1.5,
5622 | "strokeAlign": "CENTER",
5623 | "absoluteBoundingBox": {
5624 | "x": 34106,
5625 | "y": 78003,
5626 | "width": 8,
5627 | "height": 8
5628 | },
5629 | "absoluteRenderBounds": {
5630 | "x": 34105.25,
5631 | "y": 78002.25,
5632 | "width": 9.5,
5633 | "height": 9.5
5634 | },
5635 | "constraints": {
5636 | "vertical": "TOP",
5637 | "horizontal": "LEFT"
5638 | },
5639 | "effects": [],
5640 | "interactions": []
5641 | },
5642 | {
5643 | "id": "240:32261",
5644 | "name": "image",
5645 | "type": "ELLIPSE",
5646 | "scrollBehavior": "SCROLLS",
5647 | "blendMode": "PASS_THROUGH",
5648 | "fills": [
5649 | {
5650 | "blendMode": "NORMAL",
5651 | "type": "IMAGE",
5652 | "scaleMode": "FILL",
5653 | "imageRef": "6c466f1c57cb7d632c39fdaacb57224889e445df"
5654 | }
5655 | ],
5656 | "strokes": [],
5657 | "strokeWeight": 1,
5658 | "strokeAlign": "INSIDE",
5659 | "absoluteBoundingBox": {
5660 | "x": 33821,
5661 | "y": 77975,
5662 | "width": 42,
5663 | "height": 42
5664 | },
5665 | "absoluteRenderBounds": {
5666 | "x": 33821,
5667 | "y": 77975,
5668 | "width": 42,
5669 | "height": 42
5670 | },
5671 | "constraints": {
5672 | "vertical": "TOP",
5673 | "horizontal": "LEFT"
5674 | },
5675 | "effects": [],
5676 | "arcData": {
5677 | "startingAngle": 0,
5678 | "endingAngle": 6.2831854820251465,
5679 | "innerRadius": 0
5680 | },
5681 | "interactions": []
5682 | },
5683 | {
5684 | "id": "240:32262",
5685 | "name": "Jackie",
5686 | "type": "TEXT",
5687 | "scrollBehavior": "SCROLLS",
5688 | "blendMode": "PASS_THROUGH",
5689 | "fills": [
5690 | {
5691 | "blendMode": "NORMAL",
5692 | "type": "SOLID",
5693 | "color": {
5694 | "r": 0.20000000298023224,
5695 | "g": 0.20000000298023224,
5696 | "b": 0.20000000298023224,
5697 | "a": 1
5698 | }
5699 | }
5700 | ],
5701 | "strokes": [],
5702 | "strokeWeight": 1,
5703 | "strokeAlign": "OUTSIDE",
5704 | "absoluteBoundingBox": {
5705 | "x": 33873,
5706 | "y": 77978,
5707 | "width": 44,
5708 | "height": 17
5709 | },
5710 | "absoluteRenderBounds": {
5711 | "x": 33873.40625,
5712 | "y": 77981.328125,
5713 | "width": 42.8828125,
5714 | "height": 10.828125
5715 | },
5716 | "constraints": {
5717 | "vertical": "TOP",
5718 | "horizontal": "LEFT"
5719 | },
5720 | "characters": "Jackie",
5721 | "characterStyleOverrides": [],
5722 | "styleOverrideTable": {},
5723 | "lineTypes": ["NONE"],
5724 | "lineIndentations": [0],
5725 | "style": {
5726 | "fontFamily": "Inter",
5727 | "fontPostScriptName": "Inter-SemiBold",
5728 | "fontStyle": "Semi Bold",
5729 | "fontWeight": 600,
5730 | "textAutoResize": "WIDTH_AND_HEIGHT",
5731 | "fontSize": 14,
5732 | "textAlignHorizontal": "LEFT",
5733 | "textAlignVertical": "TOP",
5734 | "letterSpacing": 0,
5735 | "lineHeightPx": 16.94318199157715,
5736 | "lineHeightPercent": 100,
5737 | "lineHeightUnit": "INTRINSIC_%"
5738 | },
5739 | "layoutVersion": 4,
5740 | "effects": [],
5741 | "interactions": []
5742 | },
5743 | {
5744 | "id": "240:32263",
5745 | "name": "677-377-9558",
5746 | "type": "TEXT",
5747 | "scrollBehavior": "SCROLLS",
5748 | "blendMode": "PASS_THROUGH",
5749 | "fills": [
5750 | {
5751 | "blendMode": "NORMAL",
5752 | "type": "SOLID",
5753 | "color": {
5754 | "r": 0.4000000059604645,
5755 | "g": 0.4000000059604645,
5756 | "b": 0.4000000059604645,
5757 | "a": 1
5758 | }
5759 | }
5760 | ],
5761 | "strokes": [],
5762 | "strokeWeight": 1,
5763 | "strokeAlign": "OUTSIDE",
5764 | "absoluteBoundingBox": {
5765 | "x": 33873,
5766 | "y": 77999,
5767 | "width": 84,
5768 | "height": 15
5769 | },
5770 | "absoluteRenderBounds": {
5771 | "x": 33873.765625,
5772 | "y": 78002.140625,
5773 | "width": 81.90625,
5774 | "height": 8.984375
5775 | },
5776 | "constraints": {
5777 | "vertical": "TOP",
5778 | "horizontal": "LEFT"
5779 | },
5780 | "characters": "677-377-9558",
5781 | "characterStyleOverrides": [],
5782 | "styleOverrideTable": {},
5783 | "lineTypes": ["NONE"],
5784 | "lineIndentations": [0],
5785 | "style": {
5786 | "fontFamily": "Inter",
5787 | "fontPostScriptName": null,
5788 | "fontStyle": "Regular",
5789 | "fontWeight": 400,
5790 | "textAutoResize": "WIDTH_AND_HEIGHT",
5791 | "fontSize": 12,
5792 | "textAlignHorizontal": "LEFT",
5793 | "textAlignVertical": "CENTER",
5794 | "letterSpacing": 0,
5795 | "lineHeightPx": 14.522727012634277,
5796 | "lineHeightPercent": 100,
5797 | "lineHeightUnit": "INTRINSIC_%"
5798 | },
5799 | "layoutVersion": 4,
5800 | "effects": [],
5801 | "interactions": []
5802 | }
5803 | ],
5804 | "blendMode": "PASS_THROUGH",
5805 | "clipsContent": false,
5806 | "background": [],
5807 | "fills": [],
5808 | "strokes": [],
5809 | "rectangleCornerRadii": [0, 0, 0, 0],
5810 | "cornerSmoothing": 0,
5811 | "strokeWeight": 1,
5812 | "strokeAlign": "INSIDE",
5813 | "backgroundColor": {
5814 | "r": 0,
5815 | "g": 0,
5816 | "b": 0,
5817 | "a": 0
5818 | },
5819 | "absoluteBoundingBox": {
5820 | "x": 33811,
5821 | "y": 77965,
5822 | "width": 317,
5823 | "height": 55
5824 | },
5825 | "absoluteRenderBounds": {
5826 | "x": 33811,
5827 | "y": 77965,
5828 | "width": 317,
5829 | "height": 55
5830 | },
5831 | "constraints": {
5832 | "vertical": "TOP",
5833 | "horizontal": "LEFT"
5834 | },
5835 | "effects": [],
5836 | "interactions": []
5837 | },
5838 | {
5839 | "id": "240:32264",
5840 | "name": "Group 1410086345",
5841 | "type": "GROUP",
5842 | "scrollBehavior": "SCROLLS",
5843 | "children": [
5844 | {
5845 | "id": "240:32265",
5846 | "name": "Rectangle 27",
5847 | "type": "RECTANGLE",
5848 | "scrollBehavior": "SCROLLS",
5849 | "blendMode": "PASS_THROUGH",
5850 | "fills": [
5851 | {
5852 | "blendMode": "NORMAL",
5853 | "type": "SOLID",
5854 | "color": {
5855 | "r": 0.95686274766922,
5856 | "g": 0.9529411792755127,
5857 | "b": 0.9647058844566345,
5858 | "a": 1
5859 | }
5860 | }
5861 | ],
5862 | "strokes": [],
5863 | "strokeWeight": 1,
5864 | "strokeAlign": "INSIDE",
5865 | "cornerRadius": 10,
5866 | "cornerSmoothing": 0,
5867 | "absoluteBoundingBox": {
5868 | "x": 33811,
5869 | "y": 78026,
5870 | "width": 317,
5871 | "height": 55
5872 | },
5873 | "absoluteRenderBounds": {
5874 | "x": 33811,
5875 | "y": 78026,
5876 | "width": 317,
5877 | "height": 55
5878 | },
5879 | "constraints": {
5880 | "vertical": "TOP",
5881 | "horizontal": "LEFT"
5882 | },
5883 | "effects": [],
5884 | "interactions": []
5885 | },
5886 | {
5887 | "id": "240:32266",
5888 | "name": "May 23, 2025",
5889 | "type": "TEXT",
5890 | "scrollBehavior": "SCROLLS",
5891 | "blendMode": "PASS_THROUGH",
5892 | "fills": [
5893 | {
5894 | "blendMode": "NORMAL",
5895 | "type": "SOLID",
5896 | "color": {
5897 | "r": 0.6000000238418579,
5898 | "g": 0.6000000238418579,
5899 | "b": 0.6000000238418579,
5900 | "a": 1
5901 | }
5902 | }
5903 | ],
5904 | "strokes": [],
5905 | "strokeWeight": 1,
5906 | "strokeAlign": "OUTSIDE",
5907 | "absoluteBoundingBox": {
5908 | "x": 34038,
5909 | "y": 78039,
5910 | "width": 78,
5911 | "height": 15
5912 | },
5913 | "absoluteRenderBounds": {
5914 | "x": 34039.09375,
5915 | "y": 78042.15625,
5916 | "width": 76.1171875,
5917 | "height": 11.296875
5918 | },
5919 | "constraints": {
5920 | "vertical": "TOP",
5921 | "horizontal": "LEFT"
5922 | },
5923 | "characters": "May 23, 2025",
5924 | "characterStyleOverrides": [],
5925 | "styleOverrideTable": {},
5926 | "lineTypes": ["NONE"],
5927 | "lineIndentations": [0],
5928 | "style": {
5929 | "fontFamily": "Inter",
5930 | "fontPostScriptName": null,
5931 | "fontStyle": "Regular",
5932 | "fontWeight": 400,
5933 | "textAutoResize": "WIDTH_AND_HEIGHT",
5934 | "fontSize": 12,
5935 | "textAlignHorizontal": "RIGHT",
5936 | "textAlignVertical": "CENTER",
5937 | "letterSpacing": 0,
5938 | "lineHeightPx": 14.522727012634277,
5939 | "lineHeightPercent": 100,
5940 | "lineHeightUnit": "INTRINSIC_%"
5941 | },
5942 | "layoutVersion": 4,
5943 | "effects": [],
5944 | "interactions": []
5945 | },
5946 | {
5947 | "id": "240:32267",
5948 | "name": "Outgoing",
5949 | "type": "TEXT",
5950 | "scrollBehavior": "SCROLLS",
5951 | "boundVariables": {
5952 | "fills": [
5953 | {
5954 | "type": "VARIABLE_ALIAS",
5955 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
5956 | }
5957 | ]
5958 | },
5959 | "blendMode": "PASS_THROUGH",
5960 | "fills": [
5961 | {
5962 | "blendMode": "NORMAL",
5963 | "type": "SOLID",
5964 | "color": {
5965 | "r": 0,
5966 | "g": 0.5882353186607361,
5967 | "b": 0.38823530077934265,
5968 | "a": 1
5969 | },
5970 | "boundVariables": {
5971 | "color": {
5972 | "type": "VARIABLE_ALIAS",
5973 | "id": "VariableID:a69cadfe5cc640bce9ad01002fcfdb7597cb0788/70:3"
5974 | }
5975 | }
5976 | }
5977 | ],
5978 | "strokes": [],
5979 | "strokeWeight": 1,
5980 | "strokeAlign": "OUTSIDE",
5981 | "absoluteBoundingBox": {
5982 | "x": 34046,
5983 | "y": 78060,
5984 | "width": 53,
5985 | "height": 15
5986 | },
5987 | "absoluteRenderBounds": {
5988 | "x": 34047.66015625,
5989 | "y": 78063,
5990 | "width": 50.41796875,
5991 | "height": 11.59375
5992 | },
5993 | "constraints": {
5994 | "vertical": "TOP",
5995 | "horizontal": "LEFT"
5996 | },
5997 | "characters": "Outgoing",
5998 | "characterStyleOverrides": [],
5999 | "styleOverrideTable": {},
6000 | "lineTypes": ["NONE"],
6001 | "lineIndentations": [0],
6002 | "style": {
6003 | "fontFamily": "Inter",
6004 | "fontPostScriptName": null,
6005 | "fontStyle": "Regular",
6006 | "fontWeight": 400,
6007 | "textAutoResize": "WIDTH_AND_HEIGHT",
6008 | "fontSize": 12,
6009 | "textAlignHorizontal": "RIGHT",
6010 | "textAlignVertical": "CENTER",
6011 | "letterSpacing": 0,
6012 | "lineHeightPx": 14.522727012634277,
6013 | "lineHeightPercent": 100,
6014 | "lineHeightUnit": "INTRINSIC_%"
6015 | },
6016 | "layoutVersion": 4,
6017 | "effects": [],
6018 | "interactions": []
6019 | },
6020 | {
6021 | "id": "240:32268",
6022 | "name": "Vector 8",
6023 | "type": "VECTOR",
6024 | "scrollBehavior": "SCROLLS",
6025 | "blendMode": "PASS_THROUGH",
6026 | "fills": [],
6027 | "fillOverrideTable": {
6028 | "1": null,
6029 | "2": null
6030 | },
6031 | "strokes": [
6032 | {
6033 | "blendMode": "NORMAL",
6034 | "type": "SOLID",
6035 | "color": {
6036 | "r": 0.1411764770746231,
6037 | "g": 0.7803921699523926,
6038 | "b": 0.5647059082984924,
6039 | "a": 1
6040 | }
6041 | }
6042 | ],
6043 | "strokeWeight": 1.5,
6044 | "strokeAlign": "CENTER",
6045 | "absoluteBoundingBox": {
6046 | "x": 34106,
6047 | "y": 78064,
6048 | "width": 8,
6049 | "height": 8
6050 | },
6051 | "absoluteRenderBounds": {
6052 | "x": 34105.25,
6053 | "y": 78063.25,
6054 | "width": 9.5,
6055 | "height": 9.5
6056 | },
6057 | "constraints": {
6058 | "vertical": "TOP",
6059 | "horizontal": "LEFT"
6060 | },
6061 | "effects": [],
6062 | "interactions": []
6063 | },
6064 | {
6065 | "id": "240:32269",
6066 | "name": "image",
6067 | "type": "ELLIPSE",
6068 | "scrollBehavior": "SCROLLS",
6069 | "blendMode": "PASS_THROUGH",
6070 | "fills": [
6071 | {
6072 | "blendMode": "NORMAL",
6073 | "type": "IMAGE",
6074 | "scaleMode": "FILL",
6075 | "imageRef": "6c466f1c57cb7d632c39fdaacb57224889e445df"
6076 | }
6077 | ],
6078 | "strokes": [],
6079 | "strokeWeight": 1,
6080 | "strokeAlign": "INSIDE",
6081 | "absoluteBoundingBox": {
6082 | "x": 33821,
6083 | "y": 78036,
6084 | "width": 42,
6085 | "height": 42
6086 | },
6087 | "absoluteRenderBounds": {
6088 | "x": 33821,
6089 | "y": 78036,
6090 | "width": 42,
6091 | "height": 42
6092 | },
6093 | "constraints": {
6094 | "vertical": "TOP",
6095 | "horizontal": "LEFT"
6096 | },
6097 | "effects": [],
6098 | "arcData": {
6099 | "startingAngle": 0,
6100 | "endingAngle": 6.2831854820251465,
6101 | "innerRadius": 0
6102 | },
6103 | "interactions": []
6104 | },
6105 | {
6106 | "id": "240:32270",
6107 | "name": "Jackie",
6108 | "type": "TEXT",
6109 | "scrollBehavior": "SCROLLS",
6110 | "blendMode": "PASS_THROUGH",
6111 | "fills": [
6112 | {
6113 | "blendMode": "NORMAL",
6114 | "type": "SOLID",
6115 | "color": {
6116 | "r": 0.20000000298023224,
6117 | "g": 0.20000000298023224,
6118 | "b": 0.20000000298023224,
6119 | "a": 1
6120 | }
6121 | }
6122 | ],
6123 | "strokes": [],
6124 | "strokeWeight": 1,
6125 | "strokeAlign": "OUTSIDE",
6126 | "absoluteBoundingBox": {
6127 | "x": 33873,
6128 | "y": 78039,
6129 | "width": 44,
6130 | "height": 17
6131 | },
6132 | "absoluteRenderBounds": {
6133 | "x": 33873.40625,
6134 | "y": 78042.328125,
6135 | "width": 42.8828125,
6136 | "height": 10.828125
6137 | },
6138 | "constraints": {
6139 | "vertical": "TOP",
6140 | "horizontal": "LEFT"
6141 | },
6142 | "characters": "Jackie",
6143 | "characterStyleOverrides": [],
6144 | "styleOverrideTable": {},
6145 | "lineTypes": ["NONE"],
6146 | "lineIndentations": [0],
6147 | "style": {
6148 | "fontFamily": "Inter",
6149 | "fontPostScriptName": "Inter-SemiBold",
6150 | "fontStyle": "Semi Bold",
6151 | "fontWeight": 600,
6152 | "textAutoResize": "WIDTH_AND_HEIGHT",
6153 | "fontSize": 14,
6154 | "textAlignHorizontal": "LEFT",
6155 | "textAlignVertical": "TOP",
6156 | "letterSpacing": 0,
6157 | "lineHeightPx": 16.94318199157715,
6158 | "lineHeightPercent": 100,
6159 | "lineHeightUnit": "INTRINSIC_%"
6160 | },
6161 | "layoutVersion": 4,
6162 | "effects": [],
6163 | "interactions": []
6164 | },
6165 | {
6166 | "id": "240:32271",
6167 | "name": "677-377-9558",
6168 | "type": "TEXT",
6169 | "scrollBehavior": "SCROLLS",
6170 | "blendMode": "PASS_THROUGH",
6171 | "fills": [
6172 | {
6173 | "blendMode": "NORMAL",
6174 | "type": "SOLID",
6175 | "color": {
6176 | "r": 0.4000000059604645,
6177 | "g": 0.4000000059604645,
6178 | "b": 0.4000000059604645,
6179 | "a": 1
6180 | }
6181 | }
6182 | ],
6183 | "strokes": [],
6184 | "strokeWeight": 1,
6185 | "strokeAlign": "OUTSIDE",
6186 | "absoluteBoundingBox": {
6187 | "x": 33873,
6188 | "y": 78060,
6189 | "width": 84,
6190 | "height": 15
6191 | },
6192 | "absoluteRenderBounds": {
6193 | "x": 33873.765625,
6194 | "y": 78063.140625,
6195 | "width": 81.90625,
6196 | "height": 8.984375
6197 | },
6198 | "constraints": {
6199 | "vertical": "TOP",
6200 | "horizontal": "LEFT"
6201 | },
6202 | "characters": "677-377-9558",
6203 | "characterStyleOverrides": [],
6204 | "styleOverrideTable": {},
6205 | "lineTypes": ["NONE"],
6206 | "lineIndentations": [0],
6207 | "style": {
6208 | "fontFamily": "Inter",
6209 | "fontPostScriptName": null,
6210 | "fontStyle": "Regular",
6211 | "fontWeight": 400,
6212 | "textAutoResize": "WIDTH_AND_HEIGHT",
6213 | "fontSize": 12,
6214 | "textAlignHorizontal": "LEFT",
6215 | "textAlignVertical": "CENTER",
6216 | "letterSpacing": 0,
6217 | "lineHeightPx": 14.522727012634277,
6218 | "lineHeightPercent": 100,
6219 | "lineHeightUnit": "INTRINSIC_%"
6220 | },
6221 | "layoutVersion": 4,
6222 | "effects": [],
6223 | "interactions": []
6224 | }
6225 | ],
6226 | "blendMode": "PASS_THROUGH",
6227 | "clipsContent": false,
6228 | "background": [],
6229 | "fills": [],
6230 | "strokes": [],
6231 | "rectangleCornerRadii": [0, 0, 0, 0],
6232 | "cornerSmoothing": 0,
6233 | "strokeWeight": 1,
6234 | "strokeAlign": "INSIDE",
6235 | "backgroundColor": {
6236 | "r": 0,
6237 | "g": 0,
6238 | "b": 0,
6239 | "a": 0
6240 | },
6241 | "absoluteBoundingBox": {
6242 | "x": 33811,
6243 | "y": 78026,
6244 | "width": 317,
6245 | "height": 55
6246 | },
6247 | "absoluteRenderBounds": {
6248 | "x": 33811,
6249 | "y": 78026,
6250 | "width": 317,
6251 | "height": 55
6252 | },
6253 | "constraints": {
6254 | "vertical": "TOP",
6255 | "horizontal": "LEFT"
6256 | },
6257 | "effects": [],
6258 | "interactions": []
6259 | }
6260 | ],
6261 | "blendMode": "PASS_THROUGH",
6262 | "clipsContent": false,
6263 | "background": [],
6264 | "fills": [],
6265 | "strokes": [],
6266 | "rectangleCornerRadii": [0, 0, 0, 0],
6267 | "cornerSmoothing": 0,
6268 | "strokeWeight": 1,
6269 | "strokeAlign": "INSIDE",
6270 | "backgroundColor": {
6271 | "r": 0,
6272 | "g": 0,
6273 | "b": 0,
6274 | "a": 0
6275 | },
6276 | "absoluteBoundingBox": {
6277 | "x": 33811,
6278 | "y": 77421,
6279 | "width": 317,
6280 | "height": 660
6281 | },
6282 | "absoluteRenderBounds": {
6283 | "x": 33811,
6284 | "y": 77421,
6285 | "width": 317,
6286 | "height": 660
6287 | },
6288 | "constraints": {
6289 | "vertical": "TOP",
6290 | "horizontal": "LEFT"
6291 | },
6292 | "effects": [],
6293 | "interactions": []
6294 | },
6295 | {
6296 | "id": "240:32272",
6297 | "name": "Group 1410086516",
6298 | "type": "GROUP",
6299 | "scrollBehavior": "SCROLLS",
6300 | "children": [
6301 | {
6302 | "id": "240:32273",
6303 | "name": "Enable call recording",
6304 | "type": "TEXT",
6305 | "scrollBehavior": "SCROLLS",
6306 | "blendMode": "PASS_THROUGH",
6307 | "fills": [
6308 | {
6309 | "blendMode": "NORMAL",
6310 | "type": "SOLID",
6311 | "color": {
6312 | "r": 0.4000000059604645,
6313 | "g": 0.4000000059604645,
6314 | "b": 0.4000000059604645,
6315 | "a": 1
6316 | }
6317 | }
6318 | ],
6319 | "strokes": [],
6320 | "strokeWeight": 1,
6321 | "strokeAlign": "OUTSIDE",
6322 | "absoluteBoundingBox": {
6323 | "x": 33974,
6324 | "y": 77374,
6325 | "width": 112,
6326 | "height": 14
6327 | },
6328 | "absoluteRenderBounds": {
6329 | "x": 33974.9921875,
6330 | "y": 77376,
6331 | "width": 109.234375,
6332 | "height": 11.5
6333 | },
6334 | "constraints": {
6335 | "vertical": "TOP",
6336 | "horizontal": "LEFT"
6337 | },
6338 | "characters": "Enable call recording",
6339 | "characterStyleOverrides": [],
6340 | "styleOverrideTable": {},
6341 | "lineTypes": ["NONE"],
6342 | "lineIndentations": [0],
6343 | "style": {
6344 | "fontFamily": "Roboto",
6345 | "fontPostScriptName": "Roboto-Regular",
6346 | "fontStyle": "Regular",
6347 | "fontWeight": 400,
6348 | "textAutoResize": "WIDTH_AND_HEIGHT",
6349 | "fontSize": 12,
6350 | "textAlignHorizontal": "LEFT",
6351 | "textAlignVertical": "TOP",
6352 | "letterSpacing": 0,
6353 | "lineHeightPx": 14.0625,
6354 | "lineHeightPercent": 100,
6355 | "lineHeightUnit": "INTRINSIC_%"
6356 | },
6357 | "layoutVersion": 4,
6358 | "effects": [],
6359 | "interactions": []
6360 | },
6361 | {
6362 | "id": "240:32274",
6363 | "name": "Frame",
6364 | "type": "FRAME",
6365 | "scrollBehavior": "SCROLLS",
6366 | "children": [
6367 | {
6368 | "id": "240:32275",
6369 | "name": "Vector",
6370 | "type": "VECTOR",
6371 | "scrollBehavior": "SCROLLS",
6372 | "blendMode": "PASS_THROUGH",
6373 | "fills": [
6374 | {
6375 | "blendMode": "NORMAL",
6376 | "type": "SOLID",
6377 | "color": {
6378 | "r": 0.4000000059604645,
6379 | "g": 0.4000000059604645,
6380 | "b": 0.4000000059604645,
6381 | "a": 1
6382 | }
6383 | }
6384 | ],
6385 | "strokes": [],
6386 | "strokeWeight": 0.1953125,
6387 | "strokeAlign": "INSIDE",
6388 | "absoluteBoundingBox": {
6389 | "x": 34092.42578125,
6390 | "y": 77375.421875,
6391 | "width": 13.145999908447266,
6392 | "height": 13.145999908447266
6393 | },
6394 | "absoluteRenderBounds": {
6395 | "x": 34092.42578125,
6396 | "y": 77375.421875,
6397 | "width": 13.14453125,
6398 | "height": 13.1484375
6399 | },
6400 | "constraints": {
6401 | "vertical": "SCALE",
6402 | "horizontal": "SCALE"
6403 | },
6404 | "effects": [],
6405 | "interactions": []
6406 | }
6407 | ],
6408 | "blendMode": "PASS_THROUGH",
6409 | "clipsContent": true,
6410 | "background": [
6411 | {
6412 | "blendMode": "NORMAL",
6413 | "visible": false,
6414 | "type": "SOLID",
6415 | "color": {
6416 | "r": 1,
6417 | "g": 1,
6418 | "b": 1,
6419 | "a": 1
6420 | }
6421 | }
6422 | ],
6423 | "fills": [
6424 | {
6425 | "blendMode": "NORMAL",
6426 | "visible": false,
6427 | "type": "SOLID",
6428 | "color": {
6429 | "r": 1,
6430 | "g": 1,
6431 | "b": 1,
6432 | "a": 1
6433 | }
6434 | }
6435 | ],
6436 | "strokes": [],
6437 | "strokeWeight": 1,
6438 | "strokeAlign": "INSIDE",
6439 | "backgroundColor": {
6440 | "r": 0,
6441 | "g": 0,
6442 | "b": 0,
6443 | "a": 0
6444 | },
6445 | "absoluteBoundingBox": {
6446 | "x": 34092,
6447 | "y": 77375,
6448 | "width": 14,
6449 | "height": 14
6450 | },
6451 | "absoluteRenderBounds": {
6452 | "x": 34092,
6453 | "y": 77375,
6454 | "width": 14,
6455 | "height": 14
6456 | },
6457 | "constraints": {
6458 | "vertical": "TOP",
6459 | "horizontal": "LEFT"
6460 | },
6461 | "effects": [],
6462 | "interactions": []
6463 | },
6464 | {
6465 | "id": "240:32276",
6466 | "name": "Frame",
6467 | "type": "FRAME",
6468 | "scrollBehavior": "SCROLLS",
6469 | "children": [
6470 | {
6471 | "id": "240:32277",
6472 | "name": "Vector",
6473 | "type": "VECTOR",
6474 | "scrollBehavior": "SCROLLS",
6475 | "blendMode": "PASS_THROUGH",
6476 | "fills": [
6477 | {
6478 | "blendMode": "NORMAL",
6479 | "type": "SOLID",
6480 | "color": {
6481 | "r": 0.7333333492279053,
6482 | "g": 0.7333333492279053,
6483 | "b": 0.7333333492279053,
6484 | "a": 1
6485 | }
6486 | }
6487 | ],
6488 | "strokes": [],
6489 | "strokeWeight": 0.1953125,
6490 | "strokeAlign": "INSIDE",
6491 | "absoluteBoundingBox": {
6492 | "x": 34112.0703125,
6493 | "y": 77371.7890625,
6494 | "width": 33.856929779052734,
6495 | "height": 20.43496322631836
6496 | },
6497 | "absoluteRenderBounds": {
6498 | "x": 34112.0703125,
6499 | "y": 77371.7890625,
6500 | "width": 33.85546875,
6501 | "height": 20.4375
6502 | },
6503 | "constraints": {
6504 | "vertical": "SCALE",
6505 | "horizontal": "SCALE"
6506 | },
6507 | "effects": [],
6508 | "interactions": []
6509 | }
6510 | ],
6511 | "blendMode": "PASS_THROUGH",
6512 | "clipsContent": true,
6513 | "background": [
6514 | {
6515 | "blendMode": "NORMAL",
6516 | "visible": false,
6517 | "type": "SOLID",
6518 | "color": {
6519 | "r": 1,
6520 | "g": 1,
6521 | "b": 1,
6522 | "a": 1
6523 | }
6524 | }
6525 | ],
6526 | "fills": [
6527 | {
6528 | "blendMode": "NORMAL",
6529 | "visible": false,
6530 | "type": "SOLID",
6531 | "color": {
6532 | "r": 1,
6533 | "g": 1,
6534 | "b": 1,
6535 | "a": 1
6536 | }
6537 | }
6538 | ],
6539 | "strokes": [],
6540 | "strokeWeight": 1,
6541 | "strokeAlign": "INSIDE",
6542 | "backgroundColor": {
6543 | "r": 0,
6544 | "g": 0,
6545 | "b": 0,
6546 | "a": 0
6547 | },
6548 | "absoluteBoundingBox": {
6549 | "x": 34112,
6550 | "y": 77365,
6551 | "width": 34,
6552 | "height": 34
6553 | },
6554 | "absoluteRenderBounds": {
6555 | "x": 34112,
6556 | "y": 77365,
6557 | "width": 34,
6558 | "height": 34
6559 | },
6560 | "constraints": {
6561 | "vertical": "TOP",
6562 | "horizontal": "LEFT"
6563 | },
6564 | "effects": [],
6565 | "interactions": []
6566 | }
6567 | ],
6568 | "blendMode": "PASS_THROUGH",
6569 | "clipsContent": false,
6570 | "background": [],
6571 | "fills": [],
6572 | "strokes": [],
6573 | "strokeWeight": 1,
6574 | "strokeAlign": "INSIDE",
6575 | "backgroundColor": {
6576 | "r": 0,
6577 | "g": 0,
6578 | "b": 0,
6579 | "a": 0
6580 | },
6581 | "absoluteBoundingBox": {
6582 | "x": 33974,
6583 | "y": 77365,
6584 | "width": 172,
6585 | "height": 34
6586 | },
6587 | "absoluteRenderBounds": {
6588 | "x": 33974,
6589 | "y": 77365,
6590 | "width": 172,
6591 | "height": 34
6592 | },
6593 | "constraints": {
6594 | "vertical": "TOP",
6595 | "horizontal": "LEFT"
6596 | },
6597 | "effects": [],
6598 | "interactions": []
6599 | }
6600 | ],
6601 | "blendMode": "PASS_THROUGH",
6602 | "clipsContent": true,
6603 | "background": [
6604 | {
6605 | "blendMode": "NORMAL",
6606 | "type": "SOLID",
6607 | "color": {
6608 | "r": 0.9584635496139526,
6609 | "g": 0.9584635496139526,
6610 | "b": 0.9584635496139526,
6611 | "a": 1
6612 | }
6613 | }
6614 | ],
6615 | "fills": [
6616 | {
6617 | "blendMode": "NORMAL",
6618 | "type": "SOLID",
6619 | "color": {
6620 | "r": 0.9584635496139526,
6621 | "g": 0.9584635496139526,
6622 | "b": 0.9584635496139526,
6623 | "a": 1
6624 | }
6625 | }
6626 | ],
6627 | "strokes": [],
6628 | "strokeWeight": 1,
6629 | "strokeAlign": "INSIDE",
6630 | "backgroundColor": {
6631 | "r": 0.9584635496139526,
6632 | "g": 0.9584635496139526,
6633 | "b": 0.9584635496139526,
6634 | "a": 1
6635 | },
6636 | "absoluteBoundingBox": {
6637 | "x": 33787,
6638 | "y": 77291,
6639 | "width": 375,
6640 | "height": 827
6641 | },
6642 | "absoluteRenderBounds": {
6643 | "x": 33787,
6644 | "y": 77291,
6645 | "width": 375,
6646 | "height": 827
6647 | },
6648 | "constraints": {
6649 | "vertical": "TOP",
6650 | "horizontal": "LEFT"
6651 | },
6652 | "effects": [],
6653 | "interactions": []
6654 | },
6655 | "components": {
6656 | "188:22469": {
6657 | "key": "fa0b432f48b0fc08ecc6ba706f8c902314286c7c",
6658 | "name": "Group 125",
6659 | "description": "",
6660 | "remote": true,
6661 | "documentationLinks": []
6662 | }
6663 | },
6664 | "componentSets": {},
6665 | "schemaVersion": 0,
6666 | "styles": {}
6667 | }
6668 | }
6669 | }
6670 |
```